Merged PR 26793: Added a check for an error in copying of RDS Layer Params
Added a check for an error in copying of RDS Layer Params
This commit is contained in:
parent
f1a719d279
commit
3e0991f681
@ -985,8 +985,7 @@ Service ProcessScanData(ScanID, ScanJSON)
|
||||
FirstParmsComp = LSParmsComp<1,1>
|
||||
If (FirstParmsComp EQ False$) then RDS_Services('CopyRDSLayerParameters', RDSNo)
|
||||
//Test Wafer logging verification
|
||||
|
||||
|
||||
If Error_Services('NoError') then
|
||||
// Supplier lot verification
|
||||
ScannedSuppLot = ScansRow<SCANS.SUPPLIER_LOT$>
|
||||
RDSSuppLot = RDSRec<RDS_LOT_NUM$>
|
||||
@ -1049,7 +1048,9 @@ Service ProcessScanData(ScanID, ScanJSON)
|
||||
end else
|
||||
Scan_Services('AddNotAcceptableReason', 'Supplier lot scan required in order to complete a tool scan.')
|
||||
end
|
||||
|
||||
end else
|
||||
ErrMsg = Error_Services('GetMessage')
|
||||
end
|
||||
end else
|
||||
ErrMsg = '(':CassetteID:') The first run must be completed using the OpenInsight user interface.'
|
||||
end
|
||||
|
Reference in New Issue
Block a user