Bug report - preview report template

Hi
Shared components -> Templates
Preview Report template
Template preview shows
ora-01002: fetch out of sequence
Though I'm sure this is rarely used ;-)
Scott

Thanks Scott,
We've logged bug *16833264* to track this issue, which we'll aim to address in a future release.
Thanks,
Hilary

Similar Messages

  • Link to Bug Report Forum on Forum help page is dangling...

    The link Bug Reporting Forum (http://social.answers.microsoft.com/forums/en-us/reportabug/threads/) on page
    Answers >
    Forums Home
    > Help (http://social.answers.microsoft.com/Forums/en-US/help) is dangling. Makes it a bit more complicated than necessary to find this forum...
    Cheers, Michael

    Hello Brent,
    unluckily I think you misunderstood Michael original point.
    Because some time passed, I too would like to report same issue again but let me explain and guide you (or others) how I too reached same sentence.
    As of now even from your own 'Forums preferences' profile page you should be able to find on right side a
    'Help' URL that leading to an intermediate page stating :
    "The Frequently Asked Questions has Moved
    The Forums help file has been moved to the
    Community Wiki. Please update any bookmarks you may have."
    Now a part from correcting that 'Help' URL once you or anyone reach 'Forums
    Help (FAQ) - TechNet Articles - United States (English) - TechNet Wiki' you can find 'How
    do I report issues with the Forums?' question, and then there's this other sentence :
    "How do I report issues with the Forums?
    You can report bugs, suggestions, and other issues for Forums, by performing one of the following actions:
    Bug: If the issue seems like a bug in the forums code, go to the Bug Reporting Forum and report the bug
    by using the template provided in the top forum thread.
    But once anyone reach that Forum, now called 'Forums Issues (not product support)' there's no real forum bug reporting template in the top forum threads (as of now I only found 'Verify Your Account 15' and 'How to report
    spam') and also to find this post thread I really had to search for "report a bug".
    Regards
    Rob

  • Forum Bug Report

    I'd like to report an irritating bug in the forum software.  I composed a post in an plain-text TextEdit window.  It had several paragraphs marked off by double carriage returns.  I then selected that text and pasted it into a forum message window.  Once pasted, each sequence of return-return had been replaced by return-space-return-space-return.  This is wasting my time, as when I use an auto-typing utility to paste in a multi-paragraph text block, I always have to go back in to delete the extra characters.

    Hello Brent,
    unluckily I think you misunderstood Michael original point.
    Because some time passed, I too would like to report same issue again but let me explain and guide you (or others) how I too reached same sentence.
    As of now even from your own 'Forums preferences' profile page you should be able to find on right side a
    'Help' URL that leading to an intermediate page stating :
    "The Frequently Asked Questions has Moved
    The Forums help file has been moved to the
    Community Wiki. Please update any bookmarks you may have."
    Now a part from correcting that 'Help' URL once you or anyone reach 'Forums
    Help (FAQ) - TechNet Articles - United States (English) - TechNet Wiki' you can find 'How
    do I report issues with the Forums?' question, and then there's this other sentence :
    "How do I report issues with the Forums?
    You can report bugs, suggestions, and other issues for Forums, by performing one of the following actions:
    Bug: If the issue seems like a bug in the forums code, go to the Bug Reporting Forum and report the bug
    by using the template provided in the top forum thread.
    But once anyone reach that Forum, now called 'Forums Issues (not product support)' there's no real forum bug reporting template in the top forum threads (as of now I only found 'Verify Your Account 15' and 'How to report
    spam') and also to find this post thread I really had to search for "report a bug".
    Regards
    Rob

  • Bug and Fix: Report Template Preview displays ORA-01002

    Hi, omniscient All!
    Let me share some knowledge with you. There is an old APEX bug:
    BUG: preview report template errors with ORA-01002
    Report Template Preview/Copy Error
    Template Preview Error:
    You can definitely see it in 4.0, 4.1, 4.2, 4.2.1 versions: open any database application in AppBuilder, go to Shared Components→Templates, move cursor on Some Report Template row, click Preview Icon. Voilà:
    report error:
    ORA-01002: fetch out of sequenceI looked into Template Preview region's source and have found next WWV_RENDER_REPORT3.show call:
    wwv_render_report3.show(
        p_query => '
    select 1 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 2 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 3 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 4 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 5 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 6 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual
    order by 1',
        p_row_template_id => :f4000_p245_id,
        p_region_id => 88449328191587806
      );I have no wish to go deep into my further investigation, therefore I just call a cause: APEX Team, you forgot to set the value of P_PLUG_SOURCE_TYPE parameter.
    Workaround: While APEX Team will making a patch, those who can't wait it should fix it manually by executing next code:
    update &APEX_SCHEMA.wwv_flow_page_plugs
       set plug_source = q'{wwv_render_report3.show(
        p_query => '
    select 1 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 2 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 3 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 4 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 5 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual union
    select 6 COL1, ''[...]'' COL2, ''[...]'' COL3, sysdate COL4 from dual
    order by 1',
        p_row_template_id => :f4000_p245_id,
        p_region_id => 88449328191587806,
        p_plug_source_type => 'SQL_QUERY'
    where id = 14562627207747006
    /APEX_SCHEMA is schema where APEX was installed.
    Good luck,
    Alex
    Edited by: tiPPLer on 14.02.2013 17:14

    I wouldn't mind piggy-backing this to ask if the Report Template "shortcut" links at the top of the page can be updated to account for all sections that are now a part of the Report Template. "Before Each Row" and "After Each Row" sections are not listed in the shortcuts. There are also two shortcuts listed as "Before" and "After" which should probably be relabeled.
    Shane.

  • BUG: preview report template errors with ORA-01002

    I've checked on my local install and on apex.oracle.com. I go into the Templates of Shared Components and filter on the Report Templates. Although the preview icon is displayed to allow me to preview the template, I always receive "ORA-01002: fetch out of sequence" on an error page. The only types of Report Templates I have are of type "Generic Columns" so not sure if the problem exists with "Named Columns."
    Can anyone confirm this or correct me on this?
    Shane.

    I wouldn't mind piggy-backing this to ask if the Report Template "shortcut" links at the top of the page can be updated to account for all sections that are now a part of the Report Template. "Before Each Row" and "After Each Row" sections are not listed in the shortcuts. There are also two shortcuts listed as "Before" and "After" which should probably be relabeled.
    Shane.

  • Report Template Preview/Copy Error

    Good afternoon,
    I get an error (Report error: ORA-01002: fetch out of sequence) when I attempt to preview or copy a report template. I am able to preview all other templates in Shared Components. I am training myself in APEX. I am using oracle.apex.com and the workspace I requested. This occurs in the applications I have created via the APEX OBE's, the applications I have created via the Beginners Application Express 4 book, and all of the Sample Applications I have installed.
    Any ideas of why I am getting this error.
    Thank you for your time,
    Michele

    The following SAP note might help you
    [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bip/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333333363337333633343330%7D.do]
    Regards,
    Raghavednra.G

  • Bug report: Page 4000:584 - Duplicates template names

    Minor bug
    When I click on the Copy Template icon in the Shared Components column on the Page Definition page (4000:4150), I am presented with a page (4000:584) to select the template to copy.
    This page doesn't "de-dupe" the list of templates. So, if I have the "Standard" report template used on 4 report regions on the page, it shows it 4 times.
    In contrast, the main page (4150), does show only the distinct list of templates used across all the page components.
    Thanks

    Hi Vikas,
    actually that's a feature ;-) We will try to address that in 4.1
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Edge Code preview 3 : bug report

    Sorry, it took me ages to be able to post something of that website (basically, if there's a forum where I can make bug reports for www.adobe.com website, let me know !)
    So... this morning i downloaded and installed Edge Code preview 3, and : webfont pannel has gone ! Completely. I tried to run Edge Code preview 2 : webfont panel works perfectly.
    I'm pretty happy not be eligible for the upgrade of Dreamweaver CS6 (12.2) made available this morning too : if it's as bugged as is ECP3...
    Sincerely yours, not happy at all customer, expert, trainer : Luffy.

    In preview 3, the web font hints don't pop up nearly as agressively as they used to.  If you type the first char of any font name, they should appear.  Or you can invoke the hints popup explicitly by pressing Ctrl+Space.
    We may change the behavior back to how preview 2 worked in the future.  Our main concern is to make the hints for CSS property names not overly agressive, since it's harder to predict where you're going to start typing one.  But typing CSS property values is a little more predictable, so we might be willing to pop those hints up more often (as in preview 2).  There's some discussion of making such a change here: https://github.com/adobe/brackets-edge-web-fonts/issues/69
    Hope that helps!
    - Peter

  • #REGION_STATIC_ID# does not work in report template for PPR

    I was hoping to use the new substitution string #REGION_STATIC_ID# for a PPR report, because when we do Export/Import of the app the Region ID changes and we have to manually change the Pager Header Javascript to get the PPR to work. A real pain.
    So I changed the Region template to use #REGION_STATIC_ID# and set the Static id in the region definition - this worked fine. Next, I modified the Report template for PPR to use #REGION_STATIC_ID#, but at runtime this resolves to a blank! I assumed it would pick up the static ID for the region it was in. Is this a bug or am I just not understanding the way it is supposed to work?
    Regards,
    Steve

    Hello,
    #REGION_STATIC_ID# is available in some places in the report template. But the PPR javascript uses the APEX engine created ID get into the fast track report engine so it's not going to work that way.
    But you can still do what you want to do what you want to do. Use the #REGION_STATIC_ID# in your region say something like this #REGION_STATIC_ID#_body the use the javascript to get that element and then use that element
    along with getElementsByClass(searchClass,node,tag)
    http://apex.oracle.com/pls/otn/f?p=38704:2:::NO::P2_ID1:22
    to grab the report table and then it's ID which you can then feed into your javascript. It will only be 2-3 more lines of javascript.
    Carl

  • Bug Report

    On the bug report section on the Adobe website there is no way to select Muse.
    Mavericks OS 10.9.1
    Muse: v7.2, build 232, CL 779928
    I click Browser Fill > image, then when I attempt to select an image, I can't scroll through my files. Then all scrolling on the page stopped working until I restarted the program.

    Hi Muse Team!
    It seems that Muse Preview, Preview Page and Preview Site in Browser are not working in a proper way. Everything is OK in Design Mode but logos and some other elements move to strange places in all Preview features.
    Best Regards
    Jarmo

  • Bug report: Screen times out when other side is no...

    Bug report: Screen times out when other side is not sharing video. The phone locks and of course the other party cannot see anything. Please fix.
    Using WP 8.1.1 Developers Preview.

    Hi and welcome to the Skype Community,
    Can you please share which platform and which device you are on?
    Also are you referring about a one-way video call here where only you are sending video, but the other party doesn't send their video back?
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Bug Report: DW CS5.5 Crashes Every Time On An Image Map

    I am posting this in lieu of contacting Adobe support. I went to my account to send Adobe a bug report and was told I needed to contact support via phone. That's pretty crappy. As a licensed user who's owned it less than three months, there's no direct path to tell you guys that your software is broken?
    Here's the deal: I am working on an HTML landing page with one image map attached to one image. Literally, every time I make a modification to the code near the image (tied to the image map) then click into the live preview window, Dreamweaver CS5.5 crashes like a 70-year old on a bar of soap on the floor of the shower. It crashes hard. My only relief is to save the file before clicking into the live preview window. That's my only workaround to the problem.
    But I'm left amazed that I can crash it every single time over an image map, flicking from the code to the preview pane. You would think that at version 11.5, a minor thing like that wouldn't hemorrage the supposed creme de la creme of web design software.
    Here's the code I'm editing that causes it to crash:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
              <?php
              require_once("/var/www/html/c/index.php");
              $recip_name = $subscriber['first_name'].' '.$subscriber['last_name'];
              ?>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link href="/c/print.css" type="text/css" rel="stylesheet" media="print">
    <title>Membership Special - No Commitment</title>
    </head>
              <?php // Google Link Tracking Code ?>
              <script type='text/javascript' src='/c/google-analytics-code.js'></script>
              <?php // End Google Link Tracking Code ?>
        <!-- Source File -->
              <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css">
        <style type="text/css">
                        body {font:normal 14px/1.25em Georgia, "Times New Roman", Times, serif;}
                        h1,h2,h3,h4,h5,h6 {font-weight:bold;color:#333333;}
                        h1 {font:normal 28px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;}
                        h2 {font:normal 24px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;}
                        h3 {font:normal 20px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;}
                        h4 {font:normal 16px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;}
                        h5 {font:normal 12px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;}
                        h6 {font:normal  8px/1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;}
                        a, a:link, a:visited, a:active {color:#0055FF;}
                        a:hover {color: #002AFF;}
                        #wrapper {margin:0 auto;width:432px;}
                        #header, #footer {margin:20px auto;text-align:center;position:relative;}
                        #footer {margin:40px auto;}
                        #coupon {position:relative;}
                        #coupon, #coupon img {margin:0 auto;text-align:center;}
                        .personalization {position:absolute;width:100%;text-align:center;text-transform:uppercase;}
                        .printcoupon {text-transform:uppercase;}
              </style>
    <body>
    <div id="wrapper">
    <div id="header">
              <h3 class="printcoupon"><a href="javascript:window.print();">Click here to print your coupon</a></h3>
    </div>
    <div id="coupon">
              <img src="images/19415coupon-01.jpg" width="432" height="432" />          <!-- <div class="personalization" style="left:0;top:818px;"><h1><?php echo $recip_name; ?></h1></div> -->
      <img src="images/19357coupon-02.jpg" width="550" height="602" usemap="#imagemap" class="dontprint"/>
    </div>
    <div id="footer">
              <h3 class="printcoupon"><a href="javascript:window.print();">Click here to print your coupon</a></h3>
    </div>
    </div>
    <map name="imagemap">
              <area coords="29,69,521,197" shape="rect" href="javascript:window.print();">
              <area coords="29,212,521,339" shape="rect" href="http://www.google.com" target="_blank" onClick="recordOutboundLink(this, 'Landing Page', 'http://www.google.com');return false;">
                        </map>
    </body>
    </html>

    Bug Report and Feature Request https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Embedding DMS Documents within CG42 Report Template

    Hi All,
    We are using EH&S and DMS and would like to combine these two into a CG42 report template.  Through CG02, we have created specifications where we would like to have some value assignments instances take advantage of the user-defined text tab to pull in documents from DMS.  We have configured the system to successfully link in the DMS document info record into the user-defined tab within the value assignment area of CG02 and can view the DMS documents by double clicking on that reference.
    In taking this to the next step, we would like to embed this document into our report template definition.  Mind you that some of these documents are .pdf containing text and graphics.  Within CG42, we go to the specification symbol that we want and open the area called ADDITIONAL INFO, which then opens to other symbols, one of which is "ESTDF Additional Information - User-Defined Text".   When we open that node, it provides us with many attributes as options that we can embed within the report template.  The only one that relates to content is "GESTDHEADE HEADER Start of UD Text ".  It appears that all this does is just repeat the link that was specified in CG0 when we use the command to include that in the report template and then do a preview on the report.
    In reading some SAP Help Documentation in the section for user-defined text, I'm led to believe that you can embed these into the report template but I have not been able to do so thus far.  The only thing I can do is embed information about the user-defined text into the report template.
    Can someone shed some light if this is feasible?
    By the way, we are already embedding graphic logos by relating it to a phrase and keeping these images in a folder on a file server.  If we must, we can use that approach but I'd really lile to keep these documents in DMS as a controlled document.
    Thanks!

    Hello
    please consult online help. Take a look here:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/a7/2872ac0a6c11d28a220000e829fbbd/content.htm
    Chapter: Symbol Type: Specification
    Subchapter: Output of Document Management Documents
    The description is ok and in my opinion a good starting point.
    Hope this helps.
    C.B.
    PS: http://help.sap.com/saphelp_erp60_sp/helpdata/en/a7/286d780a6c11d28a220000e829fbbd/content.htm is helpful too.
    Chapter: User-Defined Texts and Documents
    Edited by: Christoph Bergemann on Nov 26, 2011 5:12 PM

  • Report template API?

    During the beta program for MX7 I was part of the discussions
    about an API to access the "properties" of a CFR file. Did this API
    ever come to fruition as I can't seem to find any published method
    for interrogating the contemnts or structue of a CFR file.

    Mike Boyersmith wrote:
    > I have an eclipse plug-in that calls BIRT API to generate reports. So I
    > created a report template that has some prompting that it does for
    > values. When I preview the report I get a Prompt dialog and everything
    > is fine. Now If I execute the report via BIRT Render Engine API calls I
    > get an exception saying a required parameter is never set and the
    > prompting UI is never shown. So... I traced this using the debugger, and
    > found that the editor uses a class called InputParameterDialog. Is there
    > a way to get this dialog to pop as well when calling Engine API directly
    > to run a report? If not perhaps I can call this dialog directly in my
    > java code?
    >
    >
    >
    >
    >
    Bump. The question being: Is there a way to get a BIRT parameter
    prompting dialog such as the InputParameterDialog to show when calling
    BIRT Engine API directly to run a report? My suspicion so far is that I
    will need to get the parameter collection and build my own UI, but
    wondering if anyone has done this, or has any input here.

  • I can't use my Report Template !!!

    Hi friends,
    I built my Report Template and saved it as Inatel.tdf, after this I created a report using the Inatel.tdf template and the Report Builder generated this code :
    <rw:style id="Inatel">
    <link rel="StyleSheet" type="text/css" href="css/-B">
    </rw:style>
    In the second line : href="css/-B"> -B ????
    Is it a bug?
    If not, what am I missing to do?
    I think that I need to create the css file, but how can I create it?
    Is there some document about this? Where it is?

    Artur,
    tdf files are only usable with paper based reports, not web based as you seem to be attempting.
    Take a look at rwTemplates.xml (under orawin\reports\templates) and follow the examples there to create a web template (which you can then add to cauprefs.ora so that they show in the builder).
    For a web template you will need:
    a) An HTML file to act as the basis of the generated jsp.
    b) A css file that maps the class set used in the template to some styles (see examples in orawin\reports\docroot\css). Note that this css file will need to be available to the page after it's generated.
    There is a paper planned on this that's currently being written and will be published on OTN once complete.
    Regards,
    Danny

Maybe you are looking for

  • Synchronous Get File

    Hello, My requirement is to get the file from the FTP server and place it on a local server. BPEL process needs to be scheduled to run every night. I have created a one way bpel process with Sync Get File from the FTP adapter and write the file to th

  • ColorSync issue - any planned patches or updates?

    I just purchased a wide gamut monitor, the Dell U2410 and have stumbled upon the fact that ColorSync in OS X assumes ICC untagged images are in the same color space as the monitor instead of assuming sRGB. Since the colorspace of the monitor is much

  • TES 5.3.1 Client on Windows 7 in XP Mode

    Has anyone tried to run a 5.3.1 Client on Windows 7?  It's not supported on this platform but I would have thought it should theoretically run if you have the Windows XP compatibility mode option installed.

  • How can I edit my browser history?

    When I try to enter a web site, I have two which can auto-complete... one is correct the other wrong. How can I remove the wrong one?

  • Dynamically removing objects

    Hi all, I am trying to remove objects at run time using a delete button but I keep getting an error saying "no capability to write children". I have set the detach() capability on the Branch Group for adding the object and have set all the relevant c