ServerError: (com.hm.ap.ba2ba.server.ServiceException: [ISC.0068.9114] Invalid Message Recipient: null)
please let me know what was this issue… we are getting very often in my IS
ServerError: (com.hm.ap.ba2ba.server.ServiceException: [ISC.0068.9114] Invalid Message Recipient: null)
please let me know what was this issue… we are getting very often in my IS
Hi Priya,
This error occurs if email ID of reciepent is null while calling smtp service.
Please trace service where you are calling pub.client.smtp and check whether you are getting proper email address.
If problem still persists let me know.
Hi Priya,
As Raghavendra said, the server will throw this error when Recipient value is not defined. If you are getting this error often and often. Please check your main service, while executing your main service might be dropping a variable which is mapped to the input of the service “pub.client.smtp”.