Report on fonts from batch of documents

Hi, does anyone know if there is a script that can go through a folder of a thousand indesign files and create a report (with two choices) of what fonts are used. Choice 1: Just a list of fonts have been used without repeating what fonts have been used... so if "Times Roman" has been used on 30 indesign files the report only mentions "Times Roman once. Choice 2: A list of file names and what fonts are used in each file.
Cheers, Tim

Error you were getting wasn't caused by missing font, it's maybe damaged font or something else.
Array.prototype.unique = function (){var i, a = {},r = [],n = this.length;for( i=0 ; i<n ; ++i ) a[this[i]]=1;for( i in a ) r.push(i);return r;}
if(app.documents.length == 0){
    fontReporter();
}else{
    alert("Please close all documents!","Font Report Creator");
function fontReporter(){
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.NEVER_INTERACT;
// write report to file
var writeReport = function(myData, myFile){myFile.open ('w'); myFile.encoding = 'UTF-8'; for(var d = 0; d < myData.length; d++)myFile.write (myData[d]); myFile.close (); }
// collect info from document
var createFontReport = function(){
    var myDoc = app.documents[0];
    var myDocFonts = myDoc.fonts;
    var myDocName = myDoc.name;
    myFonts.push("//// Font report for file: [ " + myDocName + " ] ////\r\r");
    for(var f = 0; f < myDocFonts.length; f++){
        if(myDocFonts[f].status == FontStatus.INSTALLED){
            var myString = String(myDocFonts[f].fontFamily + "\t");
            try{myString += myDocFonts[f].fontStyleName + "\t";}catch(_){myString += "[ error reading ]\t";}
            try{myString += myDocFonts[f].location + "\r";}catch(_){myString += "[ error reading ]\r";}
        }else{
            var myString = String(myDocFonts[f].fontFamily + "\t");
            try{myString += myDocFonts[f].fontStyleName + "\t";}catch(_){myString += "[ error reading ]\t";}
            try{myString += myDocFonts[f].location + "\t";}catch(_){myString += "[ error reading ]\t";}
            myString += "[ " + String(myDocFonts[f].status) + " ]\r";
        myFonts.push(myString);
        myFontsAll.push(myString);
    //myFonts.sort();
    myFonts.push("\r//// Fonts used count: " + f + " ////\r\r\r");
    var myFonts = [];
    var myFontsAll = [];
    // open/report/close
    var myFolder = Folder.selectDialog("Please select a folder containing the InDesign files.");
    if(myFolder == null){alert("No folder selected!","Font Report Creator"); exit();}
    var myFolderContents = myFolder.getFiles("*.indd");
    if(myFolderContents.lenght == 0){alert("No InDesign files in folder!","Font Report Creator"); exit();}
    for (var i = 0; i < myFolderContents.length; i++) {
        app.open(File(myFolderContents[i]), false);
        if(app.documents[0].saved == true)createFontReport();
        app.documents[0].close(SaveOptions.no);
    var myReportFile = File(myFolder + "/" + "Separate document report - Font Report.txt");
    writeReport(myFonts, myReportFile);
    // complete report
    myFontsAll = myFontsAll.unique();
    myFontsAll.sort();
    myFontsAll.unshift("//// Font report for folder: [ " + myFolder.fsName + " ]////\r\r");
    myFontsAll.push("\r//// Fonts used count: " + (myFontsAll.length - 1) + " ////");
    myReportFile = File(myFolder + "/All [INDD] Documents Font Report.txt");
    writeReport(myFontsAll, myReportFile);
app.scriptPreferences.userInteractionLevel = UserInteractionLevels.INTERACT_WITH_ALL;
alert("Font reports created!","Font Report Creator");
Hope it will work fine for you now.
tomaxxi
http://indisnip.wordpress.com/

Similar Messages

  • Removing fonts from a Frame document

    I am using Framemaker 9 with the latest update.
    Whenever I save a file as a PDF, I get the message that the Helvetica and Times fonts are not available and are replaced with some other fonts.
    I am not using Helvetica or Times. When I do a search for these fonts in the document, I can't find them. I looked in the .mif file and these fonts are not there either.
    I find this very annoying. Is there any way to get rid of these fonts once and for all.
    Thanks,
    Mack

    I have been getting those messages too and the checking of 'remember missing fonts' mainly does the trick. However, I usually found those (in my case, times font) to be in the generated files such as TOC.
    Hope this helps narrow down your search.
    Pieter

  • Font problem creating WORD document with Oracle Reports 8i/9i

    I created a report using different Arial fonts. Once the report is generated from a .NET application, the fonts in the word document are changed apparently into Helvetica. This disarrange my lay-out completely. How can I solve this problem?
    (NB. when I generate a PDF, there is no problem!)

    By the way. I create the files in this way:
       private void createFile(String outFileName) {
          try {
             ByteArrayInputStream result = clientDoc.getPrintOutputController().export(ReportExportFormat.PDF);
             File newFile = new File(outFileName);
             FileOutputStream output = new FileOutputStream(newFile);
             int bytesRead = 0;
             byte[] byteArray = new byte[10000];
             while ((bytesRead = result.read(byteArray)) != -1) {
                output.write(byteArray, 0, bytesRead);
             output.flush();
             output.close();
          } catch (Exception e) {
             e.printStackTrace();

  • Report "General Ledger from the Document File" - Cumulative balance

    Hi!
    When I start the report "General Ledger from the Document File" (transaction S_ALR_87100205), I get a list of documents with no obvious default sort order criteria (I can see at glance that document numbers and posting dates are not sort criteria). This makes the cumulative balance column completely useles.
    Since the cumulative balance is carried from one row to another, standard sorting functionality for the already produced list makes no sense.
    There should be a way to affect the sort order in program <b>before</b> cumulative balance calculation, or at least to find it out.
    Is there a way to acomplish this?
    Thanks!
    Regards,
    Igor

    In the output control section there is a button called configure. Select a variant. Select configure. Save the sort order and report definition the way you want it. Name a new variant. Now go back and run the report with your variant.
    pls assign points if helpful as a way to say thanks.

  • Removing/substituting a "missing font" from a document

    Hey all!
    I removed some unused fonts from my system, and now some of my Pages documents raise up the "missing font" error on opening, although all styles used in the document use the fonts that are in the system. Perhaps some of the blank paragraphs may have "traces" of those old fonts.
    So is there a way to do a "substitute font" procedure? Or do I have to manually select all paragraphs and make sure the style they use is based on an existing font?
    Thanks,
    Artemiy.

    Artemiy,
    check this posting, where Dale Gillard published an AppleScript to change missing font names by other names: http://discussions.apple.com/message.jspa?messageID=2212786#2212786
    If this information is useful to you, please mark it as "helpful" or "solved" using the little buttons in the titlebar of this message. Thank you.
    PowerBook G4 17", 1GB   Mac OS X (10.4.8)   iMac G5 20"; iPod 3G, iPod Shuffle, iSight

  • HT2509 I have installed a font from the internet into Font Book and saved it in my Fonts folder under my user library. How can I make it available in Word to type a document?

    I have installed a font from the internet into Font Book and saved it in my Fonts folder under my user library. How can I make it available in Word to type a document?

    Font Management in OS X

  • Batch create PDF from multiple InDesign documents

    Is it possible to create PDF files from multiple InDesign documents, or is there perhaps a script that can do this?

    Thanks for this script, it works wonderful.
    It saved me a lot of time.

  • 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

  • How to fetch accounting document number from known material document number

    Hi,
    Using MIGO transaction, by giving mblnr(material document number) as input, I get accounting document number by clicking FI document.I have to add this accounting document number in my report for corresponding known mblnr(material document number) values.
    My question is how to fetch the accounting document number present in MIGO to add in my report program.
    I used the xblnr(Reference Document Number) which is present both in mkpf and bkpf tables to fetch values.
    I extracted xblnr values with known mblnr values from mkpf (Header: Material Document table).
    and then extracted belnr(accounting document number) from bkpf (Accounting Document Header table) by using xblnr values.
    But the query is running for a long time.
    Is there any other method  to extract the values in a simpler way.
    Kindly advise.
    Thanks and Regards,
    Sanjeev

    I had the values of xblnr and some other fields such as mblnr, budat etc in wi_item table.
    I created a new internal table i_xblnr and got down those values.
    And then created a new internal table i_belnr and tried to get values of belnr in it.
    The code I wrote is given below:
    IF not wi_item[] is initial.
    loop at wi_item.
       at new xblnr.
        ws_xblnr-xblnr = wi_item-xblnr.
         append ws_xblnr to i_xblnr.
       endat.
    endloop.
      select belnr xblnr from bkpf into table i_belnr for all entries in i_xblnr where xblnr = i_xblnr-xblnr.
    ENDIF.
    Kindly look after it.Thank you.
    Regards,
    Sanjeev

  • Calling up a Performance Manger SPC Chart from a WebI document

    Post Author: satwar
    CA Forum: Performance Management and Dashboards
    Please forgive my terminology, as I'm only a superuser of B.O. not a computer trained person.I have put a few years into configuring WebI document reports in InfoView of B.O. XI 2.  Our company is getting into SPC in a big way, hence my attention has turned to Performance Manager.  I was disappointed to learn that I have to create a whole new Universe of objects in Performance Manager in order to conduct SPC analysis on the variables I have been reporting in tables & graphs in WebI documents in InfoView.I can learn to accept that aspect of B.O. but I am a little concerned about my users having to navigate through Performance Manager to view SPC analytics.  My users have put up considerable resistance just navigating to WebI documents in InfoView.Hope seemed to be around the corner when I read about calling up Performance Manager analytics from WebI documents.  Having read the details it seems like these WebI documents are created in the Performance Manager Universe, not in the Infoview WebI documents that I have already developed in InfoView.If anyone can explain and clarify how this feature works, I'd be eternally grateful. 

    Post Author: jezbraker
    CA Forum: Performance Management and Dashboards
    You can Link any documents that are stored as objects in the cmc, regardless of the universe or way in which they were created.openAnalytic.jsp will allow you to open pretty much anything much as does openDocument  int the webi world.Once you create the SPC chart in process analysis youll need to view it in the control chart screen then click save as and save it into one of you folders in the corp repository. When this is done you can quickly get an example of the URI syntax by going to create new document in dashboard manger, selecting interactive metric trends, expanding navigation and legend opions, clicking browse, selecting your newly saved analytic and clicking ok.  This will but a url into the text box which you can copy and paste into your webi doc links - here's an example of the kind of thing... openAnalytic.jsp?DocumentName=MySPCanalytictest&RepositoryType=C&RepositoryName=SPCTest&DocumentExt=afd&DocumentId=AadTAN28x6lMpTxxlAhW09s&mode=full You may need to stick the odd ../../ or /jsp/ etc in front of the url depecing where you plan to call it from of course. You'll find descriptions of parameters etc for openAnalytic in the product docs. cheers,jez.  

  • How to make Safari browser always open a new web page in a new Safari browser window which was clicked from a PDF document URL

    Hi
    I have a web application which would enable users to see a list of PDF document on the web page and when the user select the PDF document, it will be open by a adobe PDF view
    Within the content of the PDF document, it will contact URL links to some other portal web pages which we would like these other web pages to be open in a new browser window, but our testing shows that the new web pages may not always open in a new browser window.
    Could you help to advise how I can enforce that new web pages that are clicked from the PDF document can always be open in a new Safari browser window ?
    Thanks in advance.
    Regards
    Sen Lee 

    Hello,
    In order to change the default reader for PDF files (to not open PDF files with Firefox's internal PDF reader), follow these steps:
    #Go to ''Tools'' > ''Options'' (or ''Firefox'' > ''Options'').
    #In the Options window, select the ''Applications'' tab.
    #In the ''Search'' field, type ''PDF''. You should find ''Portable Document Format (PDF)''.
    #On the right handside you should find an ''Action'' column. Use that to select your favorite PDF reader. In order to view PDF files in Firefox, choose ''Preview in Firefox''.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Old fonts from System 7 & Mac OS 8 & OS 9: Safe to install in 10.6.4?

    I've been accumulating fonts for years and years. I recently got a new MacBook Pro and it's now running 10.6.4.
    I still have, backed up on an external drive, hundreds of freeware, shareware and pro-level fonts which I acquired way back in the distant past, some as early as System 7 -- the "Date created" column says they're dated starting 1992 and every year up through 2004. (There's also about 15 System 6-era fonts in there too going back to 1989, but I think I'm just going to trash those.)
    My question: Is it "safe" to install these fonts on my 10.6.4 machine? Or could the ancient fonts cause some kind of operating system meltdown or panic or whatever?
    Perhaps the OS 8 & OS 9 fonts are safe, but not the System 6 and System 7 fonts?
    Or all they all safe?
    And even if they are safe to install: Will they work?
    Lastly: What's the best way to install them? I see a new feature in OSX which I had never noticed until now is that if one double-clicks the font icon, a "Font Book" window pops up with an optional "Install Font" button at the lower right. By clicking that button, does Font Book physically move the font file to the proper place in the OSX system? Or...?
    Any advice or insight into this problem would be most appreciated. I want to have access to all my old fonts (I still have many documents which make use of them) but I don't want to mess up my fresh new 10.6.4 system. Thanks.

    My question: Is it "safe" to install these fonts on my 10.6.4 machine?
    Yes.
    Or could the ancient fonts cause some kind of operating system meltdown or panic or whatever?
    Only if they conflict with other fonts, or are corrupt.
    Perhaps the OS 8 & OS 9 fonts are safe, but not the System 6 and System 7 fonts?
    Anything from System 8 forward will work. System 6 used bitmapped fonts. These are not supported in OS X. System 7 and 7.5 though were a mix. There were both TrueType and bitmapped fonts. Only the TrueType fonts can be used.
    It does depend on where you're reading about these old fonts. One site notes that TrueType fonts were introduced in System 7. Another states that there were TrueType fonts in System 6.
    And even if they are safe to install: Will they work?
    Yes. I have tons of old fonts; Mac TrueType from OS 9 and earlier, Type 1 PS fonts from way back, etc. They all work just fine.
    What's the best way to install them?
    The best way actually, with Font Book, is to not install them. Which I will explain per the next part:
    "Font Book" window pops up with an optional "Install Font" button at the lower right. By clicking that button, does Font Book physically move the font file to the proper place in the OSX system?
    If you look in Font Book's preferences, fonts you "install" can go to either the /Library/Fonts/ folder, or by default, the Fonts folder in your user account. What you really want to do is activate fonts "in place", which is to activate them from where they are instead of creating copies. Do this by creating a Library Set in Font Book rather than a normal set. Fonts added to a Library Set are activated in place.

  • Run_report_object in forms10g: Reports Server only accept batch jobs

    Hi all,
    We've migrated an old forms application to forms 10g R1. To run report objects from the form applications, I use the following code to run reports with a report server (10g):
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_FILENAME,'c:\path\to\report.rep'');
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_SERVER,'repserver');
    l_rep_return := RUN_REPORT_OBJECT(l_rep_id, pl_id);
    The parameter pl_id is a pre-filled parameter list, and the parameter l_rep_id is the report_object, which was added to the reports-node in the fmb.
    By running this code, the reportserver successfully executes the report and via the report server queue I can open the created PDF file.
    But, as the report_comm_mode is set to ASYNCHRONOUS, the code doesn't wait until the reportserver has finished the execution of the report, so it's impossible to show the report by web.show_document. So I've set the report_comm_mode to SYNCHRONOUS:
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_FILENAME,'c:\path\to\report.rep'');
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(l_rep_id,REPORT_SERVER,'repserver');
    l_rep_return := RUN_REPORT_OBJECT(l_rep_id, pl_id);
    But when I executes this code, the execution of the report failes, and the following error code is shown in the report server queue:
    Terminated with error: REP-188: Reports Server only accept batch jobs
    But as you can see, the execution_mode is set to BATCH, so that is not the problem.
    Is there anyone who can help me to fix this problem?
    Regards,
    Jeroen

    I just sent you an e-mail, I hope it helps!

  • When opening a pdf document in Adobe Reader the font of the original document is changed....It becomes a mix of the original font and a new different font. How can i fix this

    When opening a pdf document in Adobe Reader the font of the original document is changed....It becomes a mix of the original font and a new different font. How can i fix this

    This issue occurs with most of the PDFs that I open up. I am using the latest version of adobe reader on my windows based machine and it is a general PDF. I saw a similar post online stating that if you look at the fonts used in the document and it doesn't say (Embedded) next to it, then Adobe Reader will try to pull the font(s) from your computer and if it doesn't find that font then it will replace it which makes it look funny.

  • How do I remove a font from FM 9

    How can I remove a specific font from FM 9?  I've looked in the system fonts and the font (Adobe Garamond) is not available there.  The problem is when we open up some of our reports this font gets used instead of plain Garamond. While working in Frame this is not a problem but when we go to save the report as PDF the Adboe Garamond sections look horrid.
    So is it possible to remove the Adobe Garamond font and always have plain Garamond used?
    Thanks,
    Brenden

    Fonts can come from a variety of places; first off, could you tell us what printer you have as the Windows' system default printer when you create PDFs.  The best results for creating PDFS come from having it set to "Adobe PDF", so test with that and see what you get.
    Some printers have fonts built into them, so if you have, say, a "Lexmark xxx" printer as the default then the fonts could be from the printer itself.
    Second, look at the settings in Distiller, in the menu Font Locations.
    Third, there's a setting in Distiller fonts dialog about ignoring truetype,  let us know what you have set there.
    Also, it's always a good idea to specify the exact FM version (from Help > About, the "pxxx" numbers) when you post on the forum, in case you haven't updated and there happens to be an issue that is solved by an update.
    Sheila

Maybe you are looking for

  • What is the use of preview JPEG embedded in DNG?

    I tried converting a CR2 file to DNG, choosing different size JPEG preview, including full, medium and none.  The converted DNG file all look the same when I open them in LR3.  So the image we see in the library and develop module is not the JPEG emb

  • Dump analysis

    The computer has rebooted from a bugcheck.  The bugcheck was: 0x0000001e (0xffffffffc0000005, 0xfffff88005d86410, 0x0000000000000000, 0x0000000000000000). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 031915-16005-01.

  • The disk you inserted was not readable by this computer. (when putting ipod into mac) help,. now have no music on my ipod

    the disk you inserted was not readable by this computer. (when putting ipod into mac) help,. now have no music on my ipod. how do i sort this out?

  • Front row, where's the app and login problem....

    Hi all ! When a use front row via the apple remote, each time my Imac core duo goes to sleep, and i try to change playlist in itunes it ask me for my login/password... So i have to get up and enter the password, annoying since i'm in the bed trying t

  • Update music to Playlist and Library

    My son has seven hundred songs on his Ipod, but only 330 are listed in the Playlist and Library Music file. We want to copy the songs from his Ipod 30 gig Video to a new Ipod Touch. How can we update the Playlist and Library file to match the songs o