Discoverer Plus - New parameter creation

On a worksheet in Discoverer Plus, when I click on Parameters and then click on New it throws an error:
An error occurred while attempting to perform the operation. The operation did not complete successfully.
Extra Internal Info
(OLException
Cause: OLException {
Code: OLCmRefException:eNullRef
Args: OLCmRefException:eNullRef
Have anyone received this error before?
Thanks

just we got this error and
to solve this issue we gave BA access privilege to that user.
On a worksheet in Discoverer Plus, when I click on
Parameters and then click on New it throws an error:
An error occurred while attempting to perform the
operation. The operation did not complete
successfully.
Extra Internal Info
(OLException
Cause: OLException {
Code: OLCmRefException:eNullRef
Args: OLCmRefException:eNullRef
Have anyone received this error before?
Thanks

Similar Messages

  • Discoverer Plus - Manage Link option is not working in Viewer

    I am working on 10.1.2.3 Discoverer Plus. I have created one workbook with multiple worksheets (1 detail sheet and 4 Left Group Report.
    I have created seperate links for 4 worksheets. Drill to Details is working fine in discoverer plus and parameter values passed as per the mapping in managed link option.
    However, when I tried to access the report in Viewer, parameter values is not coming as per the mapping.
    In detail sheet we have several optional parameters
    from One summary Sheet, I am not passing all the values to the parameters in the detailed sheet.
    Those column for which, I am not passing any value is coming as NULL (it should come blank as report is treating NULL as string), so no data found
    - Sachin
    Edited by: SachinK on Feb 26, 2009 10:58 AM

    Thanks Lloyd,
    Drill Down is working fine in Viewer and Plus.
    Parameter's passed from one sheet to another is also working fine in plus but in viewer I have some problems.
    Here are the details of the problem I am facing.
    I have 2 Summary Sheets and 1 Detail Sheet
    Sheet 1: 3 Parameters (Summary)
    Sheet 2: 4 Parameters (Summary)
    Sheet 3: 7 Parameters (Details)
    When I am clicking on Sheet1 to Drill down 3 parameters are having correct values but the 4 parameters which can't be passed to Sheet 3 is coming 'NULL' (NULL string value) so detail report is not showing any data. Similarly for Sheet 2 4 parameters are coming as expected but 3 are coming as NULL.
    When I am defining Manage Link Option, I am doing the mapping for 3 Column for Sheet 1 rest 4 columns are BLANK (no info).
    I hope now my problem will be clear.
    Thanks & Regards
    Sachin
    Edited by: SachinK on Feb 26, 2009 1:26 PM

  • How to pass parameter to a Discoverer Plus OLAP Worksheet??

    Hi,
    I have used discoverer plus OLAP and portal to develop executive dashboards in my company. I put my date dimension in Page Item of discoverer plus OLAP worksheet to view a specific week/month/year of analysis i.e. Jul-07.
    Now I have to open all the worksheets and change the page item value when week/month ends. If it was 'Jul-07' then I have to change it as 'Aug-07'.
    In discoverer plus OLAP we can't pass parameters as we can in discoverer relational.
    Can someone help me how I can set the new values without opening discoverer worksheets?
    Regards,
    Shahid

    Dear Shahid,
    I downloaded the Oracle Application Server SOA Suite 10.1.3.1.0. While installing It gave me two options
    1. Basic Install
    Install J2EE server and SOA suite of applications including BPEL, ESB
    and OWSM.
    2. Advance Install (This gives 4 options)
    a. J2EE Server, Web Server and SOA suite
    b. J2EE Server and Web Server
    c. J2EE Server
    d. Web Server\
    According to your instructions I need to install it as Insfrastructure, BI and portal. Now can you tell me which option of the install I should select in order to meet the requirements of Infrastructure, BI and Portal.
    Because I am very new in this technology so If you can guide to me to get started at least then I can follow the Oracle Tutorial for further training.
    Thanks very much in this regards.
    __Asif

  • Pass parameter to a link in Discoverer plus OLAP

    Hi,
    I have a worksheet 'test1' created in discoverer plus olap. I want to drilldown from 'test1' to display worksheet 'test2' based on the dimesion value of 'test1' as parameter.
    Can anybody help regarding this ?
    Thanks
    SA

    You can create a condition for sheet2, based on a subquery on sheet1.
    That condition looks something like:
    column_in_sheet2_you_want_to_filter_on IN
    (subquery on column_in_sheet1_you_want_to_filter_on)
    Regards,
    Sabine

  • Discoverer Plus - How to include variable text in the Title

    Hi,
    I need to include a variable text in the report like the user information or another information i woul like to obtain from a query that is not the standars date,time,... oracle discoverer plus improves us.
    I tried with calculations associates to a parameters, but is not possible.
    I hope i explained correctly.
    Thanks,

    This can be done by creating a parameter, then a calculation, then a condition. Then under "Edit Header" or Page Setup, choose "Header" or "Footer"as needed and choose to insert the Parameter.
    Step by step Example instruction:
    1-Create a parameter as follows:
    --Item = NONE
    --Name = "Workbook run by" (This will appear in the heading or title when workbook run)
    --Prompt = "Please enter UserID in all capital letters"
    --Description and Default value left blank
    2-Create a Calculation
    --In New Calculation choose "Function" then choose the function "USER" from Database. (This is all that the calculation will need.)
    --Name Calculation  = i.e.: "DB_USERID" 
    3-Create a condition as follows:
    --Name = Request_UserID
    --Item = DB_USERID
    Condition = IN
    Value = Choose parameter: Workbook run by
    -Double click on worksheet title, choose Insert, then choose Parameter (This can be done the same way under Page Setup for Header and Footer
    -The calculation will create an extra column which I put at the top as a Page Item
    -This will force the user to enter the UserID they are logged in to Discoverer with.
    -This is case sensative. Therefore, since all Databe IDs are stored on the Database in all-caps, then the user will have to enter in all caps as well.
    Thanks,
    Sutirtha

  • How to hide discoverer connection page after opening discoverer plus?

    Hi,
    I invoke the following url in browser window 1 to open Oracle DIscoverer Plus.
    I notice the browser window 1 will open a window (say i call it browser window 2) to display the Oracle Discoverer Plus application.
    Once the Oracle Discoverer Plus java applet is fully loaded, the browser window 1 will show the Connect to Discoverer Plus page.
    I wonder if we can configure not to show this page as my users might confuse to see a few existing connections listed there and in fact if possible, I don't want user to see the list of connections.
    Anyway to get rid of the page?
    Please advise.
    Thank you.

    I am trying to use URL parameters to keep Discoverer Plus from launching a new window after login. I notice that what works in Discoverer Viewer does not work in Discoverer Plus.
    The following works with Discoverer Viewer :
    <iframe src="https://cohort50.spinsys.com:8251/discoverer/viewer?framedisplaystyle=embedded"
    width="100%" height=100%></iframe>
    After Viewer login the next page displays in the same window, just as I want it to.
    Discoverer Plus behaves differently. If I try this with Discoverer Plus a new window is launched after successful login. I also tried adding the pluspopup=false parameter to the URL, but the problem remains.
    Neither of the following two fragments prevent a new window from launching after successful login to Discoverer Plus :
    <iframe src="https://cohort50.spinsys.com:8251/discoverer/plus?framedisplaystyle=embedded"
    width="100%" height=100%></iframe>
    <iframe src="https://cohort50.spinsys.com:8251/discoverer/plus?framedisplaystyle=embedded&_plus_popup=false"
    width="100%" height=100%></iframe>
    Does anybody have any advice for me? What must I do?

  • How to install discoverer plus

    To upgrade from discoverer desktop to discoverer plus i have installed required components in following order:-
    1.Database :-11g R2
    2.RCU:- to create discoverer schema
    3.weblogic server 10.3.4:- domain not configured
    4.fusion middle ware components(discoverer,web cache):- for discoverer plus and viewer
    during this process i found following problems:-
    1.during database installation "EM.EAR" missing.
    2. at end of middle ware installation domain creation failed and all other tasks as well so, finally i got error message of configuration failed.
    and i am new to oracle kindly guide me and suggest me how to configure ,thanks in advance .
    Edited by: 835442 on Feb 9, 2011 10:26 PM

    Pl identify the OS you are installing on.
    >
    1.during database installation "EM.EAR" missing.
    >
    This typically happens if both the 11gR2 zip files have not been extracted to the same directory. See these related threads
    Re: 11g r2 installation error
    Oracle 11g R2 Windows Installation issue
    HTH
    Srini

  • Discoverer Plus - Kills the browser with error msg for session timeout

    If left idle for more than few minutes, Discoverer Plus instance will kill itself with an error.
    i guess it kills the IE browser instance with an error message when Session Timeout occurs. The problem is I have to re-login in a new IE browser.
    Is this normal behavious, or a bug. Any workaround to stop this happen. Please can someone help me, we are going on for a production rollover very soon.
    I appreciate your help.
    Regards, B

    B,
    The pref.txt file has session time out parameter that can be controlled. You can increase the time out value.
    Regards

  • Discoverer Plus Scheduling Problem

    Here is my Configuration:
    OracleBI Discoverer 10g (10.1.2.3)
    Oracle Business Intelligence Discoverer Plus 10g (10.1.2.55.26)
    Discoverer Model - 10.1.2.55.26
    Discoverer Server - 10.1.2.55.26
    End User Layer - 5.1.1.0.0.0
    End User Layer Library - 10.1.2.55.26
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    Copyright © 1999, 2005, Oracle. All rights reserved.
    First of all, Disco scheduling in Plus works fine in our production instance. In our test instance, I have a user whom wants to schedule workbooks from time to time where a new folder is being tested. My problem is that when I am on step two of the schedule wizard and I select immediate (or manually place a time in that is very soon (e.g. 5 minutes from now)), the workbook took hours yesterday to show as “scheduled” in the “Managed Scheduled Workbooks” tool.
    Today it works fine and runs immediately. I created a very simple workbook titled, "scheduling test", which has one column, a calculation which is set to sysdate. I began testing this yesterday.
    Does any thoughts on what is causing this trouble?
    I did the following:
    1. I notice that a package is created in the scheduling schema for the workbook scheduled.
    2. I tried to query for scheduled jobs created by dbms_job (queried Dba_Jobs using the system account and could not find the job...either yesterday or today).
    3. I tried to query v$sql with the intent of seeing when the package, batch_rep_secure.submit_job,is executed...but could not find the scheduled records.
    4. I tried gleaning information from the "Manage Scheduled Workbooks" tool associated with the Disco Administrator, and the time column was null (yesterday).
    5. I had our dba check the init<sid>.ora file and confirmed that the job_queue_processes have been set to 10.
    To rectify this yesterday, I just manually executed the package, EUL5_BATCH_PACKAGE10061409140713, and shortly thereafter, the scheduled workbook would have a new table associated with it which was consumable through Disco Plus.
    My hunch is that our job queue was backed-up significantly yesterday and this was delaying the scheduling and running of scheduled workbooks.
    Does any one have any thoughts about what the root cause was here and how I could confirm this?
    Thanks,
    Patrick

    Hi Patrick
    That would be my hunch too. You could also check the database privileges granted tp each user. Here's what I use:
    accept username prompt'Enter Username: '
    accept pword prompt'Enter Password: '
    create user &username identified by &password;
    grant connect, resource to &&username;
    grant analyze any to &&username;
    grant create procedure, create sequence to &&username;
    grant create session, create table, create view to &&username;
    grant execute any procedure to &&username;
    grant global query rewrite to &&username;
    grant select any table, unlimited tablespace to &&username;
    grant execute on sys.dbms_job to &&username;
    grant select on sys.v_$parameter to &&username;
    Best wishes
    Michael

  • Discoverer Plus not working in Internet Explorer

    IE 6.0 on Windows 2000 professional SP4 and all of the patches up to date.
    Latest Java run time from Sun.
    I hit the link to Plus and it will eventually bring me back to the login screen with all of the parameters empty. It also opens a new window which is in the background that is blank. The java icon does not appear when I click on the link either.
    I had the google tool bar installed so I removed this. Still the same result.
    I tried this in Firefox and it works perfectly! I have also tried IE with other applets and they all work perfectly.
    The environment is all in an Intranet. I have tested this with another Win2K desktop and got the same results. I have also tried plus with an NT desktop and it also does not work.
    Anyone else experiencing anything like this?

    Found the problem.
    The default installation has WebCache listening on port 80 and then Apache is listening on port 7777 or 7778.
    Discoverer Plus requires a JVM to run and with IE, it installs a particular version of the Sun JVM. The installer points to a hard coded URL in the $ORACLE_HOME/discoverer/config/configuration.xml file for IE users. For whatever reason, the URL is not pointing to the WebCache port but to the Apache port directly. The configuration file doesn't have a section for Firefox so it just loads a JVM which is already installed.
    I had disabled WebCache because it is another layer to fail when I don't really need or want WebCache. I did this by turning off WebCache with OEM and then editing the httpd.conf file. I changed Listen 7777 to Listen 80.
    Now when a user with IE tried to open Discoverer Plus, the configuration points the browser to a port that Apache isn't listening on anymore.
    The fix is to have Apache listening on both 7777 and 80 when disabling WebCache. Or you can edit the configuration.xml file and and remove the port number so that it gets either 80 or 443 automatically.

  • Can't Create Saved Connection in 11g (Discoverer Plus).

    We're getting ready to go live with a new installation of Discoverer Weblogic 11g, but we have run into a problem. We are getting errors when we have any user try to create a saved login connection from their login screen. We hit "Create Connection" and enter all the required login info (as we always did with our 10g version), but when we hit 'Apply' or 'Apply and Connect' we get the following errors.......
    A connection error.
    - Oracle BI Discoverer Viewer cannot save the connection. Check for other errors.
    - ORA-04063: package body "PROD_DISCOVERER_PS.WWSSO_API_PRIVATE" has errors ORA-06508: PL/SQL: could not find program unit being called: "PROD_DISCOVERER_PS.WWSSO_API_PRIVATE" ORA-06512: at line 1
    Users can login just fine when they enter all their info on the login screen, this is only happening when we try to create the saved connection. Is anyone else running into this on 11g? Is there a setting we are missing or something? Maybe something in the pref.txt file? Any help would be appreciated, especially since we are being asked to go live soon. Thanks!
    Here is our system setup:
    Oracle BI Discoverer 11g (11.1.1.4.0)
    Oracle Business Intelligence Discoverer Plus 11g (11.1.1.4.0)
    Discoverer Model - 11.1.1.4.0
    Discoverer Server - 11.1.1.4.0
    End User Layer - 5.1.1.0.0.0
    End User Layer Library - 11.1.1.4.0
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Java Virtual Machine:     Sun Microsystems Inc. 1.6.0_29
    JVM Memory Available:     9046KB out of 37372KB
    Operating System:     x86 Windows XP 5.1
    Using protocol: RMI protocol over JRMP transport

    Additional info:
    Based on the error messages, we can see something is wrong with the package being called. We had a long running help ticket with Oracle opened, but in our opinion, it was not really resolved. We provided the following info after a request from Oracle....
    The package does exist. The package is valid but the package body is invalid due to missing dependant objects
    It is owned by PROD_DISCOVERER_PS.
    The database version is 11.2.0.1.0 (64 bit)
    SQL> select OWNER, OBJECT_TYPE
    +2 from all_objects+
    +3 where object_name = 'WWSSO_API_PRIVATE';+
    OWNER OBJECT_TYPE
    PROD_DISCOVERER_PS PACKAGE
    PROD_DISCOVERER_PS PACKAGE BODY
    We have tried to recomplie the package, still invalid.
    After some further questions we were asked to provide info on the app_registry.......We got an error when trying that.......
    The app_registry object does not exist ...
    SQL> connect sys as sysdba
    Enter password:
    Connected.
    SQL> select comp_id,version,status from app_registry;
    ERROR at line 1:
    ORA-00942: table or view does not exist
    In the end (after a lot of back and forth), Oracle could not reproduce our problem on their test system. Because their test system uses Enterprise Edition and we installed Standard Edition, their solution was that the issue is caused because we are using Standard Oracle DB and we should be using Enterprise Edition. Creating a saved connection doesn't sound at all like something that would be affected by Standard or Enterprise edition. That's not an easy "solution" for us right now, and we can use a real fix. That's like taking your car into the shop because your blinkers don't work on your 2010 model car and the dealer's solution is "Oh, your 2010 car blinkers don't work? We have a 2011 model and they work just fine. You'll need to buy a 2011 car so the turn signals function."

  • How to stop the timing out of web Discoverer Plus

    I was working in Plus, and it drove me crazy that I would loose my work because I kept my session open and it would time out.How to stop the timing out of web Discoverer Plus?
    Thank you,
    Olga

    Please check Discoverer configuration guide which tells you which parameter to change in preference file(pref.txt).I think you change the value.

  • RMI protocol over JRMP transport error when accessing Discoverer Plus

    Hi,
    I just upgraded my Discoverer to 9.0.2.54.01. I can successfully access my Discoverer Viewer Workbooks but not my Discoverer Plus. When I try to access Plus, Applet will be started, and then it will prompt the RMI protocol error:
    Attempt 1.  RMI protocol over JRMP transport: Connection refused to host: 127.0.0.1; nested exception is:*
    java.net.ConnectException: Connection refused: connect*
    Attempt 2.  RMI protocol over http transport : Unable to attach to existing session.*
    I used browsers Mozilla3.0.5 and IE7.
    Thanks!

    Hi Andy
    It could be a Java incompatibility issue. On one of your client machines try removing Java altogether and then reconnecting to Discoverer Plus. The server should send down a new, clean version of the Java.
    Try this and let me know how you get on
    Best wishes
    Michael

  • I am creating parameters in Discovere plus

    Dear ,
    I have created parameters in Discoverer Plus and follow these steps.
    •     Enter Category in the "What do you want to name this parameter?" field.
    •     Select Prod_Category from the "Which item do you want to base this parameter on?" drop-down list.
    •     Select the Create condition with operator check box and select IN from the drop-down list.
    •     Enter Select a Category in the "What prompt do you want to show for this parameter?"' field.
    •     Select the Require users to enter a value and Enable users to select multiple values check boxes.
    THESE OPTIONS ARE DISABLE on parameters vizard
    1. What default value do you want to give this parameters.
    2. Do you want to list of the value for this parameters.
    i am unable to create lov in parameters . please guide me.

    Hi,
    The list of values is not created within the plus
    the list of values (called item classes) are created in the Admin
    Please refer to the discoverer administrator guide
    http://download.oracle.com/docs/html/B10270_01/item_cla.htm#1656
    Tamir

  • Joining tables in Oracle BI Discoverer Plus 10g

    My company just implemented Oracle Business Intelligence Discoverer Plus 10g and I'm a little confused. It looks like this new version of Discoverer was created with the idea of "simplifying" things for the end user. But it seems to be lacking crucial features that our power users need. Like writing their own SQL statements.
    Does anyone have any suggestions? What version of Discoverer should our advanced user's use? Can you suggest another tool? We could always give them SQL Developer, but this seems like overkill. It seems like Oracle has ignored a certain market segment. That is the power user segment. There are many users who can write SQL but do not work in IT. SQL Developer is too much but Discoverer is not enough.

    Hi
    These days, Oracle is much more accepting of carrying on and even improving legacy products, so long as there’s customers willing to pay support fees.
    You just have to see what happened to JD Edwards. When Peoplesoft purchased this several years ago they hardly made any improvements to it and it was being run into the ground. When Oracle purchased Peoplesoft they acquired JD Edwards too but rather than letting the slide continue they have actually have been actively improving it. So much so, that they have issued a major upgrade, thus prolonging the life of JD Edwards for years to come. Oracle could easily have let it slip into obscurity and told the JD Edwards' customers that they needed to convert to E-Business Suite, but they didn't. This is despite the fact that JD Edwards runs on one of their prime competitor's platforms, the IBM AS400!
    So you see, Oracle are not going to cut off their nose to spite their face. I think Oracle has being very professional with regards to the products that it has acquired. They don't seem to be acquiring them with the intention of dropping them. They seem to be genuinely interested in market share and keeping customers happy. At least that's the way recent acquisitions have played out - like Siebel Analytics - aka OBI Enterprise Edition.
    Best wishes
    Michael

Maybe you are looking for

  • How to Use document.Lines.SetCurrentLine

    Hi there, due to an enormous amount of time spent on this issue, I thought I would share how to use the SetCurrentLine method as posted to me by SAP support: It seems very cumbersome, as I have now to do an extra Recorset look up to get all the lines

  • Airport no longer sees any networks

    PowerBook G4 OS X 10.4.11 This is my music jukebox, and it's been working great until connectivity to wireless networks disappeared. There are dozens of wireless networks here, yet the "bars" are grayed out, unable to see any networks at all. Other l

  • Attachment Folder Security

    Dear Seniors Attachment folder needs to be shared with full rights with all SAP users . Now this opens up issue of viruses to reach the SBO server. How do you ensure that server keeps itself safe from viruses that may come from users who are uploadin

  • Formatting an axis in SQL Server Reporting Services

    Hi I have a graph that shows prices on one side and I need to format them as follows =Floor(Fields!PRICE.Value) & " " & Round((32 * (Fields!PRICE.Value - Floor(Fields!PRICE.Value))),3) however when I apply this to the "Value Field" the report fails s

  • Database metadata - does it work in Oracle ?

    I have logged previous entries regarding this subject all to no avail. I am using Oracle 8.1.6, and the JDK 1.2 thin drivers. I am attempting to read the metadata from the database for the user tables, however I keep getting SYSTEM tables as well. I