Updating BI Beans Catalog object

I have created a Crosstab Bi Beans Object and loaded it into the Bibcat server using JDeveloper. However, after updating the OLAP cube that the object is based on, I opened up the Bi Beand Object but the new OLAP data does not show up. Is there a way to update the object? I don't want to recreate a new Bi Beans Object every time I update the OLAP cube.
Thanks!

As I stated before this is not a public API and there would be serious implications for your application if you decided to implement this API call. We would not guarantee the ability to upgrade your application through future releases if you decided to use the API.
Also please note neither Oracle Support or the product management team can provide assistance with the use of this API or issues relating to the use the API. So by using this call you are in fact rendering your application unsupportable by Oracle. Should you have any issues with your application the first requirement to reproduce the problem will be that you remove all calls to the API and reproduce the problem.
As long as you understand this and accept the associated responsibility, then please see the following code:
Class: oracle.dss.bicontext.gui.IconManager
* Register a new icon with the manager
* @param type - the key associated with the icon
* @param icon - the icon
* @status New
public static void registerIcon(String type, ImageIcon icon)
Hope this helps
Business Intelligence Beans Product Management Team
Oracle Corporation

Similar Messages

  • Doubt about Scan and Update Catalog Objects That Require Updates link

    Hi,
    I have a doubt about 'Scan and Update Catalog Objects That Require Updates' link in Administration,
    how can I know how many objects that required upgrading before I click this link???
    in doc.
    http://docs.oracle.com/cd/E28280_01/bi.1111/e10541/prescatadmin.htm#BIESG3750
    section 17.2.4 Updating Catalog Objects
    It is said 'You can confirm the need to update by viewing the metrics in Fusion Middleware Control. In the Catalog folder, find a metric called "Reads Needing Upgrade" with description "The number of objects read that required upgrading." '
    but I don't find it . my OBIEE version :11.1.1.6.2
    conld you pleae help me ??
    thank you in advance.

    That link should be there in 6 version.
    I've verified in 11g6 version doc the same is existing
    ref: http://docs.oracle.com/cd/E23943_01/bi.1111/e10541/prescatadmin.htm#BAJDDFFI
    BTW:
    http://docs.oracle.com/cd/E28280_01/bi.1111/e10541/prescatadmin.htm#BIESG3750is 11g7 version
    Thanks,
    http://cool-bi.com

  • Error in updating ALV field catalog in selection tool for Planning Book

    Hi ,
    I am Implementing BADI  '/SAPAPO/SDP_SELECTOR' to upload Custom Fields Data in Planning Book Selection Window under APO Location Product. These Custom Fields are maintained in Custom Table.So from Table whatever Custom Fields are availabe all the fields needs to be available in for selection. Once selection is done the same data to be uploaded into Planning Book.
    This BADI is working Fine upto 4 fields but if any extra fields are added in the table 'Error in updating ALV field catalog in selection tool' error Pop Up is coming. Here i am using Folloowing Methods
    1). INIT_OBJECT_LIST
    2). F4
    3). LOC_PROD_VALUE_LIST
    Please help on the same if u have any idea or clue.
    Thanks.

    Hi Srinivas!
    Where did you get your implementation from?
    It would be nice if you could debug your code!
    For the F4 method, have you seen this note?
    Note 544904 - Sample source code f.BAdI /SAPAPO/SDP_SELECTOR ('F4'method)
    Also check this note. It contains selection modifications in the BAdI:
    Note 376902 - SDP selector: Basis corrections for BADI
    I do not know your release and support package in your SCM, but you can find a lot of notes related to this BAdI.
    Thank you!
    Will
    SCM Support Consultant

  • Error in updating ALV field catalog in selection

    Dear all,
    I'm trying to use the standard transaction /SAPAPO/TSKEYFMAIN in order to check the TS values.
    After filling the selection variant, the system shows the following error:
    'Error in updating ALV field catalog in selection'
    Could you please provide me with further details about the error? What could be the possible solution to avoid it?
    Many thanks,
    SM

    Hi Marius,
    thanks for your answer.
    I would like to use the /SAPAPO/TSKEYFMAIN transaction to check massively the values in the time series KFs and not just the consistency of them.
    So do you know any other transaction to do it or do you have an idea about the error of /SAPAPO/TSKEYFMAIN?
    Thanks for your help!
    SM

  • Error connecting to bi bean catalog with jdev

    I'm in the process of getting the bibdemo up and running.
    Started with oracle 9ir2 and applied the patch set 1 as directed by the bib903 installation instructions. After installtion of bib903 ran catalog creation scripts without any errors. Installed the bibdemo (latest) without any errors as well.
    Started up jdeveloper....
    While testing my connection to the bi bean catalog I get
    an error telling me that the connection was successful but the metadata is not valid and could not be retrieved.
    As far as I can tell, everything is valid. I went ahead and copied the jdbc drives from oracle_home/jdbc/* from the database into the jdev/jdbc/home.. Also i removed the olap api 901 jar from the 'available library list'
    Neither things seem to make a difference...
    TIA...
    The stack trace following the error is pasted below
    oracle.express.idl.util.OlapiException
         oracle.express.idl.ExpressConnectionModule.DatabaseInterface oracle.express.idl.ExpressConnectionModule.ConnectionInterfaceStub.getDefaultDatabase()
              ConnectionInterfaceStub.java:1465
         void oracle.express.mdm.MdmMetadataProvider.<init>(oracle.olapi.data.source.DataProvider, oracle.express.mdm.MdmObjectFactory)
              MdmMetadataProvider.java:200
         void oracle.express.mdm.MdmMetadataProvider.<init>(oracle.olapi.data.source.DataProvider)
              MdmMetadataProvider.java:187
         oracle.olapi.metadata.MetadataProvider oracle.express.olapi.data.full.ExpressDataProvider.getDefaultMetadataProvider()
              ExpressDataProvider.java:549
         oracle.express.mdm.MdmMetadataProvider oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.getMdmMetadataProvider()
              MDMMetadataDriverImpl_92.java:1134
         oracle.dss.metadataUtil.PropertyBag oracle.dss.metadataManager.server.drivers.mdm._92.MDMMetadataDriverImpl_92.attach(oracle.dss.metadataUtil.PropertyBag)
              MDMMetadataDriverImpl_92.java:811
         oracle.dss.metadataUtil.PropertyBag oracle.dss.metadataManager.server.drivers.mdm.MDMMetadataDriverImpl.attach(oracle.dss.metadataUtil.PropertyBag)
              MDMMetadataDriverImpl.java:133
         void oracle.dss.metadataManager.server.MetadataManagerImpl.buildObjectModel()
              MetadataManagerImpl.java:1085
         oracle.dss.metadataManager.common.MDRoot oracle.dss.metadataManager.server.MetadataManagerImpl.attach(oracle.dss.metadataManager.common.MDRoot, oracle.dss.metadataUtil.PropertyBag)
              MetadataManagerImpl.java:962
         int oracle.dss.metadataManager.client.MetadataManager.attach(oracle.dss.metadataUtil.PropertyBag)
              MetadataManager.java:866
         int oracle.dss.metadataManager.client.MetadataManager.attach()
              MetadataManager.java:792
         int oracle.dss.addins.designer.OLAPSource.test()
              OLAPSource.java:280
         boolean oracle.dss.addins.wizard.configFileEditor.OlapPanel.testConnection(boolean, java.lang.String)

    Hi
    As part of your patching process did you run the sql module CATPATCH.SQL? If not please refer to the patch note instructions for details on how to apply this patch. This patch must be fully applied for BI Beans 9.0.3 to work correctly.
    Also please check that olap_api_92.jar is in the JDEV_HOME/jdev/lib/ext directory. This will ensure that the correct connection architecture is in place. If the file is not in this directory copy it from the JDEV_HOME/bibeans/lib directory. The file olap_api_901.jar must not be in the JDEV_HOME/jdev/lib/ext directory, if it is please delete it.
    Hope this helps
    Keith Laker
    Product Manager
    Oracle Business Intelligence Beans

  • Error : Catalog object schema validation failed in OBIEE 11.1.1.5

    Hi all ,
    Facing the below error while accessing few reports present in a folder (Voice Tab) . But , able to access other reports present in the same folder .
    Catalog object schema validation failed: /users/weblogic/sayak/TPLAN reports/Voice Tab/Net revenue per minute (ILD\/NLD)
    Error Details
    Error Codes: AGFIXBO2:EIRWWH9E
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool, saw.threadpool, saw.threads
    Also while try to edit the analysis (Net revenue per minute (ILD\/NLD) from catalog , i am getting the above error .The Reports were fine till yesterday , What could be the issue ?
    Thanks

    Hi Devarasu ,
    Yeah .. I'm aware of this bug of 11.1.1.5 , but I'm puzzeled by the sudden impact of it . i.e , It didn't gave me the error while creating/editing the file yesterday and looked fine on dashboard as well .
    However , If there's no alternative other than applying patch , then please let me know the patch ID .
    And applying this patch means , just overwriting some configure files in the OBIEE home folder sructure ? or somthing else ?
    Thanks

  • Error while updating data from DataStore object

    Hi,
    Currently we are upgrading BW3.5 to BI7.0 for technical only,
    we found and errors during process chain run in further processing step. This step is basically a delta loading from DSO to Cube.
    The error message are:
    Error while updating data from DataStore object 0GLS_INV
    Message no. RSMPC146
    Job terminated in source system --> Request set to red
    Message no. RSM078
    That's all no further errors message can be explained clearly here from system.
    I have applied SAP note 1152453 and reactivate the datasource, infosource, and data target.
    Still no help here!?
    Please advise if you encountered these errors before.
    Thanks in advance.
    Regards,
    David
    Edited by: David Tai Wai Tan on Oct 31, 2008 2:46 PM
    Edited by: David Tai Wai Tan on Oct 31, 2008 2:50 PM
    Edited by: David Tai Wai Tan on Oct 31, 2008 2:52 PM

    Hi Vijay,
    I got this error:
    Runtime Errors         MESSAGE_TYPE_X      
    Date and Time          04.11.2008 11:43:08 
    To process the problem further, contact you SAP system       
    administrator.                                                                               
    Using Transaction ST22 for ABAP Dump Analysis, you can look  
    at and manage termination messages, and you can also         
    keep them for a long time.                                   
    Short text of error message:                                             
    No start information on process LOADING                                                                               
    Long text of error message:                                              
      Diagnosis                                                               
          For process LOADING, variant ZPAK_0SKIJ58741F4ASCSIYNV1PI9U, the    
          end should be logged for instance REQU_D4FIDCEKO82JUCJ8RWK6HZ9KX    
          under the log ID D4FIDCBHXPLZMP5T71JZQVUWX. However, no start has   
          been logged for this process.                                       
      System Response                                                         
          No log has been written. The process (and consequently the chain)   
          has been terminated.                                                
      Procedure                                                               
          If possible, restart the process.                                   
      Procedure for System Administration                                                                               
    Technical information about the message:                                 
    Message class....... "RSPC"                                              
    Number.............. 004                                                 
    Variable 1.......... "D4FIDCBHXPLZMP5T71JZQVUWX"                         
    Variable 2.......... "LOADING"                                           
    Variable 3.......... "ZPAK_0SKIJ58741F4ASCSIYNV1PI9U"                    
    Variable 4.......... "REQU_D4FIDCEKO82JUCJ8RWK6HZ9KX" 
    Any idea?

  • Problem Updating Business Partner DI Object loaded via XML

    Hello,
    I'm working with  SB1 8.81 PL 08
    I have to Update a Business Partner Object in a Target SB1 Company Database starting from a Business Partner Objects saved as XML from the Source SB1 Company Database.
    Normally this works fine, I load from XML this Object and calling the Method Update all data is Syncronized in the Target DB.
    But if the Business Partner Object has at least a Contact Person and in the Target Company DB a Marketing Document has been created for this particular Business Partner the Update Method called on the loaded by XML object always fail giving the following error:
    Error: -10
    Message: Contact Person is referenced by another object.  , 'Sales Quotations [...contact Person ID...]'
    The modifications I need to update do not involve contact person in the BP object but only other simple properties like Tel Nr. ...
    In conclusion ... if the target BP has a marketing document created it seems no more possible to update it with an XML load, instead if a load the BP using the   GetByKey() Method and changing manually some properties of the object the Update works fine.
    Thank you for support.
    Max

    Hi,
    First Use the getbykey to get the Business partnet then update.
    sample code is available with B1WS package
    Regards.

  • How do I update a bean value from an AJAX call?

    Hi all,
    How do I update a bean value from an AJAX call? I suppose I could write a servlet to do it. However, this seems like a common problem, so I was wondering if there was some built in solution.
    Thanks,
    Grae
    Edited by: caalip2 on Mar 30, 2010 1:07 PM

    caalip2 wrote:
    Raymond
    Basically, I would user the following. The first choice for IE, the second for Firefox.
    new ActiveXObject("Microsoft.XMLHTTP");
    new XMLHttpRequest();
    GraeDon't do this to yourself. If it were that easy there wouldn't be AJAX frameworks for JSF. Find one you like and use it. I've used a4j (part of RichFaces) successfully.

  • Catalog objects are not found sometimes.

    Sometimes we hit an error that our catalog objects are not found. We find that the relevant column views in the schema _SYS_BIC are missing. So it should be the root cause. But we don't know why these views are removed.  Could you give us some explanation?
    Thanks,
    Li

    Hi Li,
    I think maybe they are deleted by someone manually.
    BR,
    Phoebe

  • How to Create BI Beans Catalog

    I am using latest version of Oracle 10g data base, latest patch installed. All OLAP patches installed.
    I want to use JDeveloper along with BI beans. BI Beans Catalog is not created and populated with data yet. Can anyone suggest how BI Beans catalog can be created and populated.

    Please refer to the documentation provided on the BI Beans section of OTN. This explains how to create the BI Beans catalog schema.
    For populating the catalog with presentations etc please refer to the samples, white papers and viewlets posted on the BI Beans section of OTN. These will explaing everything you need to know about the BI Beans catalog and how to use it.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Updating INVALID status of objects in procedure

    Hi guys.
    I'm trying to create a procedure to update/recompile all invalid objects.
    I am having a few issues with the syntax, and was wondering if any of you have done anything like thsi before. I obviously have not. :)
    Here's teh code:
    CREATE OR REPLACE PROCEDURE recompile_sp
    IS
    CURSOR recompile_cur
      IS
       SELECT object_name, status
       FROM user_objects
       WHERE STATUS='INVALID';
    BEGIN
    FOR rec_cur IN recompile_cur LOOP
      ALTER rec_cur.object_name COMPILE;
    END LOOP;
    END;
    /

    I know your way makes way more sense, but the
    assignment (yes, I'm in school) is asking for a
    procedure to update teh invalid objects, which is why
    I was looking to do it that way in the first place.Fair enough :-)
    The correct way would be, as stated by others:
    begin
       dbms_utility.compile_schema(<schema>);
    end;Doing it it like in your procedure, you should probably do something like this:
    (NOT recommended, NOT tested)
    CREATE OR REPLACE PROCEDURE recompile_sp
    IS
       CURSOR recompile_cur
       IS
          SELECT object_name, object_type, status
            FROM user_objects
           WHERE status = 'INVALID';
       PROCEDURE exe(rec IN recompile_cur%ROWTYPE)
       IS
       BEGIN
          EXECUTE IMMEDIATE    'ALTER '
                            || rec.object_type
                            || ' '
                            || rec.object_name
                            || ' COMPILE';
       EXCEPTION
          WHEN OTHERS
          THEN
             dbms_output.put_line(sqlerrm);
       END exe;
    BEGIN
       FOR rec_cur IN recompile_cur
       LOOP
          BEGIN
             exe(rec_cur);
          END;
       END LOOP;
    END recompile_sp;
    /Regards
    Peter

  • Catalog object schema validation failed(AGFIXBO2:EIRWWH9E)

    Hi,
    After copying my catalog from OBIEE 11.1.1.6.*0* (Build 120104.0800 64-bit) to 11.1.1.6.*7* (Build 121219.1257 64-bit).
    Many of my report (particularly those with graphs) was not valid.
    I have this message :
    Catalog object schema validation failed: /shared/...
    Error Details
    Error Codes: AGFIXBO2:EIRWWH9E
    Location: saw.httpserver.processrequest, saw.rpc.server.responder, saw.rpc.server, saw.rpc.server.handleConnection, saw.rpc.server.dispatch, saw.threadpool.socketrpcserver, saw.threads
    The current xml is invalid with the following errors: Bad xml instance! <?xml version="1.0"?> <saw:report xmlns:saw="com.siebel.analytics.web/report/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" .... Message:Value 'actual' is not in enumeration .
    Please someone has any ideas to solve this issues.

    Hello,
    Check is post : Catalog object schema validation failed:  11.1.1.6.7 Patchset
    Also check this note : OBIEE 11g: Error: "Catalog object schema validation failed...Error Codes: AGFIXBO2:EIRWWH9E" After Upgrade [ID 1247125.1]
    Hope this helps. Pls mark if it does.
    Thanks,
    SVS

  • OBIEE 11G Web Services - How to find Catalog Object Type

    Hi All,
    I am trying to access the Web Catalog objects available in OBIEE 11.1.1.5 through the Web Services API. I am able to read object names in "/shared" folders using the getSubItems() web service. My objective is as follows
    1. Categorize catalog objects based on their type (Analysis, Agent, Action, Condition, etc...)
    2. If possible, read the presentation column information that each object is using
    The ItemInfoType structure only provides for types - Folders, Link, Missing, Object, etc... and does not help me in identifying the actual catalog object type. Any help on this regard is appreciated.
    Thanks,
    Raj.

    Is there any solution for this? We also face similar issue recently...

  • Relative/Absolute Dashboard Catalog Object References

    Is there a way to make all catalog object references on a dashboard relative to the location of the dashboard in the catalog? It appears that when a dashboard and its related catalog objects are moved within the catalog that the references on the dashboard get lost as if they are absolute.
    Thanks!

    "as if they are absolute"? They are absolute. Look at the XML and you'll see how dashbaords are actually built.

Maybe you are looking for

  • My iPod Nano doesn't work as it should...

    I have just got my new iPod Nano. It's the 2gb model from the second generation. I was extremely happy, because it looks awesome and I thought that it would work same way. The player is working perfect. Plays songs, really awesome. But I have really

  • Media Issues in Interactive PDF

    I have inserted two video clips and two audio clips onto a page in a document I'm work on and they are giving me a lot of trouble.  For some reason when I export the project as an swf, when I click the video files to play them they move up about a 1/

  • Error Messages popup in editable ALV

    Hello All, Iam working on Editable ALV  as a table maintainance for a Ztable and usng OOPs for that. Lets say i have material and plant fields for editing in ALV. If the user enters some junk value in the material field, its automatically getting val

  • Multiple language DVD video

    Hi at all, I've a doubt. I'm making a DVD video with many languages. Each language must have a different menu (language menu) and each video track have an audio + subtitle track dedicated for each language. I also need to start the dvd with a languag

  • Appletalk not enabling on iBook and 10.4.7

    Try as I might, I cannot get AppleTalk to launch on 10.47 on my iBook - is this a known issue? Thanks, b00kmark