2026-01-28 06:04:06,298 - 55866 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55866 - __SPLIT__ 2026-01-28 06:04:08,568 - 55866 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 55866 - __SPLIT__ 2026-01-28 06:04:08,569 - 55866 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-28 06:04:08,569 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:08,782 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:08,782 - 55866 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-28 06:04:08,782 - 55866 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55866;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:08,814 - 55866 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 06:04:08,814 - 55866 - 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 = 55866), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55866), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55866 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-28 06:04:08,891 - 55866 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:04:08,892 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55866;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:08,924 - 55866 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:04:08,929 - 55866 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-28 06:04:08,929 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:08,971 - 55866 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:04:08,971 - 55866 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-28 06:04:08,974 - 55866 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-28 06:04:08,974 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,017 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:09,018 - 55866 - 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-28 00:00:00' and ServiceDate <= '2026-07-31 00:00:00' and ServiceSetupId = 95341 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,058 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:09,140 - 55866 - src.utils.log - INFO - Generating work orders for setup: 95341 - __SPLIT__ 2026-01-28 06:04:09,241 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11435;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,271 - 55866 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:04:09,306 - 55866 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-28 06:04:09,311 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,341 - 55866 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:04:09,344 - 55866 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-28 06:04:09,344 - 55866 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-28 06:04:09,345 - 55866 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95341 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,467 - 55866 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:04:09,467 - 55866 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95341 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,516 - 55866 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:04:09,516 - 55866 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95341 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,565 - 55866 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:04:09,565 - 55866 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95341 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,616 - 55866 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:04:09,616 - 55866 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95341 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,667 - 55866 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:04:09,667 - 55866 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95341 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,730 - 55866 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:04:09,730 - 55866 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95341 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,766 - 55866 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:04:09,766 - 55866 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95341 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,843 - 55866 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:04:09,843 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:09,919 - 55866 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-28 06:04:10,098 - 55866 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-28 06:04:10,099 - 55866 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 6 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-13 11:33:33.359' and ServiceSetupId = 95341... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,147 - 55866 - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-28 06:04:10,148 - 55866 - src.utils.log - INFO - Id's of work order inserted to DB: [470803 470804 470805 470806 470807 470808] - __SPLIT__ 2026-01-28 06:04:10,149 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,178 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:10,178 - 55866 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-28 06:04:10,179 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95341... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,211 - 55866 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:04:10,211 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95341... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,241 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:10,245 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95341... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,284 - 55866 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:04:10,285 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95341... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,317 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:10,317 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95341... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,346 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:10,346 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,377 - 55866 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:04:10,378 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,408 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:10,409 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,668 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:10,668 - 55866 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,702 - 55866 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:04:10,712 - 55866 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-28 06:04:10,712 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,742 - 55866 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-28 06:04:10,742 - 55866 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-28 06:04:10,742 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,788 - 55866 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-28 06:04:10,789 - 55866 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-28 06:04:10,789 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,833 - 55866 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-28 06:04:10,833 - 55866 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-28 06:04:10,833 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:10,883 - 55866 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-01-28 06:04:10,998 - 55866 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-01-28 06:04:10,999 - 55866 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-28 06:04:10,999 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:11,044 - 55866 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-28 06:04:11,044 - 55866 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-28 06:04:11,044 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:11,089 - 55866 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-28 06:04:11,090 - 55866 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-28 06:04:11,090 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:11,133 - 55866 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-28 06:04:11,133 - 55866 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-28 06:04:11,133 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:11,181 - 55866 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-28 06:04:11,295 - 55866 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-28 06:04:11,296 - 55866 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-28 06:04:11,296 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:11,341 - 55866 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-01-28 06:04:11,341 - 55866 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-28 06:04:11,341 - 55866 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:11,376 - 55866 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-28 06:04:11,493 - 55866 - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-28 06:04:11,493 - 55866 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-28 06:04:11,493 - 55866 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55866;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:11,521 - 55866 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 06:04:11,522 - 55866 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-28 06:04:11,522 - 55866 - src.utils.log - INFO - Time took to perform operation: 2.95 - __SPLIT__ 2026-01-28 06:04:11,522 - 55866 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55866;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:11,550 - 55866 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 06:04:11,550 - 55866 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-28 01:04:11.550' WHERE GenerateWorkOrderHistoryId = 55866;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:04:11,579 - 55866 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 06:10:34,236 - [55866] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470803, 470804, 470805, 470806, 470807, 470808] user_id=44506 company_id=146 project_id=[55866] publish_all=False - __SPLIT__ 2026-01-28 06:10:34,237 - [55866] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470803, 470804, 470805, 470806, 470807, 470808] user_id=44506 company_id=146 project_id=[55866] publish_all=False - __SPLIT__ 2026-01-28 06:10:34,237 - [55866] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55866] - __SPLIT__ 2026-01-28 06:10:34,238 - [55866] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-28 06:10:34,238 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,452 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:34,452 - [55866] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-28 06:10:34,452 - [55866] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55866;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,484 - [55866] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 06:10:34,484 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,518 - [55866] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-28 06:10:34,518 - [55866] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-28 06:10:34,519 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95341 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,557 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:34,557 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95341 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,592 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:34,592 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95341 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,630 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:34,633 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,665 - [55866] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-28 06:10:34,665 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,698 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:34,699 - [55866] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '17941' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,731 - [55866] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 06:10:34,731 - [55866] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '21372' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,761 - [55866] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 06:10:34,764 - [55866] - 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 = 95341... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,801 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:34,808 - [55866] - src.utils.log - INFO - Size of Transaction: 6 - __SPLIT__ 2026-01-28 06:10:34,809 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:34,875 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-28 06:10:35,011 - [55866] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-28 06:10:35,027 - [55866] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-28 06:10:35,027 - [55866] - 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) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-28 01:10:34.804';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:35,179 - [55866] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-28 06:10:35,181 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:35,214 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:35,221 - [55866] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914,12345678915) AND CreatedDate = '2026-01-28 01:10:34.804'; ... (Thread: ThreadPoolExecutor-17_0) - __SPLIT__ 2026-01-28 06:10:35,432 - [55866] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 06:10:35,437 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:35,493 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into Billing.Invoice - __SPLIT__ 2026-01-28 06:10:35,795 - [55866] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-28 06:10:35,796 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17940', '17939', '17938', '17937', '17936', '17935')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:35,956 - [55866] - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-28 06:10:35,964 - [55866] - 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 = 95341 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:35,998 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:35,998 - [55866] - 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 = 95341 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,032 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:36,032 - [55866] - 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 = 95341 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,065 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:36,066 - [55866] - 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 = 95341 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,098 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:36,110 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,142 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:36,146 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,178 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:36,188 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95341;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,220 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:36,228 - [55866] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-28 06:10:36,228 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,278 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-28 06:10:36,397 - [55866] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-28 06:10:36,398 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,435 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into Billing.InvoiceCharges - __SPLIT__ 2026-01-28 06:10:36,567 - [55866] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-28 06:10:36,567 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,616 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into Billing.DiscountApplied - __SPLIT__ 2026-01-28 06:10:36,736 - [55866] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-28 06:10:36,737 - [55866] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-28 06:10:36,738 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,769 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:36,769 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1115' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,800 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:36,802 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:36,890 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-28 06:10:37,073 - [55866] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-28 06:10:37,088 - [55866] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-28 06:10:37,090 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17935', '17936', '17937', '17938', '17939', '17940') AND wo.AccountNumber = '1115' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-18_0) - __SPLIT__ 2026-01-28 06:10:37,130 - [55866] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-28 06:10:37,131 - [55866] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-28 06:10:37,131 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,190 - [55866] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-28 06:10:37,190 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,478 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:37,478 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,534 - [55866] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-28 06:10:37,534 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,569 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:37,570 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,606 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:37,607 - [55866] - 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 (470803, 470804, 470805, 470806, 470807, 470808)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,647 - [55866] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-28 06:10:37,648 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (470803, 470804, 470805, 470806, 470807, 470808) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,682 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:37,682 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,713 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:37,716 - [55866] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-28 06:10:37,726 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,758 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:37,761 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,791 - [55866] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 06:10:37,794 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:37,861 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-28 06:10:38,002 - [55866] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-28 06:10:38,004 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95341 AND WorkOrderNo IN ('2093906', '4216371', '3980579', '8160802', '2585049', '4176823') AND GenerateWorkOrderHistoryId = 55866;... (Thread: ThreadPoolExecutor-19_0) - __SPLIT__ 2026-01-28 06:10:38,119 - [55866] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-28 06:10:38,120 - [55866] - src.utils.log - INFO - 🏁 Final merged rows: 6 - __SPLIT__ 2026-01-28 06:10:38,125 - [55866] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-28 06:10:38,125 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:38,155 - [55866] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-28 06:10:38,156 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:38,209 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-28 06:10:38,344 - [55866] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-28 06:10:38,344 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:38,375 - [55866] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-28 06:10:38,375 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:38,420 - [55866] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-28 06:10:38,421 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:38,471 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-28 06:10:38,599 - [55866] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-28 06:10:38,600 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:38,631 - [55866] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-28 06:10:38,631 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:38,680 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-28 06:10:38,804 - [55866] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-28 06:10:38,804 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:38,849 - [55866] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-28 06:10:38,849 - [55866] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 6 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:38,901 - [55866] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 6) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-28 06:10:39,046 - [55866] - src.utils.log - INFO - βœ… All 6 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-28 06:10:39,046 - [55866] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-28 06:10:39,046 - [55866] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55866 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,079 - [55866] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 06:10:39,085 - [55866] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-28 06:10:39,101 - [55866] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_ab3cd8772e - __SPLIT__ 2026-01-28 06:10:39,133 - [55866] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_ab3cd8772e - __SPLIT__ 2026-01-28 06:10:39,164 - [55866] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-28 06:10:39,185 - [55866] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-28 06:10:39,206 - [55866] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_ab3cd8772e - __SPLIT__ 2026-01-28 06:10:39,206 - [55866] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_ab3cd8772e - __SPLIT__ 2026-01-28 06:10:39,206 - [55866] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55866 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,236 - [55866] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:10:39,236 - [55866] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-28 06:10:39,236 - [55866] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,301 - [55866] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:10:39,301 - [55866] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,354 - [55866] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:10:39,355 - [55866] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,388 - [55866] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:10:39,388 - [55866] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,428 - [55866] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:10:39,428 - [55866] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,467 - [55866] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:10:39,467 - [55866] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,531 - [55866] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:10:39,531 - [55866] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,564 - [55866] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:10:39,564 - [55866] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470803, 470804, 470805, 470806, 470807, 470808) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,803 - [55866] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 06:10:39,803 - [55866] - src.utils.log - INFO - Work order published ids: (470803, 470804, 470805, 470806, 470807, 470808) - __SPLIT__ 2026-01-28 06:10:39,803 - [55866] - src.utils.log - INFO - Time took to perform operation in publishing [55866]: 5.57 - __SPLIT__ 2026-01-28 06:10:39,803 - [55866] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55866] - __SPLIT__ 2026-01-28 06:10:39,804 - [55866] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-28 01:10:39.803' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55866;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 06:10:39,834 - [55866] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:40,546 - 55868 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55868 - __SPLIT__ 2026-01-28 07:00:40,547 - 55868 - src.utils.log - INFO - Work order Generation/Publish algo started for GenerateWorkOrderHistoryId: 55868 - __SPLIT__ 2026-01-28 07:00:40,548 - 55868 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-28 07:00:40,548 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:40,756 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:40,756 - 55868 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-28 07:00:40,756 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:40,786 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:40,786 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WoGenStartDateTime = '2026-01-28 02:00:40.786' WHERE GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:40,817 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:40,817 - 55868 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy, CompanyId from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:40,847 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:40,847 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'New', WoPublishStartDateTime = '2026-01-28 02:00:40.847' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:40,880 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:40,880 - 55868 - 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 = 55868), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55868), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55868 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-28 07:00:40,948 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:40,949 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:40,979 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:40,982 - 55868 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-28 07:00:40,983 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,018 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:41,018 - 55868 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-28 07:00:41,021 - 55868 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-28 07:00:41,022 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: ThreadPoolExecutor-20_0) - __SPLIT__ 2026-01-28 07:00:41,052 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:41,053 - 55868 - 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-28 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId = 95342 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: ThreadPoolExecutor-20_0) - __SPLIT__ 2026-01-28 07:00:41,092 - 55868 - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-01-28 07:00:41,169 - 55868 - src.utils.log - INFO - Generating work orders for setup: 95342 - __SPLIT__ 2026-01-28 07:00:41,198 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11496;... (Thread: ThreadPoolExecutor-20_0) - __SPLIT__ 2026-01-28 07:00:41,228 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:41,264 - 55868 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-28 07:00:41,270 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: ThreadPoolExecutor-20_0) - __SPLIT__ 2026-01-28 07:00:41,299 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:41,303 - 55868 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-28 07:00:41,303 - 55868 - src.utils.log - INFO - Running deletes in PARALLEL… - __SPLIT__ 2026-01-28 07:00:41,303 - 55868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: ThreadPoolExecutor-21_0) - __SPLIT__ 2026-01-28 07:00:41,304 - 55868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: ThreadPoolExecutor-21_1) - __SPLIT__ 2026-01-28 07:00:41,304 - 55868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: ThreadPoolExecutor-21_2) - __SPLIT__ 2026-01-28 07:00:41,305 - 55868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: ThreadPoolExecutor-21_3) - __SPLIT__ 2026-01-28 07:00:41,306 - 55868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: ThreadPoolExecutor-21_4) - __SPLIT__ 2026-01-28 07:00:41,306 - 55868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: ThreadPoolExecutor-21_5) - __SPLIT__ 2026-01-28 07:00:41,306 - 55868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: ThreadPoolExecutor-21_6) - __SPLIT__ 2026-01-28 07:00:41,350 - 55868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 07:00:41,398 - 55868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 07:00:41,421 - 55868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 07:00:41,444 - 55868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 07:00:41,447 - 55868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 07:00:41,477 - 55868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 07:00:41,493 - 55868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 07:00:41,494 - 55868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,562 - 55868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 07:00:41,564 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,615 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:41,615 - 55868 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-28 07:00:41,616 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95342... (Thread: ThreadPoolExecutor-22_0) - __SPLIT__ 2026-01-28 07:00:41,616 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95342... (Thread: ThreadPoolExecutor-22_1) - __SPLIT__ 2026-01-28 07:00:41,616 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95342... (Thread: ThreadPoolExecutor-22_2) - __SPLIT__ 2026-01-28 07:00:41,617 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95342... (Thread: ThreadPoolExecutor-22_3) - __SPLIT__ 2026-01-28 07:00:41,617 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95342;... (Thread: ThreadPoolExecutor-22_4) - __SPLIT__ 2026-01-28 07:00:41,617 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95342;... (Thread: ThreadPoolExecutor-22_5) - __SPLIT__ 2026-01-28 07:00:41,618 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95342;... (Thread: ThreadPoolExecutor-22_6) - __SPLIT__ 2026-01-28 07:00:41,619 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95342;... (Thread: ThreadPoolExecutor-22_7) - __SPLIT__ 2026-01-28 07:00:41,637 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:41,637 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95342... (Thread: ThreadPoolExecutor-22_0) - __SPLIT__ 2026-01-28 07:00:41,643 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:41,645 - 55868 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-28 07:00:41,648 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:41,649 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:41,651 - 55868 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-28 07:00:41,653 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:41,663 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:41,722 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:41,740 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,771 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:41,771 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-28 02:00:41.771' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,802 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:41,802 - 55868 - src.utils.log - INFO - - __SPLIT__ 2026-01-28 07:00:41,802 - 55868 - src.utils.log - INFO - Work order generation successful - Time took: 1.25 - __SPLIT__ 2026-01-28 07:00:41,803 - 55868 - src.utils.log - INFO - Work order publish in progress for GenerateWorkOrderHistoryId: 55868 - __SPLIT__ 2026-01-28 07:00:41,803 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress', WoPublishStartDateTime = '2026-01-28 02:00:41.803' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,832 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:41,833 - 55868 - src.utils.log - INFO - πŸ” Fetching data: Select CreatedBy from ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,863 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:41,863 - 55868 - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-28 07:00:41,863 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95342 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,892 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:41,893 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95342 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,914 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:41,914 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95342 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,935 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:41,939 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,965 - 55868 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-28 07:00:41,965 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:41,999 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:42,000 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '17953' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:42,042 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:42,042 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '21384' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:42,077 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:42,080 - 55868 - 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 = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:42,109 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:42,117 - 55868 - src.utils.log - INFO - Size of Transaction: 5 - __SPLIT__ 2026-01-28 07:00:42,118 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:42,169 - 55868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-28 07:00:42,282 - 55868 - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-28 07:00:42,297 - 55868 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-28 07:00:42,297 - 55868 - 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) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-28 02:00:42.112';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:42,384 - 55868 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-28 07:00:42,386 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:42,459 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:42,467 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914) AND CreatedDate = '2026-01-28 02:00:42.112'; ... (Thread: ThreadPoolExecutor-23_0) - __SPLIT__ 2026-01-28 07:00:42,679 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-28 07:00:42,683 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:42,723 - 55868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Invoice - __SPLIT__ 2026-01-28 07:00:42,880 - 55868 - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-28 07:00:42,881 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17952', '17951', '17950', '17949', '17948')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,013 - 55868 - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-28 07:00:43,021 - 55868 - 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 = 95342 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,054 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:43,054 - 55868 - 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 = 95342 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,083 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:43,084 - 55868 - 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 = 95342 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,114 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:43,114 - 55868 - 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 = 95342 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,135 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:43,147 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,170 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:43,174 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,200 - 55868 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-28 07:00:43,211 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,240 - 55868 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-28 07:00:43,250 - 55868 - src.utils.log - INFO - Parallel Insertion in invoice tables begin - __SPLIT__ 2026-01-28 07:00:43,250 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 10 rows in batches of 25000 (Thread: ThreadPoolExecutor-24_0) - __SPLIT__ 2026-01-28 07:00:43,251 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 10 rows in batches of 25000 (Thread: ThreadPoolExecutor-24_1) - __SPLIT__ 2026-01-28 07:00:43,251 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 10 rows in batches of 25000 (Thread: ThreadPoolExecutor-24_2) - __SPLIT__ 2026-01-28 07:00:43,285 - 55868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.DiscountApplied - __SPLIT__ 2026-01-28 07:00:43,291 - 55868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-28 07:00:43,300 - 55868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.InvoiceCharges - __SPLIT__ 2026-01-28 07:00:43,397 - 55868 - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-28 07:00:43,397 - 55868 - src.utils.log - INFO - Insert success for table: Billing.DiscountApplied - __SPLIT__ 2026-01-28 07:00:43,418 - 55868 - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-28 07:00:43,419 - 55868 - src.utils.log - INFO - Insert success for table: Billing.AccountDiscountSetup - __SPLIT__ 2026-01-28 07:00:43,445 - 55868 - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-28 07:00:43,445 - 55868 - src.utils.log - INFO - Insert success for table: Billing.InvoiceCharges - __SPLIT__ 2026-01-28 07:00:43,446 - 55868 - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-28 07:00:43,447 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,477 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:43,477 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1116' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,498 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:43,499 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,561 - 55868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-28 07:00:43,700 - 55868 - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-28 07:00:43,710 - 55868 - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-28 07:00:43,712 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17948', '17949', '17950', '17951', '17952') AND wo.AccountNumber = '1116' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-25_0) - __SPLIT__ 2026-01-28 07:00:43,747 - 55868 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-28 07:00:43,751 - 55868 - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-28 07:00:43,761 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,786 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:43,790 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,818 - 55868 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-28 07:00:43,822 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:43,874 - 55868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-28 07:00:44,040 - 55868 - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-28 07:00:44,042 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95342 AND WorkOrderNo IN (3127352, 2042565, 4843481, 7256335, 5121243) AND GenerateWorkOrderHistoryId = 55868;... (Thread: ThreadPoolExecutor-26_0) - __SPLIT__ 2026-01-28 07:00:44,128 - 55868 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-28 07:00:44,129 - 55868 - src.utils.log - INFO - 🏁 Final merged rows: 5 - __SPLIT__ 2026-01-28 07:00:44,135 - 55868 - src.utils.log - INFO - Parallel Insertion in work order tables begin - __SPLIT__ 2026-01-28 07:00:44,135 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-27_0) - __SPLIT__ 2026-01-28 07:00:44,135 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 5 rows in batches of 25000 (Thread: ThreadPoolExecutor-27_1) - __SPLIT__ 2026-01-28 07:00:44,136 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-27_2) - __SPLIT__ 2026-01-28 07:00:44,136 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-27_3) - __SPLIT__ 2026-01-28 07:00:44,136 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 5 rows in batches of 25000 (Thread: ThreadPoolExecutor-27_4) - __SPLIT__ 2026-01-28 07:00:44,137 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-27_5) - __SPLIT__ 2026-01-28 07:00:44,137 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-27_6) - __SPLIT__ 2026-01-28 07:00:44,137 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-27_7) - __SPLIT__ 2026-01-28 07:00:44,138 - 55868 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 0 rows in batches of 25000 (Thread: ThreadPoolExecutor-27_8) - __SPLIT__ 2026-01-28 07:00:44,163 - 55868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-28 07:00:44,171 - 55868 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderCrew in 0 batches - __SPLIT__ 2026-01-28 07:00:44,172 - 55868 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-28 07:00:44,173 - 55868 - src.utils.log - INFO - [OK] Crew completed. - __SPLIT__ 2026-01-28 07:00:44,174 - 55868 - src.utils.log - INFO - [OK] Sales Person Commission completed. - __SPLIT__ 2026-01-28 07:00:44,175 - 55868 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-28 07:00:44,175 - 55868 - src.utils.log - INFO - [OK] Source Mapping completed. - __SPLIT__ 2026-01-28 07:00:44,181 - 55868 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-28 07:00:44,184 - 55868 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-28 07:00:44,185 - 55868 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-28 07:00:44,185 - 55868 - src.utils.log - INFO - [OK] Adjustment completed. - __SPLIT__ 2026-01-28 07:00:44,185 - 55868 - src.utils.log - INFO - [OK] Lead Notes completed. - __SPLIT__ 2026-01-28 07:00:44,187 - 55868 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-28 07:00:44,187 - 55868 - src.utils.log - INFO - [OK] Sub WO completed. - __SPLIT__ 2026-01-28 07:00:44,263 - 55868 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 0 batches - __SPLIT__ 2026-01-28 07:00:44,264 - 55868 - src.utils.log - INFO - [OK] Publish Services completed. - __SPLIT__ 2026-01-28 07:00:44,289 - 55868 - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-28 07:00:44,289 - 55868 - src.utils.log - INFO - [OK] Discount Applied completed. - __SPLIT__ 2026-01-28 07:00:44,314 - 55868 - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-28 07:00:44,315 - 55868 - src.utils.log - INFO - [OK] Services completed. - __SPLIT__ 2026-01-28 07:00:44,316 - 55868 - src.utils.log - INFO - All publish tasks completed successfully. - __SPLIT__ 2026-01-28 07:00:44,316 - 55868 - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-28 07:00:44,316 - 55868 - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55868 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:44,347 - 55868 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-28 07:00:44,353 - 55868 - src.utils.log - INFO - πŸ”„ Updating next gen date parallely: inside update_next_workorder_generation - __SPLIT__ 2026-01-28 07:00:44,365 - 55868 - src.utils.log - INFO - πŸ›  Creating temp table #tbl_8829e1875c - __SPLIT__ 2026-01-28 07:00:44,377 - 55868 - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_8829e1875c - __SPLIT__ 2026-01-28 07:00:44,418 - 55868 - src.utils.log - INFO - πŸ” Running UPDATE to apply changes - __SPLIT__ 2026-01-28 07:00:44,443 - 55868 - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-28 07:00:44,443 - 55868 - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_8829e1875c - __SPLIT__ 2026-01-28 07:00:44,443 - 55868 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55868 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:44,477 - 55868 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-28 07:00:44,478 - 55868 - src.utils.log - INFO - Work order published ids: (0, 1, 2, 3, 4) - __SPLIT__ 2026-01-28 07:00:44,478 - 55868 - src.utils.log - INFO - Time took to perform operation in publishing 55868: 3.93 - __SPLIT__ 2026-01-28 07:00:44,478 - 55868 - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: 55868 - __SPLIT__ 2026-01-28 07:00:44,478 - 55868 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-28 02:00:44.478' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55868;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-28 07:00:44,503 - 55868 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:05,800 - 55871 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55871 - __SPLIT__ 2026-01-29 09:33:05,802 - 55871 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 55871 - __SPLIT__ 2026-01-29 09:33:05,819 - 55871 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 09:33:05,819 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,145 - 55871 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:06,145 - 55871 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 09:33:06,145 - 55871 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55871;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,171 - 55871 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:06,171 - 55871 - 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 = 55871), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55871), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55871 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 09:33:06,236 - 55871 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:06,236 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55871;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,263 - 55871 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:06,266 - 55871 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 09:33:06,267 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,301 - 55871 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:06,301 - 55871 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 09:33:06,304 - 55871 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 09:33:06,304 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,339 - 55871 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:06,340 - 55871 - 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 = 95343 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,376 - 55871 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:06,450 - 55871 - src.utils.log - INFO - Generating work orders for setup: 95343 - __SPLIT__ 2026-01-29 09:33:06,475 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11499;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,501 - 55871 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:06,507 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 1254;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,534 - 55871 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:06,564 - 55871 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 09:33:06,568 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,595 - 55871 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:06,599 - 55871 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 09:33:06,599 - 55871 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-29 09:33:06,599 - 55871 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95343 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,685 - 55871 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:06,685 - 55871 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95343 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,730 - 55871 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:06,730 - 55871 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95343 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,775 - 55871 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:06,775 - 55871 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95343 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,821 - 55871 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:06,821 - 55871 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95343 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,865 - 55871 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:06,865 - 55871 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95343 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,909 - 55871 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:06,910 - 55871 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95343 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:06,941 - 55871 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:06,941 - 55871 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95343 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,009 - 55871 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:07,010 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,081 - 55871 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-29 09:33:07,235 - 55871 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 09:33:07,235 - 55871 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 4 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 14:53:27.439' and ServiceSetupId = 95343... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,280 - 55871 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 09:33:07,280 - 55871 - src.utils.log - INFO - Id's of work order inserted to DB: [470820 470821 470822 470823] - __SPLIT__ 2026-01-29 09:33:07,280 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,307 - 55871 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:07,307 - 55871 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 09:33:07,308 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95343... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,335 - 55871 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:07,335 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95343... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,362 - 55871 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:07,368 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95343... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,400 - 55871 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 09:33:07,401 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95343... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,428 - 55871 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:07,428 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95343... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,453 - 55871 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:07,453 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,480 - 55871 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 09:33:07,481 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:07,505 - 55871 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:07,506 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,171 - 55871 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:08,172 - 55871 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,203 - 55871 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:08,219 - 55871 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-29 09:33:08,219 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,255 - 55871 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 09:33:08,256 - 55871 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-29 09:33:08,256 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,320 - 55871 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-29 09:33:08,320 - 55871 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-29 09:33:08,320 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,381 - 55871 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-29 09:33:08,381 - 55871 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-29 09:33:08,381 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,448 - 55871 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-01-29 09:33:08,566 - 55871 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 09:33:08,566 - 55871 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-29 09:33:08,566 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,631 - 55871 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-29 09:33:08,631 - 55871 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 09:33:08,631 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,691 - 55871 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 09:33:08,691 - 55871 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 09:33:08,691 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,751 - 55871 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 09:33:08,751 - 55871 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-29 09:33:08,751 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,816 - 55871 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-29 09:33:08,929 - 55871 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-29 09:33:08,929 - 55871 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-29 09:33:08,929 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:08,968 - 55871 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 09:33:09,103 - 55871 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 09:33:09,103 - 55871 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 09:33:09,103 - 55871 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:09,143 - 55871 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 09:33:09,268 - 55871 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 09:33:09,269 - 55871 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 09:33:09,269 - 55871 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55871;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:09,301 - 55871 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:09,301 - 55871 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-29 09:33:09,301 - 55871 - src.utils.log - INFO - Time took to perform operation: 3.5 - __SPLIT__ 2026-01-29 09:33:09,301 - 55871 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55871;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:09,333 - 55871 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:09,333 - 55871 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 04:33:09.333' WHERE GenerateWorkOrderHistoryId = 55871;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:09,368 - 55871 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:32,269 - [55871] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470820, 470821, 470822, 470823] user_id=44506 company_id=146 project_id=[55871] publish_all=False - __SPLIT__ 2026-01-29 09:33:32,270 - [55871] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470820, 470821, 470822, 470823] user_id=44506 company_id=146 project_id=[55871] publish_all=False - __SPLIT__ 2026-01-29 09:33:32,270 - [55871] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55871] - __SPLIT__ 2026-01-29 09:33:32,285 - [55871] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 09:33:32,285 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,496 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:32,496 - [55871] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 09:33:32,497 - [55871] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55871;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,521 - [55871] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:32,521 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,549 - [55871] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 09:33:32,549 - [55871] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 09:33:32,549 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95343 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,580 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:32,580 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95343 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,608 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:32,608 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95343 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,638 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:32,642 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,666 - [55871] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 09:33:32,666 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,691 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:32,693 - [55871] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '17967' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,717 - [55871] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:32,717 - [55871] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '21398' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,741 - [55871] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:32,744 - [55871] - 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 = 95343... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,772 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:32,779 - [55871] - src.utils.log - INFO - Size of Transaction: 4 - __SPLIT__ 2026-01-29 09:33:32,780 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:32,832 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 09:33:32,936 - [55871] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 09:33:32,947 - [55871] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 09:33:32,948 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 04:33:32.775';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,084 - [55871] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 09:33:33,087 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,111 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:33,118 - [55871] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913) AND CreatedDate = '2026-01-29 04:33:32.775'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 09:33:33,313 - [55871] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:33,318 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,363 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Invoice - __SPLIT__ 2026-01-29 09:33:33,469 - [55871] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 09:33:33,469 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17963', '17966', '17965', '17964')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,565 - [55871] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-01-29 09:33:33,574 - [55871] - 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 = 95343 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,601 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:33,601 - [55871] - 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 = 95343 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,626 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:33,627 - [55871] - 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 = 95343 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,651 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:33,651 - [55871] - 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 = 95343 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,675 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:33,688 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,713 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:33,717 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,742 - [55871] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 09:33:33,750 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,774 - [55871] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 09:33:33,782 - [55871] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 09:33:33,782 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,823 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 09:33:33,916 - [55871] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 09:33:33,916 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:33,946 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 09:33:34,046 - [55871] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 09:33:34,047 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,088 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 09:33:34,178 - [55871] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 09:33:34,178 - [55871] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 09:33:34,179 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,202 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:34,202 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1122' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,225 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:34,226 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,304 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 09:33:34,440 - [55871] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 09:33:34,451 - [55871] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 09:33:34,452 - [55871] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95343;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,477 - [55871] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 09:33:34,477 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17963', '17964', '17965', '17966') AND wo.AccountNumber = '1122' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 09:33:34,509 - [55871] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 09:33:34,510 - [55871] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 09:33:34,510 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,569 - [55871] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 09:33:34,569 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,794 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:34,794 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,826 - [55871] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 09:33:34,826 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,855 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:34,855 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,882 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:34,883 - [55871] - 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 (470820, 470821, 470822, 470823)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,910 - [55871] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 09:33:34,910 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (470820, 470821, 470822, 470823) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,937 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:34,937 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,960 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:34,963 - [55871] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 09:33:34,973 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:34,996 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:34,998 - [55871] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId = 1140 AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,022 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:35,024 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,046 - [55871] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 09:33:35,049 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,110 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 09:33:35,220 - [55871] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 09:33:35,222 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95343 AND WorkOrderNo IN ('353024', '1154244', '6525866', '2904881') AND GenerateWorkOrderHistoryId = 55871;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 09:33:35,322 - [55871] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 09:33:35,323 - [55871] - src.utils.log - INFO - 🏁 Final merged rows: 4 - __SPLIT__ 2026-01-29 09:33:35,335 - [55871] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-29 09:33:35,336 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,358 - [55871] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 09:33:35,358 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,402 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 09:33:35,502 - [55871] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 09:33:35,502 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,526 - [55871] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 09:33:35,526 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,564 - [55871] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 09:33:35,564 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,606 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 09:33:35,712 - [55871] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 09:33:35,713 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,737 - [55871] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 09:33:35,737 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,778 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 09:33:35,870 - [55871] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 09:33:35,870 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,908 - [55871] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 09:33:35,908 - [55871] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:35,952 - [55871] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-29 09:33:36,049 - [55871] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-29 09:33:36,049 - [55871] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 09:33:36,049 - [55871] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55871 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,073 - [55871] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 09:33:36,079 - [55871] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 09:33:36,091 - [55871] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_1c65d25fcc - __SPLIT__ 2026-01-29 09:33:36,115 - [55871] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_1c65d25fcc - __SPLIT__ 2026-01-29 09:33:36,137 - [55871] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-29 09:33:36,154 - [55871] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 09:33:36,168 - [55871] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_1c65d25fcc - __SPLIT__ 2026-01-29 09:33:36,168 - [55871] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_1c65d25fcc - __SPLIT__ 2026-01-29 09:33:36,168 - [55871] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55871 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,190 - [55871] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:36,190 - [55871] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-29 09:33:36,190 - [55871] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,245 - [55871] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:36,245 - [55871] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,293 - [55871] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:36,293 - [55871] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,317 - [55871] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:36,318 - [55871] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,348 - [55871] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:36,349 - [55871] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,378 - [55871] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:36,378 - [55871] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,431 - [55871] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:36,431 - [55871] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,455 - [55871] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:36,455 - [55871] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470820, 470821, 470822, 470823) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,609 - [55871] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 09:33:36,609 - [55871] - src.utils.log - INFO - Work order published ids: (470820, 470821, 470822, 470823) - __SPLIT__ 2026-01-29 09:33:36,609 - [55871] - src.utils.log - INFO - Time took to perform operation in publishing [55871]: 4.34 - __SPLIT__ 2026-01-29 09:33:36,609 - [55871] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55871] - __SPLIT__ 2026-01-29 09:33:36,609 - [55871] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 04:33:36.609' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55871;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 09:33:36,632 - [55871] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:32:07,526 - 55872 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55872 - __SPLIT__ 2026-01-29 10:32:07,526 - 55872 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 55872 - __SPLIT__ 2026-01-29 10:32:07,527 - 55872 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 10:32:07,527 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:07,708 - 55872 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:07,709 - 55872 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 10:32:07,709 - 55872 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55872;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:07,734 - 55872 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:32:07,734 - 55872 - 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 = 55872), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55872), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55872 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 10:32:07,798 - 55872 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:07,799 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55872;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:07,825 - 55872 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:07,828 - 55872 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 10:32:07,829 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:07,861 - 55872 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:07,861 - 55872 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 10:32:07,863 - 55872 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 10:32:07,864 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:07,891 - 55872 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:07,891 - 55872 - 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 <= '2027-12-31 00:00:00' and ServiceSetupId = 95342 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:07,926 - 55872 - src.utils.log - INFO - βœ… Fetched 13 rows - __SPLIT__ 2026-01-29 10:32:07,998 - 55872 - src.utils.log - INFO - Generating work orders for setup: 95342 - __SPLIT__ 2026-01-29 10:32:08,027 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11496;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,053 - 55872 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:08,090 - 55872 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 10:32:08,096 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,121 - 55872 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:08,124 - 55872 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 10:32:08,124 - 55872 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-29 10:32:08,124 - 55872 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,171 - 55872 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:08,172 - 55872 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,216 - 55872 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:08,216 - 55872 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,262 - 55872 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:08,262 - 55872 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,311 - 55872 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:08,311 - 55872 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,355 - 55872 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:08,355 - 55872 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,402 - 55872 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:08,402 - 55872 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,432 - 55872 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:08,432 - 55872 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,501 - 55872 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:08,501 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,557 - 55872 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-29 10:32:08,700 - 55872 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 10:32:08,701 - 55872 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 4 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 14:53:27.511' and ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,745 - 55872 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:32:08,746 - 55872 - src.utils.log - INFO - Id's of work order inserted to DB: [470824 470825 470826 470827] - __SPLIT__ 2026-01-29 10:32:08,746 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,773 - 55872 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:08,773 - 55872 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 10:32:08,773 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,800 - 55872 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:08,801 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,827 - 55872 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:08,833 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,863 - 55872 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:32:08,864 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,890 - 55872 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:08,890 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,915 - 55872 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:08,915 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,944 - 55872 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:32:08,945 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:08,970 - 55872 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:08,970 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,163 - 55872 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:09,163 - 55872 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,190 - 55872 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:09,204 - 55872 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-29 10:32:09,204 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,231 - 55872 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 10:32:09,231 - 55872 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,231 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,257 - 55872 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-29 10:32:09,257 - 55872 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,257 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,283 - 55872 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-29 10:32:09,283 - 55872 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,283 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,315 - 55872 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-01-29 10:32:09,410 - 55872 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 10:32:09,410 - 55872 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,411 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,436 - 55872 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-29 10:32:09,436 - 55872 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,436 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,461 - 55872 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 10:32:09,462 - 55872 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,462 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,488 - 55872 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 10:32:09,488 - 55872 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,488 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,518 - 55872 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-29 10:32:09,612 - 55872 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-29 10:32:09,612 - 55872 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,612 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,643 - 55872 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-01-29 10:32:09,644 - 55872 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,644 - 55872 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,675 - 55872 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 10:32:09,778 - 55872 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 10:32:09,778 - 55872 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 10:32:09,778 - 55872 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55872;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,803 - 55872 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:32:09,803 - 55872 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-29 10:32:09,803 - 55872 - src.utils.log - INFO - Time took to perform operation: 2.28 - __SPLIT__ 2026-01-29 10:32:09,803 - 55872 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55872;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,829 - 55872 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:32:09,829 - 55872 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 05:32:09.829' WHERE GenerateWorkOrderHistoryId = 55872;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:09,855 - 55872 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:32:20,080 - [55872] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470824, 470825, 470826, 470827] user_id=44506 company_id=146 project_id=[55872] publish_all=False - __SPLIT__ 2026-01-29 10:32:20,081 - [55872] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470824, 470825, 470826, 470827] user_id=44506 company_id=146 project_id=[55872] publish_all=False - __SPLIT__ 2026-01-29 10:32:20,082 - [55872] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55872] - __SPLIT__ 2026-01-29 10:32:20,097 - [55872] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 10:32:20,097 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,293 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:20,293 - [55872] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 10:32:20,293 - [55872] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55872;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,316 - [55872] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:32:20,316 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,343 - [55872] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:32:20,343 - [55872] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 10:32:20,343 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95342 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,372 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:20,372 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95342 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,398 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:20,398 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95342 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,427 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:20,430 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,452 - [55872] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:32:20,452 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,474 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:20,475 - [55872] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '17971' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,497 - [55872] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:32:20,498 - [55872] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '21402' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,519 - [55872] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:32:20,523 - [55872] - 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 = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,548 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:20,556 - [55872] - src.utils.log - INFO - Size of Transaction: 4 - __SPLIT__ 2026-01-29 10:32:20,556 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,612 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 10:32:20,702 - [55872] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 10:32:20,712 - [55872] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 10:32:20,713 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 05:32:20.551';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,834 - [55872] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:32:20,837 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:20,860 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:20,868 - [55872] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913) AND CreatedDate = '2026-01-29 05:32:20.551'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 10:32:21,067 - [55872] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:32:21,072 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,117 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Invoice - __SPLIT__ 2026-01-29 10:32:21,210 - [55872] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 10:32:21,210 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17970', '17969', '17968', '17967')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,279 - [55872] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-01-29 10:32:21,287 - [55872] - 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 = 95342 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,311 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:21,311 - [55872] - 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 = 95342 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,335 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:21,335 - [55872] - 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 = 95342 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,357 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:21,358 - [55872] - 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 = 95342 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,381 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:21,394 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,419 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:21,424 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,447 - [55872] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:32:21,456 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,478 - [55872] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:32:21,486 - [55872] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 10:32:21,487 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,528 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 10:32:21,607 - [55872] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 10:32:21,607 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,634 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 10:32:21,716 - [55872] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 10:32:21,717 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,758 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 10:32:21,834 - [55872] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 10:32:21,835 - [55872] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 10:32:21,836 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,858 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:21,858 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1116' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,879 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:21,880 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:21,954 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 10:32:22,074 - [55872] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 10:32:22,084 - [55872] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 10:32:22,086 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17967', '17968', '17969', '17970') AND wo.AccountNumber = '1116' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 10:32:22,116 - [55872] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:32:22,117 - [55872] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 10:32:22,117 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,150 - [55872] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:32:22,150 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,204 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:22,205 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,234 - [55872] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:32:22,234 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,257 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:22,257 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,281 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:22,282 - [55872] - 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 (470824, 470825, 470826, 470827)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,308 - [55872] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:32:22,308 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (470824, 470825, 470826, 470827) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,333 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:22,333 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,355 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:22,357 - [55872] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 10:32:22,368 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,390 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:22,392 - [55872] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId = 1140 AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,414 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:22,416 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,437 - [55872] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:32:22,440 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,497 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 10:32:22,595 - [55872] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 10:32:22,596 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95342 AND WorkOrderNo IN ('6796488', '9237531', '4647400', '8841663') AND GenerateWorkOrderHistoryId = 55872;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 10:32:22,646 - [55872] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:32:22,646 - [55872] - src.utils.log - INFO - 🏁 Final merged rows: 4 - __SPLIT__ 2026-01-29 10:32:22,650 - [55872] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-29 10:32:22,650 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,672 - [55872] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 10:32:22,672 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,714 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 10:32:22,798 - [55872] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 10:32:22,799 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,820 - [55872] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 10:32:22,820 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,856 - [55872] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 10:32:22,856 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:22,898 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 10:32:22,982 - [55872] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 10:32:22,982 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,003 - [55872] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 10:32:23,003 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,042 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 10:32:23,125 - [55872] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 10:32:23,125 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,161 - [55872] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 10:32:23,161 - [55872] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,203 - [55872] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-29 10:32:23,284 - [55872] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-29 10:32:23,284 - [55872] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 10:32:23,284 - [55872] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55872 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,307 - [55872] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:32:23,313 - [55872] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 10:32:23,324 - [55872] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_0c60ee1379 - __SPLIT__ 2026-01-29 10:32:23,347 - [55872] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_0c60ee1379 - __SPLIT__ 2026-01-29 10:32:23,367 - [55872] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-29 10:32:23,383 - [55872] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 10:32:23,395 - [55872] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_0c60ee1379 - __SPLIT__ 2026-01-29 10:32:23,396 - [55872] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_0c60ee1379 - __SPLIT__ 2026-01-29 10:32:23,396 - [55872] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55872 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,416 - [55872] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:23,416 - [55872] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-29 10:32:23,416 - [55872] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,470 - [55872] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:23,470 - [55872] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,513 - [55872] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:23,513 - [55872] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,536 - [55872] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:23,536 - [55872] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,565 - [55872] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:23,565 - [55872] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,593 - [55872] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:23,594 - [55872] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,647 - [55872] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:23,647 - [55872] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,669 - [55872] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:23,669 - [55872] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470824, 470825, 470826, 470827) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,826 - [55872] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:32:23,827 - [55872] - src.utils.log - INFO - Work order published ids: (470824, 470825, 470826, 470827) - __SPLIT__ 2026-01-29 10:32:23,827 - [55872] - src.utils.log - INFO - Time took to perform operation in publishing [55872]: 3.74 - __SPLIT__ 2026-01-29 10:32:23,827 - [55872] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55872] - __SPLIT__ 2026-01-29 10:32:23,827 - [55872] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 05:32:23.827' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55872;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:32:23,848 - [55872] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:46:03,994 - 55873 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55873 - __SPLIT__ 2026-01-29 10:46:03,995 - 55873 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 55873 - __SPLIT__ 2026-01-29 10:46:04,010 - 55873 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 10:46:04,011 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,247 - 55873 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:04,248 - 55873 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 10:46:04,248 - 55873 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55873;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,273 - 55873 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:46:04,274 - 55873 - 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 = 55873), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55873), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55873 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 10:46:04,340 - 55873 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:04,340 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55873;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,367 - 55873 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:04,370 - 55873 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 10:46:04,370 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,401 - 55873 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:04,401 - 55873 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 10:46:04,403 - 55873 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 10:46:04,404 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,430 - 55873 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:04,430 - 55873 - 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 <= '2028-04-30 00:00:00' and ServiceSetupId = 95342 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,465 - 55873 - src.utils.log - INFO - βœ… Fetched 17 rows - __SPLIT__ 2026-01-29 10:46:04,535 - 55873 - src.utils.log - INFO - Generating work orders for setup: 95342 - __SPLIT__ 2026-01-29 10:46:04,564 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11496;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,590 - 55873 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:04,627 - 55873 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 10:46:04,634 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,659 - 55873 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:04,661 - 55873 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 10:46:04,662 - 55873 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-29 10:46:04,662 - 55873 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,705 - 55873 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:04,705 - 55873 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,746 - 55873 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:04,746 - 55873 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,788 - 55873 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:04,789 - 55873 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,830 - 55873 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:04,830 - 55873 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,872 - 55873 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:04,872 - 55873 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,914 - 55873 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:04,915 - 55873 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:04,941 - 55873 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:04,941 - 55873 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95342 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,005 - 55873 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:05,005 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,058 - 55873 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-29 10:46:05,188 - 55873 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 10:46:05,188 - 55873 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 4 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 16:15:14.789' and ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,232 - 55873 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:46:05,233 - 55873 - src.utils.log - INFO - Id's of work order inserted to DB: [470828 470829 470830 470831] - __SPLIT__ 2026-01-29 10:46:05,233 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,259 - 55873 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:05,259 - 55873 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 10:46:05,260 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,285 - 55873 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:05,285 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,311 - 55873 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:05,317 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,347 - 55873 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:46:05,347 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,372 - 55873 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:05,372 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,396 - 55873 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:05,396 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,422 - 55873 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:46:05,422 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,447 - 55873 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:05,447 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,772 - 55873 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:05,773 - 55873 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,805 - 55873 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:05,820 - 55873 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-29 10:46:05,820 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,846 - 55873 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 10:46:05,846 - 55873 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-29 10:46:05,846 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,874 - 55873 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-29 10:46:05,875 - 55873 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-29 10:46:05,875 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,903 - 55873 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-29 10:46:05,903 - 55873 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-29 10:46:05,903 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:05,939 - 55873 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-01-29 10:46:06,034 - 55873 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 10:46:06,034 - 55873 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-29 10:46:06,034 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:06,060 - 55873 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-29 10:46:06,060 - 55873 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 10:46:06,060 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:06,085 - 55873 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 10:46:06,085 - 55873 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 10:46:06,085 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:06,110 - 55873 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 10:46:06,111 - 55873 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-29 10:46:06,111 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:06,140 - 55873 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-29 10:46:06,233 - 55873 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-29 10:46:06,233 - 55873 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-29 10:46:06,233 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:06,264 - 55873 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-01-29 10:46:06,264 - 55873 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 10:46:06,264 - 55873 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:06,295 - 55873 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 10:46:06,390 - 55873 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 10:46:06,390 - 55873 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 10:46:06,390 - 55873 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55873;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:06,415 - 55873 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:46:06,415 - 55873 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-29 10:46:06,415 - 55873 - src.utils.log - INFO - Time took to perform operation: 2.42 - __SPLIT__ 2026-01-29 10:46:06,415 - 55873 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55873;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:06,440 - 55873 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:46:06,440 - 55873 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 05:46:06.440' WHERE GenerateWorkOrderHistoryId = 55873;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:06,465 - 55873 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:46:15,159 - [55873] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470828, 470829, 470830, 470831] user_id=44506 company_id=146 project_id=[55873] publish_all=False - __SPLIT__ 2026-01-29 10:46:15,160 - [55873] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470828, 470829, 470830, 470831] user_id=44506 company_id=146 project_id=[55873] publish_all=False - __SPLIT__ 2026-01-29 10:46:15,160 - [55873] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55873] - __SPLIT__ 2026-01-29 10:46:15,177 - [55873] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 10:46:15,177 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,409 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:15,409 - [55873] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 10:46:15,409 - [55873] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55873;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,435 - [55873] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:46:15,435 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,465 - [55873] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:46:15,466 - [55873] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 10:46:15,466 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95342 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,490 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:15,491 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95342 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,515 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:15,515 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95342 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,539 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:15,543 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,568 - [55873] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:46:15,568 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,592 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:15,593 - [55873] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '17975' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,617 - [55873] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:46:15,618 - [55873] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '21406' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,642 - [55873] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:46:15,646 - [55873] - 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 = 95342... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,672 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:15,679 - [55873] - src.utils.log - INFO - Size of Transaction: 4 - __SPLIT__ 2026-01-29 10:46:15,679 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,721 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 10:46:15,820 - [55873] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 10:46:15,832 - [55873] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 10:46:15,833 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 05:46:15.674';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,924 - [55873] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:46:15,926 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:15,953 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:15,960 - [55873] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913) AND CreatedDate = '2026-01-29 05:46:15.674'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 10:46:16,159 - [55873] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:46:16,164 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,196 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Invoice - __SPLIT__ 2026-01-29 10:46:16,303 - [55873] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 10:46:16,304 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17974', '17973', '17972', '17971')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,377 - [55873] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-01-29 10:46:16,386 - [55873] - 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 = 95342 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,411 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:16,411 - [55873] - 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 = 95342 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,437 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:16,437 - [55873] - 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 = 95342 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,462 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:16,462 - [55873] - 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 = 95342 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,487 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:16,500 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,526 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:16,530 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,555 - [55873] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:46:16,564 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95342;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,589 - [55873] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:46:16,596 - [55873] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 10:46:16,596 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,625 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 10:46:16,719 - [55873] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 10:46:16,720 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,752 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 10:46:16,846 - [55873] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 10:46:16,846 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 8 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,874 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 8) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 10:46:16,966 - [55873] - src.utils.log - INFO - βœ… All 8 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 10:46:16,966 - [55873] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 10:46:16,968 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:16,993 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:16,993 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1116' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,018 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:17,019 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,085 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 10:46:17,200 - [55873] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 10:46:17,212 - [55873] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 10:46:17,213 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17971', '17972', '17973', '17974') AND wo.AccountNumber = '1116' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 10:46:17,246 - [55873] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:46:17,247 - [55873] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 10:46:17,247 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,283 - [55873] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:46:17,283 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,336 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:17,336 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,368 - [55873] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:46:17,368 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,395 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:17,395 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,423 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:17,423 - [55873] - 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 (470828, 470829, 470830, 470831)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,453 - [55873] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:46:17,453 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (470828, 470829, 470830, 470831) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,480 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:17,481 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,506 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:17,508 - [55873] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 10:46:17,519 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,544 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:17,546 - [55873] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId = 1140 AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,571 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:17,572 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,597 - [55873] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:46:17,601 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,650 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 10:46:17,753 - [55873] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 10:46:17,754 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95342 AND WorkOrderNo IN ('7272492', '2345837', '6699875', '2566434') AND GenerateWorkOrderHistoryId = 55873;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 10:46:17,806 - [55873] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:46:17,806 - [55873] - src.utils.log - INFO - 🏁 Final merged rows: 4 - __SPLIT__ 2026-01-29 10:46:17,810 - [55873] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-29 10:46:17,811 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,835 - [55873] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 10:46:17,836 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,866 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 10:46:17,963 - [55873] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 10:46:17,964 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:17,989 - [55873] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 10:46:17,989 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,014 - [55873] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 10:46:18,014 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,045 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 10:46:18,142 - [55873] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 10:46:18,143 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,168 - [55873] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 10:46:18,169 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,197 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 10:46:18,290 - [55873] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 10:46:18,290 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,316 - [55873] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 10:46:18,316 - [55873] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,347 - [55873] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-29 10:46:18,443 - [55873] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-29 10:46:18,443 - [55873] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 10:46:18,443 - [55873] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55873 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,470 - [55873] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:46:18,476 - [55873] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 10:46:18,490 - [55873] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_d3c1482db7 - __SPLIT__ 2026-01-29 10:46:18,516 - [55873] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_d3c1482db7 - __SPLIT__ 2026-01-29 10:46:18,541 - [55873] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-29 10:46:18,559 - [55873] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 10:46:18,575 - [55873] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_d3c1482db7 - __SPLIT__ 2026-01-29 10:46:18,575 - [55873] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_d3c1482db7 - __SPLIT__ 2026-01-29 10:46:18,575 - [55873] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55873 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,599 - [55873] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:18,599 - [55873] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-29 10:46:18,599 - [55873] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,656 - [55873] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:18,657 - [55873] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,703 - [55873] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:18,703 - [55873] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,730 - [55873] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:18,730 - [55873] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,764 - [55873] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:18,765 - [55873] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,797 - [55873] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:18,797 - [55873] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,852 - [55873] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:18,853 - [55873] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:18,879 - [55873] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:18,879 - [55873] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470828, 470829, 470830, 470831) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:19,037 - [55873] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:46:19,037 - [55873] - src.utils.log - INFO - Work order published ids: (470828, 470829, 470830, 470831) - __SPLIT__ 2026-01-29 10:46:19,037 - [55873] - src.utils.log - INFO - Time took to perform operation in publishing [55873]: 3.88 - __SPLIT__ 2026-01-29 10:46:19,037 - [55873] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55873] - __SPLIT__ 2026-01-29 10:46:19,038 - [55873] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 05:46:19.037' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55873;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:46:19,063 - [55873] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:58:48,059 - 55874 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55874 - __SPLIT__ 2026-01-29 10:58:48,060 - 55874 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 55874 - __SPLIT__ 2026-01-29 10:58:48,061 - 55874 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 10:58:48,061 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,265 - 55874 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:58:48,265 - 55874 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 10:58:48,265 - 55874 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,293 - 55874 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:58:48,293 - 55874 - 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 = 55874), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55874), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55874 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 10:58:48,361 - 55874 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:58:48,361 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,391 - 55874 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:58:48,394 - 55874 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 10:58:48,394 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,428 - 55874 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:58:48,428 - 55874 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 10:58:48,430 - 55874 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 10:58:48,431 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,460 - 55874 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:58:48,461 - 55874 - 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 = 95344 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,498 - 55874 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:58:48,576 - 55874 - src.utils.log - INFO - Generating work orders for setup: 95344 - __SPLIT__ 2026-01-29 10:58:48,606 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11458;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,635 - 55874 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:58:48,668 - 55874 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 10:58:48,673 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,703 - 55874 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:58:48,706 - 55874 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 10:58:48,706 - 55874 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-29 10:58:48,706 - 55874 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95344 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,754 - 55874 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:58:48,754 - 55874 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95344 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,802 - 55874 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:58:48,802 - 55874 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95344 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,850 - 55874 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:58:48,850 - 55874 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95344 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,898 - 55874 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:58:48,898 - 55874 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95344 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,946 - 55874 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:58:48,946 - 55874 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95344 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:48,994 - 55874 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:58:48,995 - 55874 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95344 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,027 - 55874 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:58:49,027 - 55874 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95344 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,098 - 55874 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 10:58:49,098 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,155 - 55874 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-29 10:58:49,315 - 55874 - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 10:58:49,316 - 55874 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 5 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 16:15:14.789' and ServiceSetupId = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,363 - 55874 - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:58:49,363 - 55874 - src.utils.log - INFO - Id's of work order inserted to DB: [470832 470833 470834 470835 470836] - __SPLIT__ 2026-01-29 10:58:49,364 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,394 - 55874 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:58:49,394 - 55874 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 10:58:49,395 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,425 - 55874 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:58:49,425 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,454 - 55874 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:58:49,460 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,492 - 55874 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:58:49,494 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,522 - 55874 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:58:49,523 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,551 - 55874 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:58:49,552 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,584 - 55874 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:58:49,585 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,614 - 55874 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:58:49,614 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,882 - 55874 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:58:49,883 - 55874 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,917 - 55874 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:58:49,931 - 55874 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-29 10:58:49,932 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:49,966 - 55874 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 10:58:49,966 - 55874 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-29 10:58:49,966 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,002 - 55874 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-29 10:58:50,003 - 55874 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-29 10:58:50,003 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,035 - 55874 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-29 10:58:50,035 - 55874 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-29 10:58:50,035 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,074 - 55874 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-01-29 10:58:50,189 - 55874 - src.utils.log - INFO - βœ… All 10 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 10:58:50,190 - 55874 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-29 10:58:50,190 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,219 - 55874 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-29 10:58:50,219 - 55874 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 10:58:50,219 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,247 - 55874 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 10:58:50,247 - 55874 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 10:58:50,247 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,276 - 55874 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 10:58:50,276 - 55874 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-29 10:58:50,276 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,308 - 55874 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-29 10:58:50,417 - 55874 - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-29 10:58:50,418 - 55874 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-29 10:58:50,418 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,454 - 55874 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 10:58:50,561 - 55874 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 10:58:50,561 - 55874 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 10:58:50,561 - 55874 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,595 - 55874 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 10:58:50,702 - 55874 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 10:58:50,702 - 55874 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 10:58:50,702 - 55874 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,731 - 55874 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:58:50,731 - 55874 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-29 10:58:50,731 - 55874 - src.utils.log - INFO - Time took to perform operation: 2.67 - __SPLIT__ 2026-01-29 10:58:50,731 - 55874 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,760 - 55874 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:58:50,760 - 55874 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 05:58:50.760' WHERE GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:58:50,789 - 55874 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:02,052 - [55874] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470832, 470833, 470834, 470835, 470836] user_id=44506 company_id=146 project_id=[55874] publish_all=False - __SPLIT__ 2026-01-29 10:59:02,053 - [55874] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470832, 470833, 470834, 470835, 470836] user_id=44506 company_id=146 project_id=[55874] publish_all=False - __SPLIT__ 2026-01-29 10:59:02,053 - [55874] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55874] - __SPLIT__ 2026-01-29 10:59:02,069 - [55874] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 10:59:02,069 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,332 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:02,332 - [55874] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 10:59:02,332 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,362 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:02,362 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,396 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:02,397 - [55874] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 10:59:02,397 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,433 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:02,434 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,469 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:02,469 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,507 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:02,511 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,539 - [55874] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:59:02,540 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,568 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:02,569 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '17980' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,599 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:02,599 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '21411' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,628 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:02,632 - [55874] - 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 = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,665 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:02,672 - [55874] - src.utils.log - INFO - Size of Transaction: 5 - __SPLIT__ 2026-01-29 10:59:02,673 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,722 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 10:59:02,835 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 10:59:02,850 - [55874] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 10:59:02,850 - [55874] - 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) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 05:59:02.669';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,941 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:02,943 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:02,973 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:02,981 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914) AND CreatedDate = '2026-01-29 05:59:02.669'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 10:59:03,186 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:03,190 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,227 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Invoice - __SPLIT__ 2026-01-29 10:59:03,343 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 10:59:03,343 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17975', '17979', '17978', '17977', '17976')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,423 - [55874] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-29 10:59:03,431 - [55874] - 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 = 95344 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,463 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:03,463 - [55874] - 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 = 95344 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,495 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:03,495 - [55874] - 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 = 95344 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,526 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:03,526 - [55874] - 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 = 95344 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,557 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:03,571 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,601 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:03,605 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,635 - [55874] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:59:03,644 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,675 - [55874] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:59:03,683 - [55874] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 10:59:03,683 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,716 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 10:59:03,848 - [55874] - src.utils.log - INFO - βœ… All 20 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 10:59:03,848 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:03,883 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 10:59:04,001 - [55874] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 10:59:04,002 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,034 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 10:59:04,149 - [55874] - src.utils.log - INFO - βœ… All 20 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 10:59:04,149 - [55874] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 10:59:04,151 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,179 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:04,180 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1123' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,209 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:04,210 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,282 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 10:59:04,434 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 10:59:04,448 - [55874] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 10:59:04,449 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,480 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:04,481 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17975', '17976', '17977', '17978', '17979') AND wo.AccountNumber = '1123' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 10:59:04,517 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:04,518 - [55874] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 10:59:04,518 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,558 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:04,559 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,609 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:04,609 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,645 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:04,645 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,675 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:04,675 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,707 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:04,707 - [55874] - 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 (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,741 - [55874] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-29 10:59:04,741 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (470832, 470833, 470834, 470835, 470836) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,772 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:04,772 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,802 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:04,804 - [55874] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 10:59:04,815 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,844 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:04,846 - [55874] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,873 - [55874] - src.utils.log - ERROR - ❌ Error fetching data: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Incorrect syntax near '1140, 1135'. (102) (SQLExecDirectW)") [SQL: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;] (Background on this error at: https://sqlalche.me/e/20/f405) - __SPLIT__ 2026-01-29 10:59:04,874 - [55874] - src.utils.log - ERROR - ❌ fetch_data_from_db failed after 1 attempts: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Incorrect syntax near '1140, 1135'. (102) (SQLExecDirectW)") [SQL: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;] (Background on this error at: https://sqlalche.me/e/20/f405) - __SPLIT__ 2026-01-29 10:59:04,874 - [55874] - src.utils.log - INFO - Error: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Incorrect syntax near '1140, 1135'. (102) (SQLExecDirectW)") [SQL: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;] (Background on this error at: https://sqlalche.me/e/20/f405) - __SPLIT__ 2026-01-29 10:59:04,874 - [55874] - src.utils.log - INFO - Time took to perform operation in publishing [55874]: 2.82 - __SPLIT__ 2026-01-29 10:59:04,874 - [55874] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55874] - __SPLIT__ 2026-01-29 10:59:04,874 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 05:59:04.874' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:04,902 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:39,870 - [55874] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470832, 470833, 470834, 470835, 470836] user_id=44506 company_id=146 project_id=[55874] publish_all=False - __SPLIT__ 2026-01-29 10:59:39,870 - [55874] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470832, 470833, 470834, 470835, 470836] user_id=44506 company_id=146 project_id=[55874] publish_all=False - __SPLIT__ 2026-01-29 10:59:39,870 - [55874] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55874] - __SPLIT__ 2026-01-29 10:59:39,871 - [55874] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 10:59:39,871 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,046 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:40,046 - [55874] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 10:59:40,046 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,071 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:40,071 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,098 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:40,098 - [55874] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 10:59:40,098 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,123 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:40,123 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,147 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:40,148 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,172 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:40,175 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,200 - [55874] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:59:40,200 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,224 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:40,225 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '17985' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,251 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:40,251 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '21416' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,275 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:40,279 - [55874] - 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 = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,304 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:40,311 - [55874] - src.utils.log - INFO - Size of Transaction: 5 - __SPLIT__ 2026-01-29 10:59:40,312 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,354 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 10:59:40,448 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 10:59:40,460 - [55874] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 10:59:40,460 - [55874] - 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) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 05:59:40.307';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,548 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:40,551 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,577 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:40,585 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914) AND CreatedDate = '2026-01-29 05:59:40.307'; ... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 10:59:40,792 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:40,796 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,827 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Invoice - __SPLIT__ 2026-01-29 10:59:40,921 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 10:59:40,921 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17980', '17984', '17983', '17982', '17981')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:40,998 - [55874] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-29 10:59:41,009 - [55874] - 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 = 95344 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,034 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:41,035 - [55874] - 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 = 95344 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,060 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:41,060 - [55874] - 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 = 95344 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,086 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:41,086 - [55874] - 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 = 95344 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,111 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:41,123 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,149 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:41,153 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,178 - [55874] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:59:41,187 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,212 - [55874] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:59:41,220 - [55874] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 10:59:41,220 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,250 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 10:59:41,357 - [55874] - src.utils.log - INFO - βœ… All 20 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 10:59:41,357 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,391 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 10:59:41,483 - [55874] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 10:59:41,483 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,511 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 10:59:41,605 - [55874] - src.utils.log - INFO - βœ… All 20 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 10:59:41,605 - [55874] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 10:59:41,607 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,631 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:41,632 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1123' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,656 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:41,657 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,723 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 10:59:41,840 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 10:59:41,852 - [55874] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 10:59:41,853 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,878 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:41,879 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17980', '17981', '17982', '17983', '17984') AND wo.AccountNumber = '1123' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-01-29 10:59:41,912 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:41,912 - [55874] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 10:59:41,913 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,947 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:41,947 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:41,992 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:41,992 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:42,023 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:42,023 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:42,048 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:42,048 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:42,075 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:42,075 - [55874] - 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 (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:42,104 - [55874] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-29 10:59:42,104 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (470832, 470833, 470834, 470835, 470836) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:42,129 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:42,130 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:42,154 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:42,157 - [55874] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 10:59:42,168 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:42,192 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:42,194 - [55874] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:42,219 - [55874] - src.utils.log - ERROR - ❌ Error fetching data: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Incorrect syntax near '1140, 1135'. (102) (SQLExecDirectW)") [SQL: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;] (Background on this error at: https://sqlalche.me/e/20/f405) - __SPLIT__ 2026-01-29 10:59:42,219 - [55874] - src.utils.log - ERROR - ❌ fetch_data_from_db failed after 1 attempts: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Incorrect syntax near '1140, 1135'. (102) (SQLExecDirectW)") [SQL: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;] (Background on this error at: https://sqlalche.me/e/20/f405) - __SPLIT__ 2026-01-29 10:59:42,219 - [55874] - src.utils.log - INFO - Error: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Incorrect syntax near '1140, 1135'. (102) (SQLExecDirectW)") [SQL: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;] (Background on this error at: https://sqlalche.me/e/20/f405) - __SPLIT__ 2026-01-29 10:59:42,219 - [55874] - src.utils.log - INFO - Time took to perform operation in publishing [55874]: 2.35 - __SPLIT__ 2026-01-29 10:59:42,219 - [55874] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55874] - __SPLIT__ 2026-01-29 10:59:42,219 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 05:59:42.219' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:42,244 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:58,089 - [55874] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470832, 470833, 470834, 470835, 470836] user_id=44506 company_id=146 project_id=[55874] publish_all=False - __SPLIT__ 2026-01-29 10:59:58,089 - [55874] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470832, 470833, 470834, 470835, 470836] user_id=44506 company_id=146 project_id=[55874] publish_all=False - __SPLIT__ 2026-01-29 10:59:58,089 - [55874] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55874] - __SPLIT__ 2026-01-29 10:59:58,090 - [55874] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 10:59:58,090 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,267 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:58,267 - [55874] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 10:59:58,267 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,292 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:58,292 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,321 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:58,321 - [55874] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 10:59:58,321 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,345 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:58,345 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,370 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:58,370 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,395 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:58,399 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,423 - [55874] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 10:59:58,423 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,447 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:58,449 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '17990' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,474 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:58,474 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '21421' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,500 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:58,503 - [55874] - 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 = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,529 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:58,535 - [55874] - src.utils.log - INFO - Size of Transaction: 5 - __SPLIT__ 2026-01-29 10:59:58,537 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,578 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 10:59:58,672 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 10:59:58,685 - [55874] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 10:59:58,685 - [55874] - 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) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 05:59:58.532';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,774 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 10:59:58,776 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:58,803 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:58,810 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914) AND CreatedDate = '2026-01-29 05:59:58.532'; ... (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-01-29 10:59:59,013 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 10:59:59,017 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,050 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Invoice - __SPLIT__ 2026-01-29 10:59:59,145 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 10:59:59,145 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17985', '17989', '17988', '17987', '17986')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,225 - [55874] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-29 10:59:59,234 - [55874] - 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 = 95344 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,259 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:59,259 - [55874] - 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 = 95344 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,284 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:59,284 - [55874] - 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 = 95344 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,310 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:59,310 - [55874] - 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 = 95344 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,335 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:59,347 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,373 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 10:59:59,377 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,402 - [55874] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:59:59,413 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,437 - [55874] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 10:59:59,445 - [55874] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 10:59:59,445 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,474 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 10:59:59,579 - [55874] - src.utils.log - INFO - βœ… All 20 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 10:59:59,580 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,612 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 10:59:59,706 - [55874] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 10:59:59,706 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,735 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 10:59:59,827 - [55874] - src.utils.log - INFO - βœ… All 20 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 10:59:59,828 - [55874] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 10:59:59,829 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,853 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:59,853 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1123' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,878 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 10:59:59,879 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 10:59:59,944 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 11:00:00,055 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 11:00:00,068 - [55874] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 11:00:00,069 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,095 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:00:00,096 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17985', '17986', '17987', '17988', '17989') AND wo.AccountNumber = '1123' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-5_0) - __SPLIT__ 2026-01-29 11:00:00,130 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 11:00:00,131 - [55874] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 11:00:00,131 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,167 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 11:00:00,167 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,211 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:00:00,211 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,242 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 11:00:00,242 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,267 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:00:00,267 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,294 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:00:00,294 - [55874] - 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 (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,323 - [55874] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-29 11:00:00,323 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (470832, 470833, 470834, 470835, 470836) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,348 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:00:00,348 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,373 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:00:00,375 - [55874] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 11:00:00,386 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,410 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:00:00,413 - [55874] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,437 - [55874] - src.utils.log - ERROR - ❌ Error fetching data: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Incorrect syntax near '1140, 1135'. (102) (SQLExecDirectW)") [SQL: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;] (Background on this error at: https://sqlalche.me/e/20/f405) - __SPLIT__ 2026-01-29 11:00:00,438 - [55874] - src.utils.log - ERROR - ❌ fetch_data_from_db failed after 1 attempts: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Incorrect syntax near '1140, 1135'. (102) (SQLExecDirectW)") [SQL: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;] (Background on this error at: https://sqlalche.me/e/20/f405) - __SPLIT__ 2026-01-29 11:00:00,438 - [55874] - src.utils.log - INFO - Error: (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Incorrect syntax near '1140, 1135'. (102) (SQLExecDirectW)") [SQL: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN [1140, 1135] AND CompanyId = 146 AND IsActive = 1;] (Background on this error at: https://sqlalche.me/e/20/f405) - __SPLIT__ 2026-01-29 11:00:00,438 - [55874] - src.utils.log - INFO - Time took to perform operation in publishing [55874]: 2.35 - __SPLIT__ 2026-01-29 11:00:00,438 - [55874] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55874] - __SPLIT__ 2026-01-29 11:00:00,438 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 06:00:00.438' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:00:00,463 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:02:49,046 - [55874] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470832, 470833, 470834, 470835, 470836] user_id=44506 company_id=146 project_id=[55874] publish_all=False - __SPLIT__ 2026-01-29 11:02:49,048 - [55874] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470832, 470833, 470834, 470835, 470836] user_id=44506 company_id=146 project_id=[55874] publish_all=False - __SPLIT__ 2026-01-29 11:02:49,048 - [55874] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55874] - __SPLIT__ 2026-01-29 11:02:49,063 - [55874] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 11:02:49,064 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,333 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:49,333 - [55874] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 11:02:49,333 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,362 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:02:49,362 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,395 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 11:02:49,396 - [55874] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 11:02:49,396 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,425 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:02:49,425 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,454 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:49,454 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95344 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,482 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:49,488 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,517 - [55874] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:02:49,517 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,546 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:02:49,547 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '17995' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,577 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:02:49,577 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '21426' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,606 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:02:49,610 - [55874] - 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 = 95344... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,641 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:02:49,649 - [55874] - src.utils.log - INFO - Size of Transaction: 5 - __SPLIT__ 2026-01-29 11:02:49,650 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,698 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 11:02:49,811 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 11:02:49,825 - [55874] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 11:02:49,826 - [55874] - 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) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 06:02:49.644';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,915 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 11:02:49,917 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:49,948 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:49,956 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913,12345678914) AND CreatedDate = '2026-01-29 06:02:49.644'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 11:02:50,162 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:02:50,167 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,204 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into Billing.Invoice - __SPLIT__ 2026-01-29 11:02:50,315 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 11:02:50,316 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17990', '17994', '17993', '17992', '17991')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,396 - [55874] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-29 11:02:50,405 - [55874] - 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 = 95344 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,435 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:02:50,435 - [55874] - 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 = 95344 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,464 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:02:50,465 - [55874] - 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 = 95344 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,494 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:50,494 - [55874] - 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 = 95344 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,524 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:50,537 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,567 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:50,571 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,601 - [55874] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 11:02:50,611 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,640 - [55874] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-29 11:02:50,648 - [55874] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 11:02:50,649 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,683 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 11:02:50,806 - [55874] - src.utils.log - INFO - βœ… All 20 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 11:02:50,806 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,843 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 11:02:50,952 - [55874] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 11:02:50,953 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 20 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:50,985 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 20) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 11:02:51,093 - [55874] - src.utils.log - INFO - βœ… All 20 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 11:02:51,093 - [55874] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 11:02:51,094 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,123 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:02:51,124 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1123' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,153 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:02:51,154 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,226 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 11:02:51,353 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 11:02:51,368 - [55874] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 11:02:51,369 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95344;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,398 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:02:51,399 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17990', '17991', '17992', '17993', '17994') AND wo.AccountNumber = '1123' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 11:02:51,436 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 11:02:51,437 - [55874] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 11:02:51,437 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,476 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 11:02:51,477 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,523 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:51,524 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,558 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 11:02:51,559 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,588 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:51,588 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,618 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:51,619 - [55874] - 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 (470832, 470833, 470834, 470835, 470836)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,651 - [55874] - src.utils.log - INFO - βœ… Fetched 10 rows - __SPLIT__ 2026-01-29 11:02:51,651 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (470832, 470833, 470834, 470835, 470836) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,679 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:51,680 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,709 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:51,711 - [55874] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 11:02:51,721 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,750 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:02:51,752 - [55874] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN (1140, 1135) AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,783 - [55874] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:02:51,785 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,813 - [55874] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:02:51,816 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:51,865 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 11:02:51,996 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 11:02:51,998 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95344 AND WorkOrderNo IN ('992654', '6686053', '2705758', '5625189', '8456966') AND GenerateWorkOrderHistoryId = 55874;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 11:02:52,054 - [55874] - src.utils.log - INFO - βœ… Fetched 5 rows - __SPLIT__ 2026-01-29 11:02:52,055 - [55874] - src.utils.log - INFO - 🏁 Final merged rows: 5 - __SPLIT__ 2026-01-29 11:02:52,059 - [55874] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-29 11:02:52,059 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,089 - [55874] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 11:02:52,089 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 10 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,124 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 10) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 11:02:52,246 - [55874] - src.utils.log - INFO - βœ… All 10 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 11:02:52,247 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,276 - [55874] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 11:02:52,277 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,306 - [55874] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 11:02:52,306 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,341 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 11:02:52,462 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 11:02:52,462 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,493 - [55874] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 11:02:52,493 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,526 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 11:02:52,641 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 11:02:52,642 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,671 - [55874] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 11:02:52,671 - [55874] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 5 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,706 - [55874] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-29 11:02:52,824 - [55874] - src.utils.log - INFO - βœ… All 5 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-29 11:02:52,824 - [55874] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 11:02:52,824 - [55874] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55874 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:52,854 - [55874] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:02:52,860 - [55874] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 11:02:52,875 - [55874] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_29d384c1e6 - __SPLIT__ 2026-01-29 11:02:52,906 - [55874] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_29d384c1e6 - __SPLIT__ 2026-01-29 11:02:52,936 - [55874] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-29 11:02:52,956 - [55874] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 11:02:52,973 - [55874] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_29d384c1e6 - __SPLIT__ 2026-01-29 11:02:52,973 - [55874] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_29d384c1e6 - __SPLIT__ 2026-01-29 11:02:52,973 - [55874] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55874 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,002 - [55874] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:02:53,003 - [55874] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-29 11:02:53,003 - [55874] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,066 - [55874] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:02:53,066 - [55874] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,118 - [55874] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:02:53,118 - [55874] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,150 - [55874] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:02:53,150 - [55874] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,188 - [55874] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:02:53,188 - [55874] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,225 - [55874] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:02:53,226 - [55874] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,285 - [55874] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:02:53,285 - [55874] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,316 - [55874] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:02:53,316 - [55874] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470832, 470833, 470834, 470835, 470836) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,506 - [55874] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:02:53,507 - [55874] - src.utils.log - INFO - Work order published ids: (470832, 470833, 470834, 470835, 470836) - __SPLIT__ 2026-01-29 11:02:53,507 - [55874] - src.utils.log - INFO - Time took to perform operation in publishing [55874]: 4.46 - __SPLIT__ 2026-01-29 11:02:53,507 - [55874] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55874] - __SPLIT__ 2026-01-29 11:02:53,507 - [55874] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 06:02:53.506' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55874;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:02:53,536 - [55874] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:04:20,424 - 55875 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55875 - __SPLIT__ 2026-01-29 11:04:20,425 - 55875 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 55875 - __SPLIT__ 2026-01-29 11:04:20,426 - 55875 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 11:04:20,426 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:20,606 - 55875 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:04:20,606 - 55875 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 11:04:20,606 - 55875 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55875;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:20,633 - 55875 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:04:20,633 - 55875 - 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 = 55875), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55875), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55875 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 11:04:20,751 - 55875 - src.utils.log - INFO - βœ… Fetched 66 rows - __SPLIT__ 2026-01-29 11:04:20,752 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55875;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:20,782 - 55875 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:04:20,784 - 55875 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 11:04:20,784 - 55875 - 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 (1, 14723, 13961, 13930, 14825, 14923, 14932, 14906, 13951)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:20,831 - 55875 - src.utils.log - INFO - βœ… Fetched 194 rows - __SPLIT__ 2026-01-29 11:04:20,831 - 55875 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 11:04:20,834 - 55875 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 11:04:20,834 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:20,882 - 55875 - src.utils.log - INFO - βœ… Fetched 20 rows - __SPLIT__ 2026-01-29 11:04:20,882 - 55875 - 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-12-31 00:00:00' and ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478) and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:20,926 - 55875 - src.utils.log - INFO - βœ… Fetched 211 rows - __SPLIT__ 2026-01-29 11:04:21,069 - 55875 - src.utils.log - INFO - Generating work orders for setup: 8585 - __SPLIT__ 2026-01-29 11:04:21,080 - 55875 - src.utils.log - INFO - Error processing schedule ID 13930: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,080 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9174 - __SPLIT__ 2026-01-29 11:04:21,081 - 55875 - src.utils.log - INFO - Error processing schedule ID 13930: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,082 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9216 - __SPLIT__ 2026-01-29 11:04:21,082 - 55875 - src.utils.log - INFO - Error processing schedule ID 13930: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,082 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9217 - __SPLIT__ 2026-01-29 11:04:21,083 - 55875 - src.utils.log - INFO - Error processing schedule ID 13930: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,083 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9218 - __SPLIT__ 2026-01-29 11:04:21,084 - 55875 - src.utils.log - INFO - Error processing schedule ID 13930: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,084 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9220 - __SPLIT__ 2026-01-29 11:04:21,084 - 55875 - src.utils.log - INFO - Error processing schedule ID 13930: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,085 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9262 - __SPLIT__ 2026-01-29 11:04:21,085 - 55875 - src.utils.log - INFO - Error processing schedule ID 1: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,085 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9357 - __SPLIT__ 2026-01-29 11:04:21,086 - 55875 - src.utils.log - INFO - Error processing schedule ID 13951: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,086 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9668 - __SPLIT__ 2026-01-29 11:04:21,089 - 55875 - src.utils.log - INFO - Error processing schedule ID 13951: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,089 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9714 - __SPLIT__ 2026-01-29 11:04:21,089 - 55875 - src.utils.log - INFO - Error processing schedule ID 13961: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,089 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9715 - __SPLIT__ 2026-01-29 11:04:21,091 - 55875 - src.utils.log - INFO - Error processing schedule ID 13961: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,091 - 55875 - src.utils.log - INFO - Generating work orders for setup: 9716 - __SPLIT__ 2026-01-29 11:04:21,092 - 55875 - src.utils.log - INFO - Error processing schedule ID 13961: cannot access local variable 'sorted_service_dates' where it is not associated with a value - __SPLIT__ 2026-01-29 11:04:21,092 - 55875 - src.utils.log - INFO - Generating work orders for setup: 11176 - __SPLIT__ 2026-01-29 11:04:21,105 - 55875 - src.utils.log - INFO - Generating work orders for setup: 11351 - __SPLIT__ 2026-01-29 11:04:21,126 - 55875 - src.utils.log - INFO - Generating work orders for setup: 11472 - __SPLIT__ 2026-01-29 11:04:21,144 - 55875 - src.utils.log - INFO - Generating work orders for setup: 11497 - __SPLIT__ 2026-01-29 11:04:21,210 - 55875 - src.utils.log - INFO - Generating work orders for setup: 11571 - __SPLIT__ 2026-01-29 11:04:21,230 - 55875 - src.utils.log - INFO - Generating work orders for setup: 11709 - __SPLIT__ 2026-01-29 11:04:21,307 - 55875 - src.utils.log - INFO - Generating work orders for setup: 11734 - __SPLIT__ 2026-01-29 11:04:21,315 - 55875 - src.utils.log - INFO - Generating work orders for setup: 11790 - __SPLIT__ 2026-01-29 11:04:21,323 - 55875 - src.utils.log - INFO - Generating work orders for setup: 45289 - __SPLIT__ 2026-01-29 11:04:21,344 - 55875 - src.utils.log - INFO - Generating work orders for setup: 47478 - __SPLIT__ 2026-01-29 11:04:21,358 - 55875 - src.utils.log - INFO - Generating work orders for setup: 47746 - __SPLIT__ 2026-01-29 11:04:21,378 - 55875 - src.utils.log - INFO - Generating work orders for setup: 63702 - __SPLIT__ 2026-01-29 11:04:21,391 - 55875 - src.utils.log - INFO - Generating work orders for setup: 63872 - __SPLIT__ 2026-01-29 11:04:21,412 - 55875 - src.utils.log - INFO - Generating work orders for setup: 63873 - __SPLIT__ 2026-01-29 11:04:21,433 - 55875 - src.utils.log - INFO - Generating work orders for setup: 63874 - __SPLIT__ 2026-01-29 11:04:21,451 - 55875 - src.utils.log - INFO - Generating work orders for setup: 63875 - __SPLIT__ 2026-01-29 11:04:21,471 - 55875 - src.utils.log - INFO - Generating work orders for setup: 63876 - __SPLIT__ 2026-01-29 11:04:21,491 - 55875 - src.utils.log - INFO - Generating work orders for setup: 74202 - __SPLIT__ 2026-01-29 11:04:21,518 - 55875 - src.utils.log - INFO - Generating work orders for setup: 84243 - __SPLIT__ 2026-01-29 11:04:21,542 - 55875 - src.utils.log - INFO - Generating work orders for setup: 84286 - __SPLIT__ 2026-01-29 11:04:21,566 - 55875 - src.utils.log - INFO - Generating work orders for setup: 84439 - __SPLIT__ 2026-01-29 11:04:21,592 - 55875 - src.utils.log - INFO - Generating work orders for setup: 84579 - __SPLIT__ 2026-01-29 11:04:21,657 - 55875 - src.utils.log - INFO - Generating work orders for setup: 84580 - __SPLIT__ 2026-01-29 11:04:21,723 - 55875 - src.utils.log - INFO - Generating work orders for setup: 94816 - __SPLIT__ 2026-01-29 11:04:21,756 - 55875 - src.utils.log - INFO - Generating work orders for setup: 94869 - __SPLIT__ 2026-01-29 11:04:21,775 - 55875 - src.utils.log - INFO - Generating work orders for setup: 94897 - __SPLIT__ 2026-01-29 11:04:21,813 - 55875 - src.utils.log - INFO - Generating work orders for setup: 94898 - __SPLIT__ 2026-01-29 11:04:21,849 - 55875 - src.utils.log - INFO - Generating work orders for setup: 94938 - __SPLIT__ 2026-01-29 11:04:22,163 - 55875 - src.utils.log - INFO - Generating work orders for setup: 94939 - __SPLIT__ 2026-01-29 11:04:22,435 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95050 - __SPLIT__ 2026-01-29 11:04:22,480 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95130 - __SPLIT__ 2026-01-29 11:04:22,536 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95181 - __SPLIT__ 2026-01-29 11:04:26,016 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95187 - __SPLIT__ 2026-01-29 11:04:26,073 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95202 - __SPLIT__ 2026-01-29 11:04:26,093 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95203 - __SPLIT__ 2026-01-29 11:04:26,138 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95233 - __SPLIT__ 2026-01-29 11:04:26,200 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95243 - __SPLIT__ 2026-01-29 11:04:30,792 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95246 - __SPLIT__ 2026-01-29 11:04:35,672 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95251 - __SPLIT__ 2026-01-29 11:04:40,641 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95272 - __SPLIT__ 2026-01-29 11:04:45,652 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95296 - __SPLIT__ 2026-01-29 11:04:45,677 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95297 - __SPLIT__ 2026-01-29 11:04:45,703 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95307 - __SPLIT__ 2026-01-29 11:04:45,729 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95330 - __SPLIT__ 2026-01-29 11:04:50,969 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95337 - __SPLIT__ 2026-01-29 11:04:51,044 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95338 - __SPLIT__ 2026-01-29 11:04:51,070 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95341 - __SPLIT__ 2026-01-29 11:04:51,114 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95343 - __SPLIT__ 2026-01-29 11:04:51,180 - 55875 - src.utils.log - INFO - Generating work orders for setup: 95344 - __SPLIT__ 2026-01-29 11:04:51,236 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11442.0, 11460.0);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:51,264 - 55875 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:04:51,271 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId in (11424.0, 11522.0, 1251.0, 11458.0, 1253.0, 1254.0, 11496.0, 11435.0, 11440.0, 11443.0, 11512.0);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:51,298 - 55875 - src.utils.log - INFO - βœ… Fetched 11 rows - __SPLIT__ 2026-01-29 11:04:51,675 - 55875 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 11:04:51,695 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:51,721 - 55875 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:04:51,745 - 55875 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 11:04:51,745 - 55875 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-29 11:04:51,746 - 55875 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:51,815 - 55875 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:04:51,815 - 55875 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:51,885 - 55875 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:04:51,885 - 55875 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:51,942 - 55875 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:04:51,942 - 55875 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:51,999 - 55875 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:04:51,999 - 55875 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:52,067 - 55875 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:04:52,067 - 55875 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:52,171 - 55875 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:04:52,171 - 55875 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478) ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:52,207 - 55875 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:04:52,207 - 55875 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:52,631 - 55875 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:04:52,631 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 2057 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:04:52,698 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2057) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-29 11:05:18,634 - 55875 - src.utils.log - INFO - βœ… All 2057 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 11:05:18,634 - 55875 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 2057 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 16:32:33.296' and ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:18,738 - 55875 - src.utils.log - INFO - βœ… Fetched 2057 rows - __SPLIT__ 2026-01-29 11:05:18,739 - 55875 - src.utils.log - INFO - Id's of work order inserted to DB: [470837 470838 470839 ... 472891 472892 472893] - __SPLIT__ 2026-01-29 11:05:18,740 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (9216, 9217, 9218, 47746, 9220, 63872, 63873, 63874, 63875, 8585, 63876, 95243, 9357, 11790, 95246, 84243, 95251, 94869, 95128, 95130, 95131, 95233, 11176, 74153, 95272, 9262, 94897, 94898, 11571, 94900, 11709, 84286, 95296, 95297, 9668, 95050, 95307, 95181, 11472, 95187, 9174, 11351, 11734, 63702, 74202, 84439, 94938, 94939, 94816, 95202, 84579, 84580, 95203, 95330, 11497, 45289, 95337, 95338, 95341, 95086, 95343, 95344, 9714, 9715, 9716, 47478);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:18,784 - 55875 - src.utils.log - INFO - βœ… Fetched 20 rows - __SPLIT__ 2026-01-29 11:05:18,784 - 55875 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 11:05:18,785 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId in (95233, 47746, 8585, 95243, 95246, 84243, 95251, 94869, 95130, 95272, 11176, 94897, 94898, 11571, 11709, 84286, 95296, 95297, 95307, 95181, 95187, 84439, 94938, 74202, 94939, 94816, 95330, 84579, 84580, 95203, 95202, 95337, 95338, 11497, 95341, 95343, 95344, 47478)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:18,822 - 55875 - src.utils.log - INFO - βœ… Fetched 51 rows - __SPLIT__ 2026-01-29 11:05:18,822 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId in (95233, 47746, 8585, 95243, 95246, 84243, 95251, 94869, 95130, 95272, 11176, 94897, 94898, 11571, 11709, 84286, 95296, 95297, 95307, 95181, 95187, 84439, 94938, 74202, 94939, 94816, 95330, 84579, 84580, 95203, 95202, 95337, 95338, 11497, 95341, 95343, 95344, 47478)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:18,858 - 55875 - src.utils.log - INFO - βœ… Fetched 20 rows - __SPLIT__ 2026-01-29 11:05:18,864 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId in (95233, 47746, 8585, 95243, 95246, 84243, 95251, 94869, 95130, 95272, 11176, 94897, 94898, 11571, 11709, 84286, 95296, 95297, 95307, 95181, 95187, 84439, 94938, 74202, 94939, 94816, 95330, 84579, 84580, 95203, 95202, 95337, 95338, 11497, 95341, 95343, 95344, 47478)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:18,940 - 55875 - src.utils.log - INFO - βœ… Fetched 45 rows - __SPLIT__ 2026-01-29 11:05:18,941 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId in (95233, 47746, 8585, 95243, 95246, 84243, 95251, 94869, 95130, 95272, 11176, 94897, 94898, 11571, 11709, 84286, 95296, 95297, 95307, 95181, 95187, 84439, 94938, 74202, 94939, 94816, 95330, 84579, 84580, 95203, 95202, 95337, 95338, 11497, 95341, 95343, 95344, 47478)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:18,974 - 55875 - src.utils.log - INFO - βœ… Fetched 9 rows - __SPLIT__ 2026-01-29 11:05:18,975 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId in (95233, 47746, 8585, 95243, 95246, 84243, 95251, 94869, 95130, 95272, 11176, 94897, 94898, 11571, 11709, 84286, 95296, 95297, 95307, 95181, 95187, 84439, 94938, 74202, 94939, 94816, 95330, 84579, 84580, 95203, 95202, 95337, 95338, 11497, 95341, 95343, 95344, 47478)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:19,009 - 55875 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:05:19,010 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId in (95233, 47746, 8585, 95243, 95246, 84243, 95251, 94869, 95130, 95272, 11176, 94897, 94898, 11571, 11709, 84286, 95296, 95297, 95307, 95181, 95187, 84439, 94938, 74202, 94939, 94816, 95330, 84579, 84580, 95203, 95202, 95337, 95338, 11497, 95341, 95343, 95344, 47478);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:19,049 - 55875 - src.utils.log - INFO - βœ… Fetched 23 rows - __SPLIT__ 2026-01-29 11:05:19,050 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId in (95233, 47746, 8585, 95243, 95246, 84243, 95251, 94869, 95130, 95272, 11176, 94897, 94898, 11571, 11709, 84286, 95296, 95297, 95307, 95181, 95187, 84439, 94938, 74202, 94939, 94816, 95330, 84579, 84580, 95203, 95202, 95337, 95338, 11497, 95341, 95343, 95344, 47478);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:19,088 - 55875 - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 11:05:19,089 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId in (95233, 47746, 8585, 95243, 95246, 84243, 95251, 94869, 95130, 95272, 11176, 94897, 94898, 11571, 11709, 84286, 95296, 95297, 95307, 95181, 95187, 84439, 94938, 74202, 94939, 94816, 95330, 84579, 84580, 95203, 95202, 95337, 95338, 11497, 95341, 95343, 95344, 47478);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:19,160 - 55875 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:05:19,160 - 55875 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId in (95233, 47746, 8585, 95243, 95246, 84243, 95251, 94869, 95130, 95272, 11176, 94897, 94898, 11571, 11709, 84286, 95296, 95297, 95307, 95181, 95187, 84439, 94938, 74202, 94939, 94816, 95330, 84579, 84580, 95203, 95202, 95337, 95338, 11497, 95341, 95343, 95344, 47478);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:19,234 - 55875 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:05:19,270 - 55875 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-29 11:05:19,270 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:19,308 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into CRM.LeadNote - __SPLIT__ 2026-01-29 11:05:19,448 - 55875 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into CRM.LeadNote in 1 batches - __SPLIT__ 2026-01-29 11:05:19,448 - 55875 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-29 11:05:19,448 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:19,481 - 55875 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-29 11:05:19,481 - 55875 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-29 11:05:19,481 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 91 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:19,516 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 91) into ServiceCore.SetupAutoGenerationSourceMapping - __SPLIT__ 2026-01-29 11:05:19,630 - 55875 - src.utils.log - INFO - βœ… All 91 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 1 batches - __SPLIT__ 2026-01-29 11:05:19,630 - 55875 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-29 11:05:19,630 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 726 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:19,670 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 726) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-01-29 11:05:21,134 - 55875 - src.utils.log - INFO - βœ… All 726 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 11:05:21,134 - 55875 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-29 11:05:21,134 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 29 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:21,179 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 29) into ServiceCore.SubWorkOrderAutoGeneration - __SPLIT__ 2026-01-29 11:05:21,514 - 55875 - src.utils.log - INFO - βœ… All 29 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 11:05:21,514 - 55875 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 11:05:21,514 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:21,551 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment - __SPLIT__ 2026-01-29 11:05:21,661 - 55875 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 1 batches - __SPLIT__ 2026-01-29 11:05:21,661 - 55875 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 11:05:21,661 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:21,699 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission - __SPLIT__ 2026-01-29 11:05:21,827 - 55875 - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 1 batches - __SPLIT__ 2026-01-29 11:05:21,827 - 55875 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-29 11:05:21,828 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 2032 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:21,864 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2032) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-29 11:05:24,104 - 55875 - src.utils.log - INFO - βœ… All 2032 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-29 11:05:24,104 - 55875 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-29 11:05:24,104 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 7 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:24,145 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 7) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 11:05:24,286 - 55875 - src.utils.log - INFO - βœ… All 7 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 11:05:24,287 - 55875 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 11:05:24,287 - 55875 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 3083 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:24,326 - 55875 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3083) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 11:05:30,398 - 55875 - src.utils.log - INFO - βœ… All 3083 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 11:05:30,399 - 55875 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 11:05:30,399 - 55875 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55875;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:30,430 - 55875 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:05:30,430 - 55875 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-29 11:05:30,430 - 55875 - src.utils.log - INFO - Time took to perform operation: 70.0 - __SPLIT__ 2026-01-29 11:05:30,430 - 55875 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55875;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:30,466 - 55875 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:05:30,467 - 55875 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 06:05:30.467' WHERE GenerateWorkOrderHistoryId = 55875;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:05:30,503 - 55875 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:06:08,353 - [55875] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893] user_id=44506 company_id=146 project_id=[55875] publish_all=False - __SPLIT__ 2026-01-29 11:06:08,354 - [55875] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893] user_id=44506 company_id=146 project_id=[55875] publish_all=False - __SPLIT__ 2026-01-29 11:06:08,355 - [55875] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55875] - __SPLIT__ 2026-01-29 11:06:08,372 - [55875] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 11:06:08,372 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:08,639 - [55875] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:06:08,639 - [55875] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 11:06:08,639 - [55875] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55875;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:08,668 - [55875] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:06:08,668 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:08,982 - [55875] - src.utils.log - INFO - βœ… Fetched 2057 rows - __SPLIT__ 2026-01-29 11:06:08,984 - [55875] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 11:06:08,984 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (84243, 8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95130, 95343, 95344, 95203, 95337, 95187, 47746, 11571, 95307, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:09,026 - [55875] - src.utils.log - INFO - βœ… Fetched 38 rows - __SPLIT__ 2026-01-29 11:06:09,027 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (84243, 8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95130, 95343, 95344, 95203, 95337, 95187, 47746, 11571, 95307, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:09,064 - [55875] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:06:09,065 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId in (84243, 8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95130, 95343, 95344, 95203, 95337, 95187, 47746, 11571, 95307, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:09,106 - [55875] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-29 11:06:09,118 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:09,147 - [55875] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:06:09,147 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:09,176 - [55875] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:06:09,177 - [55875] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '20052' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:09,206 - [55875] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:06:09,207 - [55875] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '23483' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:09,236 - [55875] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:06:09,242 - [55875] - 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 (84243, 8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95130, 95343, 95344, 95203, 95337, 95187, 47746, 11571, 95307, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:09,284 - [55875] - src.utils.log - INFO - βœ… Fetched 38 rows - __SPLIT__ 2026-01-29 11:06:10,180 - [55875] - src.utils.log - INFO - Size of Transaction: 2030 - __SPLIT__ 2026-01-29 11:06:10,182 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 2030 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:10,231 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2030) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 11:06:11,821 - [55875] - src.utils.log - INFO - βœ… All 2030 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 11:06:11,835 - [55875] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 11:06:11,837 - [55875] - 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) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 06:06:10.174';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:12,138 - [55875] - src.utils.log - INFO - βœ… Fetched 2030 rows - __SPLIT__ 2026-01-29 11:06:12,140 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (84579, 84580, 94816, 94869, 94897, 94898, 94938, 94939, 95130, 95181, 95187, 95202, 95203, 95233, 95243, 95246, 95251, 95272, 95296, 95297, 95307, 95330, 95337, 95338, 95341, 95343, 95344, 11709, 11571, 11497, 11176, 8585, 84439, 84286, 84243, 74202, 47746, 47478);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:12,175 - [55875] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-29 11:06:12,229 - [55875] - 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) AND CreatedDate = '2026-01-29 06:06:10.174'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 11:06:12,665 - [55875] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:06:12,672 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 2030 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:12,710 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2030) into Billing.Invoice - __SPLIT__ 2026-01-29 11:06:15,257 - [55875] - src.utils.log - INFO - βœ… All 2030 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 11:06:15,258 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('17996', '18694', '18411', '19428', '18980', '18263', '19202', '18690', '18462', '18691', '18480', '18262', '19208', '17998', '17997', '18258', '19203', '19644', '19819', '19240', '19427', '19362', '18562', '19014', '18844', '18041', '18467', '19690', '19923', '19864', '19030', '19326', '19366', '18563', '19001', '18839', '18038', '18472', '19685', '19926', '19862', '19028', '19324', '19715', '19651', '19812', '19246', '19426', '19212', '18482', '19714', '19636', '19807', '19167', '19425', '18492', '19712', '19648', '19808', '19244', '19440', '18535', '18637', '18928', '18900', '19003', '18978', '18826', '18864', '18840', '18190', '18148', '18252', '18040', '18020', '18069', '18446', '18408', '18463', '18302', '18369', '18348', '19693', '19738', '19589', '19565', '19619', '19925', '20033', '20015', '19799', '19919', '19198', '19248', '19229', '19024', '19136', '19117', '19416', '19477', '19327', '19311', '19373', '18797', '18838', '18176', '18147', '18253', '18035', '18023', '18064', '18432', '18481', '18468', '18264', '18374', '19039', '19684', '19734', '19587', '19634', '19618', '19929', '20032', '20014', '19802', '19861', '19194', '19252', '19228', '19025', '19137', '19118', '19419', '19473', '19331', '19360', '19351', '18033', '18062', '18050', '18054', '18059', '18005', '18000', '17999', '18024', '18015', '18098', '18108', '18112', '18116', '18121', '18067', '18075', '18082', '18085', '18091', '18270', '18421', '18428', '18435', '18442', '18387', '18389', '18395', '18402', '18412', '18488', '18495', '18504', '18447', '18454', '18460', '18466', '18474', '18288', '18293', '18303', '18306', '18311', '18259', '18286', '18274', '18284', '18355', '18360', '18364', '18373', '18376', '18319', '18325', '18331', '18336', '18344', '19701', '19729', '19723', '19725', '19668', '19676', '19697', '19686', '19764', '19767', '19785', '19790', '19781', '19730', '19739', '19740', '19746', '19756', '19681', '19573', '19579', '19591', '19597', '19600', '19543', '19547', '19557', '19563', '19567', '19646', '19653', '19658', '19603', '19608', '19616', '19621', '19630', '19955', '19962', '19986', '19973', '19977', '19927', '19933', '19937', '19945', '19951', '20020', '20025', '20031', '20044', '20038', '19989', '19992', '20001', '20009', '20011', '19828', '19834', '19840', '19849', '19851', '19796', '19801', '19826', '19825', '19892', '19901', '19905', '19910', '19906', '19867', '19890', '19879', '19885', '19185', '19192', '19195', '19205', '19152', '19160', '19168', '19174', '19179', '19250', '19254', '19262', '19276', '19270', '19218', '19220', '19230', '19235', '19057', '19064', '19069', '19079', '19082', '19027', '19038', '19041', '19049', '19121', '19125', '19131', '19142', '19146', '19088', '19095', '19101', '19106', '19113', '19442', '19446', '19452', '19461', '19466', '19471', '19410', '19420', '19434', '19510', '19514', '19519', '19533', '19524', '19522', '19483', '19484', '19493', '19500', '19315', '19319', '19329', '19339', '19341', '19285', '19289', '19299', '19305', '19309', '19379', '19388', '19394', '19398', '19405', '19348', '18675', '18680', '19375', '19368', '19689', '19920', '19333', '18196', '18490', '19710', '19645', '19806', '19236', '19436', '18564', '19004', '18841', '18042', '18478', '19688', '19984', '19917', '19033', '19332', '18715', '18734', '18725', '18728', '18654', '18546', '18553', '18554', '18559', '18570', '18573', '18514', '18520', '18527', '18531', '18534', '18590', '18608', '18615', '18620', '18626', '18632', '18622', '18575', '18582', '18587', '18591', '18597', '18603', '18929', '18932', '18937', '18945', '18950', '18955', '18896', '18897', '18905', '18914', '18919', '18922', '18995', '18998', '19002', '19015', '19010', '18960', '18964', '18970', '18990', '18977', '18985', '18800', '18804', '18812', '18816', '18822', '18828', '18768', '18771', '18777', '18785', '18787', '18796', '18867', '18872', '18879', '18881', '18889', '18831', '18836', '18847', '18849', '18856', '18859', '18162', '18165', '18169', '18180', '18182', '18186', '18131', '18134', '18138', '18143', '18150', '18156', '18227', '18229', '18233', '18240', '18244', '18251', '18195', '18203', '18222', '18213', '18142', '18096', '18036', '18049', '18055', '18021', '18010', '18013', '18029', '18022', '18078', '18102', '18105', '18126', '18115', '18125', '18070', '18074', '18077', '18083', '18092', '18418', '18423', '18427', '18438', '18445', '18385', '18391', '18400', '18406', '18479', '18489', '18497', '18505', '18508', '18450', '18459', '18470', '18398', '18292', '18296', '18301', '18305', '18316', '18257', '18268', '18276', '18283', '18352', '18359', '18367', '18370', '18379', '18323', '18328', '18333', '18339', '18342', '19699', '19711', '19719', '19726', '19669', '19672', '19679', '19694', '19766', '19770', '19793', '19788', '19783', '19779', '19735', '19744', '19751', '19757', '19759', '19577', '19583', '19586', '19596', '19598', '19541', '19551', '19554', '19558', '19564', '19642', '19655', '19659', '19664', '19609', '19613', '19620', '19631', '19958', '19959', '19967', '19971', '19982', '19924', '19932', '19954', '19948', '19949', '20022', '20030', '20050', '20046', '20036', '20034', '19994', '20018', '20004', '20010', '19831', '19836', '19838', '19844', '19850', '19795', '19800', '19817', '19824', '19895', '19902', '19907', '19911', '19921', '19870', '19873', '19880', '19887', '19187', '19191', '19200', '19210', '19153', '19161', '19169', '19171', '19178', '19249', '19257', '19271', '19274', '19268', '19217', '19222', '19227', '19242', '19062', '19068', '19073', '19078', '19086', '19031', '19036', '19045', '19051', '19053', '19128', '19133', '19138', '19144', '19135', '19091', '19100', '19105', '19109', '19296', '19444', '19453', '19460', '19467', '19456', '19415', '19422', '19435', '19508', '19511', '19518', '19529', '19537', '19475', '19479', '19485', '19491', '19498', '19503', '19321', '19344', '19338', '19328', '19286', '19290', '19295', '19303', '19307', '19383', '19385', '19396', '19397', '19407', '19350', '18676', '18677', '19370', '18685', '18689', '18692', '18696', '18697', '19353', '19354', '19356', '19359', '19364', '18699', '18686', '18642', '18646', '18652', '18655', '18659', '18663', '18666', '18735', '18738', '18741', '18745', '18749', '18754', '18757', '18763', '18750', '18707', '18712', '18716', '18723', '18727', '18543', '18548', '18551', '18556', '18565', '18567', '18512', '18513', '18518', '18525', '18528', '18536', '18541', '18612', '18614', '18618', '18627', '18629', '18634', '18577', '18581', '18589', '18593', '18599', '18604', '18605', '18933', '18938', '18941', '18948', '18954', '18956', '18901', '18906', '18913', '18921', '18974', '18992', '18996', '19005', '19018', '19013', '19006', '18963', '18968', '18973', '18984', '18988', '18801', '18807', '18808', '18817', '18819', '18824', '18829', '18770', '18778', '18786', '18789', '18792', '18865', '18869', '18877', '18883', '18886', '18892', '18834', '18842', '18850', '18855', '18861', '18161', '18167', '18173', '18175', '18183', '18189', '18129', '18133', '18139', '18144', '18153', '18155', '18223', '18232', '18235', '18254', '18245', '18248', '18191', '18202', '18209', '18212', '18218', '18032', '18045', '18047', '18058', '18012', '18007', '18004', '18025', '18019', '18016', '18097', '18103', '18113', '18119', '18122', '18066', '18072', '18079', '18084', '18090', '18417', '18422', '18434', '18439', '18444', '18384', '18393', '18397', '18405', '18407', '18491', '18496', '18503', '18509', '18451', '18455', '18465', '18476', '18290', '18295', '18300', '18307', '18314', '18317', '18272', '18278', '18285', '18353', '18357', '18382', '18371', '18381', '18322', '18324', '18335', '18338', '18343', '18349', '19717', '19721', '19727', '19670', '19674', '19682', '19696', '19765', '19771', '19774', '19791', '19786', '19778', '19737', '19761', '19748', '19753', '19570', '19572', '19578', '19584', '19592', '19538', '19544', '19546', '19556', '19562', '19635', '19639', '19654', '19660', '19602', '19610', '19614', '19624', '19626', '19632', '19961', '19966', '19974', '19980', '19928', '19936', '19939', '19946', '19952', '20019', '20029', '20047', '20051', '20035', '19990', '19993', '20000', '20007', '20017', '19830', '19837', '19841', '19846', '19852', '19842', '19804', '19821', '19891', '19897', '19898', '19922', '19915', '19918', '19868', '19876', '19881', '19886', '19184', '19190', '19196', '19199', '19154', '19162', '19164', '19175', '19176', '19253', '19259', '19279', '19273', '19269', '19264', '19223', '19247', '19243', '19058', '19067', '19070', '19076', '19084', '19071', '19055', '19046', '19052', '19054', '19126', '19129', '19139', '19147', '19089', '19093', '19099', '19107', '19110', '19115', '19449', '19451', '19459', '19463', '19409', '19414', '19418', '19432', '19506', '19515', '19536', '19531', '19526', '19520', '19478', '19486', '19492', '19496', '19502', '19318', '19334', '19335', '19281', '19287', '19292', '19297', '19301', '19378', '19382', '19386', '19391', '19399', '19392', '19347', '18672', '18679', '18860', '18702', '18688', '18693', '18695', '19372', '19371', '19355', '19358', '19376', '19363', '18700', '18639', '18644', '18648', '18650', '18653', '18657', '18662', '18665', '18718', '18739', '18742', '18747', '18766', '18755', '18760', '18762', '18765', '18708', '18713', '18717', '18724', '18729', '18733', '18545', '18550', '18557', '18561', '18568', '18572', '18516', '18519', '18542', '18530', '18538', '18607', '18610', '18616', '18621', '18624', '18628', '18635', '18576', '18584', '18586', '18594', '18595', '18602', '18930', '18931', '18940', '18943', '18946', '18951', '18895', '18902', '18903', '18915', '18917', '18925', '18994', '18997', '19020', '19017', '19011', '19007', '18965', '18969', '18972', '18976', '18986', '18910', '18806', '18810', '18815', '18818', '18827', '18814', '18773', '18775', '18783', '18791', '18794', '18846', '18873', '18880', '18885', '18888', '18878', '18835', '18837', '18852', '18853', '18416', '18159', '18166', '18171', '18177', '18185', '18174', '18127', '18132', '18140', '18146', '18152', '18206', '18226', '18231', '18236', '18239', '18247', '18238', '18200', '18204', '18207', '18211', '18217', '18034', '18037', '18048', '18057', '18011', '18008', '18001', '18027', '18018', '18060', '18099', '18106', '18111', '18120', '18124', '18068', '18076', '18094', '18087', '18089', '18420', '18424', '18433', '18436', '18443', '18386', '18392', '18399', '18404', '18409', '18485', '18499', '18502', '18494', '18452', '18458', '18464', '18477', '18289', '18297', '18299', '18308', '18313', '18255', '18273', '18277', '18280', '18354', '18358', '18362', '18372', '18377', '18366', '18327', '18330', '18341', '18345', '19700', '19706', '19722', '19724', '19667', '19677', '19678', '19687', '19762', '19772', '19775', '19787', '19784', '19780', '19732', '19742', '19749', '19752', '19760', '19576', '19581', '19601', '19595', '19585', '19542', '19549', '19569', '19559', '19617', '19638', '19652', '19663', '19649', '19606', '19633', '19622', '19627', '19956', '19964', '19968', '19972', '19981', '19930', '19935', '19942', '19947', '20002', '20024', '20028', '20048', '20041', '20040', '19991', '19996', '19998', '20008', '20016', '19827', '19832', '19839', '19848', '19855', '19856', '19798', '19814', '19874', '19896', '19903', '19904', '19914', '19859', '19865', '19871', '19882', '19883', '19889', '19193', '19201', '19214', '19156', '19163', '19166', '19170', '19177', '19251', '19256', '19261', '19272', '19267', '19263', '19224', '19225', '19245', '19060', '19066', '19074', '19077', '19081', '19026', '19035', '19043', '19050', '19120', '19127', '19132', '19151', '19148', '19090', '19096', '19097', '19108', '19112', '19441', '19448', '19454', '19457', '19464', '19469', '19413', '19423', '19431', '19505', '19513', '19528', '19532', '19523', '19474', '19480', '19487', '19490', '19499', '19424', '19317', '19322', '19336', '19342', '19284', '19293', '19300', '19304', '19310', '19384', '19390', '19395', '19401', '19406', '19349', '18674', '18682', '19367', '18698', '19357', '19361', '19365', '19374', '18640', '18643', '18647', '18651', '18656', '18660', '18664', '18667', '18669', '18737', '18743', '18746', '18752', '18753', '18758', '18764', '18703', '18706', '18714', '18719', '18722', '18726', '18731', '18547', '18552', '18574', '18566', '18569', '18511', '18517', '18522', '18523', '18529', '18533', '18540', '18609', '18613', '18619', '18625', '18631', '18633', '18579', '18580', '18588', '18606', '18596', '18600', '18927', '18935', '18939', '18958', '18949', '18952', '18957', '18899', '18926', '18916', '18918', '18923', '18991', '19000', '19019', '19016', '19012', '18959', '18961', '18967', '18971', '18979', '18989', '18799', '18803', '18809', '18830', '18821', '18825', '18767', '18774', '18779', '18784', '18788', '18795', '18866', '18868', '18894', '18882', '18887', '18893', '18833', '18845', '18848', '18857', '18526', '18160', '18164', '18172', '18179', '18184', '18188', '18128', '18135', '18141', '18158', '18151', '18157', '18224', '18228', '18237', '18242', '18243', '18250', '18193', '18205', '18208', '18214', '18216', '18031', '18039', '18051', '18056', '18061', '18006', '18002', '18026', '18030', '18095', '18101', '18104', '18109', '18117', '18123', '18065', '18071', '18080', '18088', '18093', '18415', '18426', '18431', '18437', '18441', '18383', '18390', '18396', '18403', '18410', '18486', '18498', '18501', '18507', '18453', '18456', '18461', '18475', '18291', '18298', '18304', '18310', '18315', '18256', '18271', '18279', '18282', '18334', '18361', '18363', '18368', '18378', '18321', '18326', '18350', '18337', '18346', '19702', '19707', '19718', '19728', '19666', '19673', '19683', '19695', '19745', '19768', '19776', '19789', '19794', '19731', '19733', '19741', '19750', '19755', '19571', '19575', '19580', '19590', '19594', '19539', '19545', '19550', '19555', '19561', '19566', '19637', '19656', '19662', '19605', '19611', '19615', '19623', '19628', '19957', '19960', '19965', '19975', '19979', '19970', '19931', '19940', '19943', '19953', '20021', '20027', '20049', '20043', '20037', '19988', '19995', '20003', '20005', '20013', '19938', '19833', '19843', '19847', '19854', '19857', '19803', '19816', '19823', '19894', '19900', '19909', '19912', '19916', '19866', '19875', '19877', '19888', '19186', '19189', '19197', '19211', '19157', '19158', '19165', '19173', '19180', '19182', '19255', '19278', '19277', '19266', '19216', '19221', '19232', '19241', '19059', '19063', '19072', '19080', '19083', '19032', '19037', '19044', '19048', '19103', '19123', '19134', '19141', '19145', '19149', '19092', '19102', '19119', '19114', '19116', '19445', '19455', '19458', '19462', '19470', '19412', '19421', '19433', '19507', '19512', '19517', '19530', '19527', '19521', '19481', '19504', '19494', '19501', '19313', '19316', '19323', '19340', '19282', '19283', '19294', '19298', '19302', '19377', '19381', '19389', '19393', '19402', '19404', '19346', '18673', '18681', '18684', '19369', '18710', '18907', '18781', '18711', '18909', '18798', '18701', '18641', '18645', '18649', '18670', '18658', '18661', '18668', '18736', '18740', '18744', '18748', '18751', '18756', '18759', '18761', '18704', '18705', '18709', '18720', '18721', '18730', '18732', '18544', '18549', '18555', '18560', '18571', '18558', '18515', '18521', '18524', '18532', '18537', '18539', '18611', '18617', '18638', '18623', '18630', '18636', '18578', '18583', '18585', '18592', '18598', '18601', '18782', '18934', '18936', '18944', '18947', '18953', '18942', '18898', '18911', '18912', '18920', '18924', '18993', '18999', '19021', '19023', '19009', '19008', '18962', '18966', '18975', '18982', '18987', '18802', '18805', '18811', '18813', '18820', '18823', '18769', '18772', '18776', '18780', '18790', '18793', '18863', '18875', '18876', '18884', '18890', '18891', '18832', '18862', '18851', '18854', '18858', '18163', '18168', '18170', '18178', '18181', '18187', '18130', '18136', '18137', '18145', '18149', '18154', '18225', '18230', '18234', '18241', '18246', '18249', '18198', '18201', '18210', '18215', '18219', '18221', '18044', '18052', '18053', '18046', '18009', '18003', '18028', '18017', '18014', '18100', '18107', '18114', '18118', '18110', '18063', '18073', '18081', '18086', '18220', '18419', '18425', '18429', '18440', '18430', '18388', '18394', '18414', '18401', '18413', '18483', '18500', '18506', '18448', '18449', '18457', '18471', '18473', '18287', '18294', '18318', '18309', '18312', '18266', '18269', '18275', '18281', '18351', '18356', '18365', '18375', '18380', '18320', '18329', '18332', '18340', '18347', '19698', '19716', '19720', '19713', '19671', '19675', '19680', '19692', '19763', '19769', '19773', '19792', '19782', '19777', '19736', '19743', '19747', '19754', '19758', '19574', '19582', '19588', '19593', '19599', '19540', '19548', '19552', '19560', '19568', '19643', '19657', '19661', '19604', '19607', '19612', '19625', '19629', '19810', '19963', '19969', '19976', '19978', '19983', '19934', '19941', '19944', '19950', '20023', '20026', '20042', '20045', '20039', '19987', '19997', '19999', '20006', '20012', '19829', '19835', '19858', '19845', '19853', '19797', '19805', '19811', '19822', '19893', '19899', '19908', '19913', '19863', '19869', '19872', '19878', '19884', '19553', '19188', '19215', '19204', '19155', '19159', '19183', '19172', '19181', '19231', '19258', '19260', '19275', '19280', '19265', '19219', '19226', '19056', '19061', '19065', '19087', '19075', '19085', '19034', '19040', '19042', '19047', '19122', '19124', '19130', '19140', '19143', '19150', '19094', '19098', '19104', '19111', '19443', '19447', '19450', '19472', '19465', '19468', '19411', '19417', '19488', '19509', '19516', '19535', '19534', '19525', '19476', '19482', '19489', '19495', '19497', '19314', '19320', '19325', '19337', '19343', '19288', '19291', '19312', '19306', '19308', '19380', '19387', '19408', '19400', '19403', '19345', '18671', '18678', '18683', '19352', '18908', '18871', '18197', '18493', '19705', '19641', '19813', '19233', '19439', '18687', '18267', '19209', '19704', '19665', '19818', '19238', '19438', '18870', '18192', '18510', '19703', '19640', '19815', '19239', '19430', '18194', '18484', '19708', '19650', '19820', '19237', '19429')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,467 - [55875] - src.utils.log - INFO - βœ… Fetched 3918 rows - __SPLIT__ 2026-01-29 11:06:15,481 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95343, 95344, 95203, 95337, 47746, 11571, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,517 - [55875] - src.utils.log - INFO - βœ… Fetched 44 rows - __SPLIT__ 2026-01-29 11:06:15,517 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.Name as NonStandardServiceName, sm.Description , sm.ServiceMasterId as ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.ServiceMaster sm on sm.ServiceMasterId = sss.ServiceId where ServiceSetupId in (8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95343, 95344, 95203, 95337, 47746, 11571, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,557 - [55875] - src.utils.log - INFO - βœ… Fetched 17 rows - __SPLIT__ 2026-01-29 11:06:15,558 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95343, 95344, 95203, 95337, 47746, 11571, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,591 - [55875] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:06:15,591 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, sss.NonStdSoldServiceId as SoldServiceNonStandardId, sss.Qty as Quantity, sss.Price as Rate, sss.IsTaxable, sm.servicename as NonStandardServiceName, sm.Description , sss.ServiceId FROM ServiceCore.ServiceSetupInitialServices sss join ServiceCore.SoldServiceNonStandard sm on sm.SoldServiceNonStandardId = sss.NonStdSoldServiceId where ServiceSetupId in (8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95343, 95344, 95203, 95337, 47746, 11571, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,624 - [55875] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:06:15,633 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT fm.YearlyOccurrence, fs.FrequencyScheduleId From ServiceCore.FrequencySchedule fs join ServiceCore.FrequencyMaster fm on fs.FrequencyId = fm.FrequencyId where fs.FrequencyScheduleId in (14723, 14825, 13930, 14923, 13961, 14906, 13951);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,665 - [55875] - src.utils.log - INFO - βœ… Fetched 7 rows - __SPLIT__ 2026-01-29 11:06:15,666 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT fm.YearlyOccurrence, fs.FrequencyScheduleId From ServiceCore.FrequencySchedule fs join ServiceCore.FrequencyMaster fm on fs.FrequencyId = fm.FrequencyId where fs.FrequencyScheduleId in (13961, 13930, 13951);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,696 - [55875] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 11:06:15,702 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId in (8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95343, 95344, 95203, 95337, 47746, 11571, 95338, 11176, 11709, 47478, 94897, 95296, 95297, 94869, 95341, 84439, 94898, 94816, 95202, 11497);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,737 - [55875] - src.utils.log - INFO - βœ… Fetched 6 rows - __SPLIT__ 2026-01-29 11:06:15,747 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95343, 95344, 95203, 95337, 47746, 11571, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,779 - [55875] - src.utils.log - INFO - βœ… Fetched 20 rows - __SPLIT__ 2026-01-29 11:06:15,798 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription, ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId in (8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95343, 95344, 95203, 95337, 47746, 11571, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,830 - [55875] - src.utils.log - INFO - βœ… Fetched 20 rows - __SPLIT__ 2026-01-29 11:06:15,847 - [55875] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 11:06:15,848 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 1371 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:15,881 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1371) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 11:06:16,921 - [55875] - src.utils.log - INFO - βœ… All 1371 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 11:06:16,922 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 5879 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:16,962 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 5879) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 11:06:22,056 - [55875] - src.utils.log - INFO - βœ… All 5879 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 11:06:22,056 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 1371 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:22,089 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1371) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 11:06:22,958 - [55875] - src.utils.log - INFO - βœ… All 1371 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 11:06:22,958 - [55875] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 11:06:22,961 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:22,990 - [55875] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:06:22,990 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo in ('332', '1056', '248', '974', '960', '1101', '1087', '842', '32', '438', '750', '1109', '1067', '113', '48', '1115', '970', '1001', '251', '843', '709', '1070', '755', '1110', '1123', '164', '1066', '262', '1122') and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:23,023 - [55875] - src.utils.log - INFO - βœ… Fetched 29 rows - __SPLIT__ 2026-01-29 11:06:23,025 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 2057 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:23,102 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2057) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 11:06:42,886 - [55875] - src.utils.log - INFO - βœ… All 2057 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 11:06:42,900 - [55875] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 11:06:42,901 - [55875] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId in (84243, 8585, 84286, 74202, 94898);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:42,934 - [55875] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:06:42,935 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('17995', '17996', '17997', '17998', '17999', '18000', '18001', '18002', '18003', '18004', '18005', '18006', '18007', '18008', '18009', '18010', '18011', '18012', '18013', '18014', '18015', '18016', '18017', '18018', '18019', '18020', '18021', '18022', '18023', '18024', '18025', '18026', '18027', '18028', '18029', '18030', '18031', '18032', '18033', '18034', '18035', '18036', '18037', '18038', '18039', '18040', '18041', '18042', '18043', '18044', '18045', '18046', '18047', '18048', '18049', '18050', '18051', '18052', '18053', '18054', '18055', '18056', '18057', '18058', '18059', '18060', '18061', '18062', '18063', '18064', '18065', '18066', '18067', '18068', '18069', '18070', '18071', '18072', '18073', '18074', '18075', '18076', '18077', '18078', '18079', '18080', '18081', '18082', '18083', '18084', '18085', '18086', '18087', '18088', '18089', '18090', '18091', '18092', '18093', '18094', '18095', '18096', '18097', '18098', '18099', '18100', '18101', '18102', '18103', '18104', '18105', '18106', '18107', '18108', '18109', '18110', '18111', '18112', '18113', '18114', '18115', '18116', '18117', '18118', '18119', '18120', '18121', '18122', '18123', '18124', '18125', '18126', '18127', '18128', '18129', '18130', '18131', '18132', '18133', '18134', '18135', '18136', '18137', '18138', '18139', '18140', '18141', '18142', '18143', '18144', '18145', '18146', '18147', '18148', '18149', '18150', '18151', '18152', '18153', '18154', '18155', '18156', '18157', '18158', '18159', '18160', '18161', '18162', '18163', '18164', '18165', '18166', '18167', '18168', '18169', '18170', '18171', '18172', '18173', '18174', '18175', '18176', '18177', '18178', '18179', '18180', '18181', '18182', '18183', '18184', '18185', '18186', '18187', '18188', '18189', '18190', '18191', '18192', '18193', '18194', '18195', '18196', '18197', '18198', '18199', '18200', '18201', '18202', '18203', '18204', '18205', '18206', '18207', '18208', '18209', '18210', '18211', '18212', '18213', '18214', '18215', '18216', '18217', '18218', '18219', '18220', '18221', '18222', '18223', '18224', '18225', '18226', '18227', '18228', '18229', '18230', '18231', '18232', '18233', '18234', '18235', '18236', '18237', '18238', '18239', '18240', '18241', '18242', '18243', '18244', '18245', '18246', '18247', '18248', '18249', '18250', '18251', '18252', '18253', '18254', '18255', '18256', '18257', '18258', '18259', '18260', '18261', '18262', '18263', '18264', '18265', '18266', '18267', '18268', '18269', '18270', '18271', '18272', '18273', '18274', '18275', '18276', '18277', '18278', '18279', '18280', '18281', '18282', '18283', '18284', '18285', '18286', '18287', '18288', '18289', '18290', '18291', '18292', '18293', '18294', '18295', '18296', '18297', '18298', '18299', '18300', '18301', '18302', '18303', '18304', '18305', '18306', '18307', '18308', '18309', '18310', '18311', '18312', '18313', '18314', '18315', '18316', '18317', '18318', '18319', '18320', '18321', '18322', '18323', '18324', '18325', '18326', '18327', '18328', '18329', '18330', '18331', '18332', '18333', '18334', '18335', '18336', '18337', '18338', '18339', '18340', '18341', '18342', '18343', '18344', '18345', '18346', '18347', '18348', '18349', '18350', '18351', '18352', '18353', '18354', '18355', '18356', '18357', '18358', '18359', '18360', '18361', '18362', '18363', '18364', '18365', '18366', '18367', '18368', '18369', '18370', '18371', '18372', '18373', '18374', '18375', '18376', '18377', '18378', '18379', '18380', '18381', '18382', '18383', '18384', '18385', '18386', '18387', '18388', '18389', '18390', '18391', '18392', '18393', '18394', '18395', '18396', '18397', '18398', '18399', '18400', '18401', '18402', '18403', '18404', '18405', '18406', '18407', '18408', '18409', '18410', '18411', '18412', '18413', '18414', '18415', '18416', '18417', '18418', '18419', '18420', '18421', '18422', '18423', '18424', '18425', '18426', '18427', '18428', '18429', '18430', '18431', '18432', '18433', '18434', '18435', '18436', '18437', '18438', '18439', '18440', '18441', '18442', '18443', '18444', '18445', '18446', '18447', '18448', '18449', '18450', '18451', '18452', '18453', '18454', '18455', '18456', '18457', '18458', '18459', '18460', '18461', '18462', '18463', '18464', '18465', '18466', '18467', '18468', '18469', '18470', '18471', '18472', '18473', '18474', '18475', '18476', '18477', '18478', '18479', '18480', '18481', '18482', '18483', '18484', '18485', '18486', '18487', '18488', '18489', '18490', '18491', '18492', '18493', '18494', '18495', '18496', '18497', '18498', '18499', '18500', '18501', '18502', '18503', '18504', '18505', '18506', '18507', '18508', '18509', '18510', '18511', '18512', '18513', '18514', '18515', '18516', '18517', '18518', '18519', '18520', '18521', '18522', '18523', '18524', '18525', '18526', '18527', '18528', '18529', '18530', '18531', '18532', '18533', '18534', '18535', '18536', '18537', '18538', '18539', '18540', '18541', '18542', '18543', '18544', '18545', '18546', '18547', '18548', '18549', '18550', '18551', '18552', '18553', '18554', '18555', '18556', '18557', '18558', '18559', '18560', '18561', '18562', '18563', '18564', '18565', '18566', '18567', '18568', '18569', '18570', '18571', '18572', '18573', '18574', '18575', '18576', '18577', '18578', '18579', '18580', '18581', '18582', '18583', '18584', '18585', '18586', '18587', '18588', '18589', '18590', '18591', '18592', '18593', '18594', '18595', '18596', '18597', '18598', '18599', '18600', '18601', '18602', '18603', '18604', '18605', '18606', '18607', '18608', '18609', '18610', '18611', '18612', '18613', '18614', '18615', '18616', '18617', '18618', '18619', '18620', '18621', '18622', '18623', '18624', '18625', '18626', '18627', '18628', '18629', '18630', '18631', '18632', '18633', '18634', '18635', '18636', '18637', '18638', '18639', '18640', '18641', '18642', '18643', '18644', '18645', '18646', '18647', '18648', '18649', '18650', '18651', '18652', '18653', '18654', '18655', '18656', '18657', '18658', '18659', '18660', '18661', '18662', '18663', '18664', '18665', '18666', '18667', '18668', '18669', '18670', '18671', '18672', '18673', '18674', '18675', '18676', '18677', '18678', '18679', '18680', '18681', '18682', '18683', '18684', '18685', '18686', '18687', '18688', '18689', '18690', '18691', '18692', '18693', '18694', '18695', '18696', '18697', '18698', '18699', '18700', '18701', '18702', '18703', '18704', '18705', '18706', '18707', '18708', '18709', '18710', '18711', '18712', '18713', '18714', '18715', '18716', '18717', '18718', '18719', '18720', '18721', '18722', '18723', '18724', '18725', '18726', '18727', '18728', '18729', '18730', '18731', '18732', '18733', '18734', '18735', '18736', '18737', '18738', '18739', '18740', '18741', '18742', '18743', '18744', '18745', '18746', '18747', '18748', '18749', '18750', '18751', '18752', '18753', '18754', '18755', '18756', '18757', '18758', '18759', '18760', '18761', '18762', '18763', '18764', '18765', '18766', '18767', '18768', '18769', '18770', '18771', '18772', '18773', '18774', '18775', '18776', '18777', '18778', '18779', '18780', '18781', '18782', '18783', '18784', '18785', '18786', '18787', '18788', '18789', '18790', '18791', '18792', '18793', '18794', '18795', '18796', '18797', '18798', '18799', '18800', '18801', '18802', '18803', '18804', '18805', '18806', '18807', '18808', '18809', '18810', '18811', '18812', '18813', '18814', '18815', '18816', '18817', '18818', '18819', '18820', '18821', '18822', '18823', '18824', '18825', '18826', '18827', '18828', '18829', '18830', '18831', '18832', '18833', '18834', '18835', '18836', '18837', '18838', '18839', '18840', '18841', '18842', '18843', '18844', '18845', '18846', '18847', '18848', '18849', '18850', '18851', '18852', '18853', '18854', '18855', '18856', '18857', '18858', '18859', '18860', '18861', '18862', '18863', '18864', '18865', '18866', '18867', '18868', '18869', '18870', '18871', '18872', '18873', '18874', '18875', '18876', '18877', '18878', '18879', '18880', '18881', '18882', '18883', '18884', '18885', '18886', '18887', '18888', '18889', '18890', '18891', '18892', '18893', '18894', '18895', '18896', '18897', '18898', '18899', '18900', '18901', '18902', '18903', '18904', '18905', '18906', '18907', '18908', '18909', '18910', '18911', '18912', '18913', '18914', '18915', '18916', '18917', '18918', '18919', '18920', '18921', '18922', '18923', '18924', '18925', '18926', '18927', '18928', '18929', '18930', '18931', '18932', '18933', '18934', '18935', '18936', '18937', '18938', '18939', '18940', '18941', '18942', '18943', '18944', '18945', '18946', '18947', '18948', '18949', '18950', '18951', '18952', '18953', '18954', '18955', '18956', '18957', '18958', '18959', '18960', '18961', '18962', '18963', '18964', '18965', '18966', '18967', '18968', '18969', '18970', '18971', '18972', '18973', '18974', '18975', '18976', '18977', '18978', '18979', '18980', '18981', '18982', '18983', '18984', '18985', '18986', '18987', '18988', '18989', '18990', '18991', '18992', '18993', '18994', '18995', '18996', '18997', '18998', '18999', '19000', '19001', '19002', '19003', '19004', '19005', '19006', '19007', '19008', '19009', '19010', '19011', '19012', '19013', '19014', '19015', '19016', '19017', '19018', '19019', '19020', '19021', '19022', '19023', '19024', '19025', '19026', '19027', '19028', '19029', '19030', '19031', '19032', '19033', '19034', '19035', '19036', '19037', '19038', '19039', '19040', '19041', '19042', '19043', '19044', '19045', '19046', '19047', '19048', '19049', '19050', '19051', '19052', '19053', '19054', '19055', '19056', '19057', '19058', '19059', '19060', '19061', '19062', '19063', '19064', '19065', '19066', '19067', '19068', '19069', '19070', '19071', '19072', '19073', '19074', '19075', '19076', '19077', '19078', '19079', '19080', '19081', '19082', '19083', '19084', '19085', '19086', '19087', '19088', '19089', '19090', '19091', '19092', '19093', '19094', '19095', '19096', '19097', '19098', '19099', '19100', '19101', '19102', '19103', '19104', '19105', '19106', '19107', '19108', '19109', '19110', '19111', '19112', '19113', '19114', '19115', '19116', '19117', '19118', '19119', '19120', '19121', '19122', '19123', '19124', '19125', '19126', '19127', '19128', '19129', '19130', '19131', '19132', '19133', '19134', '19135', '19136', '19137', '19138', '19139', '19140', '19141', '19142', '19143', '19144', '19145', '19146', '19147', '19148', '19149', '19150', '19151', '19152', '19153', '19154', '19155', '19156', '19157', '19158', '19159', '19160', '19161', '19162', '19163', '19164', '19165', '19166', '19167', '19168', '19169', '19170', '19171', '19172', '19173', '19174', '19175', '19176', '19177', '19178', '19179', '19180', '19181', '19182', '19183', '19184', '19185', '19186', '19187', '19188', '19189', '19190', '19191', '19192', '19193', '19194', '19195', '19196', '19197', '19198', '19199', '19200', '19201', '19202', '19203', '19204', '19205', '19206', '19207', '19208', '19209', '19210', '19211', '19212', '19213', '19214', '19215', '19216', '19217', '19218', '19219', '19220', '19221', '19222', '19223', '19224', '19225', '19226', '19227', '19228', '19229', '19230', '19231', '19232', '19233', '19234', '19235', '19236', '19237', '19238', '19239', '19240', '19241', '19242', '19243', '19244', '19245', '19246', '19247', '19248', '19249', '19250', '19251', '19252', '19253', '19254', '19255', '19256', '19257', '19258', '19259', '19260', '19261', '19262', '19263', '19264', '19265', '19266', '19267', '19268', '19269', '19270', '19271', '19272', '19273', '19274', '19275', '19276', '19277', '19278', '19279', '19280', '19281', '19282', '19283', '19284', '19285', '19286', '19287', '19288', '19289', '19290', '19291', '19292', '19293', '19294', '19295', '19296', '19297', '19298', '19299', '19300', '19301', '19302', '19303', '19304', '19305', '19306', '19307', '19308', '19309', '19310', '19311', '19312', '19313', '19314', '19315', '19316', '19317', '19318', '19319', '19320', '19321', '19322', '19323', '19324', '19325', '19326', '19327', '19328', '19329', '19330', '19331', '19332', '19333', '19334', '19335', '19336', '19337', '19338', '19339', '19340', '19341', '19342', '19343', '19344', '19345', '19346', '19347', '19348', '19349', '19350', '19351', '19352', '19353', '19354', '19355', '19356', '19357', '19358', '19359', '19360', '19361', '19362', '19363', '19364', '19365', '19366', '19367', '19368', '19369', '19370', '19371', '19372', '19373', '19374', '19375', '19376', '19377', '19378', '19379', '19380', '19381', '19382', '19383', '19384', '19385', '19386', '19387', '19388', '19389', '19390', '19391', '19392', '19393', '19394', '19395', '19396', '19397', '19398', '19399', '19400', '19401', '19402', '19403', '19404', '19405', '19406', '19407', '19408', '19409', '19410', '19411', '19412', '19413', '19414', '19415', '19416', '19417', '19418', '19419', '19420', '19421', '19422', '19423', '19424', '19425', '19426', '19427', '19428', '19429', '19430', '19431', '19432', '19433', '19434', '19435', '19436', '19437', '19438', '19439', '19440', '19441', '19442', '19443', '19444', '19445', '19446', '19447', '19448', '19449', '19450', '19451', '19452', '19453', '19454', '19455', '19456', '19457', '19458', '19459', '19460', '19461', '19462', '19463', '19464', '19465', '19466', '19467', '19468', '19469', '19470', '19471', '19472', '19473', '19474', '19475', '19476', '19477', '19478', '19479', '19480', '19481', '19482', '19483', '19484', '19485', '19486', '19487', '19488', '19489', '19490', '19491', '19492', '19493', '19494', '19495', '19496', '19497', '19498', '19499', '19500', '19501', '19502', '19503', '19504', '19505', '19506', '19507', '19508', '19509', '19510', '19511', '19512', '19513', '19514', '19515', '19516', '19517', '19518', '19519', '19520', '19521', '19522', '19523', '19524', '19525', '19526', '19527', '19528', '19529', '19530', '19531', '19532', '19533', '19534', '19535', '19536', '19537', '19538', '19539', '19540', '19541', '19542', '19543', '19544', '19545', '19546', '19547', '19548', '19549', '19550', '19551', '19552', '19553', '19554', '19555', '19556', '19557', '19558', '19559', '19560', '19561', '19562', '19563', '19564', '19565', '19566', '19567', '19568', '19569', '19570', '19571', '19572', '19573', '19574', '19575', '19576', '19577', '19578', '19579', '19580', '19581', '19582', '19583', '19584', '19585', '19586', '19587', '19588', '19589', '19590', '19591', '19592', '19593', '19594', '19595', '19596', '19597', '19598', '19599', '19600', '19601', '19602', '19603', '19604', '19605', '19606', '19607', '19608', '19609', '19610', '19611', '19612', '19613', '19614', '19615', '19616', '19617', '19618', '19619', '19620', '19621', '19622', '19623', '19624', '19625', '19626', '19627', '19628', '19629', '19630', '19631', '19632', '19633', '19634', '19635', '19636', '19637', '19638', '19639', '19640', '19641', '19642', '19643', '19644', '19645', '19646', '19647', '19648', '19649', '19650', '19651', '19652', '19653', '19654', '19655', '19656', '19657', '19658', '19659', '19660', '19661', '19662', '19663', '19664', '19665', '19666', '19667', '19668', '19669', '19670', '19671', '19672', '19673', '19674', '19675', '19676', '19677', '19678', '19679', '19680', '19681', '19682', '19683', '19684', '19685', '19686', '19687', '19688', '19689', '19690', '19691', '19692', '19693', '19694', '19695', '19696', '19697', '19698', '19699', '19700', '19701', '19702', '19703', '19704', '19705', '19706', '19707', '19708', '19709', '19710', '19711', '19712', '19713', '19714', '19715', '19716', '19717', '19718', '19719', '19720', '19721', '19722', '19723', '19724', '19725', '19726', '19727', '19728', '19729', '19730', '19731', '19732', '19733', '19734', '19735', '19736', '19737', '19738', '19739', '19740', '19741', '19742', '19743', '19744', '19745', '19746', '19747', '19748', '19749', '19750', '19751', '19752', '19753', '19754', '19755', '19756', '19757', '19758', '19759', '19760', '19761', '19762', '19763', '19764', '19765', '19766', '19767', '19768', '19769', '19770', '19771', '19772', '19773', '19774', '19775', '19776', '19777', '19778', '19779', '19780', '19781', '19782', '19783', '19784', '19785', '19786', '19787', '19788', '19789', '19790', '19791', '19792', '19793', '19794', '19795', '19796', '19797', '19798', '19799', '19800', '19801', '19802', '19803', '19804', '19805', '19806', '19807', '19808', '19809', '19810', '19811', '19812', '19813', '19814', '19815', '19816', '19817', '19818', '19819', '19820', '19821', '19822', '19823', '19824', '19825', '19826', '19827', '19828', '19829', '19830', '19831', '19832', '19833', '19834', '19835', '19836', '19837', '19838', '19839', '19840', '19841', '19842', '19843', '19844', '19845', '19846', '19847', '19848', '19849', '19850', '19851', '19852', '19853', '19854', '19855', '19856', '19857', '19858', '19859', '19860', '19861', '19862', '19863', '19864', '19865', '19866', '19867', '19868', '19869', '19870', '19871', '19872', '19873', '19874', '19875', '19876', '19877', '19878', '19879', '19880', '19881', '19882', '19883', '19884', '19885', '19886', '19887', '19888', '19889', '19890', '19891', '19892', '19893', '19894', '19895', '19896', '19897', '19898', '19899', '19900', '19901', '19902', '19903', '19904', '19905', '19906', '19907', '19908', '19909', '19910', '19911', '19912', '19913', '19914', '19915', '19916', '19917', '19918', '19919', '19920', '19921', '19922', '19923', '19924', '19925', '19926', '19927', '19928', '19929', '19930', '19931', '19932', '19933', '19934', '19935', '19936', '19937', '19938', '19939', '19940', '19941', '19942', '19943', '19944', '19945', '19946', '19947', '19948', '19949', '19950', '19951', '19952', '19953', '19954', '19955', '19956', '19957', '19958', '19959', '19960', '19961', '19962', '19963', '19964', '19965', '19966', '19967', '19968', '19969', '19970', '19971', '19972', '19973', '19974', '19975', '19976', '19977', '19978', '19979', '19980', '19981', '19982', '19983', '19984', '19985', '19986', '19987', '19988', '19989', '19990', '19991', '19992', '19993', '19994', '19995', '19996', '19997', '19998', '19999', '20000', '20001', '20002', '20003', '20004', '20005', '20006', '20007', '20008', '20009', '20010', '20011', '20012', '20013', '20014', '20015', '20016', '20017', '20018', '20019', '20020', '20021', '20022', '20023', '20024', '20025', '20026', '20027', '20028', '20029', '20030', '20031', '20032', '20033', '20034', '20035', '20036', '20037', '20038', '20039', '20040', '20041', '20042', '20043', '20044', '20045', '20046', '20047', '20048', '20049', '20050', '20051') AND wo.AccountNumber IN ('750', '32', '755', '251', '1001', '1070', '1087', '1101', '1067', '1066', '438', '1056', '970', '1122', '1123', '709', '1109', '332', '248', '1110', '164', '48', '262', '974', '1115', '842', '960', '843', '113') AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 11:06:43,141 - [55875] - src.utils.log - INFO - βœ… Fetched 2057 rows - __SPLIT__ 2026-01-29 11:06:43,142 - [55875] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 11:06:43,142 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:43,333 - [55875] - src.utils.log - INFO - βœ… Fetched 3090 rows - __SPLIT__ 2026-01-29 11:06:43,333 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:43,500 - [55875] - src.utils.log - INFO - βœ… Fetched 29 rows - __SPLIT__ 2026-01-29 11:06:43,500 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:43,667 - [55875] - src.utils.log - INFO - βœ… Fetched 2032 rows - __SPLIT__ 2026-01-29 11:06:43,668 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:43,805 - [55875] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:06:43,805 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:43,941 - [55875] - src.utils.log - INFO - βœ… Fetched 91 rows - __SPLIT__ 2026-01-29 11:06:43,942 - [55875] - 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 (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:44,091 - [55875] - src.utils.log - INFO - βœ… Fetched 726 rows - __SPLIT__ 2026-01-29 11:06:44,092 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:44,258 - [55875] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 11:06:44,259 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:44,396 - [55875] - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-29 11:06:44,399 - [55875] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 11:06:44,441 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:44,470 - [55875] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:06:44,473 - [55875] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN (619, 337, 1140, 1135, 1127, 670, 654, 373) AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:44,503 - [55875] - src.utils.log - INFO - βœ… Fetched 8 rows - __SPLIT__ 2026-01-29 11:06:44,518 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:44,547 - [55875] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:06:44,547 - [55875] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '978' WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:44,576 - [55875] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:06:44,581 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 2057 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:44,635 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2057) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 11:06:53,294 - [55875] - src.utils.log - INFO - βœ… All 2057 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 11:06:53,296 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId IN (84243, 8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95130, 95343, 95344, 95203, 95337, 95187, 47746, 11571, 95307, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) AND WorkOrderNo IN ('303087', '125528', '298492', '856804', '6784068', '2618268', '6767363', '2375989', '8195589', '6336926', '1135228', '4163895', '2799745', '2354142', '7387721', '8359896', '3666208', '4964362', '1992815', '9968139', '8178533', '6489378', '6199446', '5689914', '7217043', '9444274', '8558520', '1037378', '6145931', '4833956', '7635482', '6650318', '7077806', '9367887', '6840273', '5887939', '3755306', '6042006', '6546063', '2967768', '3419533', '3597287', '9544348', '7838154', '3923322', '3869592', '8800448', '5816342', '5423898', '3111464', '1565257', '7819036', '1612340', '1592655', '2151951', '2641131', '8494023', '1479240', '9947379', '3411871', '7942986', '8296195', '7645940', '9632376', '8717901', '3491463', '4993683', '4523075', '5770553', '9231461', '8706168', '4913626', '7765083', '7928593', '6431246', '4590689', '2724657', '6187272', '1595868', '7492112', '6958624', '8995807', '6039378', '6437378', '7182442', '6683435', '2200429', '8581881', '7830430', '1668526', '3821699', '1386936', '2273726', '6625433', '8007694', '2718170', '8927630', '9368455', '2748955', '2503478', '5068280', '4946678', '2376577', '1403900', '3664649', '8677666', '2405747', '3665266', '4723938', '9623274', '3976682', '1731700', '2132587', '2436249', '9881409', '1470688', '9864432', '6084928', '4292737', '9373117', '3305647', '5279156', '8218241', '5696920', '6119600', '6719095', '9823943', '8779838', '8552694', '7604201', '5908931', '8309974', '8313001', '2215862', '5392791', '2680033', '7896743', '3440186', '9907548', '2540309', '4232931', '6634203', '1284241', '7887545', '8001239', '6127832', '1213816', '5285995', '8023177', '6072233', '8082564', '4224450', '1435912', '4390216', '6947418', '7011053', '1620902', '6321686', '5391936', '2079147', '3125969', '9013523', '8311515', '3966379', '2259615', '1852956', '5403339', '9270233', '5092285', '8025815', '1941029', '1766328', '1151720', '7637489', '1991985', '9549729', '2452587', '3303805', '6571908', '9657561', '8678105', '8379630', '5710785', '4858046', '8755937', '1464948', '6161601', '5604671', '6317885', '4002486', '9793756', '3697883', '7614382', '2277589', '7671404', '9471874', '4370047', '7717575', '5822460', '6902519', '9333520', '4512425', '5024998', '2735918', '5061661', '2232354', '1972148', '7677778', '3952411', '2783490', '3175517', '9106078', '9444906', '2086012', '7604737', '3062741', '7987010', '7894605', '1313770', '1147768', '1389186', '2641675', '1145544', '7394558', '7001731', '8347319', '4647647', '3023921', '5834070', '9199035', '1785867', '4608920', '8641020', '4294486', '7301946', '5270307', '2620193', '1455852', '9724884', '3830508', '5483239', '2976489', '3155174', '3861576', '3256006', '1773130', '4426310', '4652368', '8415326', '6546133', '2318692', '1047750', '8622884', '7113932', '6648890', '2593069', '4409738', '7234600', '9364033', '1327325', '1572903', '5697176', '1603151', '1788489', '9865845', '2708996', '7511010', '8063342', '2828322', '4527680', '4297780', '8792226', '7421957', '5090858', '6764444', '8339407', '2551556', '2963762', '8171541', '3509078', '1695945', '4642999', '4964452', '2726307', '2172359', '2728639', '6462805', '2785020', '6086739', '7012643', '2368900', '6432805', '4948353', '6478979', '9305497', '1677899', '8838898', '7535563', '7092177', '4308257', '8692052', '8376839', '6729401', '3845140', '6378206', '2902319', '4072964', '5424637', '9620888', '7667525', '5745426', '7041154', '7938410', '6570559', '7148881', '1427748', '9568396', '6009417', '5428891', '2864616', '9461226', '6057078', '7225241', '2126602', '5339384', '2223750', '3905295', '4943861', '5029703', '7630203', '4006432', '8366264', '6517966', '4405897', '3434849', '2272542', '8372889', '6802933', '9155253', '7830170', '4306249', '4614548', '1479994', '5876805', '8900414', '8924389', '2665592', '2218177', '8402195', '9264432', '6408142', '4496034', '5923186', '4901964', '2978749', '2752791', '9608527', '1792391', '2598571', '3912229', '5676405', '1418458', '8649804', '6599706', '4584705', '1774177', '5035556', '9675304', '3920834', '7526652', '2230344', '2078675', '3045956', '2805138', '1454687', '9007193', '1335652', '5693362', '8772975', '5395593', '2490919', '9445793', '3300730', '5224261', '4916606', '6300097', '3401032', '6483685', '5403885', '7614785', '1222027', '9304865', '1988213', '8198465', '9215631', '3574705', '8901076', '2638713', '6440401', '7756184', '6912332', '3516680', '4950769', '7785201', '1351841', '1072880', '1099274', '2849005', '9563923', '7967671', '9215811', '9630049', '1626964', '9494423', '3798393', '2027724', '5824544', '7033637', '2029454', '5715589', '2279995', '2157351', '9376106', '5664067', '7652711', '7740604', '2739656', '8135825', '9504396', '7424243', '3811821', '3822730', '9774781', '4060654', '1083770', '5528988', '2223188', '3670450', '3134659', '4491880', '4293778', '1411650', '8620736', '2749666', '9252234', '3471906', '5525068', '7777814', '4431593', '8837472', '2322182', '7577486', '1010234', '1021082', '6600878', '1132725', '2952096', '3109881', '1244037', '4394580', '6197134', '9478367', '5162320', '7292403', '7869964', '8648218', '8959060', '8545255', '3476857', '7531696', '6449161', '5345714', '1610144', '9690713', '3664024', '7546297', '7123238', '8442255', '5717035', '6828706', '5494030', '7878807', '4968520', '6771472', '2932615', '8642307', '9994536', '8745610', '7806686', '5862349', '3038848', '9093690', '5572056', '1545714', '1279985', '4903277', '1216712', '8709323', '6828671', '8270404', '8669818', '7747668', '7910496', '3678533', '8975163', '8886954', '5759169', '6039190', '8083995', '9481703', '7611357', '5135159', '1607419', '8384377', '1710223', '1175342', '6290727', '6249601', '9272556', '9175487', '6537699', '5474068', '8436283', '6244305', '2518106', '2117517', '7482659', '1113124', '8794511', '1350956', '3453997', '5646113', '9229712', '4545769', '3006102', '8527606', '2892481', '8075123', '4620698', '1475685', '1543354', '4705369', '4796258', '6103712', '7054821', '6872079', '7656001', '6293957', '7278632', '5547917', '8965371', '2041567', '8494529', '4396573', '3019067', '5265872', '4935241', '5498531', '2088272', '9702262', '3369914', '7937340', '3447771', '3160593', '5945108', '7775363', '4710803', '2699680', '2037717', '5356891', '2829943', '5627184', '1746244', '8564283', '3612636', '4248348', '4357189', '6233544', '4689576', '7610049', '5521888', '8121643', '3205879', '1388483', '1015548', '5209234', '9291946', '9815210', '4426805', '7656186', '7852726', '2973913', '7064683', '9819333', '7721130', '7327616', '4956042', '7390776', '1448809', '1833672', '8732904', '7923626', '8078713', '9013959', '6669139', '8793455', '4566462', '3215990', '3718794', '5080325', '8124811', '2146872', '5040037', '1831682', '6098293', '6366252', '1369192', '4008765', '4245211', '9417502', '9660304', '9734083', '2762748', '6123423', '5440201', '8995719', '2949484', '6923623', '6971689', '2292055', '9698591', '1549722', '2454789', '5361616', '7219681', '7467707', '4935066', '9542812', '5279460', '1322159', '3373366', '8036568', '6671335', '2631608', '9473601', '7597999', '5003001', '2483322', '9351634', '2293226', '1662319', '1629215', '3590522', '7404079', '4005381', '5097438', '9473693', '3235433', '3687729', '8565353', '3543228', '6969758', '1293985', '4373585', '7501823', '2374702', '7549137', '8365671', '2144540', '9211120', '5475856', '2192890', '9801889', '9846336', '6201572', '5358817', '6759425', '1646894', '1659943', '5038741', '7289864', '6647159', '7141708', '4209200', '9132730', '1217969', '1710365', '1992341', '7749186', '7443774', '7186461', '6689959', '7316504', '7157332', '4684300', '1687907', '8696287', '5161388', '7627067', '1620181', '2207636', '5499374', '9536474', '2342129', '7291519', '2494210', '9200585', '1651331', '4226851', '6891408', '4006062', '2094583', '7419782', '4505644', '4414129', '7461050', '5917052', '8227389', '5097767', '1968663', '4087691', '5125462', '1699805', '6259854', '9943706', '5903278', '3815378', '3777200', '2530660', '4830964', '1593984', '9929764', '1417833', '5091892', '8097116', '9440767', '1900534', '7438903', '4540452', '2773883', '1645206', '4618917', '2640962', '2932187', '2903614', '5827047', '2333845', '1370584', '6873363', '3196096', '8711537', '9725224', '8496317', '3285373', '8037562', '8748133', '6591618', '9299987', '3631884', '1359112', '1403690', '2031432', '8726474', '1071329', '8528471', '7719937', '8701108', '7099443', '6252830', '1258221', '3827732', '1578286', '3646101', '3054065', '7295585', '3441192', '4212246', '1469213', '1997319', '3777972', '3172892', '9824990', '5405494', '7289227', '1097541', '6856724', '7428763', '3389367', '7888893', '6761321', '3746960', '2660989', '3990517', '6001475', '4701159', '9936874', '6223672', '8665692', '1913654', '1718798', '4576742', '9534207', '5817616', '9064809', '4353276', '5281471', '2632319', '9322138', '5952304', '6115859', '9774791', '8851536', '4851785', '4168960', '3192802', '4737344', '7678211', '7644412', '8631431', '6807314', '7353214', '8808572', '8520557', '7660669', '7848138', '1593896', '8715102', '3532775', '2660478', '1175490', '2395532', '2907310', '5396193', '8817941', '7915446', '5778882', '3850858', '5683585', '7737998', '3446180', '8807317', '9229892', '2609090', '2881805', '9229548', '6177624', '8682997', '1045572', '2723984', '2563314', '7776690', '9216382', '4301238', '9175396', '3409758', '2450832', '1422674', '9158910', '6968567', '3938160', '6174463', '9250159', '1602117', '3222494', '6914003', '3241034', '3229880', '4701292', '7188035', '3386476', '9520346', '1084527', '2246396', '7833182', '5540870', '4344028', '9131568', '7381248', '5353434', '1126594', '1185247', '3835942', '4369165', '2102555', '5563984', '3123573', '7261170', '4728817', '2849598', '2618574', '7566139', '8968175', '4087055', '4113353', '3709156', '5333520', '6988224', '5849758', '3147680', '8996383', '9773631', '5592815', '9841424', '8169313', '1825194', '4353224', '5439901', '8340732', '5130010', '2153125', '5826380', '7088429', '1166634', '8769080', '2981569', '2687452', '1764945', '9086633', '1591624', '7272248', '2736436', '8915344', '9133323', '4784435', '8281931', '6493688', '4503528', '4706273', '3893377', '4381683', '5666110', '1799110', '8706126', '8620962', '3306775', '1479025', '1473402', '4568853', '5535425', '7609618', '7436580', '6163114', '7054631', '9752347', '7176232', '1749387', '7012018', '9482029', '6102542', '3945563', '2637874', '2503579', '7592780', '8326635', '8921328', '6801204', '9080760', '7596101', '7004563', '4709664', '5361833', '6203195', '1286599', '6096355', '1732926', '9811538', '6130489', '1862189', '4462874', '2141299', '5165886', '1878039', '2352213', '6100387', '4430332', '2444319', '3020320', '6021778', '9436428', '4269284', '8789122', '9956049', '5411480', '1094044', '3204552', '3922834', '7819926', '2700715', '3626880', '5639883', '6488032', '7544528', '9955490', '9803844', '4090744', '9186686', '7707952', '2398152', '3027778', '4073953') AND GenerateWorkOrderHistoryId = 55875;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 11:06:53,297 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId IN (84243, 8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95130, 95343, 95344, 95203, 95337, 95187, 47746, 11571, 95307, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) AND WorkOrderNo IN ('4031842', '1594166', '2783396', '3161476', '7736363', '2438903', '2025175', '8745573', '4840800', '9377483', '7218118', '2169578', '8878641', '5056675', '4329675', '2721631', '2167080', '8566131', '1230534', '5687293', '2228437', '7494627', '7994492', '5717575', '7538200', '6015357', '9701792', '7899872', '3094113', '5457462', '4429293', '1121522', '4257116', '2477729', '8411200', '8978843', '2843465', '5293352', '2578131', '1730706', '7538695', '9337566', '1150923', '9091436', '6114309', '8719916', '5413559', '6112915', '1067994', '1713403', '2765806', '8956551', '3742488', '7115823', '9928082', '2686401', '8109874', '9829889', '9664943', '8501830', '4757072', '5590976', '6951319', '4027378', '1543739', '6541188', '9286521', '5001927', '3554073', '3142046', '6773966', '8438172', '4158644', '1879471', '1304382', '5802783', '8259360', '6932557', '4020449', '3533554', '4512069', '6334082', '1269326', '8265650', '3352217', '1566331', '4809394', '8020518', '6709185', '8900892', '9528232', '7508771', '8834906', '2641887', '8378859', '9285927', '8312071', '1666233', '1093289', '8252155', '6265997', '8646108', '6960795', '4013801', '9338457', '4617554', '7241939', '3925285', '1516720', '9389597', '3664551', '2226324', '9462943', '1975867', '9825412', '4160524', '3536775', '9270635', '6968346', '3145725', '8120847', '6300531', '3789741', '1294631', '3519863', '9627592', '9340192', '1598536', '1780204', '7482625', '8908473', '9847618', '6155387', '3764487', '7567263', '1380624', '8499584', '5408966', '7585236', '9999644', '2605919', '3738823', '4593176', '7121568', '3105439', '9610768', '4619508', '4096889', '9657623', '8449649', '9427277', '7778066', '5429240', '3845624', '3399297', '8478807', '3323390', '2584585', '2491731', '9656960', '8428656', '7011981', '3486819', '7251790', '3151088', '7871161', '9217968', '1813112', '2265388', '6832457', '4993169', '1607098', '7930870', '2989677', '4194818', '1459652', '3323044', '9423062', '5781303', '1435947', '4697805', '6860358', '8420741', '4681037', '9406185', '3572541', '6036843', '1993681', '6298625', '6636417', '3771761', '8962290', '8709747', '9429543', '5430280', '6617621', '6809638', '9035404', '1224539', '4440484', '5574471', '7377185', '9487007', '4827990', '9822592', '6945363', '4109559', '5038620', '4455596', '5293073', '2480460', '8552752', '5891197', '4848455', '9983309', '7026437', '5612685', '6732453', '2175434', '5055710', '1814693', '5098161', '4029688', '5637775', '4427850', '1961409', '9544495', '2667320', '4113602', '5447785', '1181642', '2627607', '4117462', '4159716', '6319818', '6908354', '9151817', '3455778', '9417731', '3850921', '5052868', '1282191', '6994881', '6170670', '6735317', '2067099', '1431123', '2417478', '1491186', '6955530', '7561965', '7360723', '1996270', '5342673', '9165422', '2337079', '1493214', '1834229', '7632471', '6315833', '4190441', '5738810', '6503234', '4141217', '8716133', '7877427', '4347382', '4162242', '1687035', '6743587', '5137217', '4047082', '7673963', '4072197', '7297094', '7297690', '5730175', '7415928', '7469188', '1672586', '3127391', '4300188', '7862688', '6374003', '5028864', '3101066', '7072289', '8744735', '4498720', '6016774', '3157292', '8542902', '6720819', '3885979', '9351262', '4820801', '7941699', '5943812', '6211040', '4121571', '5344164', '5523992', '5425459', '9279624', '6872244', '4657684', '2019355', '5203190', '3965505', '2488806', '6341412', '7433505', '5207354', '7052510', '8165178', '4499570', '9468637', '9473143', '3194178', '8816854', '7441367', '8507002', '3582385', '6408086', '1481413', '6507982', '8689457', '8192576', '4179173', '4034602', '7871361', '2095065', '3152630', '8820954', '5816938', '9854356', '7134607', '7890231', '2416552', '9058746', '7516448', '5369436', '2822095', '6027192', '8164045', '1678342', '8932870', '9277593', '9671826', '6797832', '1146830', '2177476', '8643101', '3765286', '3148685', '6995645', '5358920', '1151549', '7037808', '3006296', '6397942', '3999542', '9763663', '7623695', '3046834', '3724164', '5971006', '3706505', '9448817', '3911641', '6304612', '7205377', '4812174', '5255024', '5951664', '9750631', '5356417', '1472128', '6419137', '4863489', '3508678', '3159666', '6309880', '7591376', '9703873', '6341694', '3520725', '9873062', '7538438', '5798137', '4923309', '3508778', '4505047', '8426799', '7620677', '4606783', '5510350', '4858725', '1549351', '4520814', '7597142', '2020705', '6694955', '9083618', '2731284', '9562120', '1054424', '8924611', '3457386', '4464665', '2034633', '2154731', '1216839', '9106674', '3853036', '3251529', '4106125', '5278067', '4779154', '5421243', '2183536', '7586003', '5666954', '2088598', '6573814', '2768312', '3300121', '1735673', '7101488', '6468549', '5980550', '6462993', '9183043', '1821497', '3947089', '9736652', '8007295', '2763932', '8709996', '4323375', '7100528', '4210011', '1465969', '7614216', '2933242', '4008904', '4531183', '9675569', '7274354', '9560301', '6283846', '1498627', '5973274', '7725249', '1769380', '7098974', '8987052', '3379453', '1949231', '5401746', '9954610', '5023626', '4984882', '6966431', '1253170', '8221049', '5457769', '4997728', '2421684', '6852270', '7992113', '2440087', '4327879', '4185649', '9440584', '4210342', '8545761', '4299101', '4875342', '3992448', '5107962', '7790404', '8538970', '5554966', '7222188', '4472200', '7490831', '5387404', '6509844', '3596631', '2978493', '9164248', '9729494', '5018339', '8455883', '4781703', '5095175', '7731148', '7856784', '9503394', '6916749', '2358750', '8378566', '9969540', '5055069', '5019315', '8718704', '5775576', '2631255', '1634247', '5433253', '7055974', '5578149', '2985117', '3313693', '7740809', '4159689', '7887886', '9966061', '2524964', '8832751', '5870713', '7851582', '5221589', '3922245', '7960848', '7562468', '2493934', '1732125', '3698624', '1218697', '7412124', '2871819', '6662331', '9123122', '3689651', '5585200', '7227153', '5320829', '4602976', '9497833', '5277668', '8230696', '2878573', '8256372', '1582760', '8944937', '6544701', '8651061', '6534711', '3879784', '5494878', '6446448', '2405402', '3068191', '4003601', '3728275', '5022269', '4230435', '1964852', '1478053', '7133243', '2398091', '9025288', '6966782', '9761356', '8780742', '8432211', '4917373', '5258442', '4522171', '6626045', '1592953', '1532680', '6978338', '4969552', '3297978', '6110907', '1265818', '3589036', '1468338', '2386128', '7936378', '6377376', '9597432', '6615051', '7070124', '8985580', '6870674', '8489653', '8306793', '4519871', '3995310', '8680044', '5049875', '7570437', '4602664', '1688868', '5569436', '5075833', '2718494', '6103314', '9061126', '2824752', '9840410', '9557570', '7170173', '8134546', '5735502', '9785403', '4446550', '5935347', '4996908', '3636262', '8165477', '8574089', '7183979', '1984154', '2947749', '3623694', '4082348', '3635862', '8213512', '7636382', '6945174', '5553190', '1992940', '3755487', '3536620', '3376367', '5181825', '6844723', '6019889', '3750551', '2885837', '7445372', '8061860', '1125486', '5333700', '7732937', '3504504', '7187942', '1046700', '4200691', '9236080', '3684032', '9754344', '7353487', '1105973', '4868165', '2673101', '5328927', '5400556', '5708243', '5124936', '5437928', '9209694', '9144268', '2400564', '5008343', '5414938', '3797003', '9089163', '2640376', '1666627', '2792861', '9383759', '7763358', '1847892', '4202552', '7039507', '7826977', '3207689', '9422633', '7993851', '7589659', '3315208', '7031904', '5800470', '7137618', '9856350', '3852302', '7961582', '5708733', '8664467', '7487818', '4820574', '6239737', '2888272', '6394808', '5484670', '6206764', '7808631', '4605608', '8740339', '6114129', '6131621', '6592832', '8493546', '8383242', '8339480', '7870664', '4957562', '7053804', '8510892', '5575516', '5088592', '7673694', '5267923', '8847230', '7277871', '7962460', '1780379', '3887014', '8240744', '1183053', '2471244', '2903497', '1517760', '4442636', '4607542', '6604450', '6593924', '7717117', '5370416', '1019257', '3735467', '7533607', '8676987', '2423227', '1092502', '3943687', '1668774', '7288015', '8388919', '9020737', '3656165', '8771258', '1196061', '6832247', '4918037', '7638669', '1751973', '4891702', '6810324', '7561118', '8534959', '9073236', '8902225', '2394636', '6919315', '2119305', '8362375', '5732989', '8921695', '7872291', '5035533', '4594873', '2536175', '4584978', '6277591', '3992829', '3266139', '1857741', '8964885', '4812564', '5647618', '1788780', '8479300', '8446733', '4134261', '3325202', '8714611', '3333256', '8441884', '7067293', '4714177', '7333037', '9005118', '2886598', '6631924', '5273151', '6689352', '7982936', '6458252', '2619498', '2967652', '7864811', '1088541', '6654814', '3335057', '1403264', '6767005', '6987374', '3438983', '8081682', '7293578', '6938490', '3849547', '3419619', '8434649', '8008907', '7437204', '3294194', '8419392', '9648821', '8327362', '5529213', '8769492', '6194524', '2397264', '1863302', '2834724', '5386182', '9239219', '8446081', '4470568', '6942591', '4891129', '6237616', '7049505', '6577904', '3712913', '3691568', '6132616', '4808232', '3678190', '5172941', '5620706', '9079074', '8944406', '7713772', '6279035', '4172099', '2636799', '6089737', '7236795', '9976520', '9445535', '8235748', '4575582', '9474203', '6502838', '7283689', '8057553', '7350163', '6998083', '9181253', '8871142', '1196650', '9124625', '7587063', '6611752', '5696399', '9184260', '9560866', '5683277', '2777703', '2136300', '8445065', '1488440', '1923169', '5258228', '6807503', '4796033', '1751086', '3049304', '4334339', '4256184', '2334885', '3972838', '4229368', '5077441', '3705588', '2339593', '4223710', '3735084', '5732278', '2428209', '2752773', '7599356', '4211220', '8004302', '2336827', '9056475', '4970797', '9798097', '7415606', '2916136', '1494337', '6697583', '8496327', '8717625', '5549399', '6972509', '2052093', '7353708', '3071712', '7373808', '5160885', '6979517', '9523747', '3126662', '3834432', '2960709', '5652682', '5532823', '9171013', '2933993', '8301984', '4037149', '2922472', '7239928', '9417672', '1426474', '4931236', '2788805', '3899193', '5094588', '1466245', '4195068', '4467122', '2449478', '1767072', '9058294', '4417700', '4343947', '8323785', '8282557', '7805427', '6560787', '3711371', '6552727', '4795247', '3499338', '2008836', '8682534', '3631400', '7125803', '4037604', '8352715', '8611828', '7542439', '5427770', '6289958', '3160051', '5614176', '3854307', '3519086', '3171796', '6783419', '6181696', '9298137', '5805507', '5106795', '1970615', '1995077', '8097108', '7325643', '1286210', '3277822', '4015518', '4057336', '6157853', '2774378', '9165038', '8727071', '2465136', '7652599', '8099100', '2950827', '4045895', '8594371', '3876715', '1977396', '8706139', '4189050', '1427621', '1699732', '1924381', '9022169', '7480975', '6585132', '7497615', '8112344', '5654455', '3794105', '4373815', '5136939', '8824151', '7996400', '5749863', '8920027', '8481458', '5041401', '4641030', '6472849', '5094416', '6964887', '8105035') AND GenerateWorkOrderHistoryId = 55875;... (Thread: ThreadPoolExecutor-2_1) - __SPLIT__ 2026-01-29 11:06:53,298 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId IN (84243, 8585, 84286, 74202, 95181, 95251, 95272, 95330, 95246, 95243, 94938, 94939, 84580, 84579, 95233, 95130, 95343, 95344, 95203, 95337, 95187, 47746, 11571, 95307, 95338, 11176, 11709, 47478, 94897, 94898, 95296, 95297, 94869, 95341, 84439, 94816, 95202, 11497) AND WorkOrderNo IN ('2179985', '2689866', '8019995', '5662517', '2917270', '2336506', '3729560', '1683931', '4780441', '1594715', '8601739', '7669504', '7042925', '1847565', '5294177', '8325269', '3035700', '5726840', '5215124', '8661625', '5274295', '1703541', '5668261', '1048123', '2948127', '4127251', '6146019', '8644863', '6426028', '2522107', '8187921', '1896241', '1536024', '2134054', '1666251', '7633588', '4432613', '3394712', '1429137', '1964708', '9661604', '5224218', '8985742', '6275157', '8060486', '4967322', '4059495', '5161776', '1677889', '3251428', '4775391', '2905197', '4298457', '5923089', '1303094', '8565585', '1881165') AND GenerateWorkOrderHistoryId = 55875;... (Thread: ThreadPoolExecutor-2_2) - __SPLIT__ 2026-01-29 11:06:53,451 - [55875] - src.utils.log - INFO - βœ… Fetched 57 rows - __SPLIT__ 2026-01-29 11:06:53,603 - [55875] - src.utils.log - INFO - βœ… Fetched 1000 rows - __SPLIT__ 2026-01-29 11:06:53,689 - [55875] - src.utils.log - INFO - βœ… Fetched 1000 rows - __SPLIT__ 2026-01-29 11:06:53,690 - [55875] - src.utils.log - INFO - 🏁 Final merged rows: 2057 - __SPLIT__ 2026-01-29 11:06:53,700 - [55875] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-29 11:06:53,700 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:53,735 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into CRM.LeadNote - __SPLIT__ 2026-01-29 11:06:53,851 - [55875] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into CRM.LeadNote in 1 batches - __SPLIT__ 2026-01-29 11:06:53,851 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 726 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:53,885 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 726) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 11:06:55,170 - [55875] - src.utils.log - INFO - βœ… All 726 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 11:06:55,171 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 2 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:55,201 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2) into ServiceCore.WorkOrderSalesPersonCommission - __SPLIT__ 2026-01-29 11:06:55,297 - [55875] - src.utils.log - INFO - βœ… All 2 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 1 batches - __SPLIT__ 2026-01-29 11:06:55,298 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:55,333 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into ServiceAuto.WorkOrderCommissionAdjustment - __SPLIT__ 2026-01-29 11:06:55,434 - [55875] - src.utils.log - INFO - βœ… All 3 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 1 batches - __SPLIT__ 2026-01-29 11:06:55,434 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 3090 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:55,470 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3090) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 11:06:58,714 - [55875] - src.utils.log - INFO - βœ… All 3090 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 11:06:58,714 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 29 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:58,752 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 29) into ServiceCore.SubWorkOrder - __SPLIT__ 2026-01-29 11:06:59,030 - [55875] - src.utils.log - INFO - βœ… All 29 rows inserted successfully into ServiceCore.SubWorkOrder in 1 batches - __SPLIT__ 2026-01-29 11:06:59,031 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 2032 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:06:59,065 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 2032) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 11:07:00,361 - [55875] - src.utils.log - INFO - βœ… All 2032 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 11:07:00,361 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 91 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:00,391 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 91) into ServiceCore.WorkorderSourceMapping - __SPLIT__ 2026-01-29 11:07:00,488 - [55875] - src.utils.log - INFO - βœ… All 91 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 1 batches - __SPLIT__ 2026-01-29 11:07:00,488 - [55875] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 3090 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:00,521 - [55875] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3090) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-29 11:07:03,651 - [55875] - src.utils.log - INFO - βœ… All 3090 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-29 11:07:03,651 - [55875] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 11:07:03,651 - [55875] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55875 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:03,683 - [55875] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:07:03,689 - [55875] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 11:07:03,705 - [55875] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_6996443293 - __SPLIT__ 2026-01-29 11:07:03,735 - [55875] - src.utils.log - INFO - πŸ“Œ Bulk inserting 38 rows into #tbl_6996443293 - __SPLIT__ 2026-01-29 11:07:03,780 - [55875] - src.utils.log - ERROR - ❌ Error in update_next_workorder_generation: (pyodbc.DataError) ('22007', '[22007] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value. (242) (SQLExecDirectW)') [SQL: INSERT INTO #tbl_6996443293 (ServiceSetupId, NextDate) VALUES (?, ?) ] [parameters: [(8585, NaT), (11176, Timestamp('2027-02-01 00:00:00')), (11497, Timestamp('2027-01-05 00:00:00')), (11571, Timestamp('2027-01-01 00:00:00')), (11709, Timestamp('2027-02-01 00:00:00')), (47478, Timestamp('2027-02-01 00:00:00')), (47746, Timestamp('2027-01-01 00:00:00')), (74202, Timestamp('2027-01-01 00:00:00')) ... displaying 10 of 38 total bound parameter sets ... (95343, Timestamp('2027-01-05 00:00:00')), (95344, Timestamp('2027-01-05 00:00:00'))]] (Background on this error at: https://sqlalche.me/e/20/9h9h) - __SPLIT__ 2026-01-29 11:07:03,781 - [55875] - src.utils.log - ERROR - ❌ update_next_workorder_generation failed after 1 attempts: (pyodbc.DataError) ('22007', '[22007] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value. (242) (SQLExecDirectW)') [SQL: INSERT INTO #tbl_6996443293 (ServiceSetupId, NextDate) VALUES (?, ?) ] [parameters: [(8585, NaT), (11176, Timestamp('2027-02-01 00:00:00')), (11497, Timestamp('2027-01-05 00:00:00')), (11571, Timestamp('2027-01-01 00:00:00')), (11709, Timestamp('2027-02-01 00:00:00')), (47478, Timestamp('2027-02-01 00:00:00')), (47746, Timestamp('2027-01-01 00:00:00')), (74202, Timestamp('2027-01-01 00:00:00')) ... displaying 10 of 38 total bound parameter sets ... (95343, Timestamp('2027-01-05 00:00:00')), (95344, Timestamp('2027-01-05 00:00:00'))]] (Background on this error at: https://sqlalche.me/e/20/9h9h) - __SPLIT__ 2026-01-29 11:07:03,781 - [55875] - src.utils.log - INFO - (pyodbc.DataError) ('22007', '[22007] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]The conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value. (242) (SQLExecDirectW)') [SQL: INSERT INTO #tbl_6996443293 (ServiceSetupId, NextDate) VALUES (?, ?) ] [parameters: [(8585, NaT), (11176, Timestamp('2027-02-01 00:00:00')), (11497, Timestamp('2027-01-05 00:00:00')), (11571, Timestamp('2027-01-01 00:00:00')), (11709, Timestamp('2027-02-01 00:00:00')), (47478, Timestamp('2027-02-01 00:00:00')), (47746, Timestamp('2027-01-01 00:00:00')), (74202, Timestamp('2027-01-01 00:00:00')) ... displaying 10 of 38 total bound parameter sets ... (95343, Timestamp('2027-01-05 00:00:00')), (95344, Timestamp('2027-01-05 00:00:00'))]] (Background on this error at: https://sqlalche.me/e/20/9h9h) - __SPLIT__ 2026-01-29 11:07:03,781 - [55875] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-29 11:07:03,781 - [55875] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:03,962 - [55875] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:07:03,963 - [55875] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:04,141 - [55875] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:07:04,141 - [55875] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:04,301 - [55875] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:07:04,302 - [55875] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:04,450 - [55875] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:07:04,450 - [55875] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:04,611 - [55875] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:07:04,612 - [55875] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:04,813 - [55875] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:07:04,813 - [55875] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:04,968 - [55875] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:07:04,969 - [55875] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:05,455 - [55875] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:07:05,456 - [55875] - src.utils.log - INFO - Work order published ids: (470837, 470838, 470839, 470840, 470841, 470842, 470843, 470844, 470845, 470846, 470847, 470848, 470849, 470850, 470851, 470852, 470853, 470854, 470855, 470856, 470857, 470858, 470859, 470860, 470861, 470862, 470863, 470864, 470865, 470866, 470867, 470868, 470869, 470870, 470871, 470872, 470873, 470874, 470875, 470876, 470877, 470878, 470879, 470880, 470881, 470882, 470883, 470884, 470885, 470886, 470887, 470888, 470889, 470890, 470891, 470892, 470893, 470894, 470895, 470896, 470897, 470898, 470899, 470900, 470901, 470902, 470903, 470904, 470905, 470906, 470907, 470908, 470909, 470910, 470911, 470912, 470913, 470914, 470915, 470916, 470917, 470918, 470919, 470920, 470921, 470922, 470923, 470924, 470925, 470926, 470927, 470928, 470929, 470930, 470931, 470932, 470933, 470934, 470935, 470936, 470937, 470938, 470939, 470940, 470941, 470942, 470943, 470944, 470945, 470946, 470947, 470948, 470949, 470950, 470951, 470952, 470953, 470954, 470955, 470956, 470957, 470958, 470959, 470960, 470961, 470962, 470963, 470964, 470965, 470966, 470967, 470968, 470969, 470970, 470971, 470972, 470973, 470974, 470975, 470976, 470977, 470978, 470979, 470980, 470981, 470982, 470983, 470984, 470985, 470986, 470987, 470988, 470989, 470990, 470991, 470992, 470993, 470994, 470995, 470996, 470997, 470998, 470999, 471000, 471001, 471002, 471003, 471004, 471005, 471006, 471007, 471008, 471009, 471010, 471011, 471012, 471013, 471014, 471015, 471016, 471017, 471018, 471019, 471020, 471021, 471022, 471023, 471024, 471025, 471026, 471027, 471028, 471029, 471030, 471031, 471032, 471033, 471034, 471035, 471036, 471037, 471038, 471039, 471040, 471041, 471042, 471043, 471044, 471045, 471046, 471047, 471048, 471049, 471050, 471051, 471052, 471053, 471054, 471055, 471056, 471057, 471058, 471059, 471060, 471061, 471062, 471063, 471064, 471065, 471066, 471067, 471068, 471069, 471070, 471071, 471072, 471073, 471074, 471075, 471076, 471077, 471078, 471079, 471080, 471081, 471082, 471083, 471084, 471085, 471086, 471087, 471088, 471089, 471090, 471091, 471092, 471093, 471094, 471095, 471096, 471097, 471098, 471099, 471100, 471101, 471102, 471103, 471104, 471105, 471106, 471107, 471108, 471109, 471110, 471111, 471112, 471113, 471114, 471115, 471116, 471117, 471118, 471119, 471120, 471121, 471122, 471123, 471124, 471125, 471126, 471127, 471128, 471129, 471130, 471131, 471132, 471133, 471134, 471135, 471136, 471137, 471138, 471139, 471140, 471141, 471142, 471143, 471144, 471145, 471146, 471147, 471148, 471149, 471150, 471151, 471152, 471153, 471154, 471155, 471156, 471157, 471158, 471159, 471160, 471161, 471162, 471163, 471164, 471165, 471166, 471167, 471168, 471169, 471170, 471171, 471172, 471173, 471174, 471175, 471176, 471177, 471178, 471179, 471180, 471181, 471182, 471183, 471184, 471185, 471186, 471187, 471188, 471189, 471190, 471191, 471192, 471193, 471194, 471195, 471196, 471197, 471198, 471199, 471200, 471201, 471202, 471203, 471204, 471205, 471206, 471207, 471208, 471209, 471210, 471211, 471212, 471213, 471214, 471215, 471216, 471217, 471218, 471219, 471220, 471221, 471222, 471223, 471224, 471225, 471226, 471227, 471228, 471229, 471230, 471231, 471232, 471233, 471234, 471235, 471236, 471237, 471238, 471239, 471240, 471241, 471242, 471243, 471244, 471245, 471246, 471247, 471248, 471249, 471250, 471251, 471252, 471253, 471254, 471255, 471256, 471257, 471258, 471259, 471260, 471261, 471262, 471263, 471264, 471265, 471266, 471267, 471268, 471269, 471270, 471271, 471272, 471273, 471274, 471275, 471276, 471277, 471278, 471279, 471280, 471281, 471282, 471283, 471284, 471285, 471286, 471287, 471288, 471289, 471290, 471291, 471292, 471293, 471294, 471295, 471296, 471297, 471298, 471299, 471300, 471301, 471302, 471303, 471304, 471305, 471306, 471307, 471308, 471309, 471310, 471311, 471312, 471313, 471314, 471315, 471316, 471317, 471318, 471319, 471320, 471321, 471322, 471323, 471324, 471325, 471326, 471327, 471328, 471329, 471330, 471331, 471332, 471333, 471334, 471335, 471336, 471337, 471338, 471339, 471340, 471341, 471342, 471343, 471344, 471345, 471346, 471347, 471348, 471349, 471350, 471351, 471352, 471353, 471354, 471355, 471356, 471357, 471358, 471359, 471360, 471361, 471362, 471363, 471364, 471365, 471366, 471367, 471368, 471369, 471370, 471371, 471372, 471373, 471374, 471375, 471376, 471377, 471378, 471379, 471380, 471381, 471382, 471383, 471384, 471385, 471386, 471387, 471388, 471389, 471390, 471391, 471392, 471393, 471394, 471395, 471396, 471397, 471398, 471399, 471400, 471401, 471402, 471403, 471404, 471405, 471406, 471407, 471408, 471409, 471410, 471411, 471412, 471413, 471414, 471415, 471416, 471417, 471418, 471419, 471420, 471421, 471422, 471423, 471424, 471425, 471426, 471427, 471428, 471429, 471430, 471431, 471432, 471433, 471434, 471435, 471436, 471437, 471438, 471439, 471440, 471441, 471442, 471443, 471444, 471445, 471446, 471447, 471448, 471449, 471450, 471451, 471452, 471453, 471454, 471455, 471456, 471457, 471458, 471459, 471460, 471461, 471462, 471463, 471464, 471465, 471466, 471467, 471468, 471469, 471470, 471471, 471472, 471473, 471474, 471475, 471476, 471477, 471478, 471479, 471480, 471481, 471482, 471483, 471484, 471485, 471486, 471487, 471488, 471489, 471490, 471491, 471492, 471493, 471494, 471495, 471496, 471497, 471498, 471499, 471500, 471501, 471502, 471503, 471504, 471505, 471506, 471507, 471508, 471509, 471510, 471511, 471512, 471513, 471514, 471515, 471516, 471517, 471518, 471519, 471520, 471521, 471522, 471523, 471524, 471525, 471526, 471527, 471528, 471529, 471530, 471531, 471532, 471533, 471534, 471535, 471536, 471537, 471538, 471539, 471540, 471541, 471542, 471543, 471544, 471545, 471546, 471547, 471548, 471549, 471550, 471551, 471552, 471553, 471554, 471555, 471556, 471557, 471558, 471559, 471560, 471561, 471562, 471563, 471564, 471565, 471566, 471567, 471568, 471569, 471570, 471571, 471572, 471573, 471574, 471575, 471576, 471577, 471578, 471579, 471580, 471581, 471582, 471583, 471584, 471585, 471586, 471587, 471588, 471589, 471590, 471591, 471592, 471593, 471594, 471595, 471596, 471597, 471598, 471599, 471600, 471601, 471602, 471603, 471604, 471605, 471606, 471607, 471608, 471609, 471610, 471611, 471612, 471613, 471614, 471615, 471616, 471617, 471618, 471619, 471620, 471621, 471622, 471623, 471624, 471625, 471626, 471627, 471628, 471629, 471630, 471631, 471632, 471633, 471634, 471635, 471636, 471637, 471638, 471639, 471640, 471641, 471642, 471643, 471644, 471645, 471646, 471647, 471648, 471649, 471650, 471651, 471652, 471653, 471654, 471655, 471656, 471657, 471658, 471659, 471660, 471661, 471662, 471663, 471664, 471665, 471666, 471667, 471668, 471669, 471670, 471671, 471672, 471673, 471674, 471675, 471676, 471677, 471678, 471679, 471680, 471681, 471682, 471683, 471684, 471685, 471686, 471687, 471688, 471689, 471690, 471691, 471692, 471693, 471694, 471695, 471696, 471697, 471698, 471699, 471700, 471701, 471702, 471703, 471704, 471705, 471706, 471707, 471708, 471709, 471710, 471711, 471712, 471713, 471714, 471715, 471716, 471717, 471718, 471719, 471720, 471721, 471722, 471723, 471724, 471725, 471726, 471727, 471728, 471729, 471730, 471731, 471732, 471733, 471734, 471735, 471736, 471737, 471738, 471739, 471740, 471741, 471742, 471743, 471744, 471745, 471746, 471747, 471748, 471749, 471750, 471751, 471752, 471753, 471754, 471755, 471756, 471757, 471758, 471759, 471760, 471761, 471762, 471763, 471764, 471765, 471766, 471767, 471768, 471769, 471770, 471771, 471772, 471773, 471774, 471775, 471776, 471777, 471778, 471779, 471780, 471781, 471782, 471783, 471784, 471785, 471786, 471787, 471788, 471789, 471790, 471791, 471792, 471793, 471794, 471795, 471796, 471797, 471798, 471799, 471800, 471801, 471802, 471803, 471804, 471805, 471806, 471807, 471808, 471809, 471810, 471811, 471812, 471813, 471814, 471815, 471816, 471817, 471818, 471819, 471820, 471821, 471822, 471823, 471824, 471825, 471826, 471827, 471828, 471829, 471830, 471831, 471832, 471833, 471834, 471835, 471836, 471837, 471838, 471839, 471840, 471841, 471842, 471843, 471844, 471845, 471846, 471847, 471848, 471849, 471850, 471851, 471852, 471853, 471854, 471855, 471856, 471857, 471858, 471859, 471860, 471861, 471862, 471863, 471864, 471865, 471866, 471867, 471868, 471869, 471870, 471871, 471872, 471873, 471874, 471875, 471876, 471877, 471878, 471879, 471880, 471881, 471882, 471883, 471884, 471885, 471886, 471887, 471888, 471889, 471890, 471891, 471892, 471893, 471894, 471895, 471896, 471897, 471898, 471899, 471900, 471901, 471902, 471903, 471904, 471905, 471906, 471907, 471908, 471909, 471910, 471911, 471912, 471913, 471914, 471915, 471916, 471917, 471918, 471919, 471920, 471921, 471922, 471923, 471924, 471925, 471926, 471927, 471928, 471929, 471930, 471931, 471932, 471933, 471934, 471935, 471936, 471937, 471938, 471939, 471940, 471941, 471942, 471943, 471944, 471945, 471946, 471947, 471948, 471949, 471950, 471951, 471952, 471953, 471954, 471955, 471956, 471957, 471958, 471959, 471960, 471961, 471962, 471963, 471964, 471965, 471966, 471967, 471968, 471969, 471970, 471971, 471972, 471973, 471974, 471975, 471976, 471977, 471978, 471979, 471980, 471981, 471982, 471983, 471984, 471985, 471986, 471987, 471988, 471989, 471990, 471991, 471992, 471993, 471994, 471995, 471996, 471997, 471998, 471999, 472000, 472001, 472002, 472003, 472004, 472005, 472006, 472007, 472008, 472009, 472010, 472011, 472012, 472013, 472014, 472015, 472016, 472017, 472018, 472019, 472020, 472021, 472022, 472023, 472024, 472025, 472026, 472027, 472028, 472029, 472030, 472031, 472032, 472033, 472034, 472035, 472036, 472037, 472038, 472039, 472040, 472041, 472042, 472043, 472044, 472045, 472046, 472047, 472048, 472049, 472050, 472051, 472052, 472053, 472054, 472055, 472056, 472057, 472058, 472059, 472060, 472061, 472062, 472063, 472064, 472065, 472066, 472067, 472068, 472069, 472070, 472071, 472072, 472073, 472074, 472075, 472076, 472077, 472078, 472079, 472080, 472081, 472082, 472083, 472084, 472085, 472086, 472087, 472088, 472089, 472090, 472091, 472092, 472093, 472094, 472095, 472096, 472097, 472098, 472099, 472100, 472101, 472102, 472103, 472104, 472105, 472106, 472107, 472108, 472109, 472110, 472111, 472112, 472113, 472114, 472115, 472116, 472117, 472118, 472119, 472120, 472121, 472122, 472123, 472124, 472125, 472126, 472127, 472128, 472129, 472130, 472131, 472132, 472133, 472134, 472135, 472136, 472137, 472138, 472139, 472140, 472141, 472142, 472143, 472144, 472145, 472146, 472147, 472148, 472149, 472150, 472151, 472152, 472153, 472154, 472155, 472156, 472157, 472158, 472159, 472160, 472161, 472162, 472163, 472164, 472165, 472166, 472167, 472168, 472169, 472170, 472171, 472172, 472173, 472174, 472175, 472176, 472177, 472178, 472179, 472180, 472181, 472182, 472183, 472184, 472185, 472186, 472187, 472188, 472189, 472190, 472191, 472192, 472193, 472194, 472195, 472196, 472197, 472198, 472199, 472200, 472201, 472202, 472203, 472204, 472205, 472206, 472207, 472208, 472209, 472210, 472211, 472212, 472213, 472214, 472215, 472216, 472217, 472218, 472219, 472220, 472221, 472222, 472223, 472224, 472225, 472226, 472227, 472228, 472229, 472230, 472231, 472232, 472233, 472234, 472235, 472236, 472237, 472238, 472239, 472240, 472241, 472242, 472243, 472244, 472245, 472246, 472247, 472248, 472249, 472250, 472251, 472252, 472253, 472254, 472255, 472256, 472257, 472258, 472259, 472260, 472261, 472262, 472263, 472264, 472265, 472266, 472267, 472268, 472269, 472270, 472271, 472272, 472273, 472274, 472275, 472276, 472277, 472278, 472279, 472280, 472281, 472282, 472283, 472284, 472285, 472286, 472287, 472288, 472289, 472290, 472291, 472292, 472293, 472294, 472295, 472296, 472297, 472298, 472299, 472300, 472301, 472302, 472303, 472304, 472305, 472306, 472307, 472308, 472309, 472310, 472311, 472312, 472313, 472314, 472315, 472316, 472317, 472318, 472319, 472320, 472321, 472322, 472323, 472324, 472325, 472326, 472327, 472328, 472329, 472330, 472331, 472332, 472333, 472334, 472335, 472336, 472337, 472338, 472339, 472340, 472341, 472342, 472343, 472344, 472345, 472346, 472347, 472348, 472349, 472350, 472351, 472352, 472353, 472354, 472355, 472356, 472357, 472358, 472359, 472360, 472361, 472362, 472363, 472364, 472365, 472366, 472367, 472368, 472369, 472370, 472371, 472372, 472373, 472374, 472375, 472376, 472377, 472378, 472379, 472380, 472381, 472382, 472383, 472384, 472385, 472386, 472387, 472388, 472389, 472390, 472391, 472392, 472393, 472394, 472395, 472396, 472397, 472398, 472399, 472400, 472401, 472402, 472403, 472404, 472405, 472406, 472407, 472408, 472409, 472410, 472411, 472412, 472413, 472414, 472415, 472416, 472417, 472418, 472419, 472420, 472421, 472422, 472423, 472424, 472425, 472426, 472427, 472428, 472429, 472430, 472431, 472432, 472433, 472434, 472435, 472436, 472437, 472438, 472439, 472440, 472441, 472442, 472443, 472444, 472445, 472446, 472447, 472448, 472449, 472450, 472451, 472452, 472453, 472454, 472455, 472456, 472457, 472458, 472459, 472460, 472461, 472462, 472463, 472464, 472465, 472466, 472467, 472468, 472469, 472470, 472471, 472472, 472473, 472474, 472475, 472476, 472477, 472478, 472479, 472480, 472481, 472482, 472483, 472484, 472485, 472486, 472487, 472488, 472489, 472490, 472491, 472492, 472493, 472494, 472495, 472496, 472497, 472498, 472499, 472500, 472501, 472502, 472503, 472504, 472505, 472506, 472507, 472508, 472509, 472510, 472511, 472512, 472513, 472514, 472515, 472516, 472517, 472518, 472519, 472520, 472521, 472522, 472523, 472524, 472525, 472526, 472527, 472528, 472529, 472530, 472531, 472532, 472533, 472534, 472535, 472536, 472537, 472538, 472539, 472540, 472541, 472542, 472543, 472544, 472545, 472546, 472547, 472548, 472549, 472550, 472551, 472552, 472553, 472554, 472555, 472556, 472557, 472558, 472559, 472560, 472561, 472562, 472563, 472564, 472565, 472566, 472567, 472568, 472569, 472570, 472571, 472572, 472573, 472574, 472575, 472576, 472577, 472578, 472579, 472580, 472581, 472582, 472583, 472584, 472585, 472586, 472587, 472588, 472589, 472590, 472591, 472592, 472593, 472594, 472595, 472596, 472597, 472598, 472599, 472600, 472601, 472602, 472603, 472604, 472605, 472606, 472607, 472608, 472609, 472610, 472611, 472612, 472613, 472614, 472615, 472616, 472617, 472618, 472619, 472620, 472621, 472622, 472623, 472624, 472625, 472626, 472627, 472628, 472629, 472630, 472631, 472632, 472633, 472634, 472635, 472636, 472637, 472638, 472639, 472640, 472641, 472642, 472643, 472644, 472645, 472646, 472647, 472648, 472649, 472650, 472651, 472652, 472653, 472654, 472655, 472656, 472657, 472658, 472659, 472660, 472661, 472662, 472663, 472664, 472665, 472666, 472667, 472668, 472669, 472670, 472671, 472672, 472673, 472674, 472675, 472676, 472677, 472678, 472679, 472680, 472681, 472682, 472683, 472684, 472685, 472686, 472687, 472688, 472689, 472690, 472691, 472692, 472693, 472694, 472695, 472696, 472697, 472698, 472699, 472700, 472701, 472702, 472703, 472704, 472705, 472706, 472707, 472708, 472709, 472710, 472711, 472712, 472713, 472714, 472715, 472716, 472717, 472718, 472719, 472720, 472721, 472722, 472723, 472724, 472725, 472726, 472727, 472728, 472729, 472730, 472731, 472732, 472733, 472734, 472735, 472736, 472737, 472738, 472739, 472740, 472741, 472742, 472743, 472744, 472745, 472746, 472747, 472748, 472749, 472750, 472751, 472752, 472753, 472754, 472755, 472756, 472757, 472758, 472759, 472760, 472761, 472762, 472763, 472764, 472765, 472766, 472767, 472768, 472769, 472770, 472771, 472772, 472773, 472774, 472775, 472776, 472777, 472778, 472779, 472780, 472781, 472782, 472783, 472784, 472785, 472786, 472787, 472788, 472789, 472790, 472791, 472792, 472793, 472794, 472795, 472796, 472797, 472798, 472799, 472800, 472801, 472802, 472803, 472804, 472805, 472806, 472807, 472808, 472809, 472810, 472811, 472812, 472813, 472814, 472815, 472816, 472817, 472818, 472819, 472820, 472821, 472822, 472823, 472824, 472825, 472826, 472827, 472828, 472829, 472830, 472831, 472832, 472833, 472834, 472835, 472836, 472837, 472838, 472839, 472840, 472841, 472842, 472843, 472844, 472845, 472846, 472847, 472848, 472849, 472850, 472851, 472852, 472853, 472854, 472855, 472856, 472857, 472858, 472859, 472860, 472861, 472862, 472863, 472864, 472865, 472866, 472867, 472868, 472869, 472870, 472871, 472872, 472873, 472874, 472875, 472876, 472877, 472878, 472879, 472880, 472881, 472882, 472883, 472884, 472885, 472886, 472887, 472888, 472889, 472890, 472891, 472892, 472893) - __SPLIT__ 2026-01-29 11:07:05,456 - [55875] - src.utils.log - INFO - Time took to perform operation in publishing [55875]: 57.1 - __SPLIT__ 2026-01-29 11:07:05,456 - [55875] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55875] - __SPLIT__ 2026-01-29 11:07:05,456 - [55875] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 06:07:05.456' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55875;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:07:05,486 - [55875] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:20,936 - 55876 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55876 - __SPLIT__ 2026-01-29 11:31:20,937 - 55876 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 55876 - __SPLIT__ 2026-01-29 11:31:20,941 - 55876 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 11:31:20,942 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,119 - 55876 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:21,119 - 55876 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 11:31:21,119 - 55876 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55876;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,144 - 55876 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:21,144 - 55876 - 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 = 55876), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55876), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55876 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 11:31:21,207 - 55876 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:21,207 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55876;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,234 - 55876 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:21,237 - 55876 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-29 11:31:21,237 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT fsd.IntervalDays, fs.CreatedDate ,f.FrequencyId , fs.FrequencyScheduleId, f.[SysName], f.FrequencyValue, f.YearlyOccurrence , fs.ScheduleFormat,fsd.Days, fsd.Weeks, fsd.Months,fsc.[Month] as sch_months, fsd.StartMonth , fsd.DateDay,fsd.DateMonth FROM [ServiceCore].[FrequencyMaster] f inner join [ServiceCore].[FrequencySchedule] fs on fs.FrequencyId = f.FrequencyId left join ServiceCore.FrequencyScheduleCycle fsc on fsc.FrequencyScheduleId = fs.FrequencyScheduleId left join [ServiceCore].[FrequencyScheduleDetail] fsd on fsd.FrequencyScheduleId = fs.FrequencyScheduleId WHERE fsd.FrequencyScheduleId = 13930... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,268 - 55876 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:21,268 - 55876 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-29 11:31:21,270 - 55876 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-29 11:31:21,270 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,296 - 55876 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:21,296 - 55876 - 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-12-31 00:00:00' and ServiceSetupId = 95345 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,330 - 55876 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:21,401 - 55876 - src.utils.log - INFO - Generating work orders for setup: 95345 - __SPLIT__ 2026-01-29 11:31:21,465 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11512;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,491 - 55876 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:21,497 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM COMMON.RangeofTime where RangeofTimeId = 11459;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,523 - 55876 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:21,555 - 55876 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-29 11:31:21,559 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=146 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,583 - 55876 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:21,586 - 55876 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-29 11:31:21,587 - 55876 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-29 11:31:21,587 - 55876 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95345 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,632 - 55876 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:21,632 - 55876 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95345 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,676 - 55876 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:21,676 - 55876 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95345 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,719 - 55876 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:21,720 - 55876 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95345 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,764 - 55876 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:21,764 - 55876 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95345 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,809 - 55876 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:21,809 - 55876 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95345 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,854 - 55876 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:21,855 - 55876 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95345 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,883 - 55876 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:21,883 - 55876 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95345 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:21,950 - 55876 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:21,950 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,005 - 55876 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-29 11:31:22,229 - 55876 - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-29 11:31:22,230 - 55876 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 12 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 16:32:33.194' and ServiceSetupId = 95345... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,273 - 55876 - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 11:31:22,274 - 55876 - src.utils.log - INFO - Id's of work order inserted to DB: [472894 472895 472896 472897 472898 472899 472900 472901 472902 472903 472904 472905] - __SPLIT__ 2026-01-29 11:31:22,274 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,299 - 55876 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:22,299 - 55876 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-29 11:31:22,300 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95345... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,327 - 55876 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:31:22,327 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95345... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,353 - 55876 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:22,358 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95345... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,388 - 55876 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:31:22,390 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95345... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,415 - 55876 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:22,415 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95345... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,439 - 55876 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:22,439 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,466 - 55876 - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:31:22,467 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,491 - 55876 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:22,492 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,677 - 55876 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:22,677 - 55876 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,704 - 55876 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:22,719 - 55876 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-29 11:31:22,719 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,744 - 55876 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 11:31:22,744 - 55876 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-29 11:31:22,744 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,769 - 55876 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-29 11:31:22,770 - 55876 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-29 11:31:22,770 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,794 - 55876 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-29 11:31:22,794 - 55876 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-29 11:31:22,794 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,826 - 55876 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderAutoGenerationAppliedDiscount - __SPLIT__ 2026-01-29 11:31:22,927 - 55876 - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 11:31:22,928 - 55876 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-29 11:31:22,928 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,954 - 55876 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-29 11:31:22,954 - 55876 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 11:31:22,954 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:22,979 - 55876 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 11:31:22,979 - 55876 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-29 11:31:22,979 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:23,004 - 55876 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 11:31:23,004 - 55876 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-29 11:31:23,004 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:23,033 - 55876 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-29 11:31:23,134 - 55876 - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-29 11:31:23,134 - 55876 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-29 11:31:23,134 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 1 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:23,166 - 55876 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 1) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 11:31:23,260 - 55876 - src.utils.log - INFO - βœ… All 1 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 11:31:23,260 - 55876 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 11:31:23,260 - 55876 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 22 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:23,291 - 55876 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 22) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-29 11:31:23,404 - 55876 - src.utils.log - INFO - βœ… All 22 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-29 11:31:23,404 - 55876 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-29 11:31:23,404 - 55876 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55876;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:23,429 - 55876 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:23,429 - 55876 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-29 11:31:23,429 - 55876 - src.utils.log - INFO - Time took to perform operation: 2.49 - __SPLIT__ 2026-01-29 11:31:23,429 - 55876 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55876;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:23,454 - 55876 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:23,454 - 55876 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-29 06:31:23.454' WHERE GenerateWorkOrderHistoryId = 55876;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:23,478 - 55876 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:37,481 - [55876] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905] user_id=44506 company_id=146 project_id=[55876] publish_all=False - __SPLIT__ 2026-01-29 11:31:37,483 - [55876] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905] user_id=44506 company_id=146 project_id=[55876] publish_all=False - __SPLIT__ 2026-01-29 11:31:37,483 - [55876] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55876] - __SPLIT__ 2026-01-29 11:31:37,497 - [55876] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-29 11:31:37,497 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Fortive'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:37,776 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:37,776 - [55876] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-29 11:31:37,776 - [55876] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55876;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:37,808 - [55876] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:37,808 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:37,843 - [55876] - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 11:31:37,843 - [55876] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-29 11:31:37,843 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT DISTINCT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.ServiceCategoryMaster c ON c.DepartmentId = dm.DepartmentMasterId JOIN ServiceCore.ServiceMaster sm ON c.CategoryId = sm.CategoryId JOIN ServiceCore.ServiceSetupServices sss ON sss.ServiceId = sm.ServiceMasterId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95345 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:37,882 - [55876] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:37,882 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId JOIN ServiceCore.SoldServiceNonStandard x on dm.DepartmentMasterId = x.DepartmentId JOIN ServiceCore.ServiceSetupServices sss ON sss.NonStdSoldServiceId = x.SoldServiceNonStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95345 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:37,917 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:37,918 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceSetupId, dm.DepartmentMasterId, bm.BranchMasterId FROM Common.DepartmentMaster dm Inner JOIN Common.DivisionMaster d2 ON dm.DivisionMasterId = d2.DivisionMasterId Inner JOIN Common.BranchMaster bm ON d2.BranchMasterId = bm.BranchMasterId Inner JOIN [ServiceCore].[ServiceCategoryMaster] scm ON dm.DepartmentMasterId = scm.DepartmentId Inner JOIN ServiceCore.ServiceMaster sm ON scm.CategoryId = sm.CategoryId Inner JOIN ServiceCore.SoldServiceStandard x on x.ServiceId = sm.ServiceMasterId Inner JOIN ServiceCore.ServiceSetupServices sss ON sss.StdSoldServiceId = x.SoldServiceStandardId WHERE dm.CompanyId = 146 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95345 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:37,955 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:37,959 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:37,990 - [55876] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:31:37,990 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,020 - [55876] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:38,022 - [55876] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '20064' WHERE CompanyId = 146 AND EnitityNumberType in ('WorkOrder');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,052 - [55876] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:38,053 - [55876] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '23495' WHERE CompanyId = 146 AND EnitityNumberType in ('Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,084 - [55876] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:38,088 - [55876] - 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 = 95345... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,123 - [55876] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:38,134 - [55876] - src.utils.log - INFO - Size of Transaction: 12 - __SPLIT__ 2026-01-29 11:31:38,135 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,187 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-29 11:31:38,310 - [55876] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 11:31:38,325 - [55876] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 11:31:38,325 - [55876] - 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) and t.CompanyId = 146 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-29 06:31:38.130';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,420 - [55876] - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 11:31:38,422 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,454 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:38,462 - [55876] - 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) AND CreatedDate = '2026-01-29 06:31:38.130'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-01-29 11:31:38,672 - [55876] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:38,677 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,716 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into Billing.Invoice - __SPLIT__ 2026-01-29 11:31:38,843 - [55876] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-29 11:31:38,844 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('20052', '20063', '20062', '20061', '20060', '20058', '20059', '20057', '20056', '20054', '20055', '20053')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,956 - [55876] - src.utils.log - INFO - βœ… Fetched 24 rows - __SPLIT__ 2026-01-29 11:31:38,964 - [55876] - 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 = 95345 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:38,999 - [55876] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:31:38,999 - [55876] - 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 = 95345 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,033 - [55876] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:39,033 - [55876] - 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 = 95345 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,066 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:39,066 - [55876] - 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 = 95345 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,099 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:39,111 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,144 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:39,148 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,180 - [55876] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:31:39,190 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,221 - [55876] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:31:39,229 - [55876] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-29 11:31:39,229 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 24 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,264 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 24) into Billing.AccountDiscountSetup - __SPLIT__ 2026-01-29 11:31:39,392 - [55876] - src.utils.log - INFO - βœ… All 24 rows inserted successfully into Billing.AccountDiscountSetup in 1 batches - __SPLIT__ 2026-01-29 11:31:39,392 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 46 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,430 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 46) into Billing.InvoiceCharges - __SPLIT__ 2026-01-29 11:31:39,600 - [55876] - src.utils.log - INFO - βœ… All 46 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-29 11:31:39,600 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 24 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,634 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 24) into Billing.DiscountApplied - __SPLIT__ 2026-01-29 11:31:39,754 - [55876] - src.utils.log - INFO - βœ… All 24 rows inserted successfully into Billing.DiscountApplied in 1 batches - __SPLIT__ 2026-01-29 11:31:39,754 - [55876] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-29 11:31:39,755 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Fortive';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,785 - [55876] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:39,785 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '1124' and a.CompanyId = 134;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,816 - [55876] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:39,818 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:39,893 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-29 11:31:40,101 - [55876] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-29 11:31:40,116 - [55876] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-29 11:31:40,117 - [55876] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.ServiceSetup SET IsInitialWoGenerated = 1 WHERE CompanyId = 146 AND ServiceSetupId = 95345;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,147 - [55876] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-29 11:31:40,148 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('20052', '20053', '20054', '20055', '20056', '20057', '20058', '20059', '20060', '20061', '20062', '20063') AND wo.AccountNumber = '1124' AND wo.CompanyId = 146 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-01-29 11:31:40,188 - [55876] - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 11:31:40,188 - [55876] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-29 11:31:40,189 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,233 - [55876] - src.utils.log - INFO - βœ… Fetched 23 rows - __SPLIT__ 2026-01-29 11:31:40,234 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,292 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:40,292 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,332 - [55876] - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 11:31:40,332 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,364 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:40,364 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,398 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:40,398 - [55876] - 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 (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,435 - [55876] - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 11:31:40,435 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,467 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:40,467 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,498 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:40,500 - [55876] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-29 11:31:40,512 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 146;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,541 - [55876] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:40,544 - [55876] - src.utils.log - INFO - πŸ” Fetching data: Select DiscountSetupId, [SysName] as DiscountSysName from Common.DiscountSetupMaster WHERE DiscountSetupId IN (373, 337) AND CompanyId = 146 AND IsActive = 1;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,574 - [55876] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-29 11:31:40,576 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 146 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,606 - [55876] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-29 11:31:40,610 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,659 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-29 11:31:40,817 - [55876] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-29 11:31:40,818 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95345 AND WorkOrderNo IN ('793728', '7578568', '8916368', '1536545', '1558405', '5766527', '6672572', '7343552', '4824656', '6406578', '9365025', '5797704') AND GenerateWorkOrderHistoryId = 55876;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-01-29 11:31:40,878 - [55876] - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-29 11:31:40,878 - [55876] - src.utils.log - INFO - 🏁 Final merged rows: 12 - __SPLIT__ 2026-01-29 11:31:40,882 - [55876] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-29 11:31:40,882 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,912 - [55876] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-29 11:31:40,912 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:40,948 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceAuto.WorkOrderAppliedDiscount - __SPLIT__ 2026-01-29 11:31:41,075 - [55876] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 1 batches - __SPLIT__ 2026-01-29 11:31:41,075 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,106 - [55876] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-29 11:31:41,106 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,137 - [55876] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-29 11:31:41,137 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 23 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,174 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 23) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-29 11:31:41,308 - [55876] - src.utils.log - INFO - βœ… All 23 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-29 11:31:41,308 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,339 - [55876] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-29 11:31:41,339 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 12 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,374 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 12) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-29 11:31:41,493 - [55876] - src.utils.log - INFO - βœ… All 12 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-29 11:31:41,493 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,524 - [55876] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-29 11:31:41,524 - [55876] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 23 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,560 - [55876] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 23) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-29 11:31:41,722 - [55876] - src.utils.log - INFO - βœ… All 23 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-29 11:31:41,723 - [55876] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-29 11:31:41,723 - [55876] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55876 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,754 - [55876] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-29 11:31:41,759 - [55876] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-29 11:31:41,776 - [55876] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_e46a7b5315 - __SPLIT__ 2026-01-29 11:31:41,808 - [55876] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_e46a7b5315 - __SPLIT__ 2026-01-29 11:31:41,838 - [55876] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-29 11:31:41,858 - [55876] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-29 11:31:41,876 - [55876] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_e46a7b5315 - __SPLIT__ 2026-01-29 11:31:41,876 - [55876] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_e46a7b5315 - __SPLIT__ 2026-01-29 11:31:41,876 - [55876] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55876 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,906 - [55876] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:41,906 - [55876] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-29 11:31:41,906 - [55876] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:41,973 - [55876] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:41,973 - [55876] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:42,028 - [55876] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:42,028 - [55876] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:42,060 - [55876] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:42,061 - [55876] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:42,100 - [55876] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:42,100 - [55876] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:42,139 - [55876] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:42,139 - [55876] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:42,201 - [55876] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:42,201 - [55876] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:42,233 - [55876] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:42,233 - [55876] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:42,627 - [55876] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-29 11:31:42,627 - [55876] - src.utils.log - INFO - Work order published ids: (472894, 472895, 472896, 472897, 472898, 472899, 472900, 472901, 472902, 472903, 472904, 472905) - __SPLIT__ 2026-01-29 11:31:42,627 - [55876] - src.utils.log - INFO - Time took to perform operation in publishing [55876]: 5.14 - __SPLIT__ 2026-01-29 11:31:42,627 - [55876] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55876] - __SPLIT__ 2026-01-29 11:31:42,627 - [55876] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-29 06:31:42.627' WHERE CompanyId = 146 AND GenerateWorkOrderHistoryId = 55876;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-29 11:31:42,658 - [55876] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:21:14,663 - 55878 - src.utils.log - INFO - ParallelProcessing=False GenerateWorkOrderHistoryId=55878 - __SPLIT__ 2026-01-30 09:21:14,664 - 55878 - src.utils.log - INFO - Sequential Work order generation algo started for GenerateWorkOrderHistoryId: 55878 - __SPLIT__ 2026-01-30 09:21:14,678 - 55878 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-30 09:21:14,678 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Samsung'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,012 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:15,012 - 55878 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-30 09:21:15,012 - 55878 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'InProgress' WHERE GenerateWorkOrderHistoryId = 55878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,041 - 55878 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:21:15,041 - 55878 - 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 = 55878), ',' )) OR ss.InitialRouteId IN ( SELECT CAST(value AS INT) FROM STRING_SPLIT((SELECT RouteIds FROM ServiceCore.GenerateWorkOrderHistory WHERE GenerateWorkOrderHistoryid = 55878), ','))) JOIN (SELECT SUM(Price) AS RecurringServicePrice, ServiceSetupId FROM ServiceCore.ServiceSetupServices GROUP BY ServiceSetupId ) sss ON sss.ServiceSetupId = ss.ServiceSetupId WHERE gw.GenerateWorkOrderHistoryid = 55878 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 09:21:15,108 - 55878 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:15,109 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateWorkOrderHistory gwoh WHERE GenerateWorkOrderHistoryId = 55878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,139 - 55878 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:15,143 - 55878 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-30 09:21:15,144 - 55878 - 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 = 14822... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,182 - 55878 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 09:21:15,183 - 55878 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-30 09:21:15,186 - 55878 - src.utils.log - INFO - Inside work order function - __SPLIT__ 2026-01-30 09:21:15,186 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,235 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:15,235 - 55878 - 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-30 00:00:00' and ServiceDate <= '2026-12-31 00:00:00' and ServiceSetupId = 95347 and wo.IsActive = 1 and wos.Name not in ('Void', 'Cancelled');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,275 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:15,354 - 55878 - src.utils.log - INFO - Generating work orders for setup: 95347 - __SPLIT__ 2026-01-30 09:21:15,400 - 55878 - src.utils.log - INFO - Updating Next Gen Date - __SPLIT__ 2026-01-30 09:21:15,406 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT WoStatusId From ServiceCore.WorkOrderStatus wos where CompanyId=145 and [SysName]= 'Incomplete' ;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,434 - 55878 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:15,437 - 55878 - src.utils.log - INFO - Deleting duplicate records - __SPLIT__ 2026-01-30 09:21:15,438 - 55878 - src.utils.log - INFO - Running deletes SEQUENTIALLY… - __SPLIT__ 2026-01-30 09:21:15,438 - 55878 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95347 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,526 - 55878 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:15,526 - 55878 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95347 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,575 - 55878 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:15,576 - 55878 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95347 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,623 - 55878 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:15,624 - 55878 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95347 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,672 - 55878 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:15,672 - 55878 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95347 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,719 - 55878 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:15,719 - 55878 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95347 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,767 - 55878 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:15,767 - 55878 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId IN ( SELECT WorkOrderAutoGenerationId FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95347 ) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,799 - 55878 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:15,799 - 55878 - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE ServiceSetupId = 95347 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,873 - 55878 - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:15,874 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGeneration: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:15,932 - 55878 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGeneration - __SPLIT__ 2026-01-30 09:21:16,123 - 55878 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGeneration in 1 batches - __SPLIT__ 2026-01-30 09:21:16,124 - 55878 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 4 WorkOrderAutoGenerationId, ServiceSetupId , ModifiedBy, ModifiedDate, IsInitial From ServiceCore.WorkOrderAutoGeneration WHERE ModifiedDate='2026-01-29 16:32:33.296' and ServiceSetupId = 95347... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:16,172 - 55878 - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 09:21:16,172 - 55878 - src.utils.log - INFO - Id's of work order inserted to DB: [472910 472911 472912 472913] - __SPLIT__ 2026-01-30 09:21:16,172 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:16,202 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:16,202 - 55878 - src.utils.log - INFO - Inside get_remaining_temp_tables - __SPLIT__ 2026-01-30 09:21:16,202 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.serviceSetupServices sss where ServiceSetupId = 95347... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:16,232 - 55878 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:16,233 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from servicecore.ServiceSetupInitialServices sss where ServiceSetupId = 95347... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:16,261 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:16,265 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCrew ssc where ServiceSetupId = 95347... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:16,301 - 55878 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:16,303 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSalesPersonCommission ssspc where ServiceSetupId = 95347... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:16,334 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:16,334 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupCommissionAdjustment ssspc where ServiceSetupId = 95347... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:16,363 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:16,363 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.serviceSetupAppliedDiscount WHERE ServiceSetupId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:16,392 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:16,392 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupSourceMapping WHERE ServiceSetupId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:16,420 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:16,421 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM [ServiceCore].[CommunicationPreferencesServiceReportNotification] WITH(NOLOCK) WHERE EntityType = 'Setup' AND ServiceSetupId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,096 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:17,096 - 55878 - src.utils.log - INFO - πŸ” Fetching data: SELECT * From CRM.LeadNote WHERE RefType = 'Setup' and RefId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,131 - 55878 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:17,138 - 55878 - src.utils.log - INFO - Inside insert_data_in_temp_tables for work order generation - __SPLIT__ 2026-01-30 09:21:17,138 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,184 - 55878 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-30 09:21:17,184 - 55878 - src.utils.log - INFO - leadNoteDf inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,184 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.CommunicationPreferencesServiceReportNotification: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,213 - 55878 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.CommunicationPreferencesServiceReportNotification in 0 batches - __SPLIT__ 2026-01-30 09:21:17,213 - 55878 - src.utils.log - INFO - CommunicationPreferencesServiceReportNotification inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,213 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SetupAutoGenerationSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,243 - 55878 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SetupAutoGenerationSourceMapping in 0 batches - __SPLIT__ 2026-01-30 09:21:17,243 - 55878 - src.utils.log - INFO - SetupAutoGenerationSourceMapping inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,243 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,272 - 55878 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-01-30 09:21:17,272 - 55878 - src.utils.log - INFO - WorkOrderAutoGenerationAppliedDiscount inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,272 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrderAutoGeneration: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,302 - 55878 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrderAutoGeneration in 0 batches - __SPLIT__ 2026-01-30 09:21:17,302 - 55878 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,302 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,331 - 55878 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-30 09:21:17,332 - 55878 - src.utils.log - INFO - SubWorkOrderAutoGeneration inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,332 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,361 - 55878 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-30 09:21:17,361 - 55878 - src.utils.log - INFO - WorkOrderAutoGenerationSalesPersonCommission_df inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,361 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationCrews: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,393 - 55878 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationCrews - __SPLIT__ 2026-01-30 09:21:17,504 - 55878 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationCrews in 1 batches - __SPLIT__ 2026-01-30 09:21:17,504 - 55878 - src.utils.log - INFO - WorkOrderAutoGenerationCrews inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,504 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,533 - 55878 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 0 batches - __SPLIT__ 2026-01-30 09:21:17,533 - 55878 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,533 - 55878 - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,569 - 55878 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationServices - __SPLIT__ 2026-01-30 09:21:17,683 - 55878 - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationServices in 1 batches - __SPLIT__ 2026-01-30 09:21:17,683 - 55878 - src.utils.log - INFO - WorkOrderAutoGenerationServices inserted to dream DB - __SPLIT__ 2026-01-30 09:21:17,684 - 55878 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,712 - 55878 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:21:17,712 - 55878 - src.utils.log - INFO - Sequential work order generation successful - __SPLIT__ 2026-01-30 09:21:17,712 - 55878 - src.utils.log - INFO - Time took to perform operation: 3.05 - __SPLIT__ 2026-01-30 09:21:17,712 - 55878 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET Status = 'Completed' WHERE GenerateWorkOrderHistoryId = 55878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,740 - 55878 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:21:17,740 - 55878 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET WorkOrderStatusDateTime = '2026-01-30 04:21:17.740' WHERE GenerateWorkOrderHistoryId = 55878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:17,768 - 55878 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:21:29,915 - [55878] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[472910, 472911, 472912, 472913] user_id=44502 company_id=145 project_id=[55878] publish_all=False - __SPLIT__ 2026-01-30 09:21:29,915 - [55878] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[472910, 472911, 472912, 472913] user_id=44502 company_id=145 project_id=[55878] publish_all=False - __SPLIT__ 2026-01-30 09:21:29,915 - [55878] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55878] - __SPLIT__ 2026-01-30 09:21:29,916 - [55878] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-30 09:21:29,916 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Samsung'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,098 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:30,098 - [55878] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-30 09:21:30,098 - [55878] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 145 AND GenerateWorkOrderHistoryId = 55878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,124 - [55878] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:21:30,124 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,155 - [55878] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 09:21:30,155 - [55878] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-01-30 09:21:30,155 - [55878] - 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 = 145 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95347 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,190 - [55878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:30,191 - [55878] - 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 = 145 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95347 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,222 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:30,222 - [55878] - 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 = 145 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95347 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,256 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:30,259 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 145 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,286 - [55878] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-01-30 09:21:30,286 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 145;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,317 - [55878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:30,318 - [55878] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '221984' WHERE CompanyId = 145 AND EnitityNumberType in ('WorkOrder','Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,347 - [55878] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:21:30,349 - [55878] - 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 = 95347... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,381 - [55878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:30,388 - [55878] - src.utils.log - INFO - Size of Transaction: 4 - __SPLIT__ 2026-01-30 09:21:30,389 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,454 - [55878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-01-30 09:21:30,563 - [55878] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-01-30 09:21:30,575 - [55878] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-30 09:21:30,576 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913) and t.CompanyId = 145 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-01-30 04:21:30.383';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,744 - [55878] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 09:21:30,747 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:30,774 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:30,782 - [55878] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913) AND CreatedDate = '2026-01-30 04:21:30.383'; ... (Thread: ThreadPoolExecutor-3_0) - __SPLIT__ 2026-01-30 09:21:30,986 - [55878] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:21:30,990 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,042 - [55878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Invoice - __SPLIT__ 2026-01-30 09:21:31,160 - [55878] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-01-30 09:21:31,160 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('221983', '221982', '221981', '221980')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,233 - [55878] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 09:21:31,241 - [55878] - 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 = 95347 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,270 - [55878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:31,270 - [55878] - 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 = 95347 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,299 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:31,299 - [55878] - 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 = 95347 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,329 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:31,329 - [55878] - 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 = 95347 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,357 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:31,369 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,396 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:31,401 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,429 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:31,432 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95347;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,459 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:31,459 - [55878] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-01-30 09:21:31,459 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,502 - [55878] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-01-30 09:21:31,502 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,550 - [55878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.InvoiceCharges - __SPLIT__ 2026-01-30 09:21:31,655 - [55878] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-01-30 09:21:31,656 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,699 - [55878] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-01-30 09:21:31,699 - [55878] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-01-30 09:21:31,700 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Samsung';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,726 - [55878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:31,728 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '2751' and a.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,754 - [55878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:31,756 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:31,838 - [55878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-01-30 09:21:31,989 - [55878] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-01-30 09:21:32,002 - [55878] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-01-30 09:21:32,004 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('221980', '221981', '221982', '221983') AND wo.AccountNumber = '2751' AND wo.CompanyId = 145 ... (Thread: ThreadPoolExecutor-4_0) - __SPLIT__ 2026-01-30 09:21:32,039 - [55878] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 09:21:32,040 - [55878] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-01-30 09:21:32,040 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,080 - [55878] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 09:21:32,080 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,327 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:32,327 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,361 - [55878] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 09:21:32,361 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,389 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:32,390 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,418 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:32,418 - [55878] - 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 (472910, 472911, 472912, 472913)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,448 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:32,448 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (472910, 472911, 472912, 472913) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,477 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:32,477 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,504 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:32,506 - [55878] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-01-30 09:21:32,516 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 145;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,544 - [55878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:32,544 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 145 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,570 - [55878] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:21:32,574 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,636 - [55878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-01-30 09:21:32,759 - [55878] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-01-30 09:21:32,760 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95347 AND WorkOrderNo IN ('4003169', '7678581', '8695618', '6125110') AND GenerateWorkOrderHistoryId = 55878;... (Thread: ThreadPoolExecutor-5_0) - __SPLIT__ 2026-01-30 09:21:32,872 - [55878] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-01-30 09:21:32,873 - [55878] - src.utils.log - INFO - 🏁 Final merged rows: 4 - __SPLIT__ 2026-01-30 09:21:32,877 - [55878] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-01-30 09:21:32,877 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,904 - [55878] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-01-30 09:21:32,904 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,946 - [55878] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-01-30 09:21:32,946 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:32,987 - [55878] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-01-30 09:21:32,987 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,028 - [55878] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-01-30 09:21:33,028 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,074 - [55878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-01-30 09:21:33,184 - [55878] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-01-30 09:21:33,184 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,226 - [55878] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-01-30 09:21:33,227 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,273 - [55878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-01-30 09:21:33,376 - [55878] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-01-30 09:21:33,377 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,418 - [55878] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 0 batches - __SPLIT__ 2026-01-30 09:21:33,418 - [55878] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,465 - [55878] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-01-30 09:21:33,573 - [55878] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-01-30 09:21:33,573 - [55878] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-01-30 09:21:33,573 - [55878] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55878 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,600 - [55878] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:21:33,606 - [55878] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-01-30 09:21:33,620 - [55878] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_54274fb086 - __SPLIT__ 2026-01-30 09:21:33,648 - [55878] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_54274fb086 - __SPLIT__ 2026-01-30 09:21:33,674 - [55878] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-01-30 09:21:33,693 - [55878] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-01-30 09:21:33,710 - [55878] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_54274fb086 - __SPLIT__ 2026-01-30 09:21:33,710 - [55878] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_54274fb086 - __SPLIT__ 2026-01-30 09:21:33,710 - [55878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55878 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,737 - [55878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:33,737 - [55878] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-01-30 09:21:33,737 - [55878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,797 - [55878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:33,797 - [55878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,846 - [55878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:33,846 - [55878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,874 - [55878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:33,874 - [55878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,910 - [55878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:33,910 - [55878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:33,943 - [55878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:33,944 - [55878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:34,001 - [55878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:34,002 - [55878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:34,028 - [55878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:34,029 - [55878] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (472910, 472911, 472912, 472913) (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:34,189 - [55878] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-01-30 09:21:34,190 - [55878] - src.utils.log - INFO - Work order published ids: (472910, 472911, 472912, 472913) - __SPLIT__ 2026-01-30 09:21:34,190 - [55878] - src.utils.log - INFO - Time took to perform operation in publishing [55878]: 4.27 - __SPLIT__ 2026-01-30 09:21:34,190 - [55878] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55878] - __SPLIT__ 2026-01-30 09:21:34,190 - [55878] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-01-30 04:21:34.190' WHERE CompanyId = 145 AND GenerateWorkOrderHistoryId = 55878;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:21:34,216 - [55878] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:58:12,702 - 11844 - src.utils.log - INFO - ParallelProcessing=False GenerateInvoiceHistoryId=11844 - __SPLIT__ 2026-01-30 09:58:12,704 - 11844 - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-01-30 09:58:12,704 - 11844 - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Samsung'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:12,904 - 11844 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:58:12,904 - 11844 - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-01-30 09:58:12,904 - 11844 - src.utils.log - INFO - Sequential Invoice generation algo started for GenerateInvoiceHistoryId: 11844 - __SPLIT__ 2026-01-30 09:58:12,904 - 11844 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET Status = 'InProgress' WHERE GenerateInvoiceHistoryId = 11844;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:12,932 - 11844 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:58:12,932 - 11844 - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.GenerateInvoiceHistory WHERE GenerateInvoiceHistoryId = 11844;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:12,959 - 11844 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:58:12,960 - 11844 - src.utils.log - INFO - πŸ” Fetching data: SELECT sss.ServiceId as ServiceMasterId,ss.FrequencyScheduleId as setup_frequency_schedule_id, ssb.*, ss.IsBilling, ss.DepartmentMasterId, ss.AccountNumber, ss.CompanyId, ss.BillingLocationId, ss.ServiceLocationId, ss.TaxSysName, ss.TermId, t.NetDueIn, ss.TaxPercent, ss.PoNumber, ss.DisplayServiceAsSeparateLineItem, ss.SetupEndDate, ss.SetupStartDate from ServiceCore.ServiceSetup ss join ServiceCore.ServiceSetupBilling ssb on ss.ServiceSetupId = ssb.ServiceSetupId join Billing.PaymentTypeMaster ptm on ptm.PaymentTypeMasterId = ssb.PaymentTypeMasterId join Billing.Term t on ss.TermId = t.TermId join ServiceCore.ServiceSetupServices sss on ss.ServiceSetupId = sss.ServiceSetupId where ptm.PaymentType= 'Payment Plan' and ss.IsActive =1 and ss.CompanyId= 145 AND ss.IsDeleted =0 AND ss.Status <> 'Canceled' and ss.AccountNumber = '2751' and ss.ServiceSetupId = 95348;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:12,993 - 11844 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:58:12,997 - 11844 - src.utils.log - INFO - No filter selected - __SPLIT__ 2026-01-30 09:58:12,997 - 11844 - src.utils.log - INFO - FrequencyScheduleId missing for setups: []: Ignored these setups - __SPLIT__ 2026-01-30 09:58:12,998 - 11844 - 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 = 14912... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,033 - 11844 - src.utils.log - INFO - βœ… Fetched 12 rows - __SPLIT__ 2026-01-30 09:58:13,033 - 11844 - src.utils.log - INFO - Found the Setups and Frequencies - __SPLIT__ 2026-01-30 09:58:13,041 - 11844 - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionAutoGenerationId FROM Billing.TransactionAutoGeneration WHERE ServiceSetupId = 95348 AND TransactionDate BETWEEN '2026-01-30 00:00:00' AND '2026-12-31 00:00:00' AND IsActive = 1 ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,075 - 11844 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:58:13,081 - 11844 - src.utils.log - INFO - πŸ” Fetching data: SELECT Inv.ServiceSetupId, Inv.InvoiceDate FROM Billing.Invoice Inv INNER JOIN Billing.[Transaction] T ON Inv.TransactionId = T.TransactionId WHERE Inv.InvoiceDate BETWEEN '2026-01-30 00:00:00' AND '2026-12-31 00:00:00' AND Inv.IsActive = 1 AND Inv.IsDelete = 0 AND T.IsActive = 1 AND T.IsDelete = 0 AND Inv.ServiceSetupId = 95348;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,116 - 11844 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:58:13,125 - 11844 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.TransactionAutoGeneration: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,191 - 11844 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into Billing.TransactionAutoGeneration - __SPLIT__ 2026-01-30 09:58:13,292 - 11844 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into Billing.TransactionAutoGeneration in 1 batches - __SPLIT__ 2026-01-30 09:58:13,292 - 11844 - src.utils.log - INFO - - __SPLIT__ 2026-01-30 09:58:13,292 - 11844 - src.utils.log - INFO - Total invoice generated: 3 - __SPLIT__ 2026-01-30 09:58:13,292 - 11844 - src.utils.log - INFO - πŸ” Fetching data: Select TOP 3 TransactionAutoGenerationId, ServiceSetupId, TransactionDate as InvoiceDate From Billing.TransactionAutoGeneration WHERE CreatedDate = '2026-01-29 11:02:33.300' and ServiceSetupId = 95348 and GenerateWorkOrderHistoryId= 11844;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,326 - 11844 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-30 09:58:13,333 - 11844 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceAutoGeneration: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,381 - 11844 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into Billing.InvoiceAutoGeneration - __SPLIT__ 2026-01-30 09:58:13,480 - 11844 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into Billing.InvoiceAutoGeneration in 1 batches - __SPLIT__ 2026-01-30 09:58:13,480 - 11844 - src.utils.log - INFO - πŸ” Fetching data: SELECT I.InvoiceAutoGenerationId, T.ServiceSetupId FROM Billing.InvoiceAutoGeneration I JOIN Billing.TransactionAutoGeneration T ON I.TransactionAutoGenerationId = T.TransactionAutoGenerationId where T.TransactionAutoGenerationId in (240084, 240085, 240086);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,521 - 11844 - src.utils.log - INFO - βœ… Fetched 3 rows - __SPLIT__ 2026-01-30 09:58:13,522 - 11844 - 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 = 95348 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,551 - 11844 - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-01-30 09:58:13,561 - 11844 - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, DiscountSetupId,DiscountType,DiscountCode,DiscountAmount,DiscountDescription,DiscountName, DiscountPercent, IsDiscountPercent,AppliedDiscountAmt,ApplyOnPartPrice,ApplyOnLaborPrice from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95348;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,588 - 11844 - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-01-30 09:58:13,588 - 11844 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceAutoGenerationAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,634 - 11844 - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.InvoiceAutoGenerationAppliedDiscount in 0 batches - __SPLIT__ 2026-01-30 09:58:13,634 - 11844 - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceChargesAutoGeneration: 3 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,689 - 11844 - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 3) into Billing.InvoiceChargesAutoGeneration - __SPLIT__ 2026-01-30 09:58:13,790 - 11844 - src.utils.log - INFO - βœ… All 3 rows inserted successfully into Billing.InvoiceChargesAutoGeneration in 1 batches - __SPLIT__ 2026-01-30 09:58:13,791 - 11844 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET Status = 'Completed' WHERE GenerateInvoiceHistoryId = 11844;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,816 - 11844 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:58:13,816 - 11844 - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateInvoiceHistory SET InvoiceStatusDateTime = '2026-01-30 04:58:13.816' WHERE GenerateInvoiceHistoryId = 11844;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-01-30 09:58:13,845 - 11844 - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-01-30 09:58:13,845 - 11844 - src.utils.log - INFO - πŸ”’ Connection pool closed - __SPLIT__ 2026-01-30 09:58:13,845 - 11844 - src.utils.log - INFO - Sequential Invoice Gen Complete Successfully ProjectId:11844 - Time took: 1.14 - __SPLIT__ 2026-02-03 11:52:17,662 - [55880] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[472916, 472917, 472918, 472919] user_id=44502 company_id=145 project_id=[55880] publish_all=False - __SPLIT__ 2026-02-03 11:52:19,562 - [55880] - src.utils.log - INFO - ParallelProcessing=False temp_wo=[472916, 472917, 472918, 472919] user_id=44502 company_id=145 project_id=[55880] publish_all=False - __SPLIT__ 2026-02-03 11:52:20,232 - [55880] - src.utils.log - INFO - Sequential Work order publish in progress for GenerateWorkOrderHistoryId: [55880] - __SPLIT__ 2026-02-03 11:52:20,907 - [55880] - src.utils.log - INFO - βœ… Successfully connected to database - __SPLIT__ 2026-02-03 11:52:21,566 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT ConnectionStringName FROM Common.CompanyTenantMaster WHERE CompanyKey = 'Samsung'... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:22,413 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:23,085 - [55880] - src.utils.log - INFO - Connection string not found connecting to common DB - __SPLIT__ 2026-02-03 11:52:23,742 - [55880] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'InProgress' WHERE CompanyId = 145 AND GenerateWorkOrderHistoryId = 55880;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:24,432 - [55880] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-03 11:52:25,096 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:25,797 - [55880] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-03 11:52:26,464 - [55880] - src.utils.log - INFO - Inside get_work_order_table - __SPLIT__ 2026-02-03 11:52:27,135 - [55880] - 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 = 145 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95346 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:27,832 - [55880] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-03 11:52:28,496 - [55880] - 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 = 145 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95346 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:29,198 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:29,868 - [55880] - 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 = 145 AND d2.CompanyId = bm.CompanyId AND sss.ServiceSetupId = 95346 AND sss.IsPrimary = 1; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:30,569 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:31,240 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 145 AND EnitityNumberType in ('WorkOrder','Invoice'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:31,923 - [55880] - src.utils.log - INFO - βœ… Fetched 2 rows - __SPLIT__ 2026-02-03 11:52:32,884 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInvoiceSameAsWorkorder,BillingIsCreateInvoice FROM Common.CompanyConfiguration cc WHERE cc.CompanyId = 145;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:33,572 - [55880] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-03 11:52:34,240 - [55880] - src.utils.log - INFO - πŸ“ Executing: UPDATE Common.GenerateNumberConfig SET NextNumber = '222004' WHERE CompanyId = 145 AND EnitityNumberType in ('WorkOrder','Invoice');... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:34,936 - [55880] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-03 11:52:35,606 - [55880] - 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 = 95346... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:36,303 - [55880] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-03 11:52:36,975 - [55880] - src.utils.log - INFO - Size of Transaction: 4 - __SPLIT__ 2026-02-03 11:52:37,648 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Transaction (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:38,400 - [55880] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Transaction (triggers skipped) - __SPLIT__ 2026-02-03 11:52:39,173 - [55880] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Transaction in 1 batches (triggers skipped) - __SPLIT__ 2026-02-03 11:52:39,853 - [55880] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-03 11:52:40,518 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT TransactionId, ModifiedBy, TransactionDate as InvoiceDate from Billing.[Transaction] t WHERE t.ModifiedBy in (12345678910, 12345678911, 12345678912, 12345678913) and t.CompanyId = 145 AND t.TransactionType ='Invoice' AND t.CreatedDate = '2026-02-03 06:52:36.970';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:41,333 - [55880] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-03 11:52:42,003 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95346;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:42,693 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:43,363 - [55880] - src.utils.log - INFO - πŸ“ Executing: UPDATE Billing.[Transaction] SET ModifiedBy = NULL WHERE ModifiedBy IN (12345678910,12345678911,12345678912,12345678913) AND CreatedDate = '2026-02-03 06:52:36.970'; ... (Thread: ThreadPoolExecutor-0_0) - __SPLIT__ 2026-02-03 11:52:44,232 - [55880] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__ 2026-02-03 11:52:44,906 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.Invoice: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:45,617 - [55880] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.Invoice - __SPLIT__ 2026-02-03 11:52:46,412 - [55880] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.Invoice in 1 batches - __SPLIT__ 2026-02-03 11:52:47,371 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT InvoiceId, WorkOrderNo FROM Billing.Invoice i WHERE i.WorkOrderNo in ('222003', '222002', '222001', '222000')... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:48,133 - [55880] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-03 11:52:48,806 - [55880] - 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 = 95346 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:49,503 - [55880] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-03 11:52:50,170 - [55880] - 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 = 95346 and sm.IsActive =1 and sss.IsDeleted =0;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:50,866 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:51,534 - [55880] - 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 = 95346 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:52,227 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:52,898 - [55880] - 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 = 95346 and sss.IsDeleted =0; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:53,593 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:54,269 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.ServiceSetupSubWorkOrder ssswo WHERE ssswo.ServiceSetupId = 95346;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:54,961 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:55,633 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId, AppliedDiscountAmt as AppliedDiscountAmount,IsActive ,ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95346;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:56,325 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:56,994 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT IsInitialSetupDiscount as IsInitial, DiscountSetupId,IsActive,DiscountAmount, IsDiscountPercent,DiscountPercent,DiscountDescription , ServiceSetupId from ServiceCore.ServiceSetupAppliedDiscount ssad WHERE ssad.ServiceSetupId = 95346;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:57,683 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:52:58,354 - [55880] - src.utils.log - INFO - Sequential Insertion in invoice tables begin - __SPLIT__ 2026-02-03 11:52:59,018 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.AccountDiscountSetup: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:52:59,725 - [55880] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.AccountDiscountSetup in 0 batches - __SPLIT__ 2026-02-03 11:53:00,388 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.InvoiceCharges: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:01,392 - [55880] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into Billing.InvoiceCharges - __SPLIT__ 2026-02-03 11:53:02,150 - [55880] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into Billing.InvoiceCharges in 1 batches - __SPLIT__ 2026-02-03 11:53:02,804 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into Billing.DiscountApplied: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:03,502 - [55880] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into Billing.DiscountApplied in 0 batches - __SPLIT__ 2026-02-03 11:53:04,153 - [55880] - src.utils.log - INFO - Invoice Publish Done - __SPLIT__ 2026-02-03 11:53:04,804 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT x.CompanyId FROM CRM.CompanyMaster x WHERE CompanyKey = 'Samsung';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:05,476 - [55880] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-03 11:53:06,125 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT CollectionStatus,IsHold,AccountNo FROM CRM.Account a WHERE a.AccountNo = '2543' and a.CompanyId = 133;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:06,805 - [55880] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-03 11:53:07,462 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrder (skip triggers): 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:08,196 - [55880] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrder (triggers skipped) - __SPLIT__ 2026-02-03 11:53:09,074 - [55880] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrder in 1 batches (triggers skipped) - __SPLIT__ 2026-02-03 11:53:09,742 - [55880] - src.utils.log - INFO - πŸ”„ Triggers re-enabled for session - __SPLIT__ 2026-02-03 11:53:10,392 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkorderId, WorkOrderNo FROM ServiceCore.WorkOrder wo WHERE wo.WorkOrderNo IN ('222000', '222001', '222002', '222003') AND wo.AccountNumber = '2543' AND wo.CompanyId = 145 ... (Thread: ThreadPoolExecutor-1_0) - __SPLIT__ 2026-02-03 11:53:11,088 - [55880] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-03 11:53:11,749 - [55880] - src.utils.log - INFO - Sequential fetching temp table records - __SPLIT__ 2026-02-03 11:53:12,395 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationServices woag WHERE woag.WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:13,086 - [55880] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-03 11:53:13,743 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SubWorkOrderAutoGeneration woag WHERE woag.WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:14,441 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:53:15,378 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationCrews woag WHERE woag.WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:16,075 - [55880] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-03 11:53:16,742 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.WorkOrderAutoGenerationSalesPersonCommission woag WHERE woag.WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:17,427 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:53:18,086 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from ServiceCore.SetupAutoGenerationSourceMapping woag WHERE woag.WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:18,784 - [55880] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-03 11:53:19,446 - [55880] - 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 (472916, 472917, 472918, 472919)... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:20,171 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:53:20,834 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * from CRM.LeadNote woag WHERE woag.RefId in (472916, 472917, 472918, 472919) and woag.RefType = 'TempWorkorder';... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:21,534 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:53:22,199 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment woagca WHERE woagca.WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919);... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:22,894 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:53:23,559 - [55880] - src.utils.log - INFO - Updating temp tables - __SPLIT__ 2026-02-03 11:53:24,234 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT CompanyKey FROM Common.CompanyMaster cm WHERE CompanyId = 145;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:24,916 - [55880] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-03 11:53:25,582 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT * FROM Common.GenerateNumberConfig gnc WHERE CompanyId = 145 AND EnitityNumberType in ('SubWorkOrder'); ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:26,272 - [55880] - src.utils.log - INFO - βœ… Fetched 1 rows - __SPLIT__ 2026-02-03 11:53:26,934 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishHistory: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:27,657 - [55880] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishHistory - __SPLIT__ 2026-02-03 11:53:28,487 - [55880] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishHistory in 1 batches - __SPLIT__ 2026-02-03 11:53:29,443 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT WorkOrderAutoGenerationPublishHistoryId, WorkOrderNo, ServiceSetupId FROM ServiceCore.WorkOrderAutoGenerationPublishHistory WHERE ServiceSetupId = 95346 AND WorkOrderNo IN ('3942993', '6215272', '1426930', '4809142') AND GenerateWorkOrderHistoryId = 55880;... (Thread: ThreadPoolExecutor-2_0) - __SPLIT__ 2026-02-03 11:53:30,155 - [55880] - src.utils.log - INFO - βœ… Fetched 4 rows - __SPLIT__ 2026-02-03 11:53:30,809 - [55880] - src.utils.log - INFO - 🏁 Final merged rows: 4 - __SPLIT__ 2026-02-03 11:53:31,467 - [55880] - src.utils.log - INFO - Sequential Insertion in work order tables begin - __SPLIT__ 2026-02-03 11:53:32,126 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into CRM.LeadNote: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:32,809 - [55880] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into CRM.LeadNote in 0 batches - __SPLIT__ 2026-02-03 11:53:33,463 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderAppliedDiscount: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:34,164 - [55880] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderAppliedDiscount in 0 batches - __SPLIT__ 2026-02-03 11:53:34,820 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderSalesPersonCommission: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:35,522 - [55880] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.WorkOrderSalesPersonCommission in 0 batches - __SPLIT__ 2026-02-03 11:53:36,187 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceAuto.WorkOrderCommissionAdjustment: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:36,887 - [55880] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceAuto.WorkOrderCommissionAdjustment in 0 batches - __SPLIT__ 2026-02-03 11:53:37,552 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:38,257 - [55880] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderServices - __SPLIT__ 2026-02-03 11:53:39,009 - [55880] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderServices in 1 batches - __SPLIT__ 2026-02-03 11:53:39,664 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.SubWorkOrder: 0 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:40,354 - [55880] - src.utils.log - INFO - βœ… All 0 rows inserted successfully into ServiceCore.SubWorkOrder in 0 batches - __SPLIT__ 2026-02-03 11:53:41,004 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderCrew: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:41,704 - [55880] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderCrew - __SPLIT__ 2026-02-03 11:53:42,454 - [55880] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderCrew in 1 batches - __SPLIT__ 2026-02-03 11:53:43,396 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkorderSourceMapping: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:44,102 - [55880] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkorderSourceMapping - __SPLIT__ 2026-02-03 11:53:44,854 - [55880] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkorderSourceMapping in 1 batches - __SPLIT__ 2026-02-03 11:53:45,509 - [55880] - src.utils.log - INFO - πŸ“₯ Inserting into ServiceCore.WorkOrderAutoGenerationPublishServices: 4 rows in batches of 25000 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:46,217 - [55880] - src.utils.log - INFO - πŸ“€ Inserting batch 1/1 (0 to 4) into ServiceCore.WorkOrderAutoGenerationPublishServices - __SPLIT__ 2026-02-03 11:53:46,980 - [55880] - src.utils.log - INFO - βœ… All 4 rows inserted successfully into ServiceCore.WorkOrderAutoGenerationPublishServices in 1 batches - __SPLIT__ 2026-02-03 11:53:47,632 - [55880] - src.utils.log - INFO - Updating Next GenerationDate - __SPLIT__ 2026-02-03 11:53:48,289 - [55880] - src.utils.log - INFO - πŸ” Fetching data: SELECT ServiceSetupId, MAX(NextWorkOrderGenerationDate) AS MaxNextWorkOrderGeneration FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55880 GROUP BY ServiceSetupId; ... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:48,984 - [55880] - src.utils.log - INFO - βœ… Fetched 0 rows - __SPLIT__ 2026-02-03 11:53:49,654 - [55880] - src.utils.log - INFO - πŸ”„ Updating next gen date sequentially: inside update_next_workorder_generation - __SPLIT__ 2026-02-03 11:53:50,330 - [55880] - src.utils.log - INFO - πŸ›  Creating temp table #tbl_bc56d3a273 - __SPLIT__ 2026-02-03 11:53:51,019 - [55880] - src.utils.log - INFO - πŸ“Œ Bulk inserting 1 rows into #tbl_bc56d3a273 - __SPLIT__ 2026-02-03 11:53:51,725 - [55880] - src.utils.log - INFO - πŸ” Running MERGE update to apply changes - __SPLIT__ 2026-02-03 11:53:52,396 - [55880] - src.utils.log - INFO - βœ” SQL reported affected rows: 1 - __SPLIT__ 2026-02-03 11:53:53,069 - [55880] - src.utils.log - INFO - πŸ” Verified successfully updated 1 rows via #tbl_bc56d3a273 - __SPLIT__ 2026-02-03 11:53:53,732 - [55880] - src.utils.log - INFO - πŸŽ‰ Successfully updated NextGenerationDate using temp table #tbl_bc56d3a273 - __SPLIT__ 2026-02-03 11:53:54,396 - [55880] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderSkipMonthAutoGeneration WHERE GenerateWorkOrderHistoryId = 55880 (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:55,086 - [55880] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-03 11:53:55,746 - [55880] - src.utils.log - INFO - Sequential deletion from temp tables begin - __SPLIT__ 2026-02-03 11:53:56,405 - [55880] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationServices WHERE WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:57,416 - [55880] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-03 11:53:58,093 - [55880] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCrews WHERE WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:53:58,819 - [55880] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-03 11:53:59,492 - [55880] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationSalesPersonCommission WHERE WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:54:00,201 - [55880] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-03 11:54:00,889 - [55880] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationAppliedDiscount WHERE WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:54:01,619 - [55880] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-03 11:54:02,302 - [55880] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SetupAutoGenerationSourceMapping WHERE WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:54:03,015 - [55880] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-03 11:54:03,692 - [55880] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.SubWorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:54:04,429 - [55880] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-03 11:54:05,121 - [55880] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGenerationCommissionAdjustment WHERE WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:54:05,827 - [55880] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-03 11:54:06,507 - [55880] - src.utils.log - INFO - πŸ—‘οΈ Deleting records: DELETE FROM ServiceCore.WorkOrderAutoGeneration WHERE WorkOrderAutoGenerationId in (472916, 472917, 472918, 472919) (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:54:07,342 - [55880] - src.utils.log - INFO - βœ… Records deleted successfully - __SPLIT__ 2026-02-03 11:54:08,028 - [55880] - src.utils.log - INFO - Work order published ids: (472916, 472917, 472918, 472919) - __SPLIT__ 2026-02-03 11:54:08,707 - [55880] - src.utils.log - INFO - Time took to perform operation in publishing [55880]: 107.8 - __SPLIT__ 2026-02-03 11:54:09,389 - [55880] - src.utils.log - INFO - Publish Completed for GenerateWorkOrderHistoryId: [55880] - __SPLIT__ 2026-02-03 11:54:10,096 - [55880] - src.utils.log - INFO - πŸ“ Executing: UPDATE ServiceCore.GenerateWorkOrderHistory SET PublishStatus = 'Completed', PublishStatusDateTime = '2026-02-03 06:54:08.028' WHERE CompanyId = 145 AND GenerateWorkOrderHistoryId = 55880;... (Thread: AnyIO worker thread) - __SPLIT__ 2026-02-03 11:54:10,803 - [55880] - src.utils.log - INFO - βœ… Command executed successfully - __SPLIT__