REP-1923 when using PDF Embed
302388Jul 30 2003 — edited Jul 31 2003 Hi everyone,
I'm having a problem with Reports 9i (IAS 9.0.2.1) when i use PDF Embed.
The following message appears:
REP-1923: PDF Font Embed Error
I'm using the following URL to call the reports:
http://caarjrep.caarj.com.br:7778/reports/rwservlet?server=repserver+module=ARIAL.RDF+destype=cache+desformat=pdf+userid=scott/tiger@iasdb
What can I do to solve this??
My uifont.ali is configured like this:
#===============================================================
[ Global ] # Put mappings for all surfaces here.
# Mapping from MS Windows
Arial = courier
"Courier New" = courier
"Times New Roman" = times
Modern = helvetica
"MS Sans Serif" = helvetica
"MS Serif" = times
"Small Fonts" = helvetica
[ PDF:Embed ]
# This example shows how to embed Type 1 helvetica font into the PDF file:
# helvetica = "helvetica.afm helvetica.pfa"
# You need to specify the .afm file before the .pfa file.
# The font files must exist in one of the folders specified in REPORTS_PATH.
courier = "X317349A.afm X317349A.pfa"
My PFA and AFM font files (X317349A - a bar code font) is in $ORACLE_HOME/reports/samples/demo.
My repserver.conf is configured like this:
SERVER_IN_PROCESS=NO
RELOAD_KEYMAP=NO
SINGLESIGNON=NO
SERVER=repserver
The rwEng configuration on rwservlet.properties is:
<engine id="rwEng" class="oracle.reports.engine.EngineImpl" initEngine="5" maxEngine="10" minEngine="5" engLife="50" maxIdle="30" callbackTimeOut="60000">
<engine id="rwURLEng" class="oracle.reports.urlengine.URLEngineImpl" initEngine="5" maxEngine="10" minEngine="5" engLife="50" maxIdle="30" callbackTimeOut="60000"/>
Is there something worng with the configuration of my files.
This is kind of urgent. I appreciate if anybody can help me.
Marcus Oliveira (marcusrj@ig.com.br)