Unable to Preview barcode font fields in Word Template Builder PDF Preview

I have searched for solutions to this problem but did not find anything that I have not tried. I have IDAutomation Barcode fonts installed and am using the Word template builder v10.1.3.4 Build 129. My Templates work fine in EBS, but I cannot Preview in a PDF, any fields that are formatted with my barcode or MICR fonts. I have created an xdo.cfg file as per the documentation and placed it in C:\Program Files\Oracle\BI Publisher\BI Publisher Desktop\Template Builder for Word\config. I can successfully preview in an RTF, but not a PDF. Any suggestions?
Here is my xdo.cfg file:
<config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
     <!-- Properties -->
     <properties>
          <!-- System level peoprties -->
          <!-- PLEASE SELECT A VALID TEMPFILE DIRECTORY!!! -->
          <property name="system-temp-dir">E:\Temp</property>
          <!-- PDF compression -->
          <property name="pdf-compression">true</property>
          <!-- PDF security -->
          <property name="pdf-security">false</property>
          <property name="pdf-open-password">user</property>
          <property name="pdf-permissions-password">owner</property>
          <property name="pdf-no-printing">true</property>
          <property name="pdf-no-changing-the-document">true</property>
     </properties>
<!-- Font setting -->
     <fonts>
          <!-- Windows Wingdings font -->
          <font family="Wingdings" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\WINGDING.ttf" />
          </font>
          <!-- GnuMICR font -->
          <font family="GnuMICR" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\GnuMICR.ttf" />
          </font>
          <!-- IDAutomationC39L -->
          <font family="IDAutomationC39L" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationC39L.ttf" />
          </font>
          <!-- IDAutomationC39M -->
          <font family="IDAutomationC39M" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationC39M.ttf" />
          </font>
          <!-- IDAutomationC39S -->
          <font family="IDAutomationC39S" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationC39S.ttf" />
          </font>
          <!-- IDAutomationC39XL -->
          <font family="IDAutomationC39XL" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XL.ttf" />
          </font>
          <!-- IDAutomationC39XS -->
          <font family="IDAutomationC39XS" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XS.ttf" />
          </font>
          <!-- IDAutomationC39XXL -->
          <font family="IDAutomationC39XXL" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationC39XXL.ttf" />
          </font>
          <!-- IDAutomationHC39L -->
          <font family="IDAutomationHC39L" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39L.ttf" />
          </font>
          <!-- IDAutomationHC39M -->
          <font family="IDAutomationHC39M" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39M.ttf" />
          </font>
          <!-- IDAutomationHC39S -->
          <font family="IDAutomationHC39S" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39S.ttf" />
          </font>
          <!-- IDAutomationHC39XL -->
          <font family="IDAutomationHC39XL" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XL.ttf" />
          </font>
          <!-- IDAutomationHC39XS -->
          <font family="IDAutomationHC39XS" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XS.ttf" />
          </font>
          <!-- IDAutomationHC39XXL -->
          <font family="IDAutomationHC39XXl" style="normal" weight="normal>
          <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39XXL.ttf" />
          </font>
     </fonts>
</config>
Thank for any assistance.
Regards,
Donn

The fonts settings did not show up properly. Here is an example inside comments:
          <!-- IDAutomationHC39S -->
<!--     <font family="IDAutomationHC39S" style="normal" weight="normal> -->
<!--     <truetype path="C:\WINDOWS\Fonts\IDAutomationHC39S.ttf" /> -->
<!--     </font> -->
The font family, name, and path have been checked thoroughly.
Thanks,
Donn

Similar Messages

  • XML Publisher 6.5.2 MS word Template Builder fails

    Dear all,
    My env is: Oracle DB 10.1.0.5 on redhat Linux, XML publisher 6.5.2 on Windows 2000.
    While using the XML publisher GUI from the browser, I am able to connect successfully to the database.
    However, when I try to build a RTF template from MS word, I am unable to do so. The MS word template builder wizard is throwing an exception, and I do not know how to solve it in spite of some googling around.
    I gave the same connect identifier in the XMLP GUI (which connects) and also in the template builder (which fails to connect).
    Any help/pointers for this will be welcome.
    Best regards,
    Ambarish.
    Creating XDO Report at: Fri Mar 09 16:56:58 IST 2007
    sql = select * from oblix_audit_events
    description = First sample report from template builder
    port = 1521
    user = scott
    host = ps2844
    sid = coreid10.persistent.co.in
    ReportParameters = {}
    path = D:\Projects\xml_publisher\REPORTS\oamrept01
    data_source_name = COREID10
    name = oamrept01
    java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.O3log.receive1st(O3log.java:410)
    at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:260)
    at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:371)
    at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:551)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:351)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at CreateXDOReport.getConnection(CreateXDOReport.java:49)
    at CreateXDOReport.createXDOReport(CreateXDOReport.java:142)
    at CreateXDOReport.process(CreateXDOReport.java:108)
    at CreateXDOReport.main(CreateXDOReport.java:298)

    The opmn utility dumped core:
    -rw------- 1 bill bill 279474176 Nov 15 13:46 /u02/oracle/bi/core.14808
    # file core.14808
    core.14808: ELF 64-bit LSB core file AMD x86-64, version 1 (SYSV), SVR4-style, from 'opmn'
    I just love this shit!

  • How can I add barcode to my word template for PDF ?

    I must use a Barcode in my personal card template in MS word.
    Barcode properties must be;
    bcCode 39, checksum (enable - csmModulo10)
    If I preview my template in RTF template, it works. Hovewer when I run PDF preview, I couldn't take a barcode output.
    How can I add a barcode to my word template for PDF ???

    I will put the barcode font file to OA_JRE_TOP/jre/lib/fonts and I will create xdo.cfg file at this path OA_JRE_TOP/jre/lib. I will add below code to xdo.cfg
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <config version="1.0.0" xmlns="http://xmlns.oracle.com/oxp/config/">
    <!-- XML Publisher configuration file. -->
    <!-- Please uncomment an element or property to enable options -->
    <!-- Copy the file to <JRE_TOP>/lib directory on all nodes -->
    <!-- (web node and concurrent nodes) named as xdo.cfg -->
    <!-- Properties -->
    <properties>
    <!-- Temporary directory -->
    <!-- Specify temporary directory. $APPLTMP directory -->
    <!-- is strongly recommended for this parameter. -->
    <!-- On concurrent node, $APPLTMP will be used by -->
    <!-- default. -->
    <property name="system-temp-dir">/disk1/oracle/app/ERPcomn/temp</property> -- I used my own path
    </properties >
    <fonts>
    <!-- Font setting (for FO to PDF etc...) -->
    <!-- <family> is case insensitive. -->
    <!-- <style> must be "italic" or "normal" -->
    <!-- <weight> must be "bold" or "normal" -->
    <!-- Follow the structure of <trutype path="...." /> -->
    <!-- to map a font to a TrueType font. -->
    <!-- Example of mapping "MS Gothic" to -->
    <!-- kochi-gothic-subst.ttf -->
    <!-- #remove this line to uncomment
    <font family="MS Gothic" style="normal" weight="normal" >
    <truetype path="/usr/lib/X11R6/lib/X11/fonts/truetype/kochi-gothic-subst.ttf" />
    </font>
    #remove this line to uncomment -->
    <!-- Example of mapping "MS Mincho" to -->
    <!-- kochi-mincho-subst.ttf -->
    <!-- #remove this line to uncomment
    <font family="MS Mincho" style="normal" weight="normal" >
    <truetype path="/usr/lib/X11R6/lib/X11/fonts/truetype/kochi-mincho-subst.ttf" />
    </font>
    #remove this line to uncomment -->
    <!-- Default font is ALBANWTJ.ttf. You can change the -->
    <!-- font by mapping "Default" font family to another -->
    <!-- font.
    <font family="Default" style="normal" weight="normal" >
    <truetype path="OA_JRE_TOP/jre/lib/fonts/mybarcodefont.ttf" />
    </font>
    </fonts>
    </config>
    Now I can use my Barcode fonts by using my concurent XML program...
    Thanks Ravi...

  • XML Publisher/Bi Publisher Using Oracle Package and MS Word Template builde

    My Question is I want to know more about grouping of elements while creating reports in E business suite.
    my approach should be 1. pl sql package with embedded XML data to create xml output. 2. Formatting the xml output using ms word template builder plugin.
    My question is if grouping is required, then where should it be? While creating package to generate xml output or while formatting xml o/p in ms word?
    I wanted to create a check cancellation report where the report should look like below.
    Bank Name American express
    Bank address 1 Cape town city Road
    bank address 2 Lane 2
    Bank City Cape town
    Branch Docara v'dola
    Check number Amount Vendor Status
    1023423 225 huawei Voided
    1023430 500 Ericson Voided
    Signature
    Now for above grouping I Written some thing like below package:
    But I want to know Had I not done the grouping in Package, would it have still be possible to do the grouping in MS Word template builder?
    To simply fy question: If I had not written 2 cursors and written 1 simple cursor and had got simple 1 after 1 fields without any specific grouping in ora package, would it have been possible to do the same grouping while formatting the xml output in MS word template builder?
    the part of code enclosed.
    begin
    DBMS_APPLICATION_INFO.SET_CLIENT_INFO(FND_PROFILE.VALUE('ORG_ID'));
    --fnd_file.put_line (fnd_file.output, '<?xml version = "1.0" encoding="ISO-8859-1"?>');
    fnd_file.put_line(fnd_file.output, '<G_HEAD>');
    for rec1 in c_bank_main
    loop
    fnd_file.put_line(fnd_file.output, '<G_BANK>');
    fnd_file.put_line (fnd_file.output,'<c_bank><![CDATA['|| rec1.c_bank ||']]></c_bank>');
    fnd_file.put_line (fnd_file.output,'<c_bank_acc><![CDATA['|| rec1.c_bank_acc ||']]></c_bank_acc>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress1><![CDATA['|| rec1.c_bankadress1 ||']]></c_bankadress1>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress2><![CDATA['|| rec1.c_bankadress2 ||']]></c_bankadress2>');
    fnd_file.put_line (fnd_file.output,'<c_bankadress3><![CDATA['|| rec1.c_bankadress3 ||']]></c_bankadress3>');
    fnd_file.put_line (fnd_file.output,'<c_bankcity><![CDATA['|| rec1.c_bankcity ||']]></c_bankcity>');
    fnd_file.put_line (fnd_file.output,'<c_branch><![CDATA['|| rec1.c_branch ||']]></c_branch>');
    for rec in c_bank_child(rec1.c_bank)
    loop
    fnd_file.put_line(fnd_file.output, '<G_CHECK>');
    fnd_file.put_line (fnd_file.output,'<c_currency_code><![CDATA['|| rec.c_currency_code ||']]></c_currency_code>');
    fnd_file.put_line (fnd_file.output,'<c_pay_currency_code><![CDATA['|| rec.c_pay_currency_code ||']]></c_pay_currency_code>');
    fnd_file.put_line (fnd_file.output,'<c_cleared_amount><![CDATA['|| rec.c_cleared_amount ||']]></c_cleared_amount>');
    fnd_file.put_line (fnd_file.output,'<c_nls_status><![CDATA['|| rec.c_nls_status ||']]></c_nls_status>');
    fnd_file.put_line (fnd_file.output,'<c_nls_status><![CDATA['|| rec.c_nls_status||']]></c_nls_status>');
    fnd_file.put_line (fnd_file.output,'<c_check_stock_name><![CDATA['|| rec.c_check_stock_name ||']]></c_check_stock_name>');
    fnd_file.put_line (fnd_file.output,'<status_lookup_code><![CDATA['|| rec.status_lookup_code ||']]></status_lookup_code>');
    fnd_file.put_line (fnd_file.output,'<c_check_number><![CDATA['|| rec.c_check_number ||']]></c_check_number>');
    fnd_file.put_line (fnd_file.output,'<c_sum_amount><![CDATA['|| rec.c_sum_amount ||']]></c_sum_amount>');
    fnd_file.put_line (fnd_file.output,'<c_vendor_name><![CDATA['|| rec.c_vendor_name ||']]></c_vendor_name>');
    fnd_file.put_line (fnd_file.output,'<c_doc_sequence_value><![CDATA['|| rec.c_doc_sequence_value ||']]></c_doc_sequence_value>');
    fnd_file.put_line(fnd_file.output, '</G_CHECK>');
    end loop;
    fnd_file.put_line(fnd_file.output, '</G_BANK>');
    end loop;
    fnd_file.put_line(fnd_file.output, '</G_HEAD>');
    end

    Hi,
    You can do grouping in either place. But ideally to avoid re-grouping in the BI Publisher Template your XML would be generated such that it is appropriate for your template.
    This is really important when it comes to very large datasets as you should avoid regrouping in the template in this case.
    Regards,
    Gareth
    http://garethroberts.blogspot.com
    http://www.virtuate.com

  • Unable to see columns of Data Model in Template Builder for Word.

    Experts,
    My customer has defined Data Model,
    and when Ct is trying to insert fields into their documents,
    the columns in the Data Model can't been seen in Template Builder for Word.
    (in tool bar; Oracle BI Publisher > Insert > Field)
    The details is as follow;
    (Data Model)
    Name : TEST
    Type : SQL Query
    SQL Query : select case_id,case_name from TEST where case_id = :p_case_id and serious_flag = 'Y';
    'p_case_id' is taken from LOV.
    (sample data in TEST table)
    CASE_ID CASE_NAME SERIOUS_FLAG
    1 case1
    2 case2 N
    3 case3 Y
    In this case, CASE_ID and CASE_NAME can't be seen in Template Builder.
    But we can see the columns when the sample data is as follow;
    CASE_ID CASE_NAME SERIOUS_FLAG
    1 case1 Y <-(*)
    2 case2 N
    3 case3 Y
    I mean, the data of the first row (in this case, case_id=1) is hit by the SQL query,
    we can see the columns in Template Builder.
    I'd like to know whether it is an intended behavior.
    Regards.

    Hi,
    I reformed the sample data in TEST table.
    In this case,the columns in the Data Model can't been seen in Template Builder for Word.
    CASE_ID CASE_NAME SERIOUS_FLAG
    1     case1
    2     case2     N
    3     case3     Y
    But we can see the columns when the sample data is as follow;
    CASE_ID CASE_NAME SERIOUS_FLAG
    1     case1     Y     &lt;=(*)
    2     case2     N
    3     case3     Y
    In fact, when the data of the first row (in this case, case_id=1) is hit by the SQL query,
    we can see the columns in Template Builder.
    Any information would be appreciated.
    Thanks in advance.

  • Merge Fields in Word Templates are still showing after replaceing procedure

    Hi all,
    we are using CRM 7.0 and we are using the BAdI CRM_OFFICE_TEMPLATE_BADI to replace the Merge Fields which are placed in Word  Template!
    Normaly it works very fine, but in some cases if there is no value to fill into the merge field, the merge field is shown like it is created in the template.
    In most of the other cases the not replaced merge field is not shown in the created document.
    Does anybody has got the same issue? If yes, how do you solve it?
    Every answer is very welcome!
    Best regards
    Michael

    Hi Michael / Carsten,
    I have some problems in implementing CRM_OFFICE_TEMPLATE_BADI. I have redefine method for get_attributes :
    method IF_EX_CRM_OFFICE_TEMP_BADI~GET_ATTRIBUTES.
      DATA: ls_attr TYPE CRM_KW_TEMP_ATTR,
            lt_attr TYPE CRM_KW_TEMP_ATTR_TAB.
    *  IF iv_wsname = 'ZTESTQUO001'.
        ls_attr-NAME = 'CustomAddr'.
        ls_attr-DESCRIPTION = 'Custom Address'.
        INSERT ls_attr INTO TABLE lt_attr.
        ct_attributes = lt_attr.
    *  ENDIF.
    endmethod.
    and redefined method get_values also:
      DATA: ls_val TYPE CRM_KW_TEMP_VALUE,
            lt_val TYPE CRM_KW_TEMP_VALUE_TAB.
    *  IF iv_wsname = 'ZTESTQUO001'.
        ls_val-NAME = 'CustomAddr'.
        ls_val-VALUE = 'Sudirman Street 20' .
        INSERT ls_val INTO TABLE lt_val.
        ct_values = lt_val .
    *  ENDIF.
    The field has shown when I click "Call BADI" on Document templates, but I couldn't click CustomAddr field (no hyperlink in it). could you explain to me what steps are wrong ? How to make this field shown in the schema structure in Microsoft Word 2007 ?
    Your help is greatly appreciated.
    Thank you.
    Agus

  • Converting Barcode font EAN-13 from Smartform to PDF

    Hi Guys,
                  We are printing barcode font EAN-13 in smartform and convert it to PDF through FM.
    But when the barcode is printed in PDF, its not recognised by the barcode reader. Its not look the same when it printed in Smartform.
    Anyone come across this issue..?
    Thanks
    Sam

    hi sam,
    can u check the the smartform when u run in system if it is pdf fine (pdf!).it so then i think the problem lies in printer configuration in spad..
    hope it helps

  • Unhandled exception in Word when building PDF output

    We have a RoboHelp 7 project that has worked fine for quite some time.  Now, after what seemed to be a minor edit, we are no longer able to generate PDF output because Word dies with an exception.  Other projects on the same system build just fine.
    The project runs the first series of Generating PDF but the second one never occurs and the error below is generated by word.
    Any ideas on what we can do to get this to start working again would be appreciated.
    Dana

    Hi there
    While I'm at a total loss as to tell you how to change the behavior, I might ask if you are able to simply generate a Word document without PDF in the picture? If so, gen the Word document, then create the PDF from that as a separate operation.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Where can I download the BI Publisher Word Template builder plugin for MS?

    After configuring the my v3 with BI Publisher I'd like to start with creating the RTF templates. I viewed the demo but cannot find the link to actually download the plugin for MS Word.
    Thanks,
    Pawel.

    Once you Login to Bi Publisher , just click on any of the folder , the Template Builder download is in Folder and Report Tasks , Its the Last Link.

  • Unable to Scan Barcode using SAPLPD printout but working using PDF

    Hi,
    I'm trying to print from print preview going to Text and clicking Print which allows me to print output using SAPLPD and also generates spool.
    For print output through SAPLPD i cannot scan the barcode.
    But where as when i run the program RSTXPDFT4 and give the spool number and download the output in PDF format. Now when i take a print out of PDF format i can scan the barcode.
    Note: The only difference in these is for PDF the barcode is printing as say "balck white black white black" but the print through SAPLPD the barcode is printing as say "white black white black white" i mean to say i place of black line its prints white life.
    Please let me know did any one have faced the same problem.
    Regards,
    Sudheer.

    Hi @MTilney,
    Welcome to the HP Forums!
    I noticed that you are unable to scan using the feeder on your HP Envy 5300 printer. I am happy to look into this scanning issue for you!
    The reason to change from the flatbed to the feeder is greyed out, is due to the mechanical function of the printer. This printer does not have a feeder to scan multiple pages at once, only a flatbed scanner.  
    According to this guide, Scanning with the Full Feature HP Software in OS X v10.10 Yosemite, select Scanning a multi-page original into a single file, follow the instructions for scanner glass. If your printer does not have an ADF and you are scanning a multi-page document, you will need to load each page on the scanner glass one at a time to scan the document.
    To scan with without HP software, please see this guide, Scanning in OS X v10.10 Yosemite Without HP Software.
    Hope this clears things up for you, and have a nice day!
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Barcode Data Field Identifier in template

    Does anyone know how to include a Data Field Identifier (for use with Oracle Mobile Applications) in a barcoded field? We have successfully included barcoded item numbers on XML Publisher reports. The Oracle Warehousing documentation says that you should be able to prefix the field with a P and that will identify the following data as an item number and put it into the correct field when it is scanned. Has anyone done this successfully in an XML Publisher template?

    Thanks, Tim. We discovered that it is a problem with a custom mobile form that Oracle developed for us. It works fine on the standard mobile forms that we are using. The format I'm using in the template is:
    PBAR_VAL where BAR_VAL is a form field that contains the item number.

  • Unable to open file in browser (Microsoft Word Web App, PDFs, etc) after updates

    We just updated with the recent updates, and now are unable to open any documents in the browser in IE. We are using version IE 11. This is not an issue in Firefox or Chrome. Does anyone have any fixes to this? This seems like some sort of compatability
    issue, but we are running our browser in compatability mode.
    Our temporary fix is just to have documents open in the client program, but this really isn't as convenient.

    etoile, can you check the ULS logs on the OWA server at C:\ProgramData\Microsoft\OfficeWebApps\Data\Logs\ULS\, reproduce your error, and see what is captured in the log?
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Flexible crosstab report layout - Word template builder

    I'm new to BI Publisher and learning new things every day. I'm now working on a complex template layout and I'm not even sure if it can be handled at this point. Looking for any advice someone can provide?
    The layout is very similar to a crosstab report, but with some flexibility in terms of layout. Here's a brief description:
    A1 G1
    A2 G2
    A3 B3 C3 D3 E3 F3 G3 G4
    Cells A1 and A2 are static (text labels read from the XML)
    Cells A3 - F3 are columns of the crosstab report. Column A and B always will appear, columns C - F may or may not appear (2 or 3 will appear - just don't know which ones)
    Cells G1 - G2 - Data column headers - This is a repeating column for different data points. There may be 1 up to 20 columns. Only want to display 5 of these per table, since more will go off the page. The next columns should go to a new table
    Cells G3 and G4 - These are the data points for the "crosstab". One is a min value / one is a max value for the specific row / column combination.
    Right now, I've got the columns A3 - F3 generating correctly, but cells A1 and A2 do not shrink and take up the same space as all 6 columns would if columns A3 to F2 were to be displayed. I've got a for-each in A3 that ends in F3. I've also got a for-each in G1 - G2 to extend the repeating columns for the data points.
    Is it possible to have cells A1 and A2 size differently based on how many columns are to be displayed between A3 and F3?
    Is there a better layout than the one above to tackle the creation of this data table?
    Thanks in advance for any ideas!

    Hi Vivek,
    I have LabVIEW 8.5 Development version and the report generation tool kit.  I will be writing VI to fill the data in and generate a word report with Up to 873 different tests.  The template that I attached is the sample template for only one test, I will be doing 873 tests.  The sample test template consists of scope shot and some measured parameters.
    My situation - the VI that I will be writing will fill in the sample template that I attached for 873 times.  For me to generate a word report for all tests, I would have to create a report template with 873 sample templates.  Where there is a red box, I would have to create a field for each box so the LabVIEW will know where to put the data in. 
    Well, that is lot of work in the first place.  Secondly, to keep up with 873 different permuation fields can create lot of unnecessary programming mess.  Lastly, if the user decide to run only part of the test, then there would be lot of empty test templates.  If user decide to run only 10 tests the final report will have 860 empty boxes.  That is not efficient.
    My goal is to create the word report using just one sample template rather than 873.  I would like to copy the sample template based on number of tests user defines. 
    My question is-  Is there any way to copy the sample test template that I attached using the report generation toolkit?
    Regards,
    Chetna Tailor

  • Error occured when try to open the BI report from words (template builder)

    Hi,
    After i LogOn into BI Publisher thru words, successful. But when choose a report to open, error returned as "Error occured. Please check the settings and try again."
    My team had do various of testing, try to reinstall the BI publisher desktop, but not able solve the problems. From the forum, someone comment is due to data loaded too large, so we try to put a query which only select single record from a small database, but still same error.
    then we suspect is due to the proxy setting, because once i reset to bypass the proxy, i able to open the report thru words without any error.
    i found this comment from online doc :
    Have set up the proxy parameters (to avoid any firewall problems with the Web Services and RSS data set reports) in the xmlpserverstart.bat file or the oc4j.cmd file as per your installation.
    Modify the following line, which defines JAVA_HOME. (Observe the proxy parameters in bold.):
    •     "%JAVA_HOME%\bin\java" %JVMARGS% -jar -Dhttp.proxyHost= <myproxy.mycompany.com> -Dhttp.proxyPort=<Port> "%OC4J_JAR%" %CMDARGS%
    Restart xmlpserver or oc4j as the case may be.
    but i can't found this xmlpserverstart.bat or oc4j.cmd from server.
    Please comment.
    Thanks
    Regards
    Eelyn

    hi,
    as per you query posted here, please chk ur sql statement what u had written...there may be some problem with that query that is y ur getting the below error.
    "error occured. please check the settings and try again BI publisher"
    regards
    Kanoj

  • Query Builder using Word Template Builder

    I have created a cover letter as an rtf inserting the needed fields into the letter, it tests correctly, and populates the data from the xml file. When I try to create the report query and browse to the rtf and click on create query I get this response:
    page not found error with this url: http://servername/apex/wwv_flow.accept. Any ideas about what is occurring here would be appreciated, this is the first time I have tried to do this.
    Thanks,
    David.

    That works perfectly - thanks a million!!!!
    Quick follow up question - do you know where in the documentation I could find this? I tried to quickly locate it and couldn't...and would prefer not to have to bother everyone on the forums.
    Thanks again for the help!\
    Scott

Maybe you are looking for