removing old notification code

This commit is contained in:
Infineon\StieberD
2025-06-18 13:01:11 -07:00
committed by Stieber Daniel (CSC FI SPS MESLEO)
parent 0c7a1d55e2
commit 5cb17c6d52
2 changed files with 3 additions and 6048 deletions

View File

@ -593,13 +593,7 @@ Service RemoveRunID(RunID)
LogData<2> = @USER4
LogData<3> = EtchID
Machine = Environment_Services('GetServer')
If Machine NE 'MESSA01EC' then
EmailAddr = 'dstieber@srpcs.com,Dan.Crisp@infineon.com,4805890050@vtext.com,6613649828@txt.att.net'
EmailMsg = 'Error removing Run ID: ':RunID:' from APP_INFO*PRERUN_GAN_RUN_IDS'
Logging_Services('AppendLog', ObjLog, LogData, @RM, @FM, False$, EmailAddr, EmailMsg)
end else
Logging_Services('AppendLog', ObjLog, LogData, @RM, @FM, False$)
end
Logging_Services('AppendLog', ObjLog, LogData, @RM, @FM, False$)
end
end
@ -1763,14 +1757,7 @@ Service RemoveCassFromWIP(WOMatKey)
end else
LogData<6> = 'Error removing Cass ID ':WOMatKey:' from queue ':CassQueue:'. Number of attempts: ':NumAttempts:'.'
end
Machine = Environment_Services('GetServer')
If Machine NE 'MESSA01EC' then
EmailAddr = 'dstieber@srpcs.com,6613649828@txt.att.net'
EmailMsg = 'Error removing Cass ID ':WOMatKey:' from queue ':CassQueue:'.'
Logging_Services('AppendLog', objWIPLog, LogData, @RM, @FM, False$, EmailAddr, EmailMsg)
end else
Logging_Services('AppendLog', objWIPLog, LogData, @RM, @FM, False$)
end
Logging_Services('AppendLog', objWIPLog, LogData, @RM, @FM, False$)
end
end else
// Cass not in queue that was passed in. Log this information.
@ -1781,14 +1768,7 @@ Service RemoveCassFromWIP(WOMatKey)
LogData<4> = CassQueue
LogData<5> = CassQueue
LogData<6> = 'Error in ':Service:' service. Cass not in QueueID ':CassQueue:'.'
Machine = Environment_Services('GetServer')
If Machine NE 'MESSA01EC' then
EmailAddr = 'dstieber@srpcs.com,6613649828@txt.att.net'
EmailMsg = 'Error in ':Service:' service. Cass not in QueueID ':CassQueue:'.'
Logging_Services('AppendLog', objWIPLog, LogData, @RM, @FM, False$, EmailAddr, EmailMsg)
end else
Logging_Services('AppendLog', objWIPLog, LogData, @RM, @FM, False$)
end
Logging_Services('AppendLog', objWIPLog, LogData, @RM, @FM, False$)
end
end else
// WOMatKey is null

File diff suppressed because it is too large Load Diff