Hello All,
Our customer wishes to use digital signature functionality so they have created a new custom event action for event DOCUMENT_APPROVED.
Method:
Edm_File_Sign_Util_API.Certify_Pdf_File (‘&DOC_CLASS', '&DOC_NO', '&DOC_SHEET' , '&DOC_REV' , 'Signature from IFS');
They have generated new user certificates in keystores window and when the user try to approve the document, below error “Invalid file name” comes.
As you can see there are no special characters in the file name. When I check the application message I can see the same error message there.
The message request xml is in correct form and has valid structure.
<DOCDIGITALSIGNATURE_CERTIFYPDFFILE_REQUEST>
<DOC_CLASS>XYZ.01</DOC_CLASS>
<DOC_NO>COVA-111</DOC_NO>
<DOC_SHEET>1</DOC_SHEET>
<DOC_REV>02</DOC_REV>
<DOC_TYPE>VIEW</DOC_TYPE>
<FILE_NO>1</FILE_NO>
<REASON>Signature from IFS</REASON>
</DOCDIGITALSIGNATURE_CERTIFYPDFFILE_REQUEST>
What would be the reason for the error in the app message and any hints to debug it further is appreciated.
Thanks
Amila