Signature Rendering in BI Publisher on Exadata running on Linux platform
We are implementing Check Printing and for the same we need to print the signature on the check at runtime.
The signature file is stored in Unix directory : OA_MEDIA
and a dummy signature is placed in the rtf template file.
In the properties of the dummy signature ->
Web : Alternative text, the logic used for printing the signature is entered:
url:{concat('${OA_MEDIA}','/EAMBRAND.gif')}
where
OA_MEDIA: Unix directory
EAMBRAND.gif: actual signature file in the OA_MEDIA
The solution has been tested in Unix system But,the solution when tested in the Exadata instance running on Linux it does not render the signature,
The signature file is stored in Unix directory : OA_MEDIA
and a dummy signature is placed in the rtf template file.
In the properties of the dummy signature ->
Web : Alternative text, the logic used for printing the signature is entered:
url:{concat('${OA_MEDIA}','/EAMBRAND.gif')}
where
OA_MEDIA: Unix directory
EAMBRAND.gif: actual signature file in the OA_MEDIA
The solution has been tested in Unix system But,the solution when tested in the Exadata instance running on Linux it does not render the signature,
0