Rep60: mismatched fonts in character reports

We have some character reports with Courier New (normal and bold). Sometimes we have experienced that one or more reports, with no apparent reason, change their font. It becomes usually "LucidaConsole.." or "Arial". This thing causes reports to show unprintable characters or symbols (ran either from RDF and REP). The worst thing is that the same report has different results on different clients (W98 - W98Se - WNT) without apparent logic. We have already test the contents of font directory on various PCs without finding significative differences.
Have you already experienced this ?
Thanks to all of you in advance

hello,
from your question i understand that you want to create a barcode in a character mode report. this will be very difficult as it requires the destination printer to be able to print barcodes. a barcode font will not help here, as charactermode reports do not leverage fonts other than ones available in the printer.
usually it is more to creating a barcode than just printing the value in barcode font. most barcodes need special algorithms to create chechsums and similar stuff.
you might want to look into our barcode example that shows you how to use a java bean to generate a barcode.
http://otn.oracle.com/products/reports/htdocs/getstart/examples/BarcodeBeanPaper/index.html
oracle does neither ship barcodefonts nor java beans to generate barcodes for production purposes. the supplied sampels are for demo purposes only. however there are several commercially available fonts as well as javabeans on the market.
regards,
philipp

Similar Messages

  • Font problem in reports 6 character report

    hi...
    i have this character report. i have set the font of all objects in the report to Courier, point size 10. the report also has a number of bozes and lines i have drawn.
    now the report displays perfectly from the previewer and also prints perfectly...as long as i run the the report from within Report Builder. When i try to run the .rep from Forms using run_product, the font goes haywire. it displays everything in some Lucida font and my boxes and lines disappear.
    anyone has any idea ?????
    thanx in advance....
    ciao
    venkat

    I have found this reference on a search of oracle:
    http://download-uk.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_trouble.htm
    Section D1.11 says this is a know problem and to copy one registry entry to another, however, this entry does not exist on the Windows 2003 server this is running on.
    Any ideas?
    D.1.11 Printing and Font Errors When Using In-process Server
    The in-process server does not recognize the default printer of a user currently logged on to Windows. This is because the service that runs the in-process server is logged on as the Local System.
    Problem
    Any of the following:
    * Printing to default printer fails with the REP_3002 error. For example, the following command:
    http://myrepsrvr.us.oracle.com:7777/reports/rwservlet?report=myrep.rdf&destype=printer&desformat=html
    results in the following error: Error:"REP-3002: Error initializing printer. Please make sure a printer is installed."
    * Deploying reports containing Oracle6i Graphics (OGD) graphics causes Reports Server to stop responding.
    * Font alignment problems in a PDF file output from an in-process server.
    Solution
    To work around all these issues:
    1. Open the Windows registry using a registry editor (for example, regedit.exe). Create a backup of the registry before you edit it.
    2. Navigate to the following key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Windows
    3. Copy the string value of Device for this key. For example: \\MOWGLI\sierra,winspool,Ne02:
    4. Navigate to the following key: HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Windows
    5. Paste the Device value copied from HKEY_CURRENT_USER (the string value of Device for this key will be empty).

  • Changing font in Oracle Report in PDF output

    Hi,
    I have created reports using dev10g(report builder). I can run report from client side in pdf format but I want to change the font (i.e from courier to Arial narrow).
    How can I do this?
    Is there anyone who can help me?
    my unifont.ali file is:
    # $Header: uifont.ali@@/main/22 \
    # Checked in on Tue Jan 8 15:32:42 PST 2002 by idc \
    # Copyright (c) 1999, 2004, Oracle. All rights reserved.
    # $
    # $Revision: tk2/admin/uifont.ali#0 $
    # Copyright (c) 1994, 2004, Oracle. All rights reserved.
    # All Rights Reserved.
    # DESCRIPTION:
    # Each line is of the form:
    # <Face>.<Size>.<Style>.<Weight>.<Width>.<CharSet> = \
    # <Face>.<Size>.<Style>.<Weight>.<Width>.<CharSet>
    # The <Face> must be the name (string/identifier) of a font face. The
    # <Style>, <Weight>, <Width>, and <CharSet> may either be a numeric
    # value or a predefined identifier/string. For example, both US7ASCII
    # and 1 are valid <CharSet> values, and refer to the same character set.
    # The <Size> dimension must be an explicit size, in points.
    # The following is a list of recognized names and their numeric
    # equivalents:
    # Styles Numeric value
    # Plain 0
    # Italic 1
    # Oblique 2
    # Underline 4
    # Outline 8
    # Shadow 16
    # Inverted 32
    # Overstrike 64
    # Blink 128
    # Weights Numeric value
    # Ultralight 1
    # Extralight 2
    # Light 3
    # Demilight 4
    # Medium 5
    # Demibold 6
    # Bold 7
    # Extrabold 8
    # Ultrabold 9
    # Widths Numeric value
    # Ultradense 1
    # Extradense 2
    # Dense 3
    # Semidense 4
    # Normal 5
    # Semiexpand 6
    # Expand 7
    # Extraexpand 8
    # Ultraexpand 9
    # Styles may be combined; you can use plus ("+") to delimit parts of a
    # style. For example,
    # Arial..Italic+Overstrike = Helvetica.12.Italic.Bold
    # are equivalent, and either one will map any Arial that has both Italic
    # and Overstrike styles to a 12-point, bold, italic Helvetica font.
    # All strings are case-insensitive in mapping. Font faces are likely to
    # be case-sensitive on lookup, depending on the platform and surface, so
    # care should be taken with names used on the right-hand side; but they
    # will be mapped case-insensitively.
    # See your platform documentation for a list of all supported character
    # sets, and available fonts.
    # BUGS:
    # o Should accept a RHS ratio (e.g., "Helv = Arial.2/3").
    #===============================================================
    [ Global ] # Put mappings for all surfaces here.
    # Mapping from MS Windows
    "arial narrow" = "Arial Narrow"
    Arial = helvetica
    "Courier New" = courier
    "Times New Roman" = times
    Modern = helvetica
    "MS Sans Serif" = helvetica
    "MS Serif" = times
    "Small Fonts" = helvetica
    # Mapping from Macintosh
    "New Century Schlbk" = "new century schoolbook"
    "New York" = times
    geneva = helvetica
    #===============================================================
    [ Printer ] # Put mappings for all printers here.
    #===============================================================
    [ Printer:PostScript1 ] # Put mappings for PostScript level 1 printers here.
    # Sample Kanji font mappings
    ...UltraLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...UltraLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...ExtraLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...ExtraLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...Light..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...Light..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...DemiLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...DemiLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    .....JEUC = "GothicBBB-Medium-83pv-RKSJ-H"...Medium..JEUC
    .....SJIS = "GothicBBB-Medium-83pv-RKSJ-H"...Medium..SJIS
    # Mapping from MS Windows
    Roman = palatino
    Script = "itc zapf chancery"
    FixedSys = courier
    System = helvetica
    # Mapping from Macintosh
    "Avant Garde" = "itc avant garde gothic"
    # Mapping from Motif display
    fixed = courier
    clean = times
    lucidatypewriter = courier
    lucidabright = times
    #===============================================================
    [ Printer:PostScript2 ] # Put mappings for PostScript level 2 printers here.
    # Sample Kanji font mappings
    ...UltraLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...UltraLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...ExtraLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...ExtraLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...Light..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...Light..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...DemiLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...DemiLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    .....JEUC = "GothicBBB-Medium-83pv-RKSJ-H"...Medium..JEUC
    .....SJIS = "GothicBBB-Medium-83pv-RKSJ-H"...Medium..SJIS
    # Mapping from MS Windows
    Roman = palatino
    Script = "itc zapf chancery"
    FixedSys = courier
    System = helvetica
    # Mapping from Macintosh
    "Avant Garde" = "itc avant garde gothic"
    # Mapping from Motif display
    fixed = courier
    clean = times
    lucidatypewriter = courier
    lucidabright = times
    #===============================================================
    [ Printer:PCL5 ] # Put mappings for PCL 5 printers here.
    helvetica = univers
    times = "cg times"
    clean = "antique olv"
    fixed = courier
    lucida = univers
    lucidabright = "cg times"
    lucidatypewriter = courier
    "new century schoolbook" = univers
    terminal = "line printer"
    #===============================================================
    [ Display ] # Put mappings for all display surfaces here.
    #===============================================================
    [ Display:Motif ] # Put mappings for Motif displays here
    # Fix for bug no 778937 DO NOT MOVE!
    Roman.....sjis = lucida.....jeuc
    Script.....sjis = lucidabright.....jeuc
    FixedSys.....sjis = fixed.....jeuc
    System.....sjis = lucida.....jeuc
    .....sjis = .....jeuc
    # Mapping from MS Windows
    Roman = lucida
    Script = lucidabright
    FixedSys = fixed
    System = lucida
    # Mapping from Macintosh
    "Avant Garde" = helvetica
    "Bookman" = times
    #===============================================================
    [ Display:CM ] # Put mappings for all CM displays here.
    # These are DEC-specific, and may need localization
    *..Blink = Blinking
    *..Inverted+Underline.Bold = ReverseBoldUnderline
    *..Inverted+Underline. = UnderlineReverse
    *..Underline.Bold = UnderlineBold
    *..Inverted.Bold = ReverseBold
    *...Bold = Bold
    *..Underline = Underline
    *..Inverted = Reverse
    * = Plain # The font of last resort
    # Oracle Report PDF sections
    # Three new sections have been added:
    # [ PDF ] - Used for font aliasing and Multibyte language support
    # [ PDF:Embed ] - Used for Type 1 font embedding
    # [ PDF:Subset ] - Used for True Type Font subsetting
    [ PDF ]
    "helvetica narrow" = "Arial Narrow"
    # This example shows how to rename helvetica font to Courier font
    # helvetica = Courier
    # You can Alias specific styles of font as below
    # helvetica.12..Bold.. = Courier.14....
    # "Lucida Bright".12..Bold = "New Century Schoolbook"
    # Support for Far Eastern Languages:
    # PDF section can be additionally used to enable Multibyte language support
    # built into Reports. To use this feature with Adobe (r) Acrobat (c), you
    # need to install the Asian font pack available online at the Adobe web site.
    # .....SJIS = "HeiseiKakuGo-W5-Acro"
    # A Japanese report run with Shift-JIS character set is replaced to
    # HeiseiKakuGo-W5-Acro CID font.
    [ 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.
    [ PDF:Subset ]
    "arial narrow" = "Arialn.ttf"
    # This example shows how to subset Arial True Type font into the PDF file:
    # helvetica = "Arial.ttf"
    # The True Type font files must exist in any one of the folders specified in
    # REPORTS_PATH.
    # Subsetting TrueType Collection fonts:
    # Typically, a TTC font contains several fonts in one file. For example,
    # the TTC file, msgothic.ttc consists of three fonts in the order -
    # MS Gothic, MS PGothic and MS UI Gothic. To subset MS PGothic, the
    # entry in the PDF:Subset section of uifont.ali would be:
    # "MS PGothic" = "msgothic.ttc,1"
    # NOTES ON PRECEDENCE OF PDF SECTIONS:
    # If you have entries for a same font in many PDF sections, then Font
    # Aliasing entry will take precedence over Font Subsetting entry. Entries
    # in Font Subsetting will take precedence over the entries in Font Embedding
    # section.
    # Generic entries for a font must follow more specific entries for the same
    # font. For instance, if you want to subset helvetica Plain, helvetica Bold,
    # helvetica Italic and helvetica Bold-Italic fonts, your entries must be:
    # [ PDF:Subset ]
    # helvetica..Italic.Bold.. = "Arialbi.ttf"
    # helvetica...Bold.. = "Arialb.ttf"
    # helvetica..Italic... = "Ariali.ttf"
    # helvetica..... = "Arial.ttf"
    # If helvetica..... entry appears in the top of the list, all the styles of
    # helvetica font in the layout will be subset as helvetica Plain font.
    Thanks,
    Rafikul

    Welcome to OTN
    Check the two link..
    1. Re: Oracle Reports 10g Fonts issue
    2. Re: Adding new font to my Reports Setup
    Hope this will help you
    Hamid
    If someone's response is helpful or correct, please mark it accordingly.

  • Illustrator CS4 no longer previews fonts in Character palette after Yosemite upgrade..Please Help

    Illustrator CS4 no longer previews fonts in Character palette after Yosemite upgrade
    Please help...Thanks

    inkydmark,
    You may wish to roll back from Yosemite and wait to see whether the issues will be solved and reported as such.
    Weeding out in older plugins seems to have helped some in some cases. It also seems that JAVA Runtime may be involved, for some it seems to help to roll back to an ealier version, for others to update to the newest.
    All the above is more or less hearsay so far, with no definite final confirmation.
    In any case, there is something to be sorted out by someone. Yosemite was made long after CS4, so it may be difficult.
    There is a way round an even worse issue shown in post #2 here:
    https://forums.adobe.com/thread/1610655

  • A4 Character Report Width Problem ??

    Hello
    What's is the maximum width that i can set to generate a landscape report on A4 paper on a Desktop Bubble Jet / Laser Jet Printer ??
    What's the best layout practice for generating chracter based report on A4 paper
    I'm developing report for Oracle 11i Applications.
    Fahad Hameed

    Hi
    i m also face this problem so if u have any Idea plz inform me :
    Printer Used : EPSON LQ 2180 , EPSON LQ 1170
    O/S : Windows 98, Windows NT (Server, Workststation)
    We are facing a problem regarding character report printing. We have tested several options on different printers but the results are quiet strange. We are not sure whether its the problem of printer driver or does our oracle installation require a patch for it.
    We have both Oracle Developer 6i Release 1 and Release 2 as fronted and Oracle 8i (8.1.7) release 3 at backend. The actual problem is , we are printing character based Report of size 11 x 5.5 on Line printer. When we print the pay slip through Windows NT WorkStation environment the report format gets distorted but when we print on Windows 98 it is quiet fine.
    P.S I have noted one thing peculiar, when the printer is attached to Windows NT Workstation to its LPT port and we print from a Windows 98 client using the default PRT of Oracle the printout is fine as expected. We can control the pitch and font from the printer.(17 cpi and Draft Font)
    When using Windows NT client and default PRT of Oracle the printout is not coming the same as desired and there is no control over the pitch and fonts through the printer itself.
    The printer we are using are EPSON LQ 2180 , EPSON LQ 1170 and PRINTRONIX P5005B. One thing more that when we use EPSON LQ 2180 and EPSON LQ 1170 printers the result are quiet different from PRINTRONIX P5005B.
    The Contents of prt file (dflt.prt) is following:
    printer "dflt"
    height 66
    width 132
    before report control(N)
    after page control(L)
    return control(M)
    linefeed control(J)
    We urgently need the solution.
    Regards
    Mansoor Ali

  • Developer character reports

    hai
    we are facing a typical problem while printing the character
    based report. we are using reports in forms6/6i. we are
    successful in printing the report from a 95 client/98 client
    directly with the required fonts. while i am doing the same from
    nt client it is printing as a graphical report instead of
    character report. if i am using the save it to a file option and
    printing the dos it prints correctly.
    will some one will be able to help?

    hi ,
    this is jitu here !!
    iam also trying for character mode reports using reports 6.0 but it seems that whatever the changes i do for layout or orientation etc...doesn't effect the the report layout
    !! if u can help me ! pls do !!
    thanx in advance
    jitu :-)

  • How to suppress extra form feed for character report printing using ORARRP?

    Dear All,
    We are using Oracle Application Server 10g (10.1.2.0.2) on Windows 2003 Server and most of our client PC's are Windows XP Professional machines. We are migrating our existing oracle application from 2-tier architecture to 3-tier architecture (6i to 10g). We have installed ORARRP utility for remote direct printing and to a limited extent we are successfull in getting the things work out for our system users, However, we are facing a problem using the ORARRP utility for which we are not able to find a solution till date.
    We have configured ORARRP utility on every user's PC and the printing of bitmap reports is working well. However, while printing CHARACTER reports using ORARRP utility, after the report gets printed, an EXTRA FORM FEED is issued by ORARRP to the printer and because of this the printer stationary skips one extra page and advances to the next page. Please note that this EXTRA FORM FEED happens only while printing a CHARACTER REPORT.
    Has anyone come across such a problem using ORARRP ? How can we avoid this extra FORM FEED from CHARACTER REPORT printing using ORARRP ? Is there any other tool which supports remote direct printing just like ORARRP?
    I shall be highly obliged if anyone could reply to my queries ASAP.
    Regards,
    KrishnaKumar S

    Please help ! I tried the "send_form_feed" and "postscript_dos_print" parameters without success. The extra form feed is always there. Thanks.

  • How to increase font size in report

    Dear ABAPers,
    I got one requirement that i hav to increase font size in report.
    I am using Write statement in report.
    PL guide me regarding this.
    Regards,
    Simha.

    hi shakya,
    I have tried that,
    i think font size cannot be increased.....it wil auto adjust based on ur no of coloumns and records.... try to reduce the no of coloumns u r displaying, then it will auto adjust itelf.
    With regards,
    S.Barani

  • Font issue between Reports Designer and Report Output

    Hi.
    I've succesfully migrated several reports from 6i to 10g (10.1.2.0.2) with and without parameter form. However, I have the following font issue:
    - When report is run from Reports Designer, font is kept.
    - When report is run from a forms module (through rwserver on the same machine, that is not really from an application server, but using Oracle BC4J or Developer Suite enviroment) the report output is different. In this case a bigger font is displayed and occasional truncation happens for some fields.
    The question is: How can i avoid this difference in font behaviour?. Is it font.ali related?. How come this happen on the same machine(Windows XP)? These reports are to be deployed on Linux, where reasonably, and font machine is expected to happen.
    Font used: Arial (Occidental) 9

    this might be an issue with the printer that is associated also, and the permissions to the printer that you might have..
    login to the application server machine and restart the reports server as an admin..try running the reports via the URL..i have a feeling that this issue might be somethiing to do with the permission(s) to the printer from your AS machine

  • Change font size in reports

    Hi friends,
             I want to change the font size in  reports.
    i want example program for that.

    Hi,
    You can create workbook. Change the font size of the displayed result and save it. So every time you open the workbook and refresh the query output, the result will be displayed in the changed font size.
    Regards,
    Dinesh D

  • How to Change Fonts in Oracle Reports

    Hi All,
    When ever i am changing fonts in my report it reflects me when i run them on reports builder installed on my local machine.
    But when i put them on application server, these changes are not reflected. I am generating PDF reports.
    Can some body help me what should i need to do to reflect the font changes.
    Thanks in advance.
    Regards
    Kamal

    Hi Kamal,
    Whether the font used in the report is installed in the machine where Apps server is installed? If not , use the feature ' PDF Aliasing' to substitue for that particular font.
    For more information on this, have a look at the chapter "Managing Fonts in Oracle Reports" in Publishing Reports Manual. You can download it from http://download.oracle.com/docs/pdf/B14048_01.pdf.
    Thanks,
    Vidya Viswanathan

  • Font problem in reports produced in PDF format

    Dear all,
    All our reports are developed by developer suite 10g (under windows) and deployed on an Application Server 10g (on Linux).
    We had a problem with displaying the arabic letters, but this was solved by following the steps in the metalink Note no 726205.1 for generating arabic pdf reports on unix.
    Now, the problem is that the font used in the reports is ARIAL, but when the reports are displayed (in PDF format) the font is TAHOMA. This font conversion happens in both Arabic and English reports !
    I wonder how can I correct this behaviour.
    Thanks in advance for your time.
    Naglaa

    Steve,
    I remember that fonts in PDF generated by Oracle Reports is a big topic and a subject of many Metalink notes (metalink.oracle.com).
    Note.210318.1 Ext/Pub How To use font embedding in Reports 9i for PDF output
    Note.207711.1 Ext/Pub How to Use Font Subsetting in Reports 9i for PDF Output
    Note 232975.1 "Windows/Unix Font Issues: What Information is Required to address the Issue and How to Work Around Issue"
    Especially on Unix and Linux systems, there are some font mapping required. I suggest to run this question on the Reports forum here on OTN where I think you have better chances for an answer.
    Frank

  • Font problem in reports, IAS Version:  10.1.2.2.0

    Dear all,
    I have installed about 20 applications servers on windows but never met this problem before.
    I am facing the problem in viewing the report output on the Windows 2003, Oracle Application server
    Installation Type: Forms and Reports Services
    Version: 10.1.2.2.0
    I am using Arial 10 as default Font of the report,
    but in output I am getting another font.
    Please Help!
    Regards,
    Tobias

    I have found this reference on a search of oracle:
    http://download-uk.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_trouble.htm
    Section D1.11 says this is a know problem and to copy one registry entry to another, however, this entry does not exist on the Windows 2003 server this is running on.
    Any ideas?
    D.1.11 Printing and Font Errors When Using In-process Server
    The in-process server does not recognize the default printer of a user currently logged on to Windows. This is because the service that runs the in-process server is logged on as the Local System.
    Problem
    Any of the following:
    * Printing to default printer fails with the REP_3002 error. For example, the following command:
    http://myrepsrvr.us.oracle.com:7777/reports/rwservlet?report=myrep.rdf&destype=printer&desformat=html
    results in the following error: Error:"REP-3002: Error initializing printer. Please make sure a printer is installed."
    * Deploying reports containing Oracle6i Graphics (OGD) graphics causes Reports Server to stop responding.
    * Font alignment problems in a PDF file output from an in-process server.
    Solution
    To work around all these issues:
    1. Open the Windows registry using a registry editor (for example, regedit.exe). Create a backup of the registry before you edit it.
    2. Navigate to the following key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Windows
    3. Copy the string value of Device for this key. For example: \\MOWGLI\sierra,winspool,Ne02:
    4. Navigate to the following key: HKEY_USERS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Windows
    5. Paste the Device value copied from HKEY_CURRENT_USER (the string value of Device for this key will be empty).

  • Font Problem in reports

    Hi all,
    I have generated reports in Turkish, but there is problem in Turkish characters i,ş,ğ vs.
    Can anyone help me?
    Thank you
    Melek

    Steve,
    I remember that fonts in PDF generated by Oracle Reports is a big topic and a subject of many Metalink notes (metalink.oracle.com).
    Note.210318.1 Ext/Pub How To use font embedding in Reports 9i for PDF output
    Note.207711.1 Ext/Pub How to Use Font Subsetting in Reports 9i for PDF Output
    Note 232975.1 "Windows/Unix Font Issues: What Information is Required to address the Issue and How to Work Around Issue"
    Especially on Unix and Linux systems, there are some font mapping required. I suggest to run this question on the Reports forum here on OTN where I think you have better chances for an answer.
    Frank

  • PDF Assembly is not working for ddx :Unable to select font for character U+54 'T'

    Hi ,<br /><br />   I am getting the following error while generating the pdf. :<br /><br />Caused by: com.adobe.livecycle.assembler.client.ProcessingException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.makeResult(AssemblerServiceImpl.java:6 74)<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:410) <br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.invokeDDX(AssemblerServiceImpl.java:29 0)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)<br />     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)<br />     at java.lang.reflect.Method.invoke(Method.java:615)<br />     at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:181)<br />     ... 33 more<br />Caused by: com.adobe.internal.ddxm.DDXMException: DDXM_S18005: An error occurred in the PrepareTOC phase while building <TableOfContents>. Cause given.<br />     at com.adobe.internal.ddxm.task.toc.PrepareTOC.execute(PrepareTOC.java:234)<br />     at com.adobe.internal.ddxm.blueprint.BluePrint.postExecute(BluePrint.java:306)<br />     at com.adobe.internal.ddxm.ddx.Node.execute(Node.java:353)<br />     at com.adobe.internal.ddxm.Executive.execute(Executive.java:244)<br />     at com.adobe.internal.ddxm.Executive.execute(Executive.java:192)<br />     at com.adobe.livecycle.assembler.AssemblerServiceImpl.execute(AssemblerServiceImpl.java:408) <br />     ... 39 more<br />Caused by: com.adobe.internal.pdfm.toc.TOCServiceException: PDFM_S18001: The operation of producing a table of contents failed.<br />     at com.adobe.internal.pdfm.toc.TOCServiceImpl.formatTOCContent(TOCServiceImpl.java:1877)<br />     at com.adobe.internal.pdfm.toc.TOCServiceImpl.getNumberOfTOCPages(TOCServiceImpl.java:1681)< br />     at com.adobe.internal.ddxm.task.toc.PrepareTOC.execute(PrepareTOC.java:217)<br />     ... 44 more<br />Caused by: com.adobe.fontengine.inlineformatting.FormattingException: Unable to select font for character U+54 'T', Requested attributes:Family=Arial|Size=12.0|Stretch=normal|Style=normal|Variant=normal|Weight=400|O TFDiscretionaryLigatures=minimum|WritingMode=lr-tb|BidiLevel=0|ScaleToFit=1.0|Shift=-none- <br /><br />would appreciate if anybody can help on this..<br /><br />Thanks & Regards<br />Masthan Shaik

    I think that all your form parameters must begin with alowercase letters, for example
    startOfSession instead of StartOfSession
    try to rename your selectname paramters.
    Le me know if ti works,
    Giovanni

Maybe you are looking for

  • Private Browsing Saves Sites

    Using Firefox 20.x , configured to always be in private browsing mode. For some reason, after a while of browsing, when I open a new empty tab, there is content saved on the dashboard of recently visited sites. This seems almost exclusively to happen

  • FRM-40735: WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-29516

    Hi, The users are facing problem on opening the OAF pages on R12 instance. They face this error when they, 1. Go to System Administrator responsibility. 2. Open page under Workflow > Administrator Workflow > Status Monitor. 3. This error pops up in t

  • Folio Builder Panel - need clarifications

    Hi All, I need the below clarifications on Folio Builder Panel: (1) After installing Folio Builder Tool, I tried to generate FOLIO file, it shows like only one FOLIO will be generated as free, pl. confirm whether I can continue in generating FOLIO as

  • Inserting multiples rows into a table

    We have a job schedule table and a job date table. Job Schedule Job_ID Frequency 1 1234567 2 12-456- Job Date Job_ID Date 1 01-JAN-07 1 02-JAN-07 We need to insert all DATES (not number of day in the week) into the Job Date table for a job according

  • I cannot sync apps on my iphone from my PC and I cannot made a ringtone

    I cannot sync my apps from my PC to iphone and i cannot made a ringtone.