Fonts issue on 10g Reports (Linux)

A while back I posted some questions about installing fonts on Linux RHEL 5.
Currently, I'm in process of upgrading Client/Server Forms/Reports from 6i on a Windows platforms to 10g forms/reports on a Linux RHEL5 platform. No database is installed on the server since we are using the TNSNames in the Network Admin to connect to the database.
I have been able to convert all forms and all reports to 10g. I had an issue with the Arial, Arial Narrow, and Courier New fonts not displaying in output when I generated a PDF file via the screen using the WEB.SHOW_DOCUMENT command. The fonts were translating. I was able to use Metalink Note 261879.1 and run the scripts to generate the AFM files and copy the TTF fonts to the appropriate directories. When I run the reports in 10g on Linux, those 3 fonts display just fine.
However, I have 3 other fonts (Monotype Sorts, Arial Unicode MS, and one of Barcode fonts) that I need to get working. I've worked with Oracle Support and I'll be honest, the steps they are telling me either aren't very clear or just flat out aren't right.
I've tried on Windows to use the ttf2pt1 program to generate the AFM files and copied those up to guicommon/tk/admin/AFM directory. I've copied the TTF file up to the associated directory. I've modified the uifont.ali directory to include the font, to no success.
Has anyone tried to move a Windows font up to Linux (Unix) and got it to work successfully? If so, could you provide me some steps? I've really been trying to get this to work and would do anything at this point to get it to work. I've got about 5 reports that use these 3 fonts and if I get them working, I'm done.
Please provide good detail, if possible. Oracle Support has just confused me more by providing notes to read and little tidbits here and there but haven't given me something that works in a straightforward manner.
Chris

My uifont.ali:
# Corrected uifont.ali - Matt Jernigan, Brown University, 31 MAR 2010
# Corrected [ Global ] aliasing standard Windows fonts.
# Corrected [ PDF:Subset ] Arial Unicode MS and less standard fonts.
# Note: These corrections do not necessarily match Oracle docs.
# 05 APR 2010 - Decided to subset Arial, Arial Narrow, Courier New,
# and Times New Roman in addition to Arial Unicode MS due to lack of
# support of UTF-8 in Oracle's PDF engine at this time.  A charset
# conversion feature for specific fonts would be nice but nothing was
# found that was working such as arial.....=helvetica.....WE8ISO8859P1
# $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
#MJJ# - Unix apparently lowercases what it reads from the Report
# and this case must be corrected.
# Arial = Helvetica will not work. Likely due to Oracle not supporting
# Regular as a weight such as Arial...Regular = Helvetica...Medium
#arial               = Arial
#"arial narrow"      = "Arial Narrow"
#"courier new"       = "Courier New"
#"times new roman"   = "Times New Roman"
"ms sans serif"         = "MS Sans Serif"
"microsoft sans serif"  = "Microsoft Sans Serif"
# Note: I'm not providing AFM files for the Sans Serifs.  I'll let
# the engine do with them as it sees fit.  Best to avoid use of them.
# Arial Narrow is not really standard enough to be included here
# so limit use to clients that are known to have it installed.
# Consider moving Arial Narrow TTF's to the server and subsetting it.
#MJJ# - Alternative mappings to the above. The PDF engine appears to
# take liberty with mapping Courier New to Courier and Times New Roman
# to Times and, if wanted, these mappings appeared to correct this
# behavior.  Note: not thoroughly tested.  Changing the AFM files
# from CourierNewPS to CourierNew and such may produce more compatible
# results on Mac (just a guess) -- though leaving at Courier would be
# most compatible.
#arial..Italic.Bold..                = "Arial-BoldItalicMT"..Italic.Bold..
#arial...Bold..                      = "Arial-BoldMT"...Bold..
#arial..Italic...                    = "Arial-ItalicMT"..Italic...
#arial                               = "ArialMT"
#"courier new"..Italic.Bold..        = "CourierNewPS-BoldItalicMT"..Italic.Bold..
#"courier new"...Bold..              = "CourierNewPS-BoldMT"...Bold..
#"courier new"..Italic...            = "CourierNewPS-ItalicMT"..Italic...
#"courier new"                       = "CourierNewPSMT"
#"times new roman"..Italic.Bold..    = "TimesNewRomanPS-BoldItalicMT"..Italic.Bold..
#"times new roman"...Bold..          = "TimesNewRomanPS-BoldMT"...Bold..
#"times new roman"..Italic...        = "TimesNewRomanPS-ItalicMT"..Italic...
#"times new roman"                   = "TimesNewRomanPSMT"
# 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
# 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.
[ PDF ]
# 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 ]
# 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"
#MJJ# - Removed old subset mappings.
"arial unicode ms".....             = "ARIALUNI.TTF"
arial..Italic.Bold..                = "arialbi.ttf"
arial...Bold..                      = "arialbd.ttf"
arial..Italic...                    = "ariali.ttf"
arial                               = "arial.ttf"
"arial narrow"..Italic.Bold..       = "arialnbi.ttf"
"arial narrow"...Bold..             = "arialnb.ttf"
"arial narrow"..Italic...           = "arialni.ttf"
"arial narrow"                      = "arialn.ttf"
"courier new"..Italic.Bold..        = "courbi.ttf"
"courier new"...Bold..              = "courbd.ttf"
"courier new"..Italic...            = "couri.ttf"
"courier new"                       = "cour.ttf"
"times new roman"..Italic.Bold..    = "timesbi.ttf"
"times new roman"...Bold..          = "timesbd.ttf"
"times new roman"..Italic...        = "timesi.ttf"
"times new roman"                   = "times.ttf"
tahoma...Bold..                     = "tahomabd.ttf"
tahoma.....                         = "tahoma.ttf"
# Tahoma is a narrower adaption of Verdana more appropriate for print.
# Tahoma also has more charsets such as Arabic, Hebrew and Thai.
# No italics.  Verdana and Tahoma were designed for screen anyhow.
#MJJ# Miscellaneous Notes:
# oracle::devlpar4:/u01/app/oracle/Forms1/fonts
# ARIALUNI.TTF  arialbd.ttf   courbd.ttf    tahomabd.ttf  verdana.ttf
# arial.ttf     cour.ttf      tahoma.ttf    times.ttf
# PFA's might be found here: /usr/lib/X11/fonts/type1
My screenprinter.ppd:
*% Corrected screenprinter.ppd - Matt Jernigan, Brown U, 31 MAR 2010
*% Reverted baseline from hp4mp6_1.ppd back to datap462.ppd (Oracle's
*% default).  Added Arial, Arial Narrow, Arial Unicode MS, Courier New,
*% Tahoma, and Times New Roman.
*% 05 APR 2010 - ArialUnicodeMS wants to be before the other Arials
*% for some unknown reason, else it is not found for subsetting.
*PPD-Adobe: "4.0"
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1987-1992 Adobe Systems Incorporated.
*% All Rights Reserved.
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the contents
*% of the file is not altered in any way from its original form.
*% End of Copyright statement
*FormatVersion: "4.0"
*FileVersion: "3.1"
*PCFileName: "DATAP462.PPD"
*LanguageVersion: English
*Product: "(Dataproducts LZR 2665)"
*PSVersion: "(46.2) 1"
*ModelName: "Dataproducts LZR-2665"
*NickName: "Dataproducts LZR-2665 v46.2"
*% ==== Options and Constraints =====
*OpenGroup: InstallableOptions/Options Installed
*OpenUI *Option1/Optional Lower Tray: Boolean
*DefaultOption1: False
*Option1 True/Installed: ""
*Option1 False/Not Installed: ""
*CloseUI: *Option1
*CloseGroup: InstallableOptions
*UIConstraints: *Option1 False *InputSlot Lower
*% General Information and Defaults ===============
*ColorDevice: False
*DefaultColorSpace: Gray
*FreeVM: "178744"
*LanguageLevel: "1"
*VariablePaperSize: False
*FileSystem: False
*Throughput: "26"
*Password: "0"
*ExitServer: "
  count 0 eq {  % is the password on the stack?
    true
    dup    % potential password
    statusdict /checkpassword get exec not
  } ifelse
  {  %  if no password or not valid
    (WARNING : Cannot perform the exitserver command.) =
    (Password supplied is not valid.) =
    (Please contact the author of this software.) = flush
    quit
  } if
  serverdict /exitserver get exec
*End
*Reset: "
  count 0 eq {  % is the password on the stack?
    true
    dup    % potential password
    statusdict /checkpassword get exec not
  } ifelse
  {  %  if no password or not valid
    (WARNING : Cannot reset printer.) =
    (Password supplied is not valid.) =
    (Please contact the author of this software.) = flush
    quit
  } if
  serverdict /exitserver get exec
  systemdict /quit get exec
  (WARNING : Printer Reset Failed.) = flush
*End
*DefaultResolution: 300dpi
*?Resolution: "
save
  initgraphics
  0 0 moveto currentpoint matrix defaultmatrix transform
  0 72 lineto currentpoint matrix defaultmatrix transform
  3 -1 roll sub dup mul
  3 1 roll exch sub dup mul
  add sqrt round cvi
  (          ) cvs print (dpi) = flush
restore
*End
*% Halftone Information ===============
*ScreenFreq: "50.0"
*ScreenAngle: "54.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: " {dup mul exch dup mul add sqrt 1 exch sub } "
*ScreenProc Line: "{ pop }"
*ScreenProc Ellipse: "
{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
*End
*DefaultTransfer: Null
*Transfer Null: "{ }"
*Transfer Null.Inverse: "{ 1 exch sub }"
*% Paper Handling ===================
*% Use these entries to set paper size most of the time, unless there is
*% specific reason to use PageRegion.
*OpenUI *PageSize: PickOne
*OrderDependency: 30 AnySetup *PageSize
*DefaultPageSize: Letter
*PageSize Letter: "statusdict /lettertray get exec letterR"
*PageSize Letter.Transverse: "statusdict /lettertray get exec letter"
*PageSize Legal: "statusdict /legaltray get exec"
*PageSize Ledger: "statusdict /ledgertray get exec"
*PageSize Statement: "statusdict /statementtray get exec"
*PageSize Tabloid: "statusdict /11x17tray get exec"
*PageSize A3: "statusdict /a3tray get exec"
*PageSize A4: "statusdict /a4tray get exec a4R"
*PageSize A4.Transverse: "statusdict /a4tray get exec a4"
*PageSize A5: "statusdict /a5tray get exec"
*PageSize B4: "statusdict /b4tray get exec"
*PageSize B5: "statusdict /b5tray get exec b5R"
*PageSize B5.Transverse: "statusdict /b5tray get exec b5"
*CloseUI: *PageSize
*% These entries will set up the frame buffer. Usually used with manual feed.
*OpenUI *PageRegion: PickOne
*OrderDependency: 40 AnySetup *PageRegion
*DefaultPageRegion: Letter
*PageRegion Letter: "letterR"
*PageRegion Letter.Transverse: "letter"
*PageRegion Legal: "legal"
*PageRegion Ledger: "ledger"
*PageRegion Tabloid: "11x17"
*PageRegion A3: "a3"
*PageRegion A4: "a4R"
*PageRegion A4.Transverse: "a4"
*PageRegion A5: "a5"
*PageRegion B4: "b4"
*PageRegion B5: "b5R"
*PageRegion B5.Transverse: "b5"
*PageRegion Statement: "statement"
*CloseUI: *PageRegion
*% The following entries provide information about specific paper keywords.
*DefaultImageableArea: Letter
*ImageableArea Letter: "20 16 591 775 "
*ImageableArea Letter.Transverse: "18 19 593 773 "
*ImageableArea Legal: "18 19 593 990 "
*ImageableArea Ledger: "18 16 1205 775 "
*ImageableArea Tabloid: "16 19 775 1206 "
*ImageableArea A3: "18 21 823 1170 "
*ImageableArea A4: "18 18 576 823 "
*ImageableArea A4.Transverse: "18 19 577 823 "
*ImageableArea A5: "18 19 401 577 "
*ImageableArea B4: "19 15 709 1017 "
*ImageableArea B5: "20 19 495 709 "
*ImageableArea B5.Transverse: "20 19 495 709 "
*ImageableArea Statement: "22 19 374 594 "
*?ImageableArea: "
save
  /cvp {(                ) cvs print ( ) print } bind def
  /upperright {10000 mul floor 10000 div} bind def
  /lowerleft {10000 mul ceiling 10000 div} bind def
  newpath clippath pathbbox
  4 -2 roll exch 2 {lowerleft cvp} repeat
  exch 2 {upperright cvp} repeat flush
restore
*End
*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter
*PaperDimension Letter: "612 792"
*PaperDimension Letter.Transverse: "612 792"
*PaperDimension Legal: "612 1008"
*PaperDimension Ledger: "1224 792"
*PaperDimension Tabloid: "792 1224"
*PaperDimension A3: "842 1191"
*PaperDimension A4: "595 842"
*PaperDimension A4.Transverse: "595 842"
*PaperDimension A5: "420 595"
*PaperDimension B4: "729 1032"
*PaperDimension B5: "516 729"
*PaperDimension B5.Transverse: "516 729"
*PaperDimension Statement: "396 612"
*RequiresPageRegion All: True
*OpenUI *InputSlot: PickOne
*OrderDependency: 20 AnySetup *InputSlot
*DefaultInputSlot: Upper
*InputSlot Upper: "0 statusdict /setpapertray get exec"
*InputSlot Lower: "1 statusdict /setpapertray get exec"
*?InputSlot: "
save
  [ (Upper) (Lower) ] statusdict /papertray get exec
  (get exec) stopped ( pop pop (Unknown)} if = flush
restore
*End
*CloseUI: *InputSlot
*OpenUI *ManualFeed: Boolean
*OrderDependency: 20 AnySetup *ManualFeed
*DefaultManualFeed: False
*ManualFeed True: "statusdict /manualfeed true put"
*ManualFeed False: "statusdict /manualfeed false put"
*?ManualFeed: "
save
  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
restore
*End
*CloseUI: *ManualFeed
*DefaultOutputOrder: Reverse
*% Font Information =====================
*%DefaultFont: Error
*DefaultFont: Courier
*Font ArialUnicodeMS: Special "(Version 1.01)" Special ROM
*Font ArialMT: Special "(Version 3.06)" Special ROM
*Font Arial-BoldMT: Special "(Version 3.06)" Special ROM
*Font Arial-BoldItalicMT: Special "(Version 3.06)" Special ROM
*Font Arial-ItalicMT: Special "(Version 3.06)" Special ROM
*Font ArialNarrow: Special "(Version 2.40)" Special ROM
*Font ArialNarrow-Bold: Special "(Version 2.40)" Special ROM
*Font ArialNarrow-BoldItalic: Special "(Version 2.40)" Special ROM
*Font ArialNarrow-Italic: Special "(Version 2.40)" Special ROM
*Font CourierNewPSMT: Special "(Version 2.90)" Special ROM
*Font CourierNewPS-BoldMT: Special "(Version 2.90)" Special ROM
*Font CourierNewPS-BoldItalicMT: Special "(Version 2.90)" Special ROM
*Font CourierNewPS-ItalicMT: Special "(Version 2.90)" Special ROM
*Font TimesNewRomanPSMT: Special "(Version 3.06)" Special ROM
*Font TimesNewRomanPS-BoldMT: Special "(Version 3.06)" Special ROM
*Font TimesNewRomanPS-BoldItalicMT: Special "(Version 3.06)" Special ROM
*Font TimesNewRomanPS-ItalicMT: Special "(Version 3.06)" Special ROM
*Font Tahoma: Special "(Version 3.15)" Special ROM
*Font Tahoma-Bold: Special "(Version 3.15)" Special ROM
*Font Courier: Standard "(001.004)" Standard ROM
*Font Courier-Bold: Standard "(001.001)" Standard ROM
*Font Courier-BoldOblique: Standard "(001.001)" Standard ROM
*Font Courier-Oblique: Standard "(001.001)" Standard ROM
*Font Helvetica: Standard "(001.001)" Standard ROM
*Font Helvetica-Bold: Standard "(001.001)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
*Font Symbol: Special "(001.001)" Special ROM
*Font Times-Bold: Standard "(001.001)" Standard ROM
*Font Times-BoldItalic: Standard "(001.001)" Standard ROM
*Font Times-Italic: Standard "(001.001)" Standard ROM
*Font Times-Roman: Standard "(001.001)" Standard ROM
*?FontQuery: "
save
/str 100 string dup 0 (fonts/) putinterval def
   count 1 gt
     exch dup str 6 94 getinterval cvs
     (/) print print (:) print
     FontDirectory exch known
     {(Yes)}{(No)} ifelse =
   {exit} ifelse
}bind loop
(*) = flush
restore
*End
*?FontList: "
FontDirectory { pop == } bind forall flush
(*) = flush
*End
*% Printer Messages (verbatim from printer):
*Message: "%%[ exitserver: permanent state may be changed ]%%"
*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
*Message: "\FontName\ not found, using Courier"
*% Status (format: %%[ status: <one of these> ]%% )
*Status: "idle"
*Status: "busy"
*Status: "waiting"
*Status: "printing"
*Status: "warming up"
*Status: "PrinterError: BD check"
*Status: "PrinterError: Paper jam"
*Status: "PrinterError: Replace toner bag"
*Status: "PrinterError: Warming up"
*Status: "PrinterError: Timing error"
*Status: "PrinterError: Fuser check"
*Status: "PrinterError: Cover opened"
*Status: "PrinterError: Toner empty"
*Status: "PrinterError: Empty & reset output bin(s)"
*Status: "PrinterError: Sorter or jogger error"
*Status: "PrinterError: Scanner check"
*% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
*Source: "serial9"
*Source: "serial25"
*Source: "AppleTalk"
*Source: "Centronics"
*% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
*PrinterError: "BD check"
*PrinterError: "Paper jam"
*PrinterError: "Replace toner bag"
*PrinterError: "Warming up"
*PrinterError: "Timing error"
*PrinterError: "Fuser check"
*PrinterError: "Cover opened"
*PrinterError: "Toner empty"
*PrinterError: "Empty & reset output bin(s)"
*PrinterError: "Sorter or jogger error"
*PrinterError: "Scanner check"
*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
*% Color Separation Information =====================
*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
*InkName: ProcessBlack/Process Black
*InkName: CustomColor/Custom Color
*InkName: ProcessCyan/Process Cyan
*InkName: ProcessMagenta/Process Magenta
*InkName: ProcessYellow/Process Yellow
*% For 60 lpi / 300 dpi =====================================================
*ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
*ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
*ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
*ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
*ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
*ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
*ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
*ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
*ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
*ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
*% For 53 lpi / 300 dpi =====================================================
*ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
*ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
*ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
*ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
*ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
*ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
*ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
*% For "Dataproducts LZR 2665" version 46.2
*% Produced by "GETapd.ps" version 2.0 edit 47
*% Converted to meet 4.0 specification
*% Last Edit Date: Sep 15 1992
*% The byte count of this file should be exactly 011228 or 011572
*% depending on the filesystem it resides in.
*% end of PPD file for Dataproducts LZR 2665

Similar Messages

  • Font issue witth PDF report

    Hi,
    I have a requirement to Print the Company name in GE Inspira font.
    I have installed the GE Inspira font in my local machine.
    Then in my template I selected the same font ,but PDF output it is showing Arial Font.
    Could any body please tell me the steps how do I see the GE Inspira fonts when I am previewing the Template in PDF.
    Thanks in Advance
    Please let me know the solution as soon as possible.
    Thanks
    Siva

    946811 wrote:
    Hi,
    I have a requirement to Print the Company name in GE Inspira font.
    I have installed the GE Inspira font in my local machine.
    Then in my template I selected the same font ,but PDF output it is showing Arial Font.
    Could any body please tell me the steps how do I see the GE Inspira fonts when I am previewing the Template in PDF.
    Thanks in Advance
    Please let me know the solution as soon as possible.
    Thanks
    SivaDuplicate post -- Font Issues with XML Templates(PDF report)

  • Font issue in Custom Reports in oracle Apps R12.1.1

    Hi Friends,
    I am using Oracle Apps R12.1.1. Vision Instance.
    i develop custom report (using 10g DS ) and i used Ariel a font and i deployed custom report.it works fine
    The same report i opened in report builder and add a new parameter and used the same font Ariel and saved and then deployed but the concuurent report is showing all the columns in symbol(western) font not in arial font.
    what could be the issue? the first report shows proper font.Please let me kno the fix
    Regards

    yes i have used template.fmb only , and am using FND_KEY_FLEX.DEFINE as i mentioned earlier ,
    i have not given any where clause -- should we give any where clause to retrieve the data into the combinations(LOV)?It depends on what values you want to retrieve.
    i mean my requirement is if i give % and press tab all the valid combinations should be displayed.
    its showing no entries found.Did you review 420787.1 referenced above?
    Thanks,
    Hussein

  • Unable to take the printer files and printing issues in 10g reports

    Hi all
    recently i have migrated reports and forms to 10g. able to view reports thru browser properly when i am printing , alignment is getting disturbed. we have printer files , copied in forms directory as well as in reports directory.
    how to print the report output from browser to printer .
    all reports are character mode reports.
    plz help me to sort out the issue.
    venu

    Good Morning venu,
    We generate to File as PDF and we could print after saving in local or network folders.
    It works for us.
    If you have any more questions, please post it.
    Otherwise
    Mark Helpful or Correct accordingly
    Edited by: New Yorker on Nov 18, 2010 10:03 AM

  • Font issue in 10g

    hi every one
    i am using oracle 6i. In Form button i have label m font is Wingdings 3 and in 6i it's working properly but when i compile form in 10g then it's compile perfectly.
    when i run this form in 10g then button how m.

    The problem with using the complex fonts in Forms actually has little to do with Forms, but more about limitations in the JRE. The JRE, by design supports a limited number of fonts which translate into "Java Fonts". Take a look at the following:
    http://download.oracle.com/javase/6/docs/technotes/guides/intl/fontconfig.html
    There are several notes which have been written and can be found in My Oracle Support. However, be aware that some may offer limited success depending on which Forms version you are using. Here is one such reference. Others are noted in the References section of this note and more can be found with a simple search within MOS using key words like "forms fonts" or "forms Wingdings"
         Practical Guide to Display Wingdings & Symbol Font in Forms with Jinit 1.3 or Higher JRE Versions (Doc ID 454102.1)

  • Arabic font issue in the pdf report in fusion middleware 11.1.1.2

    we are migrating from windows to red-hat Linux web logic 10.3.2 and fusion middle-ware 11.1.1.2 that worked perfectly in the windows after making compliation and publishing the application on redhat i found there is arabic font issue in the reports with the arabic language and it appeared if we print more than five paper in pdf as the the last two paper have no issue but the issue in the first printed paper
    there is something also if we print one or two or three paper it print arabic fony fine
    any help will be appreciated

    we are migrating from windows to red-hat Linux web logic 10.3.2 and fusion middle-ware 11.1.1.2 that worked perfectly in the windows after making compliation and publishing the application on redhat i found there is arabic font issue in the reports with the arabic language and it appeared if we print more than five paper in pdf as the the last two paper have no issue but the issue in the first printed paper
    there is something also if we print one or two or three paper it print arabic fony fine
    any help will be appreciated

  • Oracle Reports 10g Fonts issue

    Hi ,
    I am developing report on windows environment and deploying on Unix environment.
    I am using Oracle Report 10g R2 version.
    The report is created in batch through unix script. I am using barcode fonts and some other fonts in my report.
    When I generate PDF output for the report, I am getting proper barcode font however other fonts used in the report are not showing up properly in the PDF output.
    1. I am using application specific PPD file which contains the list of all the fonts used in the report
    2. All the AFM files for the fonts are availabe in the AFM folder
    3. In the uifont.ali file, I have done following things:
    a. Created Entry for PDF section as below:
    [ PDF ]
    barcode_font = "barcode_font"
    [ PDF:Subset ]
    "Hamburd DB" = "HamburgDemibold"
    4. I have executed the report wiith debug option on. I have checked the debug file and it is reading all the fonts file from required AFM location.
    5. I have creaeted XML of the report and check the fonts used and check the same with Font Alias file and also in AFM Folder.
    6. I have checked the PDF file (document properties) for fonts. It shows that Truetype font is used for Barcode. For others, it shows that Actual font was Adode Sans MS of Type 1 font and it was replaced with HamburgDemiBold however the output file is not proper.
    One more point: If I create a PS file and then conver the file to PDF, then the output PDF file is perfectly fine. However, if I create PDF directly, I am not getting the fonts properly.
    Please let me know what I have missed or done wrong.
    Thanks & Regards,
    Ramchandra Jetwani

    Hi Hamid,
    I tried the steps mentioned in the link however I am still facing the same issue.
    I am using rwrun60 as report runtime and executable. In the environment, REPORTS_PATH is not set.
    I had tried setting the REPORTS_PATH in the unix script and also adding the fonts path with REPORTS_PATH. However, it still does not work. I had tried PDF subset and PDF Embed both however none of them seems to work.
    Also, in the PDF (using menu documents --> fonts) , i see that actual font seen as Adode Sans MM and not the font i need in the output.
    I have question that if the reports path is not set then how oracle report will pick up the fonts details and which location will it look for fonts?
    Also, if reports path is not set then how do i direct oracle report to use font path that i want to be used.
    Uifont.ali file (PDF section)
    #===============================================================
    [ PDF:Embed ]
    "Code-25-30-Int" = "Code-25-30-Int.afm Code-25-30-Int.pfa"
    "Hamburg Medium" = "Hamburg-Medium.afm Hamburg-Medium.pfa"
    "Hamburg-Demi Bold" = "HamburgDemiBoldBold.afm HamburgDemiBoldBold.pfa"
    "Hamburg-Regular" = "Hamburg-Medium.afm Hamburg-Medium.pfa"
    "Hamburg-Medium" = "Hamburg-Medium.afm Hamburg-Medium.pfa"
    Degub file (created using debug_slfind)
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:35 2012
    slfindfile(): product = vgs
    slfindfile(): version = 605
    slfindfile(): type = 1 (RESOURCE)
    slfindfile(): name = vgi
    slfindfile(): language dependent, character set independent
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated vgs to directory =
    slsfindfile(): guicommon6/vgs
    slsfindfile(): and env. var = vgs
    slsfindfile(): checking environment variable VGS_RESOURCE(12).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_RESOURCE(15).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/vgs/admin/resource/US/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/vgs/admin/resource/US
    slfexist(): testing /oratools/d6i_tmp/guicommon6/vgs/admin/resource/US/vgi.res
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/vgs/admin/resource/US/vgi.res
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:35 2012
    slfindfile(): product = ca
    slfindfile(): version = 107
    slfindfile(): type = 3 (LOCALPREFERENCE)
    slfindfile(): name = prefs
    slfindfile(): language dependent, character set dependent
    slfindfile(): gui independent
    slfindfile(): buflen = 1024
    slsfindfile(): translated ca to directory =
    slsfindfile(): guicommon6/ca
    slsfindfile(): and env. var = ca
    slsfindfile(): checking environment variable CA_LOCALPREFERENCE(18).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_LOCALPREFERENCE(22).
    slsfindfile(): environment variable not set
    slsfindfile(): checking HOME directory.
    slsfindfile(): environment variable set to /appl/tst/ah04/stic/home (len=24)
    slfpath(): looking up path
         /appl/tst/ah04/stic/home
    slfexist(): testing /appl/tst/ah04/stic/home
    slfexist(): testing /appl/tst/ah04/stic/home/prefs.ora
    slfexist(): /appl/tst/ah04/stic/home/prefs.ora doesn't exist
    slsfindfile(): *** UNABLE TO LOCATE FILE ***
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:35 2012
    slfindfile(): product = ca
    slfindfile(): version = 107
    slfindfile(): type = 2 (GLOBALPREFERENCE)
    slfindfile(): name = prefs
    slfindfile(): language dependent, character set dependent
    slfindfile(): gui independent
    slfindfile(): buflen = 1024
    slsfindfile(): translated ca to directory =
    slsfindfile(): guicommon6/ca
    slsfindfile(): and env. var = ca
    slsfindfile(): NOTE: All global preferences/aliases are searched for in
    slsfindfile(): $ORACLE_HOME/tools/admin
    slsfindfile(): checking environment variable CA_GLOBALPREFERENCE(19).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_GLOBALPREFERENCE(23).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/tools/admin/US/WE8ISO8859P1/
    slfexist(): testing /oratools/d6i_tmp/tools/admin/US/WE8ISO8859P1
    slfexist(): /oratools/d6i_tmp/tools/admin/US/WE8ISO8859P1 doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/tools/admin/US/
    slfexist(): testing /oratools/d6i_tmp/tools/admin/US
    slfexist(): /oratools/d6i_tmp/tools/admin/US doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/tools/admin
    slfexist(): testing /oratools/d6i_tmp/tools/admin
    slfexist(): testing /oratools/d6i_tmp/tools/admin/prefs.ora
    slsfindfile(): returned /oratools/d6i_tmp/tools/admin/prefs.ora
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:36 2012
    slfindfile(): product = Reports_Runtime
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 0 (UNKNOWN)
    slfindfile(): name = Tk2Motif.rgb
    slfindfile(): language dependent, character set dependent
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): checking environment variable REPORTS_RUNTIME_UNKNOWN(23).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_UNKNOWN(14).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/Reports_Runtime/admin/US/WE8ISO8859P1/
    slfexist(): testing /oratools/d6i_tmp/Reports_Runtime/admin/US/WE8ISO8859P1
    slfexist(): /oratools/d6i_tmp/Reports_Runtime/admin/US/WE8ISO8859P1 doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/Reports_Runtime/admin/US/
    slfexist(): testing /oratools/d6i_tmp/Reports_Runtime/admin/US
    slfexist(): /oratools/d6i_tmp/Reports_Runtime/admin/US doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/Reports_Runtime/admin
    slfexist(): testing /oratools/d6i_tmp/Reports_Runtime/admin
    slfexist(): /oratools/d6i_tmp/Reports_Runtime/admin doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/Reports_Runtime/admin/US
    slfexist(): testing /oratools/d6i_tmp/Reports_Runtime/admin/US
    slfexist(): /oratools/d6i_tmp/Reports_Runtime/admin/US doesn't exist
    slsfindfile(): *** UNABLE TO LOCATE FILE ***
    slfindfile(): product = tk2
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 0 (UNKNOWN)
    slfindfile(): name = Tk2Motif.rgb
    slfindfile(): language dependent, character set dependent
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk2 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_UNKNOWN(12).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_UNKNOWN(14).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/US/WE8ISO8859P1/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/US/WE8ISO8859P1
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/US/WE8ISO8859P1 doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/US/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/US
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/US doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/Tk2Motif.rgb
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/Tk2Motif.rgb
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 0 (UNKNOWN)
    slfindfile(): name = uiprint.txt
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_UNKNOWN(12).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_UNKNOWN(14).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/uiprint.txt
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/uiprint.txt
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 40 (PPD)
    slfindfile(): name = stic
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_PPD(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_PPD(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/PPD
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/stic.ppd
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/stic.ppd
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 40 (PPD)
    slfindfile(): name = stic
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_PPD(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_PPD(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/PPD
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/stic.ppd
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/PPD/stic.ppd
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgDemiBoldBold
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgDemiBoldBold
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgDemiBoldBold
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgBoldBold
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgBoldBold
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgBoldBold
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgMediumMedium
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgMediumMedium
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgMediumMedium
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = Code-25-30-Int
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/Code-25-30-Int
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/Code-25-30-Int
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = EuroCollectionNormal
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/E/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/E
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/E doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/EuroCollectionNormal
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/EuroCollectionNormal
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 0 (UNKNOWN)
    slfindfile(): name = uixpatt.txt
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_UNKNOWN(12).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_UNKNOWN(14).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/uixpatt.txt
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/uixpatt.txt
    slfindninit():
    *** slfindfile() -- script started on Wed Mar 21 10:54:36 2012
    slfindfile(): product = reports60
    slfindfile(): version = 6000
    slfindfile(): type = 1 (RESOURCE)
    slfindfile(): name = rw
    slfindfile(): language dependent, character set independent
    slfindfile(): gui = m
    slfindfile(): buflen = 512
    slsfindfile(): checking environment variable REPORTS60_RESOURCE(18).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_RESOURCE(15).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/reports60/admin/resource/US/
    slfexist(): testing /oratools/d6i_tmp/reports60/admin/resource/US
    slfexist(): testing /oratools/d6i_tmp/reports60/admin/resource/US/rwm.res
    slsfindfile(): returned /oratools/d6i_tmp/reports60/admin/resource/US/rwm.res
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 26 (FONTALIAS)
    slfindfile(): name = uifont
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 1024
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_FONTALIAS(14).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_FONTALIAS(16).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/uifont.ali
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/uifont.ali
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgMediumMedium
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgMediumMedium
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgMediumMedium
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgDemiBoldBold
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgDemiBoldBold
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgDemiBoldBold
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = Code-25-30-Int
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/C doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/Code-25-30-Int
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/Code-25-30-Int
    slfindfile(): product = tk6
    slfindfile(): version = 6.0.8.14.0
    slfindfile(): type = 39 (AFM)
    slfindfile(): name = HamburgBoldBold
    slfindfile(): language free
    slfindfile(): gui independent
    slfindfile(): buflen = 512
    slsfindfile(): translated tk6 to directory =
    slsfindfile(): guicommon6/tk60
    slsfindfile(): and env. var = tk60
    slsfindfile(): checking environment variable TK60_AFM(8).
    slsfindfile(): environment variable not set
    slsfindfile(): checking environment variable ORACLE_AFM(10).
    slsfindfile(): environment variable not set
    slsfindfile(): *** ORATOOLS_HOME not set ***
    slsfindfile(): checking ORACLE_HOME environment variable.
    slsfindfile(): environment variable set to /oratools/d6i_tmp (len=17)
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H
    slfexist(): /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/H doesn't exist
    slfpath(): looking up path
         /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM
    slfexist(): testing /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgBoldBold
    slsfindfile(): returned /oratools/d6i_tmp/guicommon6/tk60/admin/AFM/HamburgBoldBold
    Thanks & Regards,
    Ramchandra Jetwani

  • 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

  • Fonts when sending Reports via Printer Option (10g Reports / Redhat 5)

    When I send a Oracle 10g report to the printer, which PPD file is it using? The printer you install on the server or the one in ORACLE_HOME/guicommon/tk/admin/PPD directory?
    I installed a printer on the Linux Server and copied the file to the ORACLE_HOME/guicommon/tk/admin/PPD directory. I added some new fonts in the PPD so that the report would pick some Windows fonts that didn't exist originally on the Linux. I installed the fonts on the server and am able to see them in PDF Output options on the server.
    When I send the report with the same parameters to the printer directly, it doesn't see those fonts. I only modified the PPD for that printer on ORACLE_HOME/guicommon/tk/admin/PPD directory. So I was wondering if I have to do it on the installed server file as well or not.
    Any help is appreciated.
    Chris

    This was a response that I received from Oracle Support. Basocally, I'd have to install the font in the internal printer memory to get this to work.
    Is there a way to send a Report to PDF in Oracle Forms and then at the same time once that PDF is generated, send it to the printer (without user interaction). That would take care of my problem. That would take care of my printing issue. I know PDF's work and I know I can print them displaying the fonts just fine.
    Support Response:
    Fonts need to be present in the PPD file as well as the internal printer memory .
    Reason is as follows.
    1)Based on PPD file , Font metrics will be used to create thye PS file with the correct font names.
    2)When the PS file is sent to the the printer, actual fonts are not sent . Note that this is a limitation of Oracle Reports PS driver on unix and . Hence, it is required to have a printer that has the fonts installed in its memory/system.
    Currently there is an internal pending enhancement request to upgrade the Postscript driver of Oracle Reports
    Reference
    4149510 UNIX POSTSCRIPT PRINTING ENHANCEMENTS

  • Report Font Mismatch in Windows and Linux

    Hi All,
    I am doing Migration Task from *6i to 10g*,
    When i complie and execute the *10g report* in Windows Platform it Shows the Fonts Exactly what i used in the Report.
    But the Same Report i run in Linux(Unix) Platform. The Fonts are not Matched Exactly or Mismatched.
    Can any one tel me the Solution to solve this kind of Issue.
    Regards
    Gany
    Edited by: Gany - Ford on Sep 28, 2010 1:55 PM

    Thanks For you reply.
    I really dont know , How to Configure the Font Script,.
    Could you please help me, Where to Change in Linux(Unix) and How to Change?
    Give Some Example.
    Thanks
    Gany

  • Font not displaying on Reports Output (RHEL 5) for 10g

    Hi, I know I've posted a question in the past about a font not displaying on Report Output for my Arial, Arial Narrow, and Courier New fonts. I worked with Oracle Support and found that Metalink Note#261879.1 fixed my problem with those 3 fonts. I ran the scripts and now that part works great.
    However, I have one font "ARIALUNI.TTF" that will not work. This is out specific barcode font we use. I've pushed it on Linux from my Windows by pushing it as a binary file to the ORACLE_HOME/guicommon/tk/admin/TTF directory. I even put it in the directory for TTF on Metalink Notoe 261829.1 and let it create the files, but it still doesn't find it when I ran a report that uses this font.
    I tried using font subsetting via the uiprint.ali and make a reference but it still doesn't seem to work.
    Is there something I'm missing that would cause any of these not to work. I thought maybe some files had to be created under the guicommon/tk/admin/AFM file directory but I'm not sure.
    I just want to have my 2 or 3 reports that use this barcode to work. Once I get them, I'm done and all my font issues are resolved. Any help is appreciated.
    Chris

    They are probably a very old Type 1 font. Try checking the dates on the font files. Your best bet would be to get the OpenType versions of those fonts and install them.

  • 10g Report fonts mix when moved to Unix [SOLVED]

    I have 10g Report Developer on my Windows station and on the Unix Oracle Application Server.
    Windows looks and works normally.
    However, the same report, when moved to Unix, has "fixed" as the font and the size is not changeable.
    When run to PDF, smaller font parts like the 'page number' show correctly in Arial, but regularly sized data items and header show in Courier.
    I believe the fonts & printer are not set correctly on the server.
    How do I verify the install & setup?
    Edited by: New Rodeo on Oct 2, 2008 3:46 PM
    Edited by: New Rodeo on Oct 2, 2008 4:39 PM

    seems to be an issue with my x-windows server setup (x-ming)
    if i copy the rdf files from my windows box to the unix box without compiling in the unix box via developer in x-win, the fonts appear correctly when run

  • PDF Format Oracle Reports font issue

    My process is generating the batch oracle Reports.
    Their key map is:
    Key1: %* server=server1 userid=xxxs/xxx@xxxx report=D:\sample.rdf destype=file desformat=PDF
    My process is calling IAS server to generate report. IAS ser is generating and saving the report in the specified location.Reports are running on the server locally and DESTYPE=FILE. So the Oracle Reports output is saved on the server itself. Whenever i open the report on my machine/server i have font issue. Some of the reports has very tiny font. It seems the reports generated by using oracle reports which is Arial Unicode font type is causing the problem. If any reports other then Arial Unicode font like Arial Westrn, those reports are fine. We have 1000s of reports. So we don't want to change each report font type. For me it seems the issue is with the font on the server. Is there anyway to ask App server use Arial Westrn if Arial Unicode not found. How to make these configuration changes in the server. Any suggestions please.

    Maybe this helps or at least points you in some direction ...
    Have a look at font aliasing when configuring Application Server : http://download.oracle.com/docs/cd/B14099_19/bi.1012/b14048/pbr_font.htm#i1006140
    If your Application Server is located on Windows I would suggest to install the fonts there.
    In Unix, this a more complex task.

  • 10g Reports issue with XML Data Source

    Hi,
    Has anybody ever encountered an issue with Oracle 10g report using an XML as the data source? What happens is, some of the values in the XML are printed to the wrong column.
    One of the elements in our XML file is a complex type with 10 elements under it. The first 5 are picked up properly, but the last 6 are not. Elements #6 to #9 has a minimum occurence of 0. What happens is when element #6 is present, but #7 is, the value for element #7 is passed on to element #6.
    The XSD and XSL files are both valid since the reports were working when we were still using 9i. There is no hidden logic in the report which might cause this issue to come up, i.e., the report just picks up the values from the XML and prints it to the appropriate columns.
    Any help will be greatly appreciated.

    XSD used
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
            <!-- trade instructions detail & trailer -->
            <xs:element name="TradeDetail">
                    <xs:complexType>
                            <xs:sequence>
                                    <xs:element ref="TradeType"/>
                                    <xs:element ref="TradeID"/>
                                    <xs:element ref="TradeDate"/>
                                    <xs:element ref="FundID"/>
                                    <xs:element ref="FundName"/>
                                    <xs:element ref="DollarValue" minOccurs="0"/>
                                    <xs:element ref="UnitValue" minOccurs="0"/>
                                    <xs:element ref="PercentageValue" minOccurs="0"/>
                                    <xs:element ref="OriginalTradeID" minOccurs="0"/>
                                    <xs:element ref="CancellationFlag"/>
                            </xs:sequence>
                    </xs:complexType>
            </xs:element>
            <xs:element name="Instruction">
                    <xs:complexType>
                            <xs:sequence minOccurs="0">
                                    <xs:element ref="TradeDetail" maxOccurs="unbounded"/>
                            </xs:sequence>
                    </xs:complexType>
            </xs:element>
            <!-- overall trade instruction message -->
            <xs:element name="InterchangeHeader">
                    <xs:complexType>
                            <xs:sequence>
                                    <xs:element ref="Instruction"/>
                            </xs:sequence>
                    </xs:complexType>
            </xs:element>
            <!-- definition of simple elements -->
            <xs:element name="FundID" type="xs:string"/>
            <xs:element name="TradeType" type="xs:string"/>
            <xs:element name="TradeID" type="xs:string"/>
            <xs:element name="TradeDate" type="xs:string"/>
            <xs:element name="FundName" type="xs:string"/>
            <xs:element name="DollarValue" type="xs:decimal"/>
            <xs:element name="UnitValue" type="xs:decimal"/>
            <xs:element name="PercentageValue" type="xs:decimal"/>
            <xs:element name="OriginalTradeID" type="xs:string"/>
            <xs:element name="CancellationFlag" type="xs:string"/>
    </xs:schema>
    XML used
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <InterchangeHeader xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="TradeInstruction.xsd">
       <Instruction>
          <TradeDetail>
             <TradeType>Purchase</TradeType>
             <TradeID>M000038290</TradeID>
             <TradeDate>20061201</TradeDate>
             <FundID>ARO0011AU</FundID>
             <FundName>ABN Fund</FundName>
             <DollarValue>2111.53</DollarValue>
             <CancellationFlag>N</CancellationFlag>
          </TradeDetail>
          <TradeDetail>
             <TradeType>Redemption</TradeType>
             <TradeID>M000038292</TradeID>
             <TradeDate>20061201</TradeDate>
             <FundID>ARO0011AU</FundID>
             <FundName>AMRO Equity Fund</FundName>
             <UnitValue>104881.270200</UnitValue>
             <CancellationFlag>N</CancellationFlag>
          </TradeDetail>
          <TradeDetail>
             <TradeType>ISPurchase</TradeType>
             <TradeID>M000038312</TradeID>
             <TradeDate>20061201</TradeDate>
             <FundID>MLC0011AU</FundID>
             <FundName>Cash Fund</FundName>
             <OriginalTradeID>M000038311</OriginalTradeID>
             <CancellationFlag>N</CancellationFlag>
          </TradeDetail>
       </Instruction>
    </InterchangeHeader>
    XSLT used
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
            <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
            <xsl:template match="/">
                    <InterchangeHeader>
                            <xsl:for-each select="InterchangeHeader/Instruction/TradeDetail">
                            <xsl:sort select="FundName"/>
                            <xsl:sort select="TradeDate"/>
                                    <TradeDetail>
                                            <TradeType><xsl:value-of select="TradeType"/></TradeType>
                                            <TradeID><xsl:value-of select="TradeID"/></TradeID>
                                            <TradeDate><xsl:value-of select="TradeDate"/></TradeDate>
                                            <FundID><xsl:value-of select="FundID"/></FundID>
                                            <FundName><xsl:value-of select="FundName"/></FundName>
                                            <DollarValue><xsl:value-of select="DollarValue"/></DollarValue>
                                            <UnitValue><xsl:value-of select="UnitValue"/></UnitValue>
                                            <PercentageValue><xsl:value-of select="PercentageValue"/></PercentageValue>
                                            <OriginalTradeID><xsl:value-of select="OriginalTradeID"/></OriginalTradeID>
                                            <CancellationFlag><xsl:value-of select="CancellationFlag"/></CancellationFlag>
                                    </TradeDetail>
                            </xsl:for-each>
                    </InterchangeHeader>
            </xsl:template>
    </xsl:stylesheet>

  • Any documentation on running report 10g in linux server

    Dear Gurus,
    We are converting 6i reports to 10g reports. I need some documentation on how to run 10g reports in Linux Server! In windows environment working fine but need to test in Linux side! Pleas help thanks!

    Hi!
    I have some questions about CopyApp utility. I am trying to Copy TestApp to Prod application. Those applications are on different Planning servers. Sql databases are on the same sql server. Olap applications cubes are on different essbase servers.
    Is this syntax correct: (I think I can run this on Planning production server, or should I use Planning test server or does it matter when I use properties file???)
    CopyApp /S:TestApp /T:ProdApp /P:\\D:\Hyperion\Planning\bin\Copyapp.properties
    In the Copyapp properties file (using Sql):
    Is this correct syntax (referring to syntax above, left out usernames and passwords etc)
    App_JDBC_CATALOG=TestApp
    App_JDBC_DRIVER=hyperion.jdbc.sqlserver.SQLServerDriver
    App_JDBC_URL=jdbc:hyperion:sqlserver://XXX
    App_JDBC_USERNAME=
    App_JDBC_PASSWORD=
    App_JDBC_DATABASE_TYPE=SQL
    App_OLAP_SERVER= essbase server1
    App_OLAP_USERNAME=
    App_OLAP_PASSWORD=
    App_OLAP_APPNAME=TestApp
    App1_JDBC_CATALOG=Prodapp
    App1_JDBC_DRIVER=hyperion.jdbc.sqlserver.SQLServerDriver
    App1_JDBC_URL=jdbc:hyperion:sqlserver://XXX
    App1_JDBC_USERNAME=
    App1_JDBC_PASSWORD=
    App1_JDBC_DATABASE_TYPE=SQL
    App1_OLAP_SERVER= essbase server2
    App1_OLAP_USERNAME=
    App1_OLAP_PASSWORD=
    App1_OLAP_APPNAME=ProdApp
    Should I change something to make this work?
    kind regards, user 637777
    Edited by: user637777 on 3.10.2008 4:27

Maybe you are looking for

  • OSB - Resume in Foreach Loop doesnt work

    Hi, I have used for each loop in osb proxy service message flow, and in the stage error handler i am using a resume action to resume the for loop in case of error for any loop. But then it actually doesnt work. In case of error it continues to next s

  • Advice needed, remotely controlling Mac's.

    Hi there, In my household we have several Mac's, all in different parts of the same house, performing different jobs. The Mac mini in the ground floor living room stores our music and pictures. Whilst the MacPro in the loft studio is used for work an

  • Archive logs to standby showing odd behavior.

    10.2.0.2 HP 11.23 I'm monitoring the archive log transfer of files, and it appeared a little odd...as if the the files are not being applied. So log into the system manually, and ran: recover managed standby database cancel; returned with recovery co

  • Select statement: LIKE IN?

    I have this SQL statement that I want to select as follows: select * from customer where cust_desc like in (select partnumber from orders ) I hit an error doing this. How should I requery my sql statement? Please note: I retrieve 10 records when I di

  • Install iWork09 from box and it still asks for serial number

    Hi all, I think I have previously installed iWork and used trial version.  Recently, I bought a family pack boxed version of iWork.  On my MBA, it installed fine and works beautifully.  On my iMac, it installs fine as well except when I open any of t