A Bug in "Print Attributes" tab in IR?

Project Environment:
Database: Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
Apex : Application Express 3.1.1.00.09
Also....: apex.oracle.com
Problem scenario:
I created an Interactive Reports (IR) in my project and tried to configure the "Download" PDF. It worked fine on "Classic Report". But for IR, it never worked. I'm facing multiple problems. They are:
A. PDF report is blank.
B. Sometime Acrobat Reader says "could not open <file name> because it is either not a supported file type or because the file has been damaged...)"
When open the same file in a text editor, I can see the following:
ORA-06502: PL/SQL: numeric or value error
ORA-06512: at "FLOWS_030100.WWV_FLOW_RENDER_QUERY", line 636
ORA-06503: PL/SQL: Function returned without value
I then thought I could be missing something in the config. So wanted to create a sample IR in apex.oracle.com and see what happens. The following is the result:
Notes:
A. Please use IE to test this. Also untick "Disable script debugging (Internet Explorer)" from "Tools->Internet Options->Advanced". It works ok in Firefox, I believe.
B. You can simulate this in apex.oracle.com (at least I was able to!!)
Steps:
1. Create an IR as normal. Say, App ID=46305, Page ID=6 and Region Name=Sample Interactive Report. Dont configure the "Print" settings yet.
2. Once done and tested to see if it works ok.
3. Now open Page (6) where you have the IR and click on the name, i.e. "Sample Interactive Report".
4. We get "Edit Region" page with three tabs:
a. Region Definition (current tab)
b. Report Attributes
c. Print Attributes
5. Click "Print Attributes" tab
6. Because the "Disable" flag is unticked (as per the note above), this will pop-up an error message:
A Runtime Error has occurred.
Do you wish to Debug?
Line: 1
Error: Object required.
7. You can choose "No" to ignore it. But I tried "Yes" to see what the error is. The error is in the line:
document.getElementById('P774_PRINT_FORMAT').value!='%null%'
Clearly it is going to P774 and doesn't find P774_PRINT_FORMAT field and so the error. Is there a fix? How come it is not giving error in Firefox? Or should I enable / disable something in Firefox o get this error? And the most importantly how to avoid this error?
8. Further on... if you go into "Report Attributes" and click the edit button on one of columns and then click "Print Attributes" tab, it goes to P960 and no errors!!
9. Why does "Print Attributes" links from the main tabs (Report Definition and Report Attributes) go to P774 and from "Dynamic Query Attributes" goes to P960?
10. Also, In P960, the "Report Columns" section says "Report returned no rows.". Is this normal in IR?
Ultimately, although I can configure my Apex to use "BI Publisher" installation to create my PDF outputs from "Classic Reports", I couldn't do from IR.
Seeking Answers For:
1. Why PDF output of the IR report produces 0k file (and so blank report) when the screen displays records? This is common in my project as well as in apex.oracle.com. What am I missing?
2. How to get rid of "ORA-06512: at "FLOWS_030100.WWV_FLOW_RENDER_QUERY", line 636"?
3. Is there patch for this conflict between links accessing the "Print Attributes" pages (P774 and P960) as explained in the "Steps" above.

Hello,
The error
2. How to get rid of "ORA-06512: at"FLOWS_030100.WWV_FLOW_RENDER_QUERY", line 636"?you can also find in the new features application. I wrote a post about that some days ago:
Bug in New Features Application?
Had some trouble to get the PDF print working, too. Printing works fine for standard reports, but for interactive report I am not able to get it working. Sometimes I am getting only blank pages (and no file) and sometimes I am getting PDF's which just contain an internal 500 error. Some details are in this thread: Print Interactive Reports does not work
Maybe that's related to the error of kkkannan74.
Regards, Tine.

Similar Messages

  • Attribute "Report Layout" is missing in the "Print Attributes" tab for IR

    Hallo,
    The attribute “Report Layout” is missing in the “Print Attributes” tab for an interactive report?
    How to alter the report layout (xsl-fo) of an interactive report?
    Has someone any idea where to configure this?
    Btw, for the "classic" SQL Report the XSL-FO "Report Layout" can be cahnged in "Print Attributes" and this works fine for me. But I want to change the xsl-fo for the interactive report.
    "If you do not select a report layout, a default XSL-FO layout is used. The default XSL-FO layout is always used for rendering Interactive Report regions. ... Unlike classic reports, the Interactive Report Print Attributes can only utilize the default XSL-FO layout and is initiated from the Report Attributes, Download section rather than directly from this screen. Once configured, these attributes only apply only to the current region and cannot be used outside the context of the region."
    http://apex.oracle.com/i/doc/bldapp_rpt_print.htm
    How can the "default XSL-FO layout" be changed?
    Changing is necessary because the Apache FOP 1.0 reports the following error (for the transmitted default XSL-FO):
    "fo:simple-page-master", "fo:region-body" must be declared before "fo:region-before"
    http://www.w3.org/TR/xsl/#fo_region-before
    The default report layout is not saved in:
    select * from APEX_040000.WWV_FLOW_REPORT_LAYOUTS
    Thx, Willi

    I've found two workaround for getting Apache FOP 1.0 to work with Oracle Apex 4.0 for PDF printing of interactive reports:
    1, Use an application process to set your custom layout for interactive reports:
    [ ] grant all on APEX_040000.WWV_RENDER_REPORT3 to {YOUR_SCHEMA_NAME};
    [ ] Create an Application Process e.g. "Custom Report Layout" with constraint for request 'PDF' and Process Text:
    declare
    v_xsl varchar2(32767);
    begin
    v_xsl := '<?xml version = ''1.0'' encoding = ''utf-8''?>
    <xsl:stylesheet version="2.0"
      <fo:region-body region-name="region-body" margin-top="54.0pt" margin-bottom="54.0pt"/>
      <fo:region-before region-name="region-header" extent="54.0pt"/>
    </xsl:stylesheet>';
    APEX_040000.WWV_RENDER_REPORT3.g_prn_template := v_xsl;
    end;2, If you have some knowlege in Java change the sequnce of the the nodes in the apex_fop.jsp (or servlet), ie. changing the xsl before you use it for transformation.
    The code depends on the solution you are using to parse the xsl string.
    Hope this may help someone,
    Willi

  • APEX Print Attributes for Interactive Reports versus Reports

    The Print Attirbutes tab for Interactive Reports does not have the Enable Report Printing option that the same tab does for Reports. The Enable Reports option when set to Yes" puts a print link on the Reports page. Since, the option doesn't appear for under the Print Attributes tab for Interactive Reports, how can I get a print link appear on an Interactive Report page?

    Hi,
    Those links are visible to end user in action menu -> Download
    Br, Jari

  • HOWTO: Control Printer Attributes for a Report at Run Time Reports 6i

    HOWTO: Control Printer Attributes for a Report at Run Time
    Like page width , height etc
    my problem is i had installed a printer and it is set for
    printing different reports ( like invoice slips , legal size ,
    A3 etc ) each time i have to manually set the page settup from
    printer folder .instead if there is an option to set the printer
    attributes from Reports 6i it is great
    rajesh

    All the Printer Setup(Page Height and Page Width) must be set in
    the Reprot Program. These can be set at the Layout-Main Section
    in the Object Navigator.
    hth

  • Function and attribute tabs not visible in ppoma_crm

    Hello Experts,
    Function and Attribute tab at the sales organization level is not visible in PPOMA_CRM transaction code for one of the user.
    Is it due to some authorization issue ? or anything else ?
    Before taking a system trace for that specific user, I would like to know if we are missing anything functionally
    Kindly revert
    Thanks and Regards
    DJ

    Hi DJ,
    Please see note 926540 - Missing Organisational units
    But from your description this does not seems to be the exact symptom.
    Yes I would advise to run a SU53 authorization check.
    Best regards - Christophe

  • Acrobat 9 bug with printing problems

    Hello, Acrobat 9 seems to have a bug when printing pdf files. Only the first page is printed. I tried on my Kyocera 2525E and my HP 2600N. Does anyone know a solution ?

    This seems to be a known issue Peter. There are certain models of Kyocera and Canon printers which will only print the first page. As Mike suggested the issue will only be resolved with an updated driver from the printer manufacturers or an update to Acrobat 9. You might try Print As Image in the Advanced portion of the Print dialog. It is a checkbox at the top of the Advanced dialog. Good Luck!

  • Display attributes tab in BEx Web

    Hi,
    I don't see <b>display attributes</b> tab after clicking context menu -> properties -> Characteristics(for perticular Char). I can see only one tab.
    There should be three tabs according to help.sap.com...
    http://help.sap.com/saphelp_nw04s/helpdata/en/d3/ea523ac1ea1d35e10000000a11402f/frameset.htm
    Iam a frontend(portal) consultant and i don't have any exp with query design or data modelling.. I don't see any option to display these tabs..is there any property i can set in WAD.
    according to help.sap.com..."Attributes tab page appears only when the characteristic has one or more attributes"...where to add attributes to characteristic.
    is there any SAP standard query working with similar functionality? Plese suggest or forward documentation links.
    Thanks,
    Krishna.

    Hi,
    We can see the tab and add the attributes to display in Bex analyzer  but attributes tab in not visible on Bex(context menu -> properties -> Char) .We are running on NW04s SPS10.
    Thanks,
    Krishna.

  • Windows Server 2008 R2 SP1 not have "Unix Attributes tab".

    Hello Folks.
    How can I enable "Unix Attributes tab" in Windows 2008 R2 SP1 without any reset or disconnect? 
    Tnx.

    Is this what you're looking for?
    Manage UNIX related attribute w/o installing Server for NIS or through script in windows 2008
    http://blogs.technet.com/b/sfu/archive/2010/02/18/manage-unix-related-attribute-w-o-installing-server-for-nis-or-through-script-in-windows-2008.aspx
    Merv Porter
    =========================

  • Names in Members field under the UNIX Attributes Tab have changed from standard format (i.e. John Doe) to the actual account name (jdoe)

    Hello,
    Names in Members field under the UNIX Attributes Tab have changed from standard format (i.e. John Doe) to the actual account name (jdoe). The only time this happens is if a domain account is deleted and the remnant of the account remains and has to be removed
    manually. However all of the accounts, with the exception of any new ones recently added, now show the account name only. Any ideas on what caused this and how to fix it?
    Thanks :)

    Hi,
    I have not heard from you for some days, currently I am providing the related article for you. Hope this will help you on this matter.
    The UNIX Attributes tab does not appear in the Active Directory Users and Computers MMC snap-in when Server for NIS is installed in the domain
    http://support.microsoft.com/kb/921913/en-us
    Thank you.
    Best regards,
    Steven Song
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Missing print settings tab in lightroom

    Anyone know how to get the print settings tab in lightroom?  I have the page setup tab--but not the print settings tab.

    I was watching Julianne Koss on AdobeTV talking about printing in Lightroom 5.  The left bottom part of her screen has two “tabs”—one says “page set up” and one says print settings.  On my screen I only have “page setup”.  A great deal of her talk is about Print Settings—this is where you choose the printer, the presets, the copies, the pages, the print settings, media type, color, color settings, print quality---pretty much everything having to do with printing.   I don’t have that tab…VERY  frustrating!
    Hers looks like the first attached photo  (see tabs that say page setup and print settings)
    Mine looks like the second attached photo  (see only page setup tab)
    Thank you for your help.
    Take care,
    Maren Aberle
    <http://www.firsttracksphotography.com/> www.firsttracksphotography.com
                               logo capture 2

  • Marketing attribute tab is missing

    Hi All,
    We are working on CRM 4.0.
    we have transferred the BP data from X server to Y server .
    But when we check BP in Y server I found that  Marketing attributes tab page is missing.
    Can any one suggest me in this regard? Any help will be greatly helpful and highly rewarded.
    Thanks in advance.
    DV.

    DV,
    1. Please check that the Marketing Attributes Screen is registered properly under the various BDT settings: Transcations BUS5 for the screen (CRM005 I believe) and BUS6 for the screen sequence.  You may want to try regenerating the screens and objects, otherwise also have a look at transaction BUCO.
    2. Check that the screen tabs for the General Data under the business partner are being painted properly in the correct sequence.
    3. Try and verify that the authorizations for the marketing tabs are available to the user.  See note 614514.
    Let us know how it goes, and please elaborate on System X and Y as well as the SP level.

  • [svn:fx-trunk] 9890: Fix bug involving changes to tabbing related properties

    Revision: 9890
    Author:   [email protected]
    Date:     2009-09-01 15:57:01 -0700 (Tue, 01 Sep 2009)
    Log Message:
    Fix bug involving changes to tabbing related properties
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-19577
    Reviewer: Corey
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests mustella/managers/FocusManager
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-19577
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/FocusManager.as

  • Print Settings tab in the Print module is missing? (Windows 7)

    The "How To" books always refer you to the Print Settings tab in the print module, but there isn't one in my Lightroom? How do I get around this?

    Not sure which "How to" books you're referring to so hard to answer this.  Which specific settings are you wanting to change/control?
    (..but if it's actual settings within the Printer's control software then it's accessed by clicking on the printer button at the bottom of the panel.)

  • Read product categories under extended attributes tab in org structure.

    Hi SRM gurus,
    We have a requirement to read all product categories maintained for purchaser under Extended Attributes tab in Organizational Structure.
    Can anyone let me know any FM, BAPI available to read the product categories listed in organizational structure under extended attributes tab?
    Cheers,
    Chirag.

    Hi Chirag,
    For Your Reference you can check the following:-
    Re: Create new category product in SRM
    Re: Question on Product categories..
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/srm/code%252bsample%252b3%252bupdating%252bextended%252battributes%252b(Storage%252bLocation)
    FM for Extended Attributes Mantenance
    Hope it Helps..!!
    Regards,
    Kanika

  • Extended Attribute tab missing

    Hi,
    In my development server the extended attribute tab is missing,
    Is there any configuration I missed?
    How can I extend my attributes in PPOMA_BBP
    Thanks
    Suds

    Hi Muthu,
    I am facing the same issue. .
    Regarding authorization, I have got myself SAP_ALL in the dev system and still do not have the Extended Attributes tab.
    Thanks for the link to the post  too. As mentioned in the post, the address tab is controlled by IT1028. Can someone please let me know what Infotype and parameters control the Extended Attributes tab?
    Thanks,
    SB

Maybe you are looking for

  • How do I get to the Mozilla Plugin Check Page manually if a link is not available to click on?

    In the past couple of weeks, I have had several instances of my Adobe Flash Plugin crashing. I am just figuring out that I need to keep my plugins updated. I can't figure out how to '''manually''' get to the plugin check page in order to determine th

  • Email of Purchase Order

    Hi, All, I want to email PO to vendor. I have done the following: (1.) have created a strategy and  give the comm Method = INT ( Email) (2.) have defined message type for PO according to note 191470 but when I use me21n to create a new PO, I clicked

  • Is there any documentation for Digital Editions?

    I have several questions. 1) Is there any searchable local documentation for Digital Editions? The only thing I can find is at http://www.adobe.com/products/digitaleditions/help/ and that is of no help because it is not available when there is no Int

  • ITunes refuses to sync apps due to lack of authorization, when it *is* authorized?

    Hey all, Just tried to sync my iPhone today, and received an error that 64/66 of my apps on my phone would be deleted unless I authorized my computer for them. Thought it was weird, since I'm already authorized, but figured I'd reenter my stuff anywa

  • Logic in Formula at Query level

    Dear All,               We are creating query, we want to use the sum of working days for perticular machine iin formula. Machine No=M1,  Calendar=1/12/2009, out put=100, workingdays=1, average out per day(formula) Machine No=M1,  Calendar=2/12/2009,