Wednesday, February 27, 2008

Small defect in the BatchFileRegistrationBean

.
If a message is received by the PRS, it performs the following checks to ensure that the message is authorized to process:
1. SENDING_ORGANISATION_CHID - This must be the same as the Org ID of the Registry User uploading the file.
2. SENDING_JURISDICTION_CODE - This must be the same as the Home Registry Jurisdiction.
If the message fails these checks, the bean will send an acknowledgement indicating that they are not authorized. However, if the message is missing required fields or has an invalid message format, an exception is thrown while the bean is attempting to return the acknowledgement. Thus, no acknowlegement is generated and the file is never processed due to the exception.

Comments: Post a Comment



<< Home

This page is powered by Blogger. Isn't yours?