PDF Embed only works on the first try

Hi everyone,
i've finally got it. The PDF Embed worked on my Reports Server.
But a strange thing is happening.
When I start the Reports Server and run the report for the first time everything works just fine, but when I try to run the report again i receive the following error:
REP-1923: PDF Font Embed error
The report doesn't works again until I stop and restart the Reports Server. And again after i run the report for the first time it doesn't works anymore until new restart.
I'm using Oracle 9iAS (9.0.2.1) with 2703110 and 2842923 patches installed.
The system is Red Hat Linux 7.3.
The uifont.ali file:
#===============================================================
[ Global ] # Put mappings for all surfaces here.
# Mapping from MS Windows
Arial = helvetica
"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.
helvetica = "I2501P.afm I2501P.pfa"
The Font I'm using is I2501P (a bar code font).
The I2501P.afm I2501P.pfa files are located in $ORACLE_HOME/reports/samples/demo. This directory is on $REPORTS_PATH.
The reports is being called by this URL:
http://caarjrep.caarj.com.br:7778/reports/rwservlet?server=repserver+module=TEST.RDF+destype=cache+desformat=pdf+delimiter=tab+userid=scott/tiger@iasdb
Anybody can help??
Thank you all.
Marcus Oliveira ([email protected])

Hi Marcus
I faced the same problem. I understand from Oracle that this has been fixed and will be available in the next patch whenever it becomes available.
Regards
Sripathy

Similar Messages

  • Urgent: PDF Embed only works on the first try

    Hi everyone,
    i've finally got it. The PDF Embed worked on my Reports Server.
    But a strange thing is happening.
    When I start the Reports Server and run the report for the first time everything works just fine, but when I try to run the report again i receive the following error:
    REP-1923: PDF Font Embed error
    The report doesn't works again until I stop and restart the Reports Server. And again after i run the report for the first time it doesn't works anymore until new restart.
    I'm using Oracle 9iAS (9.0.2.1) with 2703110 and 2842923 patches installed.
    The system is Red Hat Linux 7.3.
    The uifont.ali file:
    #===============================================================
    [ Global ] # Put mappings for all surfaces here.
    # Mapping from MS Windows
    Arial = helvetica
    "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.
    helvetica = "I2501P.afm I2501P.pfa"
    The Font I'm using is I2501P (a bar code font).
    The I2501P.afm I2501P.pfa files are located in $ORACLE_HOME/reports/samples/demo. This directory is on $REPORTS_PATH.
    The reports is being called by this URL:
    http://caarjrep.caarj.com.br:7778/reports/rwservlet?server=repserver+module=TEST.RDF+destype=cache+desformat=pdf+delimiter=tab+userid=scott/tiger@iasdb
    Anybody can help??
    Thank you all.
    Marcus Oliveira ([email protected])

    Hi Marcus
    I faced the same problem. I understand from Oracle that this has been fixed and will be available in the next patch whenever it becomes available.
    Regards
    Sripathy

  • I have a powerbook G-4 15 inch, It wont boot up and the display only works on the first try. it gets to the apple screen and freezes, when i try to restart theres no display. Help please, whats the issue here?

    I left it running over night, it was running perfectly, in the morning the screen was black. i tried to restart it and got no display but i can hear the machine running. so i put away for several months, plug it in, charge the battery, it boots, i have a display, it loads the desktop and freezes. when i try to restart it theres no display. the last time i tried, i started it, i got to the apple screen and nothing. whats the issue here? please help.

    Will it boot OK in Safe Mode? See What is Safe Boot, Safe Mode? (Mac OS X)
    http://docs.info.apple.com/article.html?artnum=107392 Takes a while to run, but it usually "fixes" problems.
    Safe Boot takes longer than normal startup
    http://support.apple.com/kb/TS1884?viewlocale=en_US
    Resolve startup issues and perform disk maintenance with Disk Utility and fsck
    http://docs.info.apple.com/article.html?artnum=106214
     Cheers, Tom

  • Including image in SharePoint survey answer and hiding elements only work on the first page

    Hi All,
    I would like to add some text/remove some text etc on a sharepoint survey page.
       Which i have done using jquery/jscript.
    But unfortunately it only works on the first page.
    Any ideas how i can get it to work on all the pages?
    See a sample here on how you can add the scripts:
        http://sharepointkings.blogspot.com.au/2011/05/include-image-in-sharepoint-survey.html
    Cheers

    Hi Patrick, does the first page use the same ASPX file as the other pages? If not, you will need to add your jquery/jscript to the other page as well.
    Dimitri Ayrapetov (MCSE: SharePoint)

  • Button get_url only worked after the first loop

    Hi all,
    I created a new layer, draw a rectangle, converted it to button, made its alpha to 0 and then added a snippet to go to the url. But when it played, the action only worked after the first loop had finished. It didn't work at the beginning.
    Somebody save me
    Thanks

    your button must exist when your code executes.

  • Infopath submit button only works for the first row in a repeating table‏

    Hi, I have a InfoPath Email submit button issue I could not figure out. I have a master/detail repeating table in my form, and one of fields is "EmailAddress" which shows customer's email address. I created a submit button and put the "EmailAddress"
    field to "TO" object. When I tested it, the submit button only would return the first row of emailaddress from the repeating table, but not the rest of it..
    What I want is when I highlighted a customer, and click the submit button, the current customer's email address would show up in "TO" list. I did some research and saw some suggestions about using current() function. So I put current() in the front,
    like this:
    current()/dfs:dataFields/d:vw_HZLeadLists/@EmailAddress
    Still not working..Just return the first record of emailaddress from master repeating table... Does anyone know what's going on here? Thanks a lot!

    Hello,
    Use double eval to get all rows values. See my reply for more information in below thread:
    eval(eval(EmailAddress, 'concat(ToField, ";")'), "..")
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/cc22aeb7-351f-45a7-8a4c-94132c3e0db2/eval-semicolon-function-issue?forum=sharepointcustomizationprevious
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Query only works on the first word of the managed property

    I have several managed properties that are not returning query results as expected, they are returning results only if the term queried matches
    the first word in the property, any other query returns no results.
    Scenario:
    filename = "Sample Excel File.xlsx" (OOTB property)
    FooOwner = "Martin Zima"
    FooSiteName = "Test Site"
    If I query filename:Sample, filename:File, filename:Excel (or any combination) they all works as expected. However, if I query "FooOwner:Martin"
    it works, but if I query FooOwner:Martin Zima it fails, and FooOwner:Zima also fails. Similarly, if I search for FooSiteName:Site it fails (only CPSiteName:Test works). Everything seems ok in the crawled property and managed property. Can anyone please help?

    Hi Martin,
    I tried in my envrionment, author:"Rebecca Tu" and
    author:Rebecca Tu returned the same result. Please try author:* and see if it will return all the results. If there is no result, then we should check the DisplayAuthor property in Search schema.
    In the default search result page, there should be Author refiner in the Refinement. You could use the default one as below:
    Regards,
    Rebecca Tu
    TechNet Community Support

  • BUG - Drag and drop an image, only working at the 2nd try

    I use the last version of JDeveloper : 11g R1 : 11.1.1.2.0
    I try to drag and drop an image in a facet of a panelsplitter.
    Once the page is loaded, the first time I try to drag the image, it does not work : the image does not follow the mouse.
    When I try to drag the image again, then it works : the image follow the mouse
    So I don't think it's related to the destination/target.
    I feel it's so simple, since it just requires to add <af:componentDragSource/> inside <af:image/>
    that if it does not work, it can only be a bug in the functionality offered by ADF ...
    Or maybe there is something wrong with the generation of the page ?
    I get this message in blue in the "running log of WebLogic" :
    <FormRenderer><setupEncodingContext> Multiple forms detected on viewId: /myPage.jspx. Rich client currently has some limitations in dealing with multiple forms.
    Please note that I use jsp:include inside f:subview to include fragments (.jsff) so that the source and the destination are not in the same file, the source in a .jsff while the destination is on the main .jspx
    The code related to the drag and drop :
    <af:form id="form">
    <af:panelSplitter orientation="vertical" splitterPosition="70" id="psHeader" clientComponent="true">
    <af:panelAccordion id="paPref" discloseNone="true" styleClass="fullSize">
    <af:showDetailItem id="sdiTemp" text="Templates">
    <af:panelBox>
    <af:panelGroupLayout id="pglTemp" layout="scroll">
    <af:panelList id="plTemp" rows="2">
    <af:image id="imTemp2up" source="/images/anImage.jpg" inlineStyle="" shortDesc="...">
    <af:componentDragSource/>
    </af:image>
    <f:facet name="second">
    <af:dropTarget dropListener="#{dropHandler.handleComponentMove}" actions="MOVE">
    <af:dataFlavor flavorClass="javax.faces.component.UIComponent"/>
    </af:dropTarget>
    Any idea ?
    Thanks in advance,
    JP

    Hi,
    no bug that I can detect here as it works for me with the same setup. How likely is it that the image is too small so that you don't grab it probably the first time?
    Frank

  • Af:commandButton only works for the first 10 rows returned in the af:table

    Using JDeveloper 10.1.3.2.0.
    I am new to ADF programming. I have attempted to create an ADF page that contains a search and return table in the same page. The search appears to work fine but the return table displays odd behavior. If the search returns more than 10 rows such that it is possible to page forward through the rows returned the command button associated with the return table that allows the user to pick a particular row and navigate to another page does not work. If the user finds what he/she is looking for in the first ten rows then the command button works fine and the user is taken to the next page. The command button is actually defined to have an af:setActionListener to set a value in a backing bean and then command button has an action to invoke a backing bean. Both of these fire just fine if the selection is made from the first 10 rows. However once the user pages forward to another set of rows then neither seem to happen. Any advice on where to figure out what I did wrong?

    When I get a component that seems to do nothing under certain circumstances, the first thing I usually check for is Javascript errors. Sometimes errors on page load can keep a component's Javascript from firing properly.
    Try reproducing your problem in Firefox (or another browser with a decent Javascript error console; IE doesn't have one, although I think you can get extensions that provide JS debugging). Check the error console:
    # Before scrolling off the first 10 rows.
    # Right after scrolling off the first 10 rows.
    # After unsuccessfully clicking the command button.
    Do any interesting errors show up in steps 2 or 3?

  • Previewing mp3's in the preview panel only works for the first 3 seconds

    When i click on an mp3 to preview in the panel it only plays the first few seconds or so. How can I fix this?

    My appologies. I have a Win 7 PC. Adobe Bridge CC . Yes all the files work on other players. And bridge will actually play wav and af files fine, but it wont play mp3's past a few seconds. It says it's playing in the preview pannel but the audio cuts out.

  • Editing in browser only works on the first page on my site-

    Hello, my site is made with Muse, and hosted on BC. My client and me have the same problem (with different browser), wenn edit for change contents in a browser, it works only on THE FIRST PAGE, than not anymore, if i navigate to a next oage and want to edit, its jumping back to the first… anyone having a solution for that ? many thanks, jc

    Using what?
    The inline context editor or the WYSIWYG in the admin?
    If you have not set up the ICE elements on pages/templates the inline Context area will not link up.
    If you mean in terms of the actual site and clicking through it you need to check the menu links etc are actually linked to other pages.

  • The get messages function only works for the first account

    regardless of which account is listed in any order, the get messages button only gets messages for the first account in the list, thus if you are expecting one into another account you have to highlight that account and click the get messages....

    I have no idea what your talking about. Thunderbird has no apps.
    Perhaps your talking of add-ons. If you found an add-on perhaps you could mention what it is, so that I and other might know it exists.
    You appear to be under some misconceptions,
    !. Moderation is about answering questions. Wrong. Moderation is about deleting questions, editing comments that do not meet the guidelines for the forum and banning users.
    2. Searching add-on is someone elses job.
    3. Someone is getting paid to accept your criticism. I am not.
    If I as a fellow user an ignorant of an add-on then tough luck for those I advise. They should have been resourceful enough to search for add-ons before they asked the question. I can only tell people what I know.

  • JFileChooser:  setFileName on the UI only works at the first call

    The file name on a JFileChooser extension with two customized file filters is set by the code below when it is called. When the filter is changed by the user, the file name disappears.
    BasicFileChooserUI ui = (BasicFileChooserUI)this.getUI();
    ui.setFileName(NameSuggestion);
    An attempt to restore the name with a listener is not working:
    public void propertyChange(PropertyChangeEvent e) {
    if (e.getPropertyName().equals("fileFilterChanged")) {
    BasicFileChooserUI ui = (BasicFileChooserUI)this.getUI();
    ui.setFileName(NameSuggestion);
    Is it really not working or the name is being erased after the set?
    Thanks.

    Please?

  • Pivot Table, "Insert Page Break After Each Item" Setting Only Works for the First Item Change

    I have a flattened pivot table generated from Powerpivot and I would like to insert a page break for each change in the row item.
    When I use the pivot table Field Settings>Insert Page Break After Each Item, Excel inserts the first page break then returns to normal pagination for the rest of the output.
    Is there another setting required to maintain the page breaks after the item change?
    Thanks.

    We are experiencing the same problem. Did you ever find a solution?

  • Pressing "shuffle" on my 7th gen Nano will only randomly pick the first song, then repeats it over and over. How do I get "shuffle to work properly?

    Pressing "shuffle" on my 7th gen Nano will only randomly pick the first song, then repeats it over and over. How do I get "shuffle to work properly?

    Is "REPEAT ONE" highlighted. If it is, touch it to de-select. Cheers!

Maybe you are looking for

  • HP B500 Wireless Bluethooth Adapter for HP Printer Not Working With Windows 8.1

    I have been using the HP BT500 bluetooth Wireless adapter to print wirelessly to my HP Officejet Pro 8500 printer.  I have been using Windows Vista, but recently upgraded to Windows 8.1.  I learned after the upgrade that the HP B500 wireless bluetoot

  • How much memory can i install on my macbook?

    First time doing this on a macbook, i'm really confused trying to work out how old the darn thing is, i think it's mid 2007 but not sure. i cannot tell whether i can do 2gb or 4gb total. can anybody help. Model Name: MacBook Model Identifier: MacBook

  • Video from iPhone unable to download - keep receiving an error message

    I took a video from my iPhone 3GS that is over a minute long. When syncing with iPhoto, I keep receiving an error message. Advise on how I can completely download long videos?

  • Java loop question - I think!

    Hello, I currently have the below code which opens a file, reads all the contents and prints it. I would like to modify it such that it the searches the file for a particular word e.g. "from" and when it reaches it, it inserts something after it e.g.

  • Weather widget text moved UP

    I noticed recently but only really investigated today. The text on my weather widget has all moved up about 5-10 pixels from where it should be. The temperature listing is now sticking about 5 pixels outside and above the background. It looks like th