New in XML Publisher

Hi
I'd like to know what do i need to start working with XML Publisher.
Thanks

The usage inside EBS (as XML Pub) isn't that different than using BI Publisher standalone, of which, you can easily download and install on your PC. After installing the add-in for Word, you will have tons of examples. I also mentioned Oracle By Example. Had you looked there already, you would see lots of examples there as well. What is it that you want people to provide for you more than that? But, the direct answer to your question is yes. Read the documentation that comes with EBS. You can also buy a book (published in Europe, written in English, available at http://www.amazon.com/BI-Publisher-Oracle-E-Business-Suite/dp/1847991157). You can also spend $300 plus about $42 in tax/shipping to buy the Oracle University CD-ROMs.

Similar Messages

  • New to XML Publisher

    Hai People...
    I am a PL/SQL guy and am new to reports and XML stuff...
    Can anybody please tell me nice books to know about XML publisher and any online tutorials??.I have the PDF document which oracle provides..but i need it to know right from the scratch..
    Thanks,
    Dwarak.K

    True, but I would also recommend the tutorial in the Template Builder for Word as a starting point. In addition, I think it is helpful to own an XSLT book to understand the principles:
    XSLT - from O'Reilly is good, but limited to XSL 1.0
    XSLT 2.0 from WROX is also good.
    For the advanced user I would recommen also
    XSL-FO from O'Reilly...
    Since the RTF is converted into an XSL-FO stylesheet most of the time you don't have to care about understanding XSL-FO. But if you want to write code that dynamically changes attributes, you have to here to find an explanation of the attributes and the structure... But not a starting place...
    Klaus

  • New To XML Publisher - Need Guidence

    Dear All
    I am new to BI- XML Publisher.
    I knew well Oracle reports- 6i & 10g. Now want to learn XML publisher
    Please guide me where i will get simple example to begin learning
    Thanks

    main docs - http://www.oracle.com/technetwork/middleware/bi-publisher/documentation/index.html
    Creating Reports in Oracle E-Business Suite Using XML Publisher - http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/xmlp_ebiz/index.html
    Creating RTF Templates by Using BI Publisher 11g Template Builder for Word - http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bip/tb4word/tbwordbip.htm
    Getting Started with Oracle BI Publisher 11g - http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bip/bip11g/gettingstarted/gettingstarted.htm

  • New to XML Publisher Report

    HI All,
    This is md, came from java background.For the time being I was assigned to xml publisher reports......
    I am new to this one............
    Below, I put a list of doubts on XML Publisher .. plz clarify it ASAP
    1. what is the basic things may I know to learn xml publisher reports?(means skills)
    2. Can you tell me any documentation or material for it?
    3. What softwares can I download to work on it(local machine)?
    I think the reports which are going to work in future ,that are based on order management module..
    Any One Help would be greatly Appreciated.....
    Best Regards
    ....

    1. what is the basic things may I know to learn xml publisher reports?(means skills)Since you are from Java background then XMLP API will be easy to grasp. Look the documentation when dowloading the softwares from OTN.
    2. Can you tell me any documentation or material for it?
    For now depends on Oracle documentation coming with the software and
    ask question in this forum.
    3. What softwares can I download to work on it(local machine)?
    XMLP software comes in 2 pieces.
    - Client pieces is for building template and put a plug-in into MS word.
    - Server pieces again is 2 pieces:
    1) the WAR file you can deploy manually on any application server.
    2) Automated one install OC4J server and WARfile.
    Note: for server must have access to Oracle DB to install the scheduler SCHEMA
    Both of this pieces can be install on your machine with Oracle XE database installed
    and ply locally.
    I think the reports which are going to work in future ,that are based on order management module..This is XMLP ebusiness suite
    HTH
    Shaun S

  • Issue using data link in XML Publisher

    Dear All,
    I am new to XML Publisher, for the first time trying data link concept in XML Publisher tool. The issue is very simple, I have two queries Q1(say it fetches sales_order_number, application_name ) and Q2 (say it fetches sales_order_number , error_number, error_description). And sales_order_number is passed as input using data link to Query Q2 from query Q1 and Q2 will retrive more than one row for a given sales_order_number.
    Say for a given dept_name 1001 the output will be something similiar like
    Q1:
    SO# | Appl.Name
    1001 | 'Invoice '
    Q2:
    SO# | Error.# | Error Desc
    1001 | 1512 | No Data Found
    1001 | 1513 | Invalid Entry
    1001 | 2674 | Error while inserting the record
    and the query which I have used in XML template goes like this
    <dataQuery>
    <sqlStatement name="Q1">
    <![CDATA[select sales_order_number, application_name                 
                      from T1
                     where sales_order_number = :in_sales_order_num]]>
    </sqlStatement>
    <sqlStatement name="LINES">
    <![CDATA[
    select sales_order_number , error_number, error_description
    from T2]]>
    </sqlStatement>
    <link name="Dummy_LINK" parentQuery="Q1" parentColumn="sales_order_number" childQuery="Q2" childColumn="sales_order_number" condition="="/>
    </dataQuery>
    <daraStructure/>
    And the grouping is as follows
    <group name="G_Q1" source="Q1">     
         <element name="sales_order_number" value="sales_order_number"/>
         <element name="application_name" value="application_name"/>     
    <group name="G_Q2" source="Q2">
         <element name="sales_order_number" value="sales_order_number"/>
         <element name="error_number" value="error_number"/>
         <element name="error_description" value="error_description"/>     
    </group>
    </group>
    And in the RTF template I have properly used <?for-each:G_Q1?> <?for-each:G_Q2?>- --
    <?end for-each?><?end for-each?>
    Ideally the header (Q1) should have one row and the lines (Q2) should have 3 rows. But the issue here is even Q1 produces 3 rows.
    If in case Q2 has 4 records, then Q1 also plots 4 records in the report output. Hope I am explaining the issue correctly. Any help to resolve the issue would be a great. Thanks in advance.
    Regards,
    Antony.

    try like this
    <?if: (TYPE='A') or (TYPE= 'B')?><TABLE STRUCTURE><?end if?>
    or
    <?if:contains('A~B', TYPE )?><TABLE STRUCTURE> <?end if?>

  • XML Publisher Template Selection Dynamically

    Hi All,
    I am new in XML Publisher domain and currently working on a report and I am able to generate EXCEL and PDF output using following steps.
    STEPS
    1.     Create RDF Report
    2.     Register as Executable and Created Concurrent Program WITH XML Output
    3.     Create RTF Template for PDF format
    4.     Create RTF Template for EXCEL Format
    5.     Register Data Definition (Concurrent Program short name is same)
    6.     Register Template 1 (Default type PDF and uploaded PDF template file)
    7.     Register Template 2 (Default type PDF and uploaded EXCEL template file)
    8.     Running the Report using FND Request Submission form
    a.     In Options Default is coming as EXCEL (only one template)
    b.     Change template to PDF generates PDF output
    c.     If added both the template another concurrent Program submitted (XDO) to generate both the outputs.
    I have few questions
    *1.* When I am submitting concurrent program how this form/concurrent program identifies default TEMPLATE (Excel or PDF)?
    *2.* I have one parameter in RDF to determine which layout I have to use (Dynamically)
    I found one procedure FND_REQUEST.ADD_LAYOUT to change the template code dynamically but this is not working (I tried this code in Before and After Report Triggers but without any luck)
    I don’t want to submit another request (1 default present in OPTIONS tab and one from AFTER Report Trigger)
    Using ADD_LAYOUT followed by FND_REQUEST.SUBMIT (XDO one to submit another request)
    My interpretation of ADD_LAYOUT procedure is
    This procedure set the package global (session) variables which are used by FND_REQUEST to identify template code and run XDO concurrent program to generate the actual output. But, when I submit the changes it picks template details from OPTIONS tab so ideally when I used this procedure OPTION tab values should change as per my selection? How can I change OPTIONS TAB values? Is it possible?
    It will be a great help if someone can explain me how can I achieve this result.
    Thanks & Regards
    Sachin

    You have another option which you can consider for this scenario.
    Have a single RTF template and attach this to data definition.
    Let this RTF conditionally choose the layout based on the input parameter.
    i.e.
    <?if:param1='PDF'?>
    PDF layout
    <?end if?>
    <?if:param1='EXCEL'?>
    EXCEL layout
    <?end if?>

  • XML Publisher Desktop Db connect SQL Server Host:Port:Sid

    Brand new to XML Publisher. Set up XML Publisher Enterprise environment to work with SQL Server 2005 using both MS 2000 & 2005 JDBC drivers, so far no problem.
    However the XML Publisher Desktop Report Wizard will not connect to SQL Server 2005 using either MS 2000 & 2005 JDBC drivers. I provide the same data source name, user and pw that I use in the XML Publisher Enterprise environment but it is the 4th piece of information - the database portion (Host:Port:Sid) that I am having trouble with. SID is an Oracle invention not used in the SQL Server world. I have tried various combinations of the database string without sucess.
    Perhaps the XML Publisher Desktop does not work with SQL Server. Does anyone know how to use XML Publisher Desktop to create templates that will work with MS SQL Server?
    Thank you.
    BG...

    Shaun,
    Thanks for you comments. I belive I now have enough to use the HSGC-ODBC technique to make the template and then re-edit it to make it work with the original JDBC connection.
    That said, "Using ODBC-JDBC bridge connection is really poor in performance." I, more than anyone on the planet am aware of this issue and more.
    Being new to XMLPublisher I thought that having a JDBC connection to a SQL Server from XMLP Enterprise led me to beleive that the XMLP Desktop template creation tool would also work. "*** Pity the fool ***" for thinking that! (Thank-you Mr. T!!! <grin>).
    Because I had to engage a 'heterogeneous connectivity" solution to this problem indicates that the product is half-baked. That's not to say that it is not capable.
    Rushing software products to market quickly creates products that make the rest of us jump through hoops. I resent that!!! I have more import things to do than waste time!
    I demand more of a trusted vendor, do you? I have tortured myself with Oracle products thinking they were ready since the early nineties.
    Look we are in a "heterogeneous universe" and if the product pretends to work with "heterogeneous databases" on the Enterprise side than it damn well aught to work with them on the Desktop side. That's my opinion.
    Attention OTN: I am back!!!
    Justin, this needs to be fixed.
    Thanks!
    BG...

  • XML Publisher error..urgent

    Hi all,
    I am new to XML Publisher.I have tried to publish a Oracle Report in EBS with XML publisher, but failed.
    I defined the data definition and the Template as said in the UserGuide.Then i set up the report (in the Concurrent..Program..Define window) to generate a XML data.
    I even defined the default template in the Update Concurrent Manager Window but when i go the the standard Concurrent Request Submission window i dont see the default Template in the Upon Completion..Layout window.
    After this if i submit the concurrent Request it gets completed with warnings,"Internal error Unable to start Oracle toolkit.".On hitting View output tab i get the alert----- No Output generated for this request.
    I cannot understand where i am going wrong.
    Any help wold be great as i am new to XMLP:
    I have done the installation setup test by invoking the fnd_installation.get_app_info function and it returned me the 'I' status.So i just hope may be the installation setup is fine.

    Hi,
    when i open the Opp log file to see the error for case 2.i found the following error in log file.
    Template code: FNDCPPGD_XML
    Template app: FND
    Language: en
    Territory: US
    Output type: PDF
    [3/21/07 8:00:41 PM] [UNEXPECTED] [95374:RT2117499] java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA, LENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.LOB_TYPE = :1 AND L.APPLICATION_SHORT_NAME= :2 AND L.LOB_CODE = :3 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND ( (L.LANGUAGE = :4 AND L.TERRITORY = :5 ) OR (L.LANGUAGE = :6 AND L.TERRITORY = :7) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.initStream(TemplateInputStream.java:318)
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.<init>(TemplateInputStream.java:183)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.getTemplateFile(TemplateHelper.java:776)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:1269)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    [3/21/07 8:00:41 PM] [95374:RT2117499] Completed post-processing actions for request 2117499.
    [3/21/07 8:41:50 PM] [OPPServiceThread0] Post-processing request 2117501.
    [3/21/07 8:41:50 PM] [95374:RT2117501] Executing post-processing actions for request 2117501.
    [3/21/07 8:41:50 PM] [95374:RT2117501] Starting XML Publisher post-processing action.
    [3/21/07 8:41:50 PM] [95374:RT2117501]
    Template code: FNDCPPGD_XML
    Template app: FND
    Language: en
    Territory: US
    Output type: PDF
    [3/21/07 8:41:50 PM] [UNEXPECTED] [95374:RT2117501] java.sql.SQLException: No corresponding LOB data found :SELECT L.FILE_DATA FILE_DATA, LENGTH(L.FILE_DATA) FILE_LENGTH, L.LANGUAGE LANGUAGE, L.TERRITORY TERRITORY, B.DEFAULT_LANGUAGE DEFAULT_LANGUAGE, B.DEFAULT_TERRITORY DEFAULT_TERRITORY,B.TEMPLATE_TYPE_CODE TEMPLATE_TYPE_CODE, B.USE_ALIAS_TABLE USE_ALIAS_TABLE, B.START_DATE START_DATE, B.END_DATE END_DATE, B.TEMPLATE_STATUS TEMPLATE_STATUS, B.USE_ALIAS_TABLE USE_ALIAS_TABLE FROM XDO_LOBS L, XDO_TEMPLATES_B B WHERE L.LOB_TYPE = :1 AND L.APPLICATION_SHORT_NAME= :2 AND L.LOB_CODE = :3 AND L.APPLICATION_SHORT_NAME = B.APPLICATION_SHORT_NAME AND L.LOB_CODE = B.TEMPLATE_CODE AND ( (L.LANGUAGE = :4 AND L.TERRITORY = :5 ) OR (L.LANGUAGE = :6 AND L.TERRITORY = :7) OR (L.LANGUAGE= B.DEFAULT_LANGUAGE AND L.TERRITORY= B.DEFAULT_TERRITORY ) )
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.initStream(TemplateInputStream.java:318)
         at oracle.apps.xdo.oa.schema.server.TemplateInputStream.<init>(TemplateInputStream.java:183)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.getTemplateFile(TemplateHelper.java:776)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:1269)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:229)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:153)
    [3/21/07 8:41:50 PM] [95374:RT2117501] Completed post-processing actions for request 2117501.
    [3/21/07 10:15:55 PM] [GSMServiceController:95374] Received shutdown request.
    [3/21/07 10:15:55 PM] [GSMServiceController:95374] Preparing to shutdown service.
    [3/21/07 10:15:55 PM] [GSMServiceController:95374] Stopping all Service Threads.
    [3/21/07 10:15:55 PM] [OPPServiceThread0] Preparing to shut down service thread.
    [3/21/07 10:15:55 PM] [OPPServiceThread1] Preparing to shut down service thread.
    [3/21/07 10:17:13 PM] [EXCEPTION] [OPPAQMON:95374] ORA-01089: immediate shutdown in progress - no operations are permitted
    [3/21/07 10:17:13 PM] [UNEXPECTED] [OPPAQMON:95374] java.sql.SQLException: ORA-01089: immediate shutdown in progress - no operations are permitted
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972)
         at oracle.jdbc.ttc7.TTC7Protocol.executeFetch(TTC7Protocol.java:977)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2199)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2059)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2976)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:734)
         at oracle.apps.fnd.cp.opp.OPPAQMonitor.waitForMessage(OPPAQMonitor.java:412)
         at oracle.apps.fnd.cp.opp.OPPAQMonitor.run(OPPAQMonitor.java:110)
         at java.lang.Thread.run(Thread.java:534)
    [3/21/07 10:17:25 PM] [UNEXPECTED] [OPPServiceThread0] java.sql.SQLException: ORA-01089: immediate shutdown in progress - no operations are permitted
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972)
         at oracle.jdbc.ttc7.TTC7Protocol.executeFetch(TTC7Protocol.java:977)
         at oracle.jdbc.dbaccess.DBAccess.executeFetchNeedDefines(DBAccess.java:283)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2685)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2950)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:582)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.okToShutdown(OPPServiceThread.java:306)
         at oracle.apps.fnd.cp.opp.OPPServiceThread.mainLoop(OPPServiceThread.java:146)
         at oracle.apps.fnd.cp.gsf.BaseServiceThread.run(BaseServiceThread.java:125)

  • Installing issue XML Publisher Enterprise 5.6.2

    Hi,
    Downloaded the software for XML Publisher 5.6.2 from Oracle Site. But I am not able to install the software. When I am trying to install, the Oracle Universal Installed window popup for few seconds and immediately goes off automatically.
    I am new to XML Publisher. Can anyone please let me know what might me the problem?
    Any help regarding this appreciate.
    Thanks
    Krishna

    Hi,
    Thanks for the document. But when I am following the step 2 to run setup.exe. Again I am encountering the same problem, it popup the Oracle Installer and when I am trying press the NEXT Button it goes off or close automatically.
    Thanks and Regards
    Krishna

  • Patch 5027437 Oracle XML Publisher Desktop 5.6.2

    Hi
    Did any body download the New Desktop XML Publisher Patch (5.6.2)?
    I can not find at meta link. Is this available?
    Thanks
    ASIM

    https://metalink.oracle.com/metalink/plsql/f?p=130:14:5396698038376187095::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,367394.1,1,1,1,helvetica
    MetaLink Note ID: 367394.1

  • Apps & Responsibilities for XML publisher - basic info

    Hi,
    I'm new to xml publisher. We are running on 11.5.10.2.
    I need to find out what responsibility I need to be to work with XML Publisher? Currently I only see, XML Publisher Administrator but there is no way to create new data definitions that I can see. I need to be able to enter an sql statement.
    Also, is there somewhere with simple instruction on how to create and run a new xml publisher document?
    Thanks for any help.
    Andy

    Hi Andy
    The XMLP Admin is all you need. Within Apps you create a regular conc program that generates XML, this is then registered with the template manager. You will then load layout templates against the CP. At runtime your users will be able to pick templates to apply to the data thru the conc manager.
    For more info:
    1. check the user guide, its actually useful
    2. Conc processing white paper and viewlet - http://www.oracle.com/technology/products/xml-publisher/xmlpapps.html
    3. Building templates 101 - http://www.oracle.com/technology/products/xml-publisher/xmlpclient.html
    Have a try and let us know if/when you get stuck
    Tim

  • EBS 12.1 integrate with XML Publisher

    Hi all
    I'm new in Xml Publisher yet and I used Oracle Discoverer before
    but now i want to use Xml Publisher for reporting.
    I see usefull post BI Publisher on EBS R12
    also Note: 552735.1 - Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite
    but I have some problem yet.
    in some article has been said that we should http://<hostname>: <port >/xmlpserver for Logging in to Oracle BI Publisher
    1. I think this is not for EBS (is only for when we installed Oracle BI Publisher), is it true?
    2. as default xml publisher is active in ebs and we can use this for our report, is it true?
    3. i think xml publisher in EBS give us only xml file and we should use Xml Publisher Desktop to see our reports (With xml file source), is it true?
    can anybody help me please ....
    Thanks

    M.Khayatan wrote:
    Hi all
    I'm new in Xml Publisher yet and I used Oracle Discoverer before
    but now i want to use Xml Publisher for reporting.
    I see usefull post BI Publisher on EBS R12
    also Note: 552735.1 - Integrating Oracle Business Intelligence Applications with Oracle E-Business Suite
    but I have some problem yet.
    in some article has been said that we should http://<hostname>: <port >/xmlpserver for Logging in to Oracle BI Publisher
    1. I think this is not for EBS (is only for when we installed Oracle BI Publisher), is it true?
    Correct - this is for a standalone install of BI Publisher and not applicable to EBS.
    2. as default xml publisher is active in ebs and we can use this for our report, is it true?
    Yes - you can use BI Publisher to create reports out of EBS base tables. If you are wanting to create reports out of any custom tables or remote custom databases, pl contact your Oracle salesperson for licensing issues.
    3. i think xml publisher in EBS give us only xml file and we should use Xml Publisher Desktop to see our reports (With xml file source), is it true?
    BI Publisher Desktop is a development tool to design the layout of the reports. EBS includes seeded xml templates as well as design templates. When XML reports are run, these two templates are automatically used to produce the desired output.
    Pl see these links for further info
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/xmlp_ebiz/index.html
    http://www.docstoc.com/docs/23964434/XML-Publisher-For-Dummies-%E2%80%93-A-Step-By-Step
    can anybody help me please ....
    ThanksHTH
    Srini

  • XML Publisher tutorial

    I'm new to XML Publisher and was wondering where I could find tutorials or training on its use.

    Hello;
    For now, best way is to read user guide or read some white paper or blog published in OTN.
    Start from here:
    http://www.oracle.com/technology/products/xml-publisher/index.html
    HTH
    Shaun

  • How to save pdf output of xml publisher

    Hi to all,
    I have just created a new report with xml publisher and I have associated the execution to a concurrent.
    When I see the output of my concurrent, I see the correct report.
    Now, I need to save the output of this concurrent from pl/sql, without open the concurrent.
    I'm new of xml publisher.
    Do you know how can I solve my problem?
    Thanks
    Pier

    Hello
    The BI Publisher forum is here :
    BI Publisher
    Regards

  • Xml publisher enterprise!!! create rtf file dynamically with load xml data

    i am new to xml publisher enterprise , i want a solution for this question ...
    i want create rtf file dynamically with loading xml data....means i wrote a program in jsp where the the output in xml file simultaneously create rtf file..but i enable load the xml data in rtf file but when i goto rtf file from where data in that load xml then it genrate the columns..but i want in dynamiclly to load the data will you please guide me ......

    Hi Atiq
    Im not quite clear on the requirement here:
    1. Do you just want to be able to extract the data and apply a template to the XML data from your jdp and render output?
    If so then you can use the XMLP APIs ... the are in the user guide. Particularly:
    RTFProcessor - converts RTF template to XSLFO stylesheet
    FOProcessor - takes, XML data, XSLFO stylesheet and output format and generates the required output.
    2. Do you want a template that will accept any data and just format it into rows and columns ? This can be written but your XML structure is going to have to be static, the data of course can be dynamic.
    Regards, Tim

Maybe you are looking for

  • 2 devices, "contacts" "my info" question

    I have an iPad and wife has iPhone. We are using one iCloud account to share contacts, calendar, reminders, etc... And then separate sub accounts on iCloud for email only. The problem is under Settings>Mail, Contacts, Calendars>Contacts>My Info>? I p

  • In MSS not able to view the team

    Hi All, In MSS, the Manager and the sub-ordinates are linked by the relationship A005/B005. Then manager is not able to views his team. Whereas the Manager and the sub-ordinates are linked by the relationship A012. Then, the manager can view his team

  • Regarding MS Access Database details....

    Hi,        I am working on RFC to JDBC interface. Currently my Database tables are not created, so planning to do testing on MS Access database. While creating JDBC communication channel, it is asking JDBC driver and Connection details. Could you ple

  • Remote white space from string

    Hi I need a method which will remove the spaces in a string eg "Hello World" -> "HelloWorld" I have the code below but it dosnt work for the obvious reason charAt() returns a char and im comparing to a string. Can anyone offer any help? Thanks       

  • 1.8 update 40 rpm 32 bits Dependency error

    hello, jre-8u40-macosx-x64.dmg jre-8u40-windows-i586.exe are OK jre-8u40-linux-i586.rpm: md5: d03360a9192d26a71770206a4257b470 openSuse 12.4 Can not install files: Dependency error , while up31 no problem even after reinstallation. I do not have 64-b