Generate HTML from Report 6i

Hi everyone,
I am using Report 6i and in some of my reports while I want to generate in Html. It shows error like "Ora -0999 Implementation Error". Plz let me know how cani solve this problem. Surprizingly some reports perfectly works and can generate to HTML without any problem.
Also Plz let me know if it is possible to export all report contents into Excel worksheet without writing any code from PL/ SQL and directly from report runtime.
Plz send me reply in my email address [email protected]
Thanks/ Bijesh

Hi Bijesh,
This may be relevant for you too:
REP-0999 Unimplemented Error
Navneet.

Similar Messages

  • How can I generate email from report 6i.

    Dear Sir,
    When I click on e-mail button on report 6i (Win2k User) Generate following error:-
    Rep-4203 error occurred while a mail message.
    Rep-4220 There is a problem with the email subsystem.
    When I generate report from administrator then email generated no error occurred.
    Please help me how can I generate email from report 6i without administrator rights.
    Thanks and Regards
    Brij

    You can try this at form that calling your report;
    add_parameter(p_id,'DESFORMAT','HTML');
    hope this helps...
    defne
    ps: raporu cagiridigin form program units'ine, bu add_parameter'i eklersen, HTML olarak raporunu emailleyebilirsin...

  • Generate HTML format report using  DBMS_SQLTUNE.REPORT_TUNING_TASK function

    How could i generate HTML format report using DBMS_SQLTUNE.REPORT_TUNING_TASK function in oracle 11g

    See [url http://download.oracle.com/docs/cd/E11882_01/appdev.112/e16760/d_sqltun.htm#CHDGEIHJ]documentation for DBMS_SQLTUNE.
    The TYPE parameter suggests that it would determine the format and whilst the nline documentation in the code (desc DBMS_SQLTUNE) suggests that valid values are TEXT, HTML and XML, it seems that this is not yet implemented. Whilst valid values of TEXT, HTML and XML are validated, only a TEXT report is produced.

  • Generating HTML from Structured FrameMaker 9

    Hi,
    My source files are in Structured FrameMaker 9. I need to generate the output in HTML format. Is there a method to do this? Can someone guide me through the process of generating an HTML output?
    Regards,
    Manish

    Hi Manish,
    You have a number of options. I'll briefly summarize a few, but all of them involve some measure of complexity so I wouldn't be able to "guide you through" any of them.
    - Use a third-party product specifically designed for this, such as Omni Systems' Mif2Go, Quadralay ePublisher, or Adobe Robohelp. If you buy the Adobe TechComm Suite, Robohelp is included. All of these products can convert any FrameMaker document to HTML, with varying levels of additional functionality related to the subsequent generation of common online help formats with that HTML.
    - Save your structured files to XML and then use XSLT as a post-process on that XML. This is the more complex option, but if you have the skills, it may be more attractive since you may not have to buy anything and you'll be able to easily customize the process however you want it.
    - Use the DITA structure definitions within FrameMaker, then use the DITA Open Toolkit as a post-process to generate HTML from the DITA XML. There is lots of complexity with this as well, but it has some attractiveness as the DITA structured applications and open toolkit are effectively off-the-shelf software. Additionally, everything is free, unless you want to enhance your DITA experience with a third-party addon like DITA FMx from Leximation (recommended).
    - Use XHTML as your structure definition within FrameMaker, then save as XML. You'll automatically have HTML when you save your files. FrameMaker includes a structure application for XHTML but I've never used it, so I don't know how well it works. With this option, you would have a more WYSIWYG conveniences while authoring but less control over variations in the HTML output.
    There may be more and there certainly are any myriad of combinations of these techiniques. Hopefully this will help get you started. If you did buy the TechComm Suite, consider RoboHelp as a starting point since you already paid for it. The third-party product route is the most expensive in terms of software purchasing, but it is usually the least complex.
    One additional note - You will see "Save As HTML" or similar somewhere in the FM menus. It is a very rudimentary feature that is not likely to serve your needs. Might be worth a try since it is already there, but don't get your hopes up on that one.
    Good luck,
    Russ

  • Issues in generating xml from Report Builder as per XSD provided

    Hi,
    We are provided with XSD's for each report. Now we need to generate XML's from report that are as per the XSD's provided to us.
    But the problem come's when we have to define hirearchies.
    Like for example
    1. Our Report is based on the following query:
    SELECT DISTINCT '' as DUMMY
    ,               fil.file_number
    ,      TO_CHAR (TO_DATE (RTRIM (LTRIM (fil.processing_date)), 'YYDDD'),'DD-MM-YY') Processing_Dt
    , rp_bsu.service_user_number
    , rp_bsu.service_user_name
    ,     rp_ac.account_number
    , rp_ac.account_name
    ,     rp_ac.account_type
    ,     rp_ac.sortcode
    , NVL(ovr_lmt.account_section_value,0) AS
    account_section_value
    ,     NVL(ovr_lmt.overlimit_amount,0) AS overlimit_amount1
    , (NVL(ovr_lmt.overlimit_amount,0) - NVL(ovr_lmt.account_section_value,0)
    ) value_to_date
    , (NVL(ovr_lmt.overlimit_amount,0) -
    NVL(lmt_usg.limit_amount,0)
    ) amount_overlimit
    , ovr_lmt.over_limit_id, NVL(lmt_usg.limit_amount,0) AS
    limit_amount
    , lmt_usg.period_type,lmt_usg.currency
    FROM v_rp_bacs3day_service_user rp_bsu,
    v_rp_bacs_service_office rp_bso,
    v_rp_account rp_ac,
    t_file fil,
    t_over_limit ovr_lmt,
    t_limit_usage lmt_usg
    WHERE rp_bso.handling_bank_code = :p_scheme_member
    AND rp_bsu.sponsoring_bank_code = rp_bso.owning_bank_code
    AND rp_ac.service_user_number = rp_bsu.service_user_number
    AND rp_bsu.service_user_number = fil.originator
    AND fil.status <> 'R'
    AND fil.processing_date = (SELECT cycle_date
    FROM t_cycle
    WHERE status = 1)
    AND lmt_usg.account_id = rp_ac.account_id
    AND ovr_lmt.limit_usage_id = lmt_usg.limit_usage_id
    AND TO_CHAR (ovr_lmt.exceeded_date, 'DD-MM-YYYY') =
    (SELECT TO_CHAR (TO_DATE (RTRIM (LTRIM (cycle_date)),
    'YYDDD'),'DD-MM-YYYY')
    FROM t_cycle
    WHERE status = 1)
    2.The hierarchy as per xsd that we need to define is :
    <ServiceUserAccount>
    <ServiceUser>
         <Name></Name>
    <Number></Number>
    </ServiceUser> <SortCode></SortCode>
    <AccountNumber></AccountNumber>
    <NearOrOverLimitDetail>
    <AccountType></AccountType>
    <ProcessingDate></ProcessingDate>
    …………………..(there is a list of elements below it)
    </NearOrOverLimitDetail>
    </ServiceUserAccount>
    In the xsd for the complex element type “ServiceUser” we need to display Service User Name and Number. For this I created a separate query Q2 in reports and joined it using data link with the parent Q1(which has data grouped on processing date) . So that it can be displayed as a separate element parallel to other elements like Sort code ,Account Numbers. But when we generate XML for this, then tags for Q2 query donot appear in xml.
    And we get this hierarchy with missing Service User element
    <ServiceUserAccount>
    <SortCode></SortCode>
    <AccountNumber></AccountNumber>
    <NearOrOverLimitDetail>
    <AccountType></AccountType>
    <ProcessingDate></ProcessingDate>
    …………………..(there is a list of elements below it)
    </NearOrOverLimitDetail>
    </ServiceUserAccount>
    Please let me know if you have any solution to implement this ASAP as its very urgent.
    Thanks & Regds
    Anuradha.

    Hi,
    We are provided with XSD's for each report. Now we need to generate XML's from report that are as per the XSD's provided to us.
    But the problem come's when we have to define hirearchies.
    Like for example
    1. Our Report is based on the following query:
    SELECT DISTINCT '' as DUMMY
    ,               fil.file_number
    ,      TO_CHAR (TO_DATE (RTRIM (LTRIM (fil.processing_date)), 'YYDDD'),'DD-MM-YY') Processing_Dt
    , rp_bsu.service_user_number
    , rp_bsu.service_user_name
    ,     rp_ac.account_number
    , rp_ac.account_name
    ,     rp_ac.account_type
    ,     rp_ac.sortcode
    , NVL(ovr_lmt.account_section_value,0) AS
    account_section_value
    ,     NVL(ovr_lmt.overlimit_amount,0) AS overlimit_amount1
    , (NVL(ovr_lmt.overlimit_amount,0) - NVL(ovr_lmt.account_section_value,0)
    ) value_to_date
    , (NVL(ovr_lmt.overlimit_amount,0) -
    NVL(lmt_usg.limit_amount,0)
    ) amount_overlimit
    , ovr_lmt.over_limit_id, NVL(lmt_usg.limit_amount,0) AS
    limit_amount
    , lmt_usg.period_type,lmt_usg.currency
    FROM v_rp_bacs3day_service_user rp_bsu,
    v_rp_bacs_service_office rp_bso,
    v_rp_account rp_ac,
    t_file fil,
    t_over_limit ovr_lmt,
    t_limit_usage lmt_usg
    WHERE rp_bso.handling_bank_code = :p_scheme_member
    AND rp_bsu.sponsoring_bank_code = rp_bso.owning_bank_code
    AND rp_ac.service_user_number = rp_bsu.service_user_number
    AND rp_bsu.service_user_number = fil.originator
    AND fil.status <> 'R'
    AND fil.processing_date = (SELECT cycle_date
    FROM t_cycle
    WHERE status = 1)
    AND lmt_usg.account_id = rp_ac.account_id
    AND ovr_lmt.limit_usage_id = lmt_usg.limit_usage_id
    AND TO_CHAR (ovr_lmt.exceeded_date, 'DD-MM-YYYY') =
    (SELECT TO_CHAR (TO_DATE (RTRIM (LTRIM (cycle_date)),
    'YYDDD'),'DD-MM-YYYY')
    FROM t_cycle
    WHERE status = 1)
    2.The hierarchy as per xsd that we need to define is :
    <ServiceUserAccount>
    <ServiceUser>
         <Name></Name>
    <Number></Number>
    </ServiceUser> <SortCode></SortCode>
    <AccountNumber></AccountNumber>
    <NearOrOverLimitDetail>
    <AccountType></AccountType>
    <ProcessingDate></ProcessingDate>
    …………………..(there is a list of elements below it)
    </NearOrOverLimitDetail>
    </ServiceUserAccount>
    In the xsd for the complex element type “ServiceUser” we need to display Service User Name and Number. For this I created a separate query Q2 in reports and joined it using data link with the parent Q1(which has data grouped on processing date) . So that it can be displayed as a separate element parallel to other elements like Sort code ,Account Numbers. But when we generate XML for this, then tags for Q2 query donot appear in xml.
    And we get this hierarchy with missing Service User element
    <ServiceUserAccount>
    <SortCode></SortCode>
    <AccountNumber></AccountNumber>
    <NearOrOverLimitDetail>
    <AccountType></AccountType>
    <ProcessingDate></ProcessingDate>
    …………………..(there is a list of elements below it)
    </NearOrOverLimitDetail>
    </ServiceUserAccount>
    Please let me know if you have any solution to implement this ASAP as its very urgent.
    Thanks & Regds
    Anuradha.

  • Generate DTD from Report Writer

    I am generating XML output from Report Writer and sending out to clients . Client wants the DTD of the XML or the XML schemas .
    does anyone know how to generate them for my reports. I have lot of reports , so can we do them directly from Report Writer.

    tahnk you for your help
    while i tape
    http://diabdev.siege.france3.fr:7781/reports/rwservlet?clapbudg&destype=cache&desformat=DELIMITEDDATA&mimetype=application/vnd.ms-excel&p_user=MOURAVA&report=INT_RET_RECETTE.rdf
    i have an excel page whith this caractere
    %PDF-1.4
    1 0 obj
    &lt;&lt;
    /Creator (Oracle9iAS Reports Services)
    /CreationDate (Tue Mar 22 01:22:09 PM 2005)
    /Author (Oracle Reports)
    /Producer (Oracle PDF driver)
    /Title ()
    &gt;&gt;
    endobj
    5 0 obj
    &lt;&lt;/Length 6 0 R
    /Filter [ASCII85Decode /FlateDecode]
    &gt;&gt;
    stream
    Gb!;f9lJcU&A@C2m*05F;&gt;\ULD_so%11Ws"WO0pp5hs4F@(2#7keHTUHR[7CR)ir&gt;"gJ%j^3MNH
    bLtins-bZ6"2RR-A0;&lt;n.L_[kN!GT1irf+F4O($erZVr-RM&lt;ru@RUTej[I.,ZSuS1(M&rr,YO&3
    Q_\o@hJI?/"b'"jU.Fkt8Fa_O/S=GW-,7@t[ker,.,kBr7Rk7]MSSfQpDF&gt;a,ru[8D&)V,9#AKc
    S)8Yt&gt;,WYLf,LJPpkg9?8t+`SO/k#C`G*-(5nPO%n7l4N.#9^7]A+ifY:LV)BN^,9#bu8#DiaWg
    +%c&gt;)V2DMRH*5'5$+TWPk4-ou#7Ft6.O?V/n)pTl&lt;191STHRoNKe1E&gt;C=a&lt;%h9^^2,R!AcO#MjS
    T;8bH(F=(H==_"5r:Kp8kQ4m`;9n$'8$2Pk1\_2-eU1b&=aSb&Qnp/pKgF2\-(OQ,`l5N@N(e1H
    0L8H-bb^W%53Gdaa^W5kOkfDh-&^kcEI5Jh(R"r=+p.O7,r0\Na)J_p.em;T1islEDAu)Me*iHb
    &frZ[p=qa/4Br&lt;^\2O^/$fU*&gt;k^UIW`]6\X8[2JrM48\(X_iU;]=j8b_6:oY`Qq$3=(?/t?2E1j
    CpDlqKo_504aRo^efH^V&gt;O:\3f#Pd&lt;Mk-s,qUcX$Z#BTp)#Tr/2i#&gt;l*l.Qr"oCou.FoGrL1G/*
    N&lt;Qa@i:e26E.cmeT0IdMXLC,pH&gt;)\%jCG$JVVXhs9l??VPMKZRc&gt;tBIQ&lt;/hne-:\VEQD$7`_"c?
    _\Hg0\rAYISMA\CUYDh/K7X7cMM$o=47MQaSA\V[F\#4"lYIRhW#&gt;&gt;p0Kjp1(c,1*!`^&$,n-de
    BpBu]n^Um?H!-T$&lt;`a!AXP_&;EZ9N'!+f2YGe`*O;SnpZGYi)H.^CPocD\Mu[`cIX]W[L*bR)fZ
    4Z%@UFsJ\XdObk8R)&.ms$b1;Hk2P0\WfFQ+(Zn5.PBDNLQ!bpUtELBp0l*"W=fQEZV*gZ&=nMJ
    [:qH@&lt;$orqFVe]49j0_*Cp"%[]P3[T5'Smf,d[+4;MrKkXdY!:O&HnoWc;cp5#)]I=,g.X$#usN
    NAKE,EE90u*Dus89ErgnK8&BMQ#&dc;PTpl+Nr#_BE`nQB]636*am=8ZKS]kV//K*&lt;2%]+Fh%^q
    m0`L-oqBV,-QeC)2rXR_H,S*\02i?.Cj8(\2nV!#JJ_A+Bsum&lt;lYIj5&lt;Ru7YbSo@X02n1qKU&lt;Ll
    =7p0rUa3]I[nsGj&lt;6m!$EW.lY_Vbh!,%XLs`!hna(,J(&'TafJC(IP0TF5+0`MoF?2\aM=g_[#t

  • How do I generate HTML from XML & XSL using XSL Processor ?

    I want to generate a HTML from XML & XSL using XDK for C on
    linux-8i.
    I run the XSLSample well.
    But it only generate a XML from a XML & a XSL.
    Can any one give me some advise or sample code?

    Just use HTML tags instead of xml tags in your stylesheet, and
    you'll generate HTML instead.
    <xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
      <xsl:template match="/">
        <html>
          <body>
            <xsl:for-each select="ROWSET">
              <table border="1" cellspacing="0">
                <xsl:for-each select="ROW">
                  <tr>
                    <td><xsl:value-of select="EMPNO"/></td>
                    <td><xsl:value-of select="ENAME"/></td>
                  </tr>
                </xsl:for-each>
              </table>
            </xsl:for-each>
          </body>
        </html>
      </xsl:template>
    </xsl:stylesheet>

  • Generating PDF from report - migrating from 6i to 10g

    hi ,
    i ran my existing report which is developed in oracle 6i in 10g report builder .
    i got the output perfectly.
    But when i say Generate to file PDF ,I Am getting below error msg .
    REP-0069 :Internal error
    REP-57054:In-process job terminated:Terminated with error:
    REP-214718514:Unable to retreive a string from the Report Builder message file.
    REP-2147418514
    can anyone tell me what should i do to overcome this ..
    Thanks in Advance.

    Hello,
    How do you execute your Reports ?
    Do you execute it from the Builder ?
    If you execute it from the Builder, do you use Run Web Layout or Run Paper Layout ?
    (If you have upgraded a Reports From 6i, there is no web layout , so you have to use the Run paper Layout
    The web layout is something new that appeared in Reports 9.0.2)
    Regard

  • REP-0499 when generating PDF from report

    Hi,
    I have a simple query in data model where I'm selecting Oracle database object :
    select a.shape from table a;
    shape is shapedefinition type that is composed of :
    Axis varchar2(1),
    x number(2),
    y number(2),
    z number(2)
    when I generate report it works fine but when I try to generate to PDF file I get this error : REP-0499: Column 'Axis' selected by the query is incompatible with report definition
    But when I run similar report but database object is composed entirely of number types I don't have this prob.
    As far as I can tell, nothing has been changed in Database and it seems like this error only happens when I try to select from database object that contains varchar2 type.
    Any help will be greatly appreciated.
    Thank you,
    Keeyang

    Davey, please send me an InDesign Server document that I could use to reproduce this problem. My e-mail address is [email protected] Thank you. --DougR

  • Generate HTML from XML and XSLT

    Hi,
    I have asked in different forum but did not get my answer so asking here again
    i want to generate a HTML file from XML and XSLT in a temp folder and then read it into a java.lang.String, so can email it or write to a database file.
    how can i do it, is there any engine which will merger XML and XSLT and give a HTML file or a String as output
    Ashish

    Hi,
    Follow the simple steps.
    1) Create XML Document (I hope u have it)
    2) Create XSL Stylesheet for your XML document
    3) Put both files in one directory some where in your local system or web server upto u
    4) Invoke the XML document from webbrowser and you are done.
    http://localhost/test/Catalog.xml OR C:\XXXXDIR\test\Catalog.xml
    For Ex: XML File Content, Catalog.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <?xml-stylesheet type="text/xsl" href="Catalog.xsl"?>
    <catalog>
    <cd>
    <title>Empire Burlesque</title>
    <artist>Bob Dylan</artist>
    <country>USA</country>
    <company>Columbia</company>
    <price>10.90</price>
    <year>1985</year>
    </cd>
    </catalog>
    XSL File Content: Catalog.xsl
    <?xml version="1.0" encoding="ISO-8859-1"?><xsl:stylesheet version="1.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:template match="/">
    <html>
    <body>
    <h2>My CD Collection</h2>
    <table border="1">
    <tr bgcolor="#9acd32">
    <th align="left">Title</th>
    <th align="left">Artist</th>
    </tr>
    <xsl:for-each select="catalog/cd">
    <tr>
    <td><xsl:value-of select="title"/></td>
    <td><xsl:value-of select="artist"/></td>
    </tr>
    </xsl:for-each>
    </table>
    </body>
    </html>
    </xsl:template></xsl:stylesheet>

  • Generate XML from report

    How can I generate a XML file from an existing .rdf file? So I can run the xml report by itself. The xml file will contain all report definition. Thanks.

    Unfortunately it currently isn't possible to use the builder to produce an XML definition of the report definition. This will be available in the next release (Reports 9i) which is currently expected to ship late summer/early fall. Until then, you need to code the definition in XML by hand. The tag reference is in Chapter 7 of the Publishing Reports manual.
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • Generate html from database before runtime (infrequent sql query)

    Hi,
    I have a SQL query which I want to use to update one section of my web page but the data only changes once a month.  I don't need a dynamic page where the results are executed against the database every time the page is opened (results display on the main index.htm of my web site).
    Is there some way to configure DW (preferably DW CS3) so that it will query the database and insert the results into my static html page being edited on my machine?
    Is there a general technique for including SQL data in static web pages in DW?
    Thanks,
    G

    tx for the tip.
    reason: gobaddy's mysql servers are slow pokes.  i have a larger application where the list would be a dozen or more pages long and only the last entry changes with my update each month.  figured I'd generate all the pages and then just update the first one but your method is the same thing minus all the fuss of screwing around with the first page all the time.

  • How to generate HTML from XML and XSL?

    Hi all,
    I am new to XML.
    Can I somehow see the HTML-Output of the XML-File, when I have the XSL-File too, but don't use any XML-Editor (XMLSpy) and FOP? I do not want use any additional tools - only the database tools.
    What I need for this?
    Do I need the XSLT-File too?
    I am waiting for your answers, when possible with examples please.
    Regards
    Leonid Pavlov

    Please post on the General XML forum.

  • Generating html from word processing document

    I've got a fairly short two-column newsletter with six graphics that I want to publish in html using AW v6.2. I select save as html but the resulting document includes none of my text or graphics, hmmm. So I look at the web templates starting points and export these templates as html and get the same result - headers but no content. TIA!

    If you are expecting to get a page of HTML that will look exactly like your word processing page, that is not going to happen. ThisUser Tip tells you probably more than you want to know about creating HTML in Appleworks, but I would strongly suggest not doing this in Appleworks. If you don't have a regular web program, download the free NVU (nvu.org) and use that instead.
    BTW, the "web templates" in Appleworks are not templates for web pages, but rather regular appleworks document templates that are hosted on a web server for download.

  • Generate logs from user report options

    Hi all !
    I would like to know if there is a possibility to generate logs from report user selection:
    E.g: users can fill execution options to delimit the scope of the report execution and the output, company code, date ranges, account numbers, cost.
    - Is there a way to generate logs containing these report options that  were typed / filled by the user for every transaction executed?
    - If Yes could you please assist?
    Thanks in advance for the cooperation!
    Regards,

    There is a way of doing this using the object history, but the user can control this themselves and turn it off if they want to.
    Read the SAP notes on term "RSSGOSHIRE".
    Another way is to use parameter transactions or variant transactions, which the user cannot change or only change selected parameters for which you don't care about.
    Cheers,
    Julius

Maybe you are looking for

  • Need help installing Adobe Reader, Error 1402

    Hello, this is my first time here at the forums. So my problem is obviously having trouble installing Adobe Reader X (Latest Version) I had to reinstall it due to this error, I've tried looking at these steps: http://kb2.adobe.com/cps/329/329137.html

  • Supplier Site Update API Issue

    Hi all, i am currently using AP_VENDOR_SITES_PKG.Update_Row API to update supplier site information.API is able to update few vendor sites but not able to update few vendor sites. Please advise if any other API can be used or if some changes need to

  • HotSync Blues

    Just moved into a new Desktop PC, Vista OS, and have downloaded the Palm Desktop software and my trusty ol' Vx is not talking to my new PC.  Connecting via a USB 'cause I don't have the ol' style cradle, 9-pin serial connector on the back of this new

  • How to remove  an marketing attribute assigned  to an Business partner

    Hi guys,           Can some one tell me how to remove the assignment of an marketing attribute for an Business partner..(i dont want to delete the marketing attribute) Which function module should i use to remove the assignment.. Regards, Sundar

  • After upgrading to foxfire 11, I am having trouble with adobe Adobe Flash Player - Ver 10.1. I downloaded and nothing is viewable

    After upgrading Foxfire 11 on my vista software, Adobe Flash Player - Ver 10.1. I downloaded and nothing is viewable. I have unchecked all security and my computer says it is updated and everything that I use in foxfire says the plugin are missing or