Event Pooling Table doesn't work

I have created Event Pooling Table and registered it. When I insert correct name into field TABLENAME nothing happens - when I look at BI Administrator - Manage - Cache - the table still has entry in cache (and record is deleted from EPT table). When I insert incorrect name info field TABLENAME, I can see message in errorlog (The physical table misstat1_db::MIP:MV_E_HIMA in a cache polled row does not exist.) and I suppose that it is working. But cache not purged.
Can you someone tell me why?
Thx.

Hi,
Stale cache entries are purged automatically at the specified polling intervals. As your saying record has deleted, it means that polling has occured.
Are you sure that the cache entry you are looking at is the same table which has been modified?
If possible, not a solution just for debugging, try to create sample request in Answers and check whether it's been changing when the table get modified.
-Vency

Similar Messages

  • When we are using Event pooling tables explicitly we have insert data into

    hi all
    i have read about event pooling table,
    if we implement event pooling tables then explicitly we have insert table information (like product_dim) in event pooling table explicitly
    suppose i have updated more then 5 tables in my database that time i have to enter(insert) 5 table information in event pooling table(Tables_nq_emt) in the back end
    if so then what is the use of event pooling table???
    this is event pooling table i have crated in back end
    CREATE TABLE S_NQ_EPT (
    UPDATE_TYPE DECIMAL(10,0) DEFAULT 1 NOT NULL,
    UPDATE_TS DATE DEFAULT SYSDATE NOT NULL,
    DATABASE_NAME VARCHAR2(120) NULL,
    CATALOG_NAME VARCHAR2(120) NULL,
    SCHEMA_NAME VARCHAR2(120) NULL,
    TABLE_NAME VARCHAR2(120) NOT NULL,
    OTHER_RESERVED VARCHAR2(120) DEFAULT NULL NULL
    Thanks

    Hi,
    IF you are using event pooling then you should make use of triggres in database.Create a trigger 'after insert' on some major table which you think is gonna update after every etl load.As soon as some data is inserted into this table trigger will automatically insert a record in event pooling table and cache will be purged.I am not sure about the syntax of triggers.Please google it around.
    If you are trying to purge cache through oDBC procdure then you need to create a shell script and based on whether ETL load has completed ,you need to execute this script.
    regards,
    Sandeep

  • Event pool table

    Hi,
    I have S_NQ_EPT table in physical layer and enabling event pool table
    Tools--> Utilities-->Oracle Bi Event Tables.
    I have selected S_NQ_EPT table and given f recency that is 4 mins. So every 4 minutes entries are going to be deleted.
    For testing, i have inserted a new record in S_NQ_EPT table and afte 4 mins that entry got deleted.
    I have created a new report from analytics. That has been stored in cache, When i check in S_NQ_EPT table, no records has been stored. How the S_NQ_EPT table got updated when entry got cached .
    Can you please give me some idea on it
    Regards,
    Malli
    Edited by: user10675696 on Dec 27, 2012 2:15 AM

    Check this link
    http://gerardnico.com/wiki/dat/obiee/event_table
    If helps pls mark

  • How can we impliment event pooling table in 11g

    how can we use event pooling table in obiee11g for the cache seeding .could you please share knowledge.
    Regards
    bethamsetty

    Hi,
    Refer-
    http://docs.oracle.com/cd/E14571_01/bi.1111/e10541/querycaching.htm
    see 7.8 section
    http://obieehome.blogspot.in/2012/07/event-polling-in-obiee-11g.html
    Hope this helped/ answered
    Regards
    MuRam

  • Event pooling table

    Hi Team,
    could i know how to implement the event pooling table in OBIEE...
    Thanks,

    Tested only on 10g:
    http://gerardnico.com/wiki/dat/obiee/event_table
    Success
    Nico

  • Subnr. links (2) in tabel to the same address table doesn't work always

    Post Author: Piet Blaauw
    CA Forum: Data Connectivity and SQL
    for english see below
    subnr links (2) in tabel naar dezelfde naw tabel werkt niet altijd.
    ik heb een rapport gecreerd waar uit dezelfde tabel 2 records worden gelinkt (1 is faktuur debiteur en 1 order debiteur) aan het NAW bestand. Ik heb de NAW tabel 1 keer gehangen aan de faktuur debiteur en daarna nog een keer apart gehangen aan de order debiteur. tabel naam is CONTACT en toen ik hem aan de andere deb. koppelde werd het automatisch CONTACT_1. Dit werkt allemaal prima en ik krijg netjes de informatie uit zowel CONTACT als CONTACT_1 maar het gaat fout als ik een formula field maak waarin vergelijk dat als de factuur deb (gekoppeld aan CONTACT) leeg is dat dan de order deb (gekoppeld aan CONTACT_1) genomen moet worden. Het rapport laat simpelweg niets zien.
    Ik weet niet of bovenstaande duidelijk is maar ik hoop dat iemand weet wat er fout gaat.
    bij voorbaat dank voor de hulp
    Piet Blaauw
    English
    Subnr. links (2) in tabel to the same address table doesn't work always
    I created a report wher from the same table 2 fields are linked (1 is invoice debtor and 1 is order debtor) to the Main Address table (CONTACT). I have linked the address table to the invoice debtor and once again to the order debtor. When linking this way you see in the DATABASE expert in links 2 times the CONTACT table. Once as CONTACT and once as CONTACT_1. Everything works fine and I receive the data for as well the invoice debtor as the order debtor (if filled in) but it goes wrong when I create a Formula Field where I ask that if the invoice debtor field (Linked to CONTACT) is empty to show order debtor (Linked to CONTACT_1. However then nothing will pops up while the formula is correct.
    I hope above is clear and you can help me out

    Post Author: Bandit07
    CA Forum: Data Connectivity and SQL
    In your formula are you checking for null values as well as if the field is empty?
    B

  • Event Pooling table using OCI

    Hi All,
    In our project we tried to configure the cache pooling tables, But as a DSN if we use the OCI/TNS names, the Cache purging not working. If i use ODBC DSN it is working fine. Is there any limitation from OBIEE that we have to ODBC DSN only for Cache Pooling table? Is any body got into the same problem?
    As i am using windows box i am able to configure ODBC DSN, But how things will work in Linux boxes?
    Comments please.
    thanks

    Our BI Server is deployed on Linux and I had no problem implementing the workaround. Like I said, I just configured the DSN on my Windows laptop and imported with ODBC 3.5. Also, I've never read or seen anything that would indicate to me that the .rpd file would "attach itself" to any OS. So, I do not anticipate that you will have trouble with the .rpd file itself if you move it from a successful Windows deployment into a successful Linux deployment.

  • Row banding on a ADF table doesn't work

    Using EA19 and previuously EA17, the table works fine, but the row banding doesn't appear.
    The used "skin" is oracle. Each row stays white.
    The attributes I use are bandingInterval="1" banding="row".
    Thanks in advance
    Laurent

    Hello,
    I installed the demoADF context and banding works fine
    on the table.jspx file.
    Now I have to find whats wrong with my context, what can be context dependend ?
    Best thanks
    Laurent

  • Emergency - Please Help LV6.1 win2k Wait on Event 'Ignore Previous' Doesn't work

    I am using an activex control to access an OCX for IRDA communications. My
    VI is setup to wait on events, The event name is 'OnDataAvailable' I have
    selected 'ignore previous' on the activex wait on event subvi but both my
    events fire simultaniously. I have read this is a multithreading problem in
    windows 2k and XP and by changing the execution thread to user interface it
    can be resolved, that didn't work. Please help any information would be
    greatly appreciated. I am using the OCX to comm to an IRDA device which is
    written in the IRLPT protocol. Labview doesn't support IRLPT service names
    in the IRDA functions.
    Franticly awaiting,
    Jamie

    Can you post a stripped down Vi? Are you using activeX events or the event structure?
    Jeremy

  • Insert Record with Parent/Child Tables doesn't work with Oracle - unlike AC

    Hi,
    I just Migrated a MS Access 2010 Database to an Oracle 11g Backend with the SQL Developer Tool.
    The Migration went fine, all the Tables and Views are migrated.
    I'm working with MS Access as Frontend.
    The application has some Datasheets with Subdatasheets with Parent/Child Relationship. (1-n Relationship)
    After changing to Oracle, it's not possible, to Insert a new Record in a Subdatasheet I always get the following Error Message:
    "The Microsoft Access database engine cannot find a record in the table 'xxxx' with key matching field(s) 'zzzzz'"
    It used to work perfect with the MS Access Backend, do I need a trigger which first adds the child Record ?
    Or what should I do?
    Thank you

    Hi Klaus,
    Thanks for your answer. I still haven't solved my problem. The only way would be to use a singel 1:n Relationship, but in fact I need a n:m Relationship.
    I tried the same scenario with a new Access Application, same result.
    To clearify my problem.
    Goal: Parent Form with Parent Records, Linked Child Form with Child Records in a Datasheet View => Insert of a NEW Child Record.
    I have 3 Tables (table1 = Parent tabel, table2 = Child Table, table12 = n:m Tabel with PK and two FK)
    The Recordsource of the Parent Form is Tabel1
    The Recordsource of the Child Form is Table2 joined with Table12.
    In my Old Access Project, Access Triggered the Insert and filled Table12 with the NEW PK of Table2.
    It seems like Access can't do that anymore....
    I'm pretty desperate and I'm sure it is just a litte thing to fix.....

  • MERGE using nested table doesn't work on Oracle 9i

    Hi,
    Oracle 9i Enterprise Edition Release 9.2.0.4.0 on Red hat Linux
    SQL> create table PERSONS (
      2    ID  number(9)
      3   ,SURNAME  varchar2(50)
      4   ,constraint PERSONS_PK primary key (ID)
      5  );
    Table created.
    SQL> create or replace type T_NUMBER_ARRAY as table of number;
      2  /
    Type created.
    SQL> create or replace procedure P_MRGTS2 (P_ID  PERSONS.ID%type)
      2  is
      3    L_IDS  T_NUMBER_ARRAY;
      4  begin
      5    L_IDS := T_NUMBER_ARRAY(P_ID);
      6    merge into PERSONS P using (select * from table(L_IDS)) D on (
      7      P.ID = D.COLUMN_VALUE
      8    )
      9    when matched then update
    10      set SURNAME = 'Updated'
    11    when not matched then
    12      insert (
    13        ID
    14       ,SURNAME
    15      )
    16      values (
    17        D.COLUMN_VALUE
    18       ,'Inserted'
    19      );
    20  end;
    21  /
    Procedure created.
    SQL> exec P_MRGTS2(1)
    BEGIN P_MRGTS2(1,'Avi'); END;
    ERROR at line 1:
    ORA-22905: cannot access rows from a non-nested table item
    ORA-06512: at "OPS$AABRAMI.P_MRGTS2", line 9
    ORA-06512: at line 1However, the same code on Oracle 10g Release 10.2.0.1.0 on SUN Solaris 9 works.
    Is there any way to make it work on Oracle 9i?
    One way I found is the following:
    procedure P_MRGTST (P_ID  PERSONS.ID%type)
    is
      L_IDS  T_NUMBER_ARRAY;
    begin
      L_IDS := T_NUMBER_ARRAY(P_ID);
      forall I in L_IDS.first..L_IDS.last
        merge into PERSONS P using DUAL D on (
          P.ID = L_IDS(I)
        when matched then update
          set SURNAME = 'Updated'
        when not matched then
          insert (
            ID
           ,SURNAME
          values (
            L_IDS(I)
           ,'Inserted'
    end;On Oracle 10g there is negligible difference in time taken to execute both procedures, as displayed in SQL*Plus when issuing:
    set timing onIs there something that makes one of the procedures preferrable over the other?
    Thanks,
    Avi.

    Is there any way to make it work on Oracle 9i?
    michaels>  select * from v$version
    BANNER                                                         
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    PL/SQL Release 9.2.0.8.0 - Production                          
    CORE     9.2.0.8.0     Production                                      
    TNS for HPUX: Version 9.2.0.8.0 - Production                   
    NLSRTL Version 9.2.0.8.0 - Production                          
    michaels>  create table persons (
        id  number(9)
           ,surname  varchar2(50)
              ,constraint persons_pk primary key (id)    )
    Table created.
    michaels>  create or replace type t_number_array as table of number;
    Type created.
    michaels>  create or replace procedure p_mrgts2 (p_id persons.id%type)
    is
       l_ids   t_number_array;
    begin
       l_ids := t_number_array (p_id);
       merge into persons p
          using (select * from table (cast (l_ids as t_number_array))) d
          on (p.id = d.column_value)
          when matched then
             update set surname = 'Updated'
          when not matched then
             insert (id, surname) values (d.column_value, 'Inserted');
    end p_mrgts2;
    Procedure created.
    michaels>  exec p_mrgts2(1)
    PL/SQL procedure successfully completed.
    michaels>  select * from persons
            ID SURNAME                                          
             1 Inserted                                         
    1 row selected.

  • Materialized view from prebuilt table doesn't work with spatial types?

    Hello, I'm trying to build a materialized view of a table using the prebuilt option and a pre-built table.
    Oracle gives me an ORA-32304 error, saying it can't do this with user-defined types. The original table has no user-defined types, but does use an sdo_geometry column. Is this what it's complaining about?
    Now I can sort of understand this, but here's my real problem: the materialized view I'm creating is comprised of a subset of the columns from the original table, but not the geometry column. Is Oracle right in refusing my prebuilt request? Does anyone know of a way around this (besides creating the MV from scratch without prebuilt).
    I've successfully created an MV on another table, which doesn't have a spatial column, using the prebuilt option and a subset of columns.
    (I'm using Oracle 11.2.0.2.0 on both master and slave databases)

    Good news, everyone! =)
    SAPwebIDE team fixed this issue with MMD template in SAPwebIDE v1.10.2. available on http://hanatrial.ondemand.com.
    This "Bug" or "Feature" was presented in 1.8.x and 1.9.x SAPwebIDE (i've used local installation) and now it's gone in v1.10.2. Thank you, SAPwebIDE Team! =)
    The difference between versions of MMD template is only in one file (fixed one is on the right):
    Master2.controller.js
    And here it is:
    Now, only one question remains: HOWTO:SAPUI5 Fiori-like report. (mix control's value as key into binding context)
    Best regards, ilia.

  • Formula across tables doesn't work??

    How is possible to create a formula across tables in the same sheet?.
    In numbers for OSX is very easy, point and click and add cells to the formula.
    In numbers for icloud beta if I start the formula into a table and then I point and click in another table, I lose any reference! ...
    What's wrong?
    Thank you for your help

    More details:
    It happens also with regular tables.
    The first TRUNCATE is done, but the successive ones doesn't have any effect.
    Really strange

  • Event Creator task doesn't work well

    Hi everybody,
    I'm using the 46C R/3 system, and I want to develope a MIGO and MIRO's Cancel funcionality to the same WF.
    What do you think about ?
    I'm testing the following solution:
    1- I've created an Triggering event in the MIGO Sub-WF (That's called by MIGO EXIT on its Cancel's SAVE Momment) named ReexecuteCanceledMIGO passing an variable to say that this pass is to Reexecute MIGO.
    2- I've created a MIRO Sub-WF. Even it had been called...and this MIRO task can be in User's inbox on SBWP, Another user can Cancel MIGO and it will re-start a Goods receipt process that will start from the Triggering event on MIGO Sub-WF.
    3-When it occurs, I put a logic in the end of the MIGO Sub-WF: If the value of the control variable (passed though the Triggering event) is X, I put an Process control task, type 7 (Terminate WF, and his father can continue), that terminate this MIGO's Sub-WF.
    But this logic is wrong, because when the user Cancel the Goods receipt on MIGO, this MIGO's Sub-WF give error and its Event linkage is set to diactivated.
    Why is it happen ? Is it because the object is called by the same Key, even by another event ?
    Message was edited by: Glauco Kubrusly

    Philip Hodgetts wrote:
    "I think you should trash the database file too. On Lion in Finder hold down the Option key and choose Go > Library. Then navigate to Application Support / Assisted Editing and trash the file called Event Manager X.plist. Event Manager X will make a new database when it starts up."
    Erm . . .
    Nothing in there, Philip . . . the folder was empty.
    In case it's relevant, I found the installation confusing. The zip file went to my desktop and when I opened it, I dragged the app file to Applications and ran it - is this the correct proceedure?
    Andy

  • REG:Event pooling table  insert record automatically

    Hi All,
    when ever database table update/insert a record then
    I want to insert new record in to EPT table automatically.
    Is any script available please send or send any links regarding.
    please help me .
    Thanks&Regards,
    jell

    You have to put the insert statement for EPL table into your ETL where the tables are updated/inserted.
    - If you are using ODI, OWB as ETL then you can query the Run-time Execution tables to find the tables which were updated/inserted during the ETL and insert into EPL accordingly
    - For BIAPPS, you can query DAC tables for the same

Maybe you are looking for

  • Why can't I copy and paste from Illustrator to Flash?

    I have this silly but frustrating problem. I've drawn a series of objects in Illustrator and have copied and pasted many of them into separate frames in Flash and all of a sudden they won't paste. There are 3 objects I'm trying to paste onto each fra

  • Working with large spreadsheets

    I have recently started using Numbers for my spreadsheets after years of using Excel and have a query. If you need to input data in a cell which is a long way down the spreadsheet or far off to the right the column or row titles can be lost off the s

  • Premiere Pro CS6 opening slow when connected to slow network.

    I recently setup a user with his computer running behind a VPN router so that he could work from home. The VPN router is used to give him access to local resources. A strange thing started to happen with Premiere where it would be very slow to open.

  • Google TV and FP

    I have a Sony BR DVD player , when i try to see a video on FB tells me that i need the AFP , but when i try to down load it Adobe tells me that i allready have so i cant down load it , Im trap in a vicious circle , what can i do?

  • Logic 8 will not boot

    hey there, I've upgradet my G5 2x2 Mac to Leopard 10.5.4 and now Logic will not boot. It hangs everytime in the rewire Plugin. After delete them it hangs on the coreaudiodriver and than Logic crashed I reinstalled the latest ProApp Update and the lat