Execution information in Repository Browser

Hi All,
version: Oracle 10gR2
In Repository Browser >Execution Schedule Report, the recent execution information is not shown. It has got infomation till the last week. After that everyday process have been excuted but I don't see any report for this week in Repository Browser.
Can some guide me configure this? Thanks in advance.

Same problem. My mappings run daily, but none of the recent executions are shown in the execution summary report. In fact, the most recent ones are over a year old. There is nothing in the user guide that I found on how to make sure your executions are logged.

Similar Messages

  • Repository browser issue

    Hi Gurus
    I am trying to use repository browser to view details of our OWB project. I can browse through the deployment reports in rep browser. But I am unable to view any execution summaries from Repository browser. I am not sure what is wrong here.
    Whenever I search for Execution summary or execution schedule , I get a strange error on Listener window
    I have pasted details below
    C:\OWB10GR2\owb\bin\win32>call setowbenv.bat
    08/12/17 10:51:01 Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)
    initialized
    08/12/17 10:51:22 owb mid tier server...
    08/12/17 10:51:22 Initializing the backend controllers.
    08/12/17 10:51:22 Controller Initializer: oracle.wh.repos.pdl.APIController
    08/12/17 10:51:22 JVM LIMIT SET TO: 384M
    08/12/17 10:51:25 Controller Initializer: oracle.wh.service.impl.ServiceControll
    er
    08/12/17 10:51:26 Registering default analysis strategy...
    08/12/17 10:51:26 Registering default validation strategy...
    08/12/17 10:51:26 Registering default generation strategy...
    08/12/17 10:51:26 Registering default analyzer...
    08/12/17 10:51:26 Registering default validator...
    08/12/17 10:51:26 Registering default generator...
    08/12/17 10:51:26 Registering default execution strategy...
    08/12/17 10:51:26 Registering default execution engine...
    08/12/17 10:51:26 Controller Initializer: oracle.wh.ui.common.CommonController
    08/12/17 10:51:26 data_source.getHttpSession: >>>>HttpSession lost or first time
    through : create new HttpSession
    08/12/17 10:51:26 UserData.restoreData(...) new snapshot created - values reinit
    ialized
    08/12/17 10:51:26 data_source.restoreData(...) new snapshot created - values rei
    nitialized
    08/12/17 10:52:06 RABLogin.hasBrowserPrivilege()
    08/12/17 10:52:09 ---->rep_owner.hasAccessBrowserPrivilege(rep_owner) returns 1
    08/12/17 10:52:09 RABLogin.tryRABViewVersion()
    08/12/17 10:52:10 ---->Runtime ALL_RT_INSTALLATIONS.public_view_version = 10.1
    08/12/17 10:52:10 RABLogin.tryAllViewVersion()
    08/12/17 10:52:10 ---->Runtime ALL_RT_INSTALLATIONS.public_view_version = 10.1
    08/12/17 10:52:10 RABLogin: Valid Runtime Repository version=10.1
    08/12/17 10:52:17 ExecSummary.getObjData() SQLJ Exception:java.sql.SQLException:
    ORA-00942: table or view does not exist
    08/12/17 10:52:28 ExecSummary.getObjData() SQLJ Exception:java.sql.SQLException:
    ORA-00942: table or view does not exist
    08/12/17 10:52:34 ExecSummary.getObjData() SQLJ Exception:java.sql.SQLException:
    ORA-00942: table or view does not exist
    08/12/17 10:52:59 ExecSchedule.getTreeData() SQLJ Exception:java.sql.SQLExceptio
    n: ORA-00942: table or view does not exist
    What do you think could be the issue here? Which table is the error referring to ?
    Birdy

    Hi Birdy,
    I am facing a similar issue. But have noticed that I do not get this error everytime. Sometimes, it goes through absolutely fine with out any errors. Did you find any solution for this ?
    ~ A

  • OWB Repository Browser -  Execution Job Report Very Very Slow

    Dear All,
    I have tried searching the Oracle Forum, but could not find any threads with above problems, would like to check if there are other gurus who can help with above issue:
    We are currently monitoring our ETL Jobs with Repository Browser (10GR2) and found the Repository Browser excruciatingly slow. The first screen for the Execution Summary Report shows up pretty fast, however whenever we want to drill further inthe Execution Job Reports, it takes almost 20 Minutes for the next screen to pop-up, and when we drill into the Process Flow Details it is another 20-40 Minutes.
    We have tried the following but it does not work:
    1) Purging the audit details to only 1-2 days audit data
    2) Re-analyzing all tables belonging to OWB_REPO_OWNER

    In Metalink:
    Subject: Poor performance of RAB Runtime Audit Browser
    Doc ID: Note:389800.1 Type: PROBLEM
    Last Revision Date: 30-AUG-2006 Status: PUBLISHED
    In this Document
    Symptoms
    Cause
    Solution
    Applies to: Oracle Warehouse Builder - Version: 10.2.0
    This problem can occur on any platform.
    SymptomsRAB shows poor performance. CauseThe problem has been tracked to the view definition for WB_RTV_EXECUTION_STORES.
    The table function that is used in that view is causing the performance degradation.
    Bug 5498665: REPOSITORY BROWSER TOO SLOW : PERF PROBLEM WITH INTERNAL VIEW
    SolutionReplace the view wb_rtv_execution_stores.
    SQL> connect <owb_unified_repository>/<password>
    SQL> create or replace view wb_rtv_execution_stores
    as
    select
    audit_execution_id,
    task_object_store_uoid as store_uoid
    from
    wb_rt_audit_executions
    where
    task_object_store_uoid is not null and
    task_object_store_uoid <> '{0}'
    union select
    audit_execution_id,
    execution_store_uoid as store_uoid
    from
    wb_rt_audit_executions
    where
    execution_store_uoid is not null and
    execution_store_uoid <> '{0}'
    union select
    audit_execution_id,
    execution_object_store_uoid as store_uoid
    from
    wb_rt_audit_executions
    where
    execution_object_store_uoid is not null and
    execution_object_store_uoid <> '{0}';
    Regards
    Detlef

  • OWB Repository Browser

    Hi,
    I use the Repository Browser to see the execution details when a mapping is in execution.
    But the repository browser does not show the number of records inserted or updated, until the mapping
    finishes its execution. This is happening in 10gR2.
    Is there way , by which I can get the real time information of how many records got updated till now while the mapping execution is in progres.
    Thanks
    MD

    You have to take into fact that you have a commit frequency, and max number of errors, if an error occurs it will probably rollback, you have operating mode, row based, set based, etc. you will probably not see your result until the execution is done.

  • What is the source table for repository browser info?

    Hi guys,
    I need to create report for everyday's data refresh, mostly like what repository browser does. So what is the source table for repository browser info? I am in OWB 10gR2. Thanks a lot.

    I believe the runtime audit browser uses the views that start with "RAB" in the control center.
    But it would probably better if you used the Audit Execution views. More information can be found in the "API and Scripting Reference" document...
    http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/api_2runviews.htm
    In order to get access to the Public views from SQL Plus using a schema other than the control center, I believe you need to grant the ACCESS_PUBLICVIEW_BROWSER sys privilege to each OWB user. Look at Note:434718.1 for more information.

  • OWB10gR2 Repository Browser hangs on report call

    Hi,
    after weeks of normal work with OWB Repository Browser, it started recently to hang up in the moment when an "Execution Job Report" (in column "Related Information") is called. No difference if error, mapping or workflow process report. We don't know which change in the system may have triggered this. Problem seems not to be in the database (no change in session after clicking the link is noticed). The OC4J windows gives no further log info and I can't find any log file in the J2EE directory. When trying to shut down the OC4J session regularly it brings:
    06/09/15 11:41:43 Shutting down...
    06/09/15 11:41:45 Thread named: Thread[HttpRequestHandler-3945515,1,ApplicationServerThreadGroup] cannot be interrupted
    06/09/15 11:41:45 Thread named: Thread[HttpRequestHandler-30624226,1,ApplicationServerThreadGroup] cannot be interrupted
    The DOS box has to be closed the brutal way which recovers after restarting.
    some ideas around
    regards
    Thomas

    indeed, it is likely that the report was simply hanging in SQL execution. did you check that before you purged? What can occur is that the statistics for the RT schema get out of whack if the schema is not analyzed. AFter months and months of operations, the execution plan for these reports is no longer valid and ... then you hang for a long time :)
    analyze stats. and on slower systems, truncate audit data every now and then. and make sure you aren't running all your mappings in FULL audit mode.
    My two cents.
    Borkur

  • OWB 10.2.0.1.31: Not be able to view reports on Repository Browser

    Hello,
    I not be able to show the list of execution mappings into owb repository browser. I get access to login page and i get access with runtime repository owner user, but repository browser don´t show the mapping execution list into execution report page.
    In other installation od OWB the execution mapping's report showed correctly. I try to install into clean computer and not be able to get the result of execution mapping.
    Any idea??
    Jaaquin

    I have exactly the same problem. Repository browser is working, I can see deployment reports. The execution reports are working but emtpy. Although the control center manager shows execution logs.
    The problem appeared after I installed the last patch Warehouse Builder 10.2.0.4 Patch. Everything else seems to work normally.
    The client version is 10.2.0.4.36
    The repository version is 10.2.0.4.0
    Can it be the difference between the repository and OWB browser versions?
    Thanks,
    Kaur

  • SE80 Repository Browser - consolidates work into 1 change request??

    Hi all,
    Heres my problem:
    I am in SE80 Repository Browser editing a program, call it P1.  On first time saving I get prompted for a change request.  Still in SE80 I now switch to another program, call it P2.  I make changes to P2 for the first time and save.  I am not prompted for a change request.  The object P2 is placed in the first change request with P1.  I wanted P1 and P2 to be in different requests.
    This never happened before in 46C.  I used to always get prompted for a change request.  We are now using ECC 6.0 so I am wondering, is this something new?  I looked in settings to see if there was an option for this but I didn't find anything.  I know SPAU can work this way but it has an option to turn it off. 
    Any information would be appreciated.  Thanks

    Mark,
    Using SE09/SE10 you can move your objects to different change requests.
    this will solve your temporary problem.
    Regards,
    Amey

  • What do colors mean for object type in Business Object Repository browser?

    Hi,
    I am a new guy in SAP. I have a question. The object typies in BOR browser, there are kinds of colors, blue, light blue, pink, red,.. And also, for some object type, there is check mark beside them. What do these mean?
    Thank you for your help.

    Hi,
    The following information will be helpful for you.
    [Business Object Repository |help.sap.com/saphelp_40b/helpdata/en/7e/5e128f4a1611d1894c0000e829fbbd/content.htm]
    [Repository Browser |help.sap.com/saphelp_nw70/helpdata/en/60/d6ba75ceda11d1953a0000e82de14a/content.htm]
    [Business Object Repository|http://help.sap.com/saphelp_nw04/helpdata/en/c5/e4ac87453d11d189430000e829fbbd/frameset.htm]
    Assign Points if helpful.
    Thanks and Regards,
    Naveen Dasari.

  • While navigating ,frequent logouts from repository browser

    Hi,
    After opening REpository browser, most of the times I am getting login page
    First I logged into Repository browser, I went to Design repository navigator
    then I got login page -- i gave details and I entered and Again I went to Desing repository navigator after that I tried to navigate into the project
    again I got the login page and after login I am getting the first page.
    This is happening many times , whenever i try to navigate or drill down into project am getting login page. After looking into one object and if again try to go for another again login page. Randomly am getting login page while trying to navigate into the project
    Please help me ..
    Regards,
    Sivarama

    I upgraded to 11.1.2.2... and the good news is.. it throws me more appropriate error message:-
    ADFC-0619: Authorization check failed: '/WEB-INF/task-flow-name' 'VIEW'.
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #2I was using template taskflow from another adf application, but I failed to give permission to that task flow template because I didn't check "Show task flows imported from ADF libraries".
    I gave permission to task template and is working fine now.. :)

  • Error in starting OWB repository browser listener

    Hi,
    I got the following error when starting owb repository browser listener on Solaris with startOwbbInst.sh
    Exception in thread "main" java.lang.NoClassDefFoundError: javax.servlet.Servlet
    at com.evermind.server.ApplicationServer.class$(ApplicationServer.java:297)
    at com.evermind.server.ApplicationServer.checkDependencies(ApplicationServer.java:297)
    at com.evermind.server.ApplicationServer.launchCommandline(ApplicationServer.java:498)
    at com.evermind.server.OC4JServer.launchOC4JCommandline(OC4JServer.java:171)
    at com.evermind.server.OC4JServer.main(OC4JServer.java:306)
    Is this caused by something with the configuration?
    Jeffrey

    Hi ,
    What is your OWB version ?
    If it is 10.2 then read the following
    With Warehouse Builder 10.2.0.X, the Repository Browser Listener is only supported on Windows x86-32bit and linux x86-32bit client machine.
    So start the Warehouse Builder Repository Browser Listener on Windows/Linux x86-32bit client machine
    For 11g refer MOS Note 469422.1
    Thanks,
    Sutirtha

  • Problem starting Repository Browser Service on Windows Server 2008

    Using the default Warehouse Builder installation in the 11g (11.1.0.7.0) databaseinstallation on a clean Windows Server 2008 64-bit installation.
    Warehouse Builder installed and populated ok, OWB client works fine etc.
    When trying to start the Repository Browser listener by running the startOwbbInst.bat, the OC4J container crashes with the following error in the \owb\j2ee\log\oc4j\log.xml:
    +<MSG_TEXT>Could not create Secure http listener due to {0}</MSG_TEXT>+
    +<SUPPL_DETAIL><![CDATA[java.io.FileNotFoundException: C:\Oracle\product\11.1.0\db_1\owb\bin\admin\..\..\j2ee\config\%ORACLE_HOME%\owb\j2ee\config\keystore.jks (The system cannot find the path specified)+
    +     at java.io.FileInputStream.open(Native Method)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:106)+
    +     at java.io.FileInputStream.<init>(FileInputStream.java:66)+
    +     at oracle.oc4j.security.OC4JSSLSocketFactory.getStoreIn(OC4JSSLSocketFactory.java:253)+
    (The local_service_login.bat works fine).
    We're starting this as an administrator user in Win2008.
    All parameteres in the setowbenv.bat seems to be correct as far as I can tell. There is a strange reference to %ORACLE_HOME% in the above log, of which I've no idea where it is coming from....
    Identical installation worked fine on a 64-bit Windows Server 2003, - so can this be something related to a new security model in Windows Server 2008?
    (I found a posting regarding problems with the startOwbbInst.bat on Vista  [here |http://forums.oracle.com/forums/thread.jspa?messageID=2275781&#2275781] - so maybe.... however, the quickfix mentioned there did'nt help us here...)
    Anyone experienced similar problems (and preferably solved them) on Windows Server 2008 and/or Vista?
    Regards,
    -Haakon-

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Error  when  starting repository browser listener on Oracle Database

    I have successfully installed oracle database 11g release2 (11.2.0.2.0). The associated Oracle Warehouse Builder 11g Release 2 (11.2.0.3.0) Standalone Software works fine, everything is ok.
    Now I want to start Repository Browser. So, I must run the startowbbinst.bat file from directory oracle_home/owb/bin/win32 (oracle_home for oracle database ), but I receive this:
    - call setowbenv.bat
    *Error initializing server: Error initializing _logger for ../log/server.log: Access is denied*
    Fatal error: server exiting
    Please help me !!!!!!

    login to below url
    http:/hostname:port/webdynpro/dispatcher/sap.com/com.sap.xi.adminweb/AdminApp
    clcik on Java Web Start Administration and Click on Restore Archives
    and refer below thread:
    http://forums.sdn.sap.com/thread.jspa?threadID=1792753

  • OWB REPOSITORY BROWSER PROBLEM

    I am new with owb and have a problem with that Warehouse Builder Browser.
    At the first I start the OWB Browser Listener. That's ok.
    Afterwards I start the Repository Browser AND login as repository owner. That's ok.
    Now the problem: after I click any link, I come back again on the login PAGE. With the others links the same happens (such as Object Summary Report)
    What is the problem??
    I use Oracle 10gR1 and Warehouse Builder 10gR2
    Please help me.
    Thank you for answers

    Hello,
    I was also hit by the same and raised a SR. Here is the follow up --
    Symptoms
    ========
    One can log in OWB browser but after any navigation move, Browser returns to login page.
    Cause
    =====
    According to development this is OC4J security bug which is specific to the OC4J version of I.E. on Windows 2000. This should work if with Netscape or with I.E. on Windows platforms after Windows 2000.
    ANSWER
    =======
    - close the oc4j session (ctrl/c);
    - in owb_home/owb/j2ee/config/owbb-web-site.xml
    replace the line
    <web-site port="8999" secure="true" display-name="OWB Browser Wed Site">
    with
    <web-site port="8999" display-name="OWB Browser Wed Site">
    (removed secure = "true")
    - save it;
    - run the oc4j session again, make sure in the oc4j outputs you cannot see
    "....unpacking owbb.war", just "initialized"
    - do not use any command from the owb installations; open Netscape or IE and put
    the URL with http not https, e.g.
    http://127.0.0.1:8999/owbb/RABLogin.uix?mode=design
    This had actually solved my problem.
    Cheers,
    Swagata

  • There is no object in Repository Browser

    Hi expert
    there are two sap systems which are trial version, one is sap 640, the other is sap 700.
    when I go to SE80 with user "BCUSER", there is no "Internet Service" in Repository Browser tab.
    I want to create service by " internet service ".
    is it because of trial version?
    tons of thanks.
    msong

    hi all,
    perhaps it's because of IE7.0
    but another problem is ,when I create a service, it says :may not make changes in customer system,BCUSER and DDIC only can choose "display object", can someone tell me the required authorization? I'm a pretty new, please tell me how to setting? thanks very much.
    BR.
    msong

Maybe you are looking for