removing old notification code
This commit is contained in:
committed by
Stieber Daniel (CSC FI SPS MESLEO)
parent
0c7a1d55e2
commit
5cb17c6d52
@ -593,13 +593,7 @@ Service RemoveRunID(RunID)
|
|||||||
LogData<2> = @USER4
|
LogData<2> = @USER4
|
||||||
LogData<3> = EtchID
|
LogData<3> = EtchID
|
||||||
Machine = Environment_Services('GetServer')
|
Machine = Environment_Services('GetServer')
|
||||||
If Machine NE 'MESSA01EC' then
|
Logging_Services('AppendLog', ObjLog, LogData, @RM, @FM, False$)
|
||||||
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
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
@ -1763,14 +1757,7 @@ Service RemoveCassFromWIP(WOMatKey)
|
|||||||
end else
|
end else
|
||||||
LogData<6> = 'Error removing Cass ID ':WOMatKey:' from queue ':CassQueue:'. Number of attempts: ':NumAttempts:'.'
|
LogData<6> = 'Error removing Cass ID ':WOMatKey:' from queue ':CassQueue:'. Number of attempts: ':NumAttempts:'.'
|
||||||
end
|
end
|
||||||
Machine = Environment_Services('GetServer')
|
Logging_Services('AppendLog', objWIPLog, LogData, @RM, @FM, False$)
|
||||||
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
|
|
||||||
end
|
end
|
||||||
end else
|
end else
|
||||||
// Cass not in queue that was passed in. Log this information.
|
// Cass not in queue that was passed in. Log this information.
|
||||||
@ -1781,14 +1768,7 @@ Service RemoveCassFromWIP(WOMatKey)
|
|||||||
LogData<4> = CassQueue
|
LogData<4> = CassQueue
|
||||||
LogData<5> = CassQueue
|
LogData<5> = CassQueue
|
||||||
LogData<6> = 'Error in ':Service:' service. Cass not in QueueID ':CassQueue:'.'
|
LogData<6> = 'Error in ':Service:' service. Cass not in QueueID ':CassQueue:'.'
|
||||||
Machine = Environment_Services('GetServer')
|
Logging_Services('AppendLog', objWIPLog, LogData, @RM, @FM, False$)
|
||||||
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
|
|
||||||
end
|
end
|
||||||
end else
|
end else
|
||||||
// WOMatKey is null
|
// WOMatKey is null
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user