Discoverer 4i Viewer Freezes

I am having trouble logging into discoverer with one specific client machine. All others work. This client seems to lock up when waiting for the 'connect to database' box. Has anyone had this type of problem? Are there hardware requirements for the client when connecting through IE 6.0? ANY help would be appreciated.

Check your services to make sure they are started. The three services you'll need are:
OracleiSuitesHTTPServer
OracleiSuitesAgent
OracleDiscoverer4i
Hope that helps
-Andy

Similar Messages

  • How to display binary file saved in BLOB column in Discoverer PLUS /VIEWER

    HI, Friends,
    I tried to display the binary file saved in the database in BLOB column with the *.doc or *.xls fomats, but it seemed not work at all. I can display them in discoverer DESKTOP, but not the web version PLUS or VIEWER. MY Discoverer PLUS/VIEWER version is 9.0.4.45.02 and the database is 9.2.0.4. Are there any special setting/configuration in somewhere (Discoverer administration/Applicaiton server/PLUS/VIEWER?)
    Any help /information will be greatly appreciated.
    Thanks a lot.

    Hi,
    Sorry but this feature is not available in the web version of 9.0.4.45. You will have to write your own mod_plsql function to download the file.
    Rod West

  • How in Discoverer 4i viewer (Web) to set the size of the Chart(Graph)?

    Hello all,
    How in Discoverer 4i viewer (Web) to set the size of the Chart(Graph) by default?
    Thanks very much for any help.
    Dmitriy Zhabrovets

    Hi,
    I had a look and don't ask me why but it seems that you can't add extra rectangles in a sub table. But weirdly, it seems possible to add tables.
    I mean you can't add a rectangle using
    app.activeDocument.textframes.tables.tables.cell.insertionpoint.rectangles.add
    //remove any reference, that's conceptual at this time.
    The idea I had at the first place but put aside cause to its heaviness is to cheat.
    Instead of adding the rectangle, we are going to copy & paste it.
    So let's keep all the things you need (rectheight & rectwidth).
    But this time, let's use
    var oRect = app.activeDocument.rectangles.add({geometricBounds:[0,0,rectheight,rectwidth]});
    //You may need to use app.activeDocument.pages[x]... if you have a multi pages doc.
    app.select(oRect);
    app.cut()
    app.select(oInsertionPoints.item(-1));
    app.paste();
    heavy but it works.
    Loic

  • Default the sender name while sending email from discoverer 11g viewer

    Hi,
    Can we put a default value of a sender in the email which are sent from discoverer 11g viewer.??

    Hello
    Yes, you can do this but you have to edit one of the UIX files to do it. The following is taken from my new Discoverer 11h Handbook which will be out later in the year.
    If you want to force users to send Discoverer reports from a prespecified e-mail account, use the following workflow:
    Locate this file: $MIDDLEWARE_HOME/user_projects/domains/ClassicDomain/servers/WLS_DISCO/tmp/_WL_user/discoverer_11.1.1.2.0/<tmpfolder>/war/Email.uix
    NOTE: In my system the name of the tmpfolder was 51oeh7. You may have a different name for <tmpfile> on your system and so may need to do a search for Email.uix.
    Make a safe backup of Email.uix.
    Find the following line and add the information in bold, changing [email protected] with your default email address:
    <contents>
    <messageTextInput required="yes" name="sender" disabled="true"
    tip="[email protected]" columns="40"
    prompt="${uix.data.nls['email.text.sender']}" text="[email protected]"/>
    NOTE:  In the above, you will be replacing text="${uix.eventResult.sender}" with your default email address like: text="myemail.mycompany.com"
    Find the following line and add the line in bold below it:
    <formValue name="event" value="sendEmail" />
    <formValue name="sender" [email protected] />
    NOTE: Make sure the domain name you provide is the same domain you are using for the SMTP server; otherwise, your Discoverer Viewer users will not be able to send e-mail.
    Take a backup of the modified file and place it somewhere safe.
    Stop and restart the WLS_DISCO server in the WebLogic Server Administration Console.
    Notes concerning editing of UIX files:
    Never make any changes without first backing up the UIX file you intend to work on. You need to go slowly and carefully, making backups as you go and trying your modifications on a test system first.
    Any changes you make to a UIX file will not be supported by Oracle, and if you run into any problems with changes you make to a UIX file, you will be on your own, which is why you need a backup.
    If you need future support, you will need to be able to prove that the issue you are encountering is not because of any changes you have made. You will basically need to have a clean instance to prove that the issue is still there.
    Any upgrades or patches that you subsequently apply may overwrite any custom changes that you have made to the UIX files. It will be your responsibility to keep copies of any changes you have made, and it will be your responsibility to make sure these changes are still valid after any upgrade or patch.
    NOTE: I cannot be held responsible if you tamper with your UIX files and mess up your system. You have been warned! That said, there are many examples for editing UIX files on Oracle’s Support site. So long as you are careful and heed the warnings mentioned, you should be fine
    Best wishes
    Michael

  • I can't logon to Discoverer 3i Viewer

    Computer config:
    Window 2000 Server
    Oracle 9iAS (include Discoverer 3i VIEWER and Server)
    Another computer config:
    Window 2000 Server
    Oracle 8iDS (8.1.6)
    Error occur when I try to log on to Discoverer 3i Viewer. The error message is:
    Authentication Failed.
    (You do not have access to any End User Layer tables)
    Therefore, I downloaded 'Discoverer Administration Edition 3.1.36 for Windows NT' to install it in Oracle 8i DS so that I can create 'End User Layer'.
    The Oracle DS and the Discover 3i need to be installed in the same Directory(c:/oracle/oracle81). But, The Oracle Installer of the discoverer forbid to doing that. The error Message is:
    The location specified, "D:\Oracle\Oracle81", is already in used as an Oracle home for "Oracle 816 Production"
    It cannot be used as an Oracle home for 'nt'
    If I try to install the discover 3i in different oracle home. The following error message appear:
    Oracle Discoverer does not support multiple installation and therefore cannot be installed on "OraHomeDiscover". It can only be installed on OraHome81.
    What do I need to do so that I can run the 'Discoverer Administration Edition'? Do I need to use Discoverer 4i for oracle 8.1.6?

    Discoverer will be officially supported on Win2000 Servers with version 4.1.37, due out with 9iAS 1.0.2.2.
    Regards,
    Discoverer Team
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Luk:
    Computer config:
    Window 2000 Server
    Oracle 9iAS (include Discoverer 3i VIEWER and Server)
    Another computer config:
    Window 2000 Server
    Oracle 8iDS (8.1.6)
    Error occur when I try to log on to Discoverer 3i Viewer. The error message is:
    Authentication Failed.
    (You do not have access to any End User Layer tables)
    Therefore, I downloaded 'Discoverer Administration Edition 3.1.36 for Windows NT' to install it in Oracle 8i DS so that I can create 'End User Layer'.
    The Oracle DS and the Discover 3i need to be installed in the same Directory(c:/oracle/oracle81). But, The Oracle Installer of the discoverer forbid to doing that. The error Message is:
    The location specified, "D:\Oracle\Oracle81", is already in used as an Oracle home for "Oracle 816 Production"
    It cannot be used as an Oracle home for 'nt'
    If I try to install the discover 3i in different oracle home. The following error message appear:
    Oracle Discoverer does not support multiple installation and therefore cannot be installed on "OraHomeDiscover". It can only be installed on OraHome81.
    What do I need to do so that I can run the 'Discoverer Administration Edition'? Do I need to use Discoverer 4i for oracle 8.1.6?<HR></BLOCKQUOTE>
    null

  • LOV in Discoverer Desktop Edition 4.1  Vs. LOV in Discoverer 4i Viewer

    I have developed an LOV for a parameter in Desktop Edition 4.1 which allows the user to either select a value from the LOV or enter a parameter from the keyboard. It is working perfectly.
    However, when this same workbook is executed by the Discoverer 4i Viewer, it will only allow the user to select from the LOV and does not let the user enter any value from the keyboard.
    I have not found any entries in metalink regarding this problem. Any help will be appreciated.
    Regards,
    John

    Hi John
    I'm afraid this is a feature of Discoverer Viewer. The same "feature" has been carried through into 9ias and 10g so I'm sorry to say that upgrading will not help you either.
    The newest Discoverer though, codenamed Drake, does allow this and you can either select from a list of values or you can key your own value.
    By the way, the new Discoverer also does not force you to enter any value. If you omit a value in a Drake parameter, Discoverer will assume you want all values.
    Now the bad news is that Drake has not been released yet. You should expect to see an announcement sometime in January though.
    Hope this helps
    Regards
    Michael

  • Discoverer Plus/Viewer from menu item in Oracle Applications errors.

    Starting Discoverer Plus/Viewer from menu item in Oracle Applications R12 errors.
    Here is some general config information that is suspected to be the issue.
    1. Running Oracle Applications R12 over HTTPS.
    2. Running Discoverer Plus/Viewer over HTTP.
    3. Calling menu item that calls a function to start Plus/Viewer.
    Function Definition called by the menu item is listed blow.
    Properties Tab: Type=SSWA jsp function Context Dependence=Responsibility
    Form Tab: Parameters="mode=DISCO"
    Web HTML Tab: HTML Call=OracleOasis.jsp
    Fact: Starting Discoverer Plus using a URL works fine in the browser. The login page comes up and I can look in to Plus.
    The page that dose a redirection to start the Plus applet or Viewer web page fails with this error in IE 7.
    Internet Explorer cannot display the webpage
    Most likely causes:
    You are not connected to the Internet.
    The website is encountering problems.
    There might be a typing error in the address.
    Thank you for your time.

    Hi,
    Check that the ICX system profiles are set correctly for your Discoverer configuration. In particular the ICX: Discoverer Launcher and ICX: Discoverer Viewer Launcher system profiles.
    When IE displays an error is the URL displayed in the browser a correct Disco URL?
    Rod West

  • Discoverer Web Viewer and Charts

    I did a search in the forum and saw no previous discussions on this subject. So, here's the question. I've developed a worksheet with a graph in Discoverer Plus 4.1. Now the question is how does one display this graph on the Discoverer 4i viewer (Web viewer)? I've looked under Presentation and it has "Chart Area" clicked ON, but the chart doesn't show. Any ideas?
    Thanks,
    Kerry Brannen

    Thanks Andy, you've answered the question (I think). I created the chart with the DeskTop version and figured it was only logical that since everything else created in Desktop version is viewable on the web, then the chart should be as well or why else would Oracle have put it there?
    So the question is, how do I access the "Discoverer Plus Applet" and create a chart? Is there documentation?
    Thanks,
    Kerry
    P.S. We had already set the <argument name="show_graphs">true</argument> .

  • Upgrade Oracle 9iAS Discoverer Plus & Viewer

    I need to upgrade Oracle Discoverer Administrator & Desktop edition to release 4.1.45.08.00.
    This release also upgrades the EUL version. I connect to the EUL throught the Oracle 9iAS release 1.0.2.2.1.
    I need to know what patch I must apply to the Discoverer Plus & Viewer.
    Thanks a lot and sorry about my english.

    Hi,
    Check that the ICX system profiles are set correctly for your Discoverer configuration. In particular the ICX: Discoverer Launcher and ICX: Discoverer Viewer Launcher system profiles.
    When IE displays an error is the URL displayed in the browser a correct Disco URL?
    Rod West

  • Discoverer 4i Viewer for Solaris

    Is there a release date for the EAP Discoverer 4i view for Solaris?

    Kevin,
    iAS 1.0.2.1 on Solaris has been released. 4i viewer is part of it.
    Regards,
    Pierre
    null

  • How to run discoverer 3i viewer on a replicated snapshot site ?

    hi,
    we are using oracle discoverer viewer on a replicated snapshot site ,in discoverer viewer edition we query the reports made in oracle user edition.In discoverer user edition first we save the report in the database in the table DIS_DOCS_ in EUL.now when we try to replicate this table ,we found that the LONG RAW type column in this table cannot be replcated. Now if we create a snapshot of this table without this LONG RAW type column it gets replicated. Now if i run this report on discoverer 3i viewer through my replicated snapshot site, I got a error message ORA-00904 Invalid coloumn name . and report does not work. can any body help me in how to run the report on discoverer 3i viewer using a replicated snapshot site for the table DIS_DOCS_ (this table is created when u create the EUL in the Administration Edition of the Discoverer
    THANKS.

    Discoverer Plus/Viewer comes with AS10g or Business Intelligence Standard Edition downloads, not DB10g.
    AS 10g includes:
    * Oracle HTTP Server
    * Oracle Application Server Containers for J2EE (OC4J)
    * Oracle Application Server Web Cache
    * Oracle Application Server Portal
    * Oracle Application Server Wireless
    * Oracle Sensor Edge Server
    * Oracle Enterprise Manager 10g Application Server Control
    * Oracle Database Server 10g (10.1.0.4.2)
    * Oracle Internet Directory
    * Oracle Application Server Single Sign-On
    * Oracle Application Server Directory Integration Provisioning
    * Oracle Application Server Delegated Administration Services
    * Oracle Application Server Certificate Authority
    * Oracle Application Server Forms Services
    * Oracle Application Server Reports Services
    * Oracle Application Server Personalization
    * Oracle Business Intelligence Discoverer
    * Oracle Security Developer Tools
    * Oracle Application Server Guard
    * OracleAS Backup and Recovery Tool
    BI 10g SE includes:
    * Oracle Business Intelligence Discoverer
    * Oracle HTTP Server
    * Oracle Application Server Containers for J2EE (OC4J)
    * Oracle Enterprise Manager 10g Application Server Control
    * Oracle Application Server Web Cache
    * Oracle Application Server Reports Services
    http://www.oracle.com/technology/software/products/ias/htdocs/101202.html
    Regards,
    Steve.

  • Export to EXCEL 4m Discoverer Plus/Viewer doesnt retain Header Formatting ?

    Hi,
    I am trying to export reports from Discoverer Plus and Viewer to XCEL
    but the Header's Formatting like Bold and Background Color etc are
    not being exported as seen in Plus.
    Could you please advice on how to make this happen.
    Thanks,
    VJ

    i tried this option..but the problem is as follows
    Excel Export:+ The header comes like this
    Report Name Company Name Date : 22-APR-10 Page: 1                               
    Column1     Column2     Column3     Column4                     Column5                                     Column6                                                     Column7          
    122124     9752          7 METRO NORTH     716 MIDWEST REGION     DODGE CITY/ANDERSON TOYOT      LEXUS OF ROCKFORD
    122124     9752          7 METRO NORTH     716 MIDWEST REGION     DODGE CITY/ANDERSON TOYOT      LEXUS OF ROCKFORD
    122124     9752          7 METRO NORTH     716 MIDWEST REGION     DODGE CITY/ANDERSON TOYOT      LEXUS OF ROCKFORD
    HTML Export:+ The header comes like this
    Report Name                                 Company Name
    Date : 22-APR-10                            Page: 1      
    Column1     Column2     Column3     Column4                     Column5                                     Column6                                                     Column7          
    122124     9752          7 METRO NORTH     716 MIDWEST REGION     DODGE CITY/ANDERSON TOYOT      LEXUS OF ROCKFORD
    122124     9752          7 METRO NORTH     716 MIDWEST REGION     DODGE CITY/ANDERSON TOYOT      LEXUS OF ROCKFORD
    i.e the export to HTML is retaining the format but it is putting the heading into multiple cells..there by making it look bad when opened in Excel.
    Wheras in EXCEL export it doesnot retain formatting like Bold,etc it merges all the cells of teh first row and is putting it there which is much better to view.
    Is there anything we can do about it ??
    Thanks

  • CRYSTAL XIR2 ActiveX viewer Freezed

    Post Author: [email protected]
    CA Forum: Other
    Hi,
    I integrated the CRViewer in my C++ application. I try to display report with field parameters (static and dynamic). Sometime all works fine during a long period, the parameter popup windows is displayed, I set the field parameters and then the report is displayed. But, sometimes the activeX is freezed and the popup windows doesn't appear. I have to stop the application and I couldn't display the report during a long period. I tested differents reports when the activex is in a freezed period, and I found that the activeX displays reports if there is no field parameters (there is no popup windows).
    I don't understand why the viewer works fine during a long period (more than a week) and then it doesn't work during many day. I don't change anything in my source code but the reports without field parameters are always displayed correctly.
    thanks in advance.
    Fred.M
    System used :
    WINDOWS XP Crystal Reports XI R2 full buildVisaul C++ 2003

    http://support.businessobjects.com/communitycs/technicalpapers/cr_troubleshooting_activex_viewer.pdf
    says
    bq.
    Manual installation
    To manually install the ActiveX Viewer on the client computer:
    1. Copy the ActiveXViewer.cab file from the server to the client computer, and extract its contents to a temporary folder.
    2. Move the files Crviewer.dll, Crviewer9.dll, Sviewhlp.dll, and Swebrs.dll to the System32 folder. Keep this folder visible.
    3. On the Start menu, click Run. The Run dialog box appears.
    4. In the Open box, type âu20ACu0153regsvr32âu20AC and then drag and drop the Crviewer.dll file icon from the System32 folder onto the Run dialog box.
    5. Click OK.
    6. Repeat steps 3 and 4 for the files Crviewer9.dll, Sviewhlp.dll, and Swebrs.dll.
    But I haven't tried it myself yet. I have so much crystal stuff on my PC. I'm going to set up a virtual PC that has never had crystal and see if it works.

  • Cover Flow View Freezes

    You know that thing with blokes that they rarely ask for help....... well all I can say is I've tried....... and tried.
    iTunes works perfectly well, no probs apart from one. If I select the Cover Flow View the iTunes window freezes. The other views work fine. If I set up a new account and transfer all of my music over to the new account....... guess what.... it works fine. So it's an account thing?......
    I've stripped it off and re-loaded it and it doesn't help.
    If anyone can help that'd be grand.
    Thanx.
    Mac mini 1.42 GHz PowerPC G4   Mac OS X (10.4.8)  

    I got told by Apple Support over the phone that this exact solution would fix the same issue I had. It didn't.
    I thought it was a pretty good idea. That way they could tell if it was an account thing. I think generally speaking iTunes 7.0.2 has major issues.

  • Discoverer 4i Viewer Error

    In our company we installed the Oracle Discoverer 4i Early Adpator and, when we try to use the Discoverer Viewer, an error occurs.
    This error happens when I apply the parameters of a worksheet and the symptom is like a download of a file, named "ca54zrse.txt". The content of this file is:
    "java.lang.NullPointerException
    at oracle.discoiv.session.model.ModelQuery.run(ModelQuery.java, Compiled Code)
    at oracle.discoiv.session.model.ModelQuery.run(ModelQuery.java, Compiled Code)
    at java.lang.Thread.run(Thread.java, Compiled Code)"
    When it occurs, the connection with the database is dropped and I have to connect again.
    I'm using Oracle Database Enterprise version 8.1.7.
    What can I do? Is it a network error or a database error?
    Please, help me!
    [email protected]
    [email protected]
    null

    Check your jserv.conf as well as zone.props
    Check these area closly
    CHW
    null

Maybe you are looking for