Report Output in a web browser. URGENT!!!

Email: [email protected]
I would appreciate if someone can solve my problem....
When I run a report from the report builder, the output is displayed in the web browser as when in live previwer, In view menu, web preview, Generate to Web browser in checked.
I want to have a shortcut to this report on my desktop. I want that whenever I click this short cut, my report should run in the default internet browser but it is not executing.
I have also tried to run this report by making a button in a Form and using run_product on the when-button-pressed trigger but this is also not working.
I want an output in the web browser 'cuz the output contain some hyperlinks pointing to some word documents saved as html.
Awaiting an urgent reply.....
HASAN.

Hello Hassan,
try it with an Batch File
c:\orant\bin\rwrun60.exe userid=scott/tiger@oracledb module=c:\test1.rep
before you compile the report to an rep-file you have to do some settings in the systemparameters "atributepallete" under your module.
1. set the parameter Desformat under value* on "htmlcss"
2. set the parameter Desname under value* on "c:\test1.html" or the "wwwroot" directory.
3. set the parameter Destype under value* on "file"
then compile the report to c:\test1.rep an test the batch file you've created.
much luck
Udo
* dont know the correct spelling in the englishversion of the RB6i, but its allways the 2. desc row in the atrribute pallet

Similar Messages

  • Report output different in web mode

    Hi all,
    I've got a simple tabular report(Rows and columns without headers) which i deploy on the web and the report is displayed on a browser. The output i get from the browser is different from when i test and run it in report builder.
    When i deploy the report and view it on the browser, the rows do not start from a new line and each record is joined. How do i specify a line feed to start each row.
    For e.g, this is how it looks in report builder when i run it,
    record1 xxx xxx xxx
    record2 yyy yyy yyy
    This is what i get in web mode,
    record1 xxx xxx xxx record2 yyy yyy yyy
    note : The report is a character mode report.

    Hello,
    Another simple solution when you have simple text to show in a web and keep the presentation is to use the <PRE> tag. (see http://www.w3.org/TR/REC-html40/struct/text.html#edef-PRE)
    In you case
    <pre>
    record1 xxx xxx xxx
    record2 yyy yyy yyy
    </pre>
    Regards
    Tugdual

  • Display Report Parameter Form on Web Browser

    I have prepared a report (with a user parameter form )using Report Developer. Then I call the report in a web-based application through the web-browser. the parameter form display normally, except that there are two buttons on the top : submit and return. Also, the layout of the parameter form is not consistent with the style of my application.
    1. Can I customized the layout of the parameter form so that it can have consistent style with my web-based program ? If yes, how?
    2. Can I suppress the buttons shown on the parameter form ?
    (Our Report Server is 9iAS )

    Hi
    Reports built-in parameter form is deliberately fairly simple in capabilities (otherwise, you'd have all the functionality of Forms inside of Reports). However, with JSPs in Reports 9i, you can go farther to create a custom parameter form of your own liking.
    Thanks
    The Oracle Reports Team

  • Report Manager - "Show in Web browser" - "Post to web server"

    Hi,
    My boss has asked me to monitor CPU Utilisation and Load Average on 4 T2000's that have performance issues.
    I have created a report using report manager (thanks to the Halcyon guide!) and I'm happy!
    But I now want to use the "Post to web server" function to allow the user to read the results.
    First up the "Show in browser" option comes up with "Netscape not found". I discovered what I thought was the config
    entry for this in /var/opt/SUNWsymon/cfg and changed /usr/bin/netscape to /usr/bin/firefox which does exist on the server.
    But I still get "netscape not found". What do I need to change to get this bit working?
    Second, when I select "Post to web server", the task appears to complete, but what is the URL or where does the
    file get deposited? I could not find this out anywhere, browsing logs or config files for the server.
    Thansk for your help so far - our SunMC environment is now paying off and we're getting useful info out of it!
    rachel

    Hi Rachel,
    virag064 wrote:
    Second, when I select "Post to web server", the task appears to complete, but what is the URL or where does the
    file get deposited? I could not find this out anywhere, browsing logs or config files for the server.http://docs.sun.com/app/docs/doc/819-5423/6n7gov5h9?l=en&a=view
    The actual files are on your Server under /var/opt/SUNWsymon/reports (from memory: directory is something like that :) )
    [email protected]
    http://www.HalcyonInc.com
    New !! : http://forums.HalcyonInc.com !!

  • Applet notinited .. it runs in eclipse, but not in web browser --urgent

    hi,
    firstly i'm sorry for the "urgent" remark in the title, but I actually really need some help to this problem, since I have to pass up this assignment in about 2 more hours.
    on to the question,this is my full code:
    import java.awt.BorderLayout;
    import java.awt.Color;
    import java.awt.Container;
    import java.awt.GridLayout;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.*;
    import javax.swing.event.DocumentEvent;
    import javax.swing.event.DocumentListener;
    public class reza extends JApplet{
         public static void main(String[] args){
              JFrame myWindow = new JFrame("Sample reza");
              myWindow.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              reza testReza = new reza();
              myWindow.setContentPane(testReza);//add to the window
              myWindow.pack();
              myWindow.setVisible(true);
         double sum;     //sum of values entered by user
         private ImageIcon board;
         private JPanel topPanel,boardPanel;
         private JLabel l1,l2,l3,l4,l5,l6,lTotal,lAndryusha,lBorya,lVolodya,lGiveUp,lGiveUp2,boardLabel,lRules;
         private JTextField a[],aTotal, b[], bTotal, c[], cTotal;
         private JButton clear,checkAnswer,solve;
         private Container container;
         String A1,A2,A3,A4,A5,A6,ATOTAL,B1,B2,B3,B4,B5,B6,BTOTAL,C1,C2,C3,C4,C5,C6,CTOTAL;
         public reza(){
              container = getContentPane();
             container.setLayout(new BorderLayout());
             topPanel = new JPanel(new GridLayout(6,8,5,5));
             boardPanel = new JPanel(new GridLayout(1,2,5,5));
             board = new ImageIcon("board.jpg");
             boardLabel = new JLabel(board);
             topPanel.setBackground(Color.WHITE);
             boardPanel.setBackground(Color.white);
             //utk handle button clear ngan solve
             ButtonHandler handler = new ButtonHandler();
             lGiveUp = new JLabel("           Give up?");
             lGiveUp2 = new JLabel("Press this >>>");
             lRules = new JLabel("Rules: User may only use the number shown in the dart board");
             l1 = new JLabel("   1");
             l2 = new JLabel("   2");
             l3 = new JLabel("   3");
             l4 = new JLabel("   4");
             l5 = new JLabel("   5");
             l6 = new JLabel("   6");
             lTotal = new JLabel("   Total");
             lAndryusha = new JLabel("Andryusha");
             lBorya = new JLabel("Borya");
             lVolodya = new JLabel("Volodya");
             a = new JTextField[7];
             b = new JTextField[7];
             c = new JTextField[7];
             aTotal = new JTextField();
             bTotal = new JTextField();
                cTotal = new JTextField();
                clear = new JButton("CLEAR");
             solve = new JButton("SOLVE");
             checkAnswer = new JButton("ANSWER");
             topPanel.add(new JLabel("       "));
             topPanel.add(l1);
             topPanel.add(l2);
             topPanel.add(l3);
             topPanel.add(l4);
             topPanel.add(l5);
             topPanel.add(l6);
             topPanel.add(lTotal);
             topPanel.add(lAndryusha);
             int i=1;
             for (i=1;i<=6;i++){
                  a[i] = new JTextField();
                  a.getDocument().addDocumentListener(new textFieldListenerA());
              topPanel.add(a[i]);
         topPanel.add(aTotal);
         topPanel.add(lBorya);
         for (i=1;i<=6;i++){
              b[i] = new JTextField();
              b[i].getDocument().addDocumentListener(new textFieldListenerB());
              topPanel.add(b[i]);
         topPanel.add(bTotal);
         topPanel.add(lVolodya);
         for (i=1;i<=6;i++){
              c[i] = new JTextField();
              c[i].getDocument().addDocumentListener(new textFieldListenerC());
              topPanel.add(c[i]);
         topPanel.add(cTotal);
         clear.addActionListener(handler);
         solve.addActionListener(handler);
         checkAnswer.addActionListener(handler);
         topPanel.add(new JLabel(" "));
         topPanel.add(new JLabel(" "));
         topPanel.add(new JLabel(" "));
         topPanel.add(new JLabel(" "));
         topPanel.add(new JLabel(" "));
         topPanel.add(new JLabel(" "));
         topPanel.add(clear);
         topPanel.add(solve);
         topPanel.add(new JLabel(" "));
         topPanel.add(lGiveUp);
         topPanel.add(lGiveUp2);
         topPanel.add(checkAnswer);
         topPanel.add(new JLabel(" "));
         topPanel.add(new JLabel(" "));
         topPanel.add(new JLabel(" "));
         topPanel.add(new JLabel(" "));
         boardPanel.add(boardLabel,BorderLayout.WEST);
         boardPanel.add(lRules,BorderLayout.EAST);
         container.add(boardPanel,BorderLayout.NORTH);
         container.add(topPanel,BorderLayout.CENTER);
         setSize(750,700);
         setVisible(true);
         class textFieldListenerA implements DocumentListener{
              public void insertUpdate(DocumentEvent e){
                   int i,count=0;
                   for (i=1;i<=6;i++){
                        try{                    
                             count = count + Integer.parseInt(a[i].getText());
                        }catch(Exception e1){
                   aTotal.setText("" + count);
              public void changedUpdate(DocumentEvent e){
              public void removeUpdate(DocumentEvent e){               
         class textFieldListenerB implements DocumentListener{
              public void insertUpdate(DocumentEvent e){
                   int i,count=0;
                   for (i=1;i<=6;i++){
                        try{                    
                             count = count + Integer.parseInt(b[i].getText());
                        }catch(Exception e1){                         
                   bTotal.setText("" + count);
              public void changedUpdate(DocumentEvent e){
              public void removeUpdate(DocumentEvent e){               
         class textFieldListenerC implements DocumentListener{
              public void insertUpdate(DocumentEvent e){
                   int i,count=0;
                   for (i=1;i<=6;i++){
                        try{                    
                             count = count + Integer.parseInt(c[i].getText());
                        }catch(Exception e1){
                   cTotal.setText("" + count);
              public void changedUpdate(DocumentEvent e){
                   int i,count=0;
                   for     (i=1;i<=6;i++){
                        try{                    
                             count = count + Integer.parseInt(c[i].getText());
                        }catch(Exception e1){
                   cTotal.setText("" + count);
              public void removeUpdate(DocumentEvent e){
                   int i,count=0;
                   for (i=1;i<=6;i++){
                        try{                    
                             count = count + Integer.parseInt(c[i].getText());
                        }catch(Exception e1){
                   cTotal.setText("" + count);
         private class ButtonHandler implements ActionListener{
              //handle button event
              public void actionPerformed(ActionEvent event){
                   //clear all the text fields
                   if (event.getActionCommand().equals("CLEAR")){
                        int i=0;
                        for (i=1;i<=6;i++){
                             a[i].setText("");
                        aTotal.setText("");
                        for (i=1;i<=6;i++){
                             b[i].setText("");
                        bTotal.setText("");
                        for (i=1;i<=6;i++){
                             c[i].setText("");
                        cTotal.setText("");                    
                   else if (event.getActionCommand().equals("SOLVE")){
                        int aCount[],bCount[],cCount[],i,aTotal=0,bTotal=0,cTotal=0;
                        aCount = new int[7];
                        bCount = new int[7];
                        cCount = new int[7];
                        //make sure all fields have been filled in
                        if (a[1].getText().equals("") || a[2].getText().equals("") || a[3].getText().equals("")|| a[4].getText().equals("")|| a[5].getText().equals("")|| a[6].getText().equals("")|| b[1].getText().equals("")|| b[2].getText().equals("")|| b[3].getText().equals("")|| b[4].getText().equals("")|| b[5].getText().equals("")|| b[6].getText().equals("")|| c[1].getText().equals("")|| c[2].getText().equals("")|| c[3].getText().equals("")|| c[4].getText().equals("")|| c[5].getText().equals("")|| c[6].getText().equals("")){
                             JOptionPane.showMessageDialog(null,"Please fill in ALL the scores!!");
                        //if yes, then only proceed
                        else{
                             //for andryusha
                             for (i=1;i<=6;i++){
                                  try{
                                       aCount[i] = Integer.parseInt(a[i].getText());
                                       aTotal = aTotal + aCount[i];
                                  }catch(Exception e1){
                             //check andryusha's 1st and 2nd shots. They must be equal to 22 when added
                             if (aCount[1] + aCount[2] != 22){
                                  JOptionPane.showMessageDialog(null,"Andryusha's 1st + 2nd shots must be equal to 22!!");
                             if (aTotal==71){
                                  JOptionPane.showMessageDialog(null,"Andryusha's scores is right! Well done!!");
                             }else if (aTotal !=71){
                                  JOptionPane.showMessageDialog(null,"You got it wrong for Andryusha's scores. Please try again.");
                             //for Borya
                             for (i=1;i<=6;i++){
                                  try{
                                       bCount[i] = Integer.parseInt(b[i].getText());
                                       bTotal = bTotal + bCount[i];
                                  }catch(Exception e1){
                             if (bTotal==71){
                                  JOptionPane.showMessageDialog(null,"Borya's scores is right! Well done!!");
                             }else if (bTotal !=71){
                                  JOptionPane.showMessageDialog(null,"You got it wrong for Borya's scores. Please try again.");
                             //for Volodya
                             for (i=1;i<=6;i++){
                                  try{
                                       cCount[i] = Integer.parseInt(c[i].getText());
                                       cTotal = cTotal + cCount[i];
                                  }catch(Exception e1){
                             if (cCount[1] != 3){
                                  JOptionPane.showMessageDialog(null,"Volodya's first score is wrong!!");
                             if (cTotal==71){
                                  if (cCount[2] == 50 || cCount[3] == 50 || cCount[4] == 50 || cCount[5]==50 || cCount[6]==50){
                                       JOptionPane.showMessageDialog(null,"Volodya's score is right! Well done!!");
                                  }else if (cCount[2] != 50 && cCount[3] != 50 && cCount[4] != 50 && cCount[5]!=50 && cCount[6]!=50){
                                       JOptionPane.showMessageDialog(null,"Volodya hits the bull's eye once!!");
                             }else if (cTotal!=71){
                                  JOptionPane.showMessageDialog(null,"Volodya's score is wrong!!");
                   }else if(event.getActionCommand().equals("ANSWER")){
                        a[1].setText("20");
                        a[2].setText("2");
                        a[3].setText("25");
                        a[4].setText("3");
                        a[5].setText("20");
                        a[6].setText("1");
                        aTotal.setText("71");
                        b[1].setText("25");
                        b[2].setText("20");
                        b[3].setText("20");
                        b[4].setText("3");
                        b[5].setText("2");
                        b[6].setText("1");
                        bTotal.setText("71");
                        c[1].setText("3");
                        c[2].setText("50");
                        c[3].setText("10");
                        c[4].setText("5");
                        c[5].setText("2");
                        c[6].setText("1");
                        cTotal.setText("71");
         }//end private class ButtonHandler
    I run the program using Eclipse; run as> Java applet
    and in runs perfectly well. I then tried running it using internet explorer and firefox, but only a gray box appeared and the browser says "applet notinited" and "Loading Java Applet Failed.."
    what did i do wrong? any help is really appreciated.. thanks

    thank God i already found the cause of the problem..
    it's because the application has an ImageIcon which links to a local jpeg file, so perhaps security restriction on the browser doesn't allow my applet to access local file, that's why it fails to load.
    either using signed applet (not tested) or removing the picture solved my problem.
    thanks anyway :)

  • Can't access Reporting Services Manager through web browser.

    Hello, 
    I want to start using SQL Server Reporting Services. I'm trying to get access to Report Manager through Internet Explorer so I can set up System-level permissions. I'm running SQL Server 2008 R2 on Windows Server 2008 R2 SP1. 
    I didn't set up this instance of SQL Server so I don't know a lot about it's configuration. I browsed the "C:\Program Files\Microsoft SQL Server\MSSQL10_50.<SQL Instance>\Reporting Services" folder and found the following items:
    LogFiles folder, ReportManager folder, ReportServer folder, RSTempFiles folder, sql_rs_keyfile.dll.
    Given the ReportManager folder I found inside the Reporting Services directory, I assumed the url for Report Manager would be http://<server name>/ReportManager but I get a 404 error when I try that. Then, I found on some MSDN article that the default
    URL for Report Manager is http://<server name>/Reports. When I tried that I got an error that said: 
    "The underlying connection was closed: Could not established trust relationship for the SSL\TLS secure channel".
    I should mention I'm not very knowledgeable with SQL Server so I may be approaching this in the wrong way. 
    I appreciate any help that you can provide. Thanks!

    Hello,
    Based on your description, you configure Report Manager access through an SSL-encrypted channel by binding a certificate.
    Please verify that the certificate is installed in the Console Root\Certificates\Trusted Root Certification Authority of the local machine.
    For more details, please refer to the follwoing blog about similar issue:
    http://blogs.msdn.com/b/mariae/archive/2007/12/12/ssl-configuration-and-reporting-services.aspx
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Specify the title of browser window showing report output

    I am using DS 10g.
    When the report output comes in the browser, then its title is not user friendly.
    Can any body tell me how to specify the title of browser window that is displaying the report output.
    The report output has been generated from form.

    hello,
    What DESFORMAT do you use ? (HTML ? HTMLCSS ? PDF ? RTF ? ...)
    Regards

  • Spcify the title of browser window showing report output

    I am using DS 10g.
    When the report output comes in the browser, then its title is not user friendly.
    Can any body tell me how to specify the title of browser window that is displaying the report output.
    The report output has been generated from form.

    hello,
    What DESFORMAT do you use ? (HTML ? HTMLCSS ? PDF ? RTF ? ...)
    Regards

  • Scheduled Reports Output Format

    Dear All,
    Does anyone know how I can schedule WEBI reports in the same formats as crystal reports? I currently use BOXI r3.
    The current WEBI options are only:
    Web Intelligence
    Excel
    Adobe Acrobat
    Where the crystal options are:
    MS Excel
    MS Word
    PDF
    RTF
    TXT
    TTX
    CSV
    XML
    I need to be able to schedule a series of WEBI reports in csv & txt formats to an FTP location.
    Thanks in advance,
    Stuart

    I believe the only option for WEBI reports output formats are Web Intelligence, Microsoft Excel and Adobe Acrobat.
    We have been having problems with scheduled reports output format in Excel. WEBI report's page layout is set to Legal and Landscape. But, MS Excel does not keep the same WEBI page layout margins for legal and landscape, and the report does not fit to page on Excel. WEBI formatting works best on Adobe Acrobat.
    We opened a ticket with SAP... their response was it is a known issue with no solution.

  • Web Browser Printing

    Hi,
    I am trying to print a report viewable in a web browser
    and wanted to know if there is a way to get rid of the
    header and footer crud that the browser seems to add??
    For example, URL and date at the bottom of the page
    and HTML title and 'page 1 of x' at the top..Whats the
    best way to eliminate this?? or am I stuck with it??
    Thx,
    John

    In your browser (assuming MS Internet Explorer) goto File -> Page Setup and remove header and footer.

  • Web Browser in the output of Report and save the text entered in browser

    Hi All,
    I am having a requirement that i has to show the web browser in the output of the basic list and i has to save the text entered in the web browser and not the URL.
    For example.
    if i am displaying the web browser in the basic list of my report.
    i am having a field to give the URL and i will the give the URL as WWW.GOOGLE.COM and press enter, then the web page will be loaded in the basic list. i am entering some text in the search area .
    let the text may be "SAP-ABAP".
    now i has to save the text "SAP-ABAP" in to my database.
    So , if you have any suggestions please reply to this.
    Thanks in advance.
    Regards,
    Phani.

    Of course there is not going to be any specific example which has been taylored to your exact requirement, which is why you should be looking outside the box.  The reason I suggested that program is so that you can see how to allow the user to access a web page and enter a value, and then allow the application server to access this value, which of course can then be stored on the database. 
    As for you exact requirement, if you are looking to specifically throw a browser with www.google.com in the browswer and have the user enter a value in the search, and then expect that this value be returned to the application which was entered, I don't see a clean/easy way to do this.  Why? Because once the user is veiwing google in the browser, it is now out of your control, because that page is not running on your server.  Not if google had some API, that would be a different story.
    Regards,
    Rich Heilman

  • Title of the browser displaying a report output through web.show_document

    Hiya
    We are using Oracle Forms 10g 10.1.2.0.2
    All our Forms and Reports are working well.
    We are using Java Script in Web.Show_Document so that when the report is displayed on the screen in the browser, the browser's toolbar and menubar should not be visible.
    The code looks like this:
    v_url_in := 'reports/rwservlet' || '/getjobid' || v_job_id || '?server='|| 'my_rep_server';
    v_url_out := 'javascript:window.open("'||v_url_in||'", " ", "toolbar=no,menubar=no");self.close();';
    Web.Show_Document (v_url_out, '_blank');
    The above code is working absolutely fine. No issues about this.
    Now when the report opens in a new browser window,the title of the browser window reads as follows:
    http://<hostname>:8889/reports/rwservlet/getjobid1234?server=my_rep_server - Microsoft Internet Explorer
    So rather than displaying the title of the browser window as the URL of our Application Server, we want to show the title to Reports name so that it
    reads as
    'Customer Sales Summary Report - Microsoft Internet Explorer'.
    Does anyone has any idea if it is possible to change the title of the browser window, if so, how ?
    Cheers
    Mayur

    Mayur,
    I'm not a web developer either, however, I've done this kind of thing using the HTP database package - as I mentioned. What you could do is write a database procedure that accepts the URL and the Title as parameters and let the procedure open the URL for you. For example:
    CREATE OR REPLACE PROCEDURE show_url(p_url VARCHAR2, p_title varchar2) AS
    BEGIN
       htp.htmlOpen;
       htp.headOpen;
       htp.htitle(p_title);
       htp.headClose;
       htp.bodyOpen( cattributes => 'onLoad="WinOpen()"');
       htp.bodyOpen;
       htp.script(clanguage => 'javascript',
                    cscript => '<!--
                                function WinOpen() { open("'||p_url||'","_self");
                                //-->'
       htp.bodyClose;
       htp.htmlClose;
    END;I was unable to test this procedure on my Oracle XE install, but it should work on a non-XE database.
    Hope this helps.
    Craig...
    -- If my response or the response of another is helpful or answers your question, please mark the response accordingly. Thanks!

  • Running reports on web browser

    We here in HCL Technologies are in the process of deploying Dev
    2000 applications on Oracle Web Application Server 3.0 installed
    on Window NT 4.0 Server.
    I have couple of problems which i am reporting to you & i would
    like to seek solution for the same.
    1. I am able to create/configure report cartidge and to run
    simple reports giving output file of size 20kb. The report is
    running & getting displayed on the web browser.
    But, if the report output is somewhere in the range of 500 or
    more KB, than it is observed that full report output file is
    generated in the cache directory, but it is not displayed on the
    screen, instead a error "Internal error Try Again " is displayed.
    Here are some specifications which might help you resolve this
    problem
    (A) We are using destype=cache, desformat=html
    (B) Our NT Server is having a memory (RAM) of 96 MB.
    2. Before running the report we want to display the parameter
    form for our report, so that the user can input the required
    variable parameters. But, instead it is allowing to pass the
    parameters through our URL, which is not desirable.
    Please, help us in resolving these problems at the earliest.
    Awaiting your response.
    Regards,
    Navneet
    null

    Navneet,
    I can't help with problem 1, but I cna help with problem 2. If
    you are using html files with links to the reports, you can use
    the form tag to create the equivalent of the parameter form.
    Example:
    <form action="http://mot.com/r30ows">
    Select the Vendor for which you would like to see contacts for
    <input type="hidden" name="server" value="repserver">
    <input type="hidden" name="report" value="contact">
    <input type="hidden" name="userid" value="">
    <input type="hidden" name="destype" value="cache">
    <input type="hidden" name="desformat" value="html">
    <select name="v_id">
    <option value="1">Computer Discount Warehouse</option>
    <option value="2">Micro Warehouse</option>
    <option value="3">CompUSA</option>
    <option value="4">Oracle Corp.</option>
    </select>
    <input type="submit" value="Run Report">
    </form>
    V_id in this example is a user defined parameter.
    Hope this has helped you.
    Eric Laabs
    Navneet (guest) wrote:
    : We here in HCL Technologies are in the process of deploying Dev
    : 2000 applications on Oracle Web Application Server 3.0
    installed
    : on Window NT 4.0 Server.
    : I have couple of problems which i am reporting to you & i would
    : like to seek solution for the same.
    : 1. I am able to create/configure report cartidge and to run
    : simple reports giving output file of size 20kb. The report is
    : running & getting displayed on the web browser.
    : But, if the report output is somewhere in the range of 500 or
    : more KB, than it is observed that full report output file is
    : generated in the cache directory, but it is not displayed on
    the
    : screen, instead a error "Internal error Try Again " is
    displayed.
    : Here are some specifications which might help you resolve this
    : problem
    : (A) We are using destype=cache, desformat=html
    : (B) Our NT Server is having a memory (RAM) of 96 MB.
    : 2. Before running the report we want to display the parameter
    : form for our report, so that the user can input the required
    : variable parameters. But, instead it is allowing to pass the
    : parameters through our URL, which is not desirable.
    : Please, help us in resolving these problems at the earliest.
    : Awaiting your response.
    : Regards,
    : Navneet
    null

  • Is it possible to hide url in web browser when a web report is generated ?

    HI EVERYONE,
    I have to generate web report from my form , when it is generated i need to hide the url in web browser. otherwise the report can be accessed by copying the url.
    Thanks,
    RINCY
    Edited by: Rincy on Aug 28, 2008 10:19 AM

    How do you call your report? If you use run_report_object you won't see an URL. However, with a jobid you can still get the report output. Keep the cache small, or add parameter [ EXPIRATION|http://www.oracle.com/webapps/online-help/reports/10.1.2/state?navSetId=_&navId=3&vtTopicFile=htmlhelp_rwbuild_hs/rwrefex/cmdline/common/cla_expiration.htm&vtTopicId=] to avoid problems.
    Also check out [this whitepaper|http://www.oracle.com/technology/products/forms/pdf/10g/frmwebshowdoc_rep.pdf]
    Or Metalink note 437246.1 Which Possibilities are Available to Prevent Users from Accessing showjobs Page and getjobid in URL?

  • Running Reports through a web browser

    Hi All,
    Please help me how we can run Oracle Reports 6i on web browser??
    waiting for quick reply

    Hello,
    Take a look to the document :
    Oracle Reports Publishing Reports
    Release 6i
    A73173-01
    Publishing Architecture and Concepts
    2.2.1 Web architecture: server configurations
    2.2.1.1 Processing Web reports
    http://download-uk.oracle.com/docs/html/A73173_01/output/pbr_arch.htm
    Regards

Maybe you are looking for