System: C
Error Code: C 0493 (C-0493)
Explanation
For business rejection '583', MRN "R", LRN "N". For '513'/'514' with acceptance date, same. Otherwise LRN "R", MRN "N". Error if mismatched.
When it happens (Reason)
IF //ExportOperation/businessRejectionType is EQUAL to '583' THEN /CC556C/ExportOperation/MRN = "R" AND /CC556C/ExportOperation/LRN = "N" ELSE IF //ExportOperation/businessRejectionType is in SET {'513', '514'} AND /CC528C/ExportOperation/declarationAcceptanceDate is PRESENT THEN /CC556C/ExportOperation/MRN = "R" AND /CC556C/ExportOperation/LRN = "N" ELSE /CC556C/ExportOperation/LRN = "R" AND /CC556C/ExportOperation/MRN = "N"
Quick Fix
Check businessRejectionType. For '583', provide MRN ("R"), remove LRN ("N"). For '513' or '514' with acceptance date, same. Otherwise, provide LRN ("R"), remove MRN ("N"). Resubmit.
Step-by-step resolution
Check businessRejectionType. For '583', provide MRN ("R"), remove LRN ("N"). For '513' or '514' with acceptance date, same. Otherwise, provide LRN ("R"), remove MRN ("N"). Resubmit.
Keywords
C 0493, C-0493, C0493
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article