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

Similar Messages

  • 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

  • Help.... trying to set the browser title for reports called from 9i form

    hello all
    I am attempting to call a 9i report from an oracle 9i form .I am using the following code
    repid := find_report_object('report5');
    SET_REPORT_OBJECT_PROPERTY
    SET_REPORT_OBJECT_PROPERTY (repid,REPORT_type,CACHE);
    SET_REPORT_OBJECT_PROPERTY (repid,REPORT_DESFORMAT,pdf);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'sandy4');
    v_rep := RUN_REPORT_OBJECT(repid,p1_id);
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://----.--------.com:8888/reports/rwservlet/getjobid'|| substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=sandy4,'_blank');
    .. and so on
    The reports RUNS FINE AND POPS UP AS A NEAT PDF internet explorer page !!!
    I WAS WONDERING IF THERE IS ANYWAY TO SET THE BROWSER TITLE OF THIS REPORT THAT POPS UP..
    DO I HAVE TO CHANGE SOME PROPERTY AT THE REPORT END
    OR CAN I SET IT DYNAMICALLY BY PASSING AS A PARAMETER
    FROM MY FORM
    I HAVE SEARCHED EVERYWHERE FOR THIS
    PL HELP
    I WILL REALLY APPRECIATE IT IF SOMONE CUD HELP ME WITH
    THIS
    THANK YOU
    SANDY

    Hi,
    It is possible to set the Document title for PDF output. Open the Reports Property Inspector, under PDF Document Taxonomy, you can set the Document title. But this does not show up in the browser when you open the document.
    thanks,
    Senthil

  • 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

  • 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.

  • 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

  • Form call report,but form hang when report sun slowly,how to set server?

    In version 10.1.2
    Form call report, form hang when report sun slowly,
    finally the report will done,I can see the output in the server disk,but form hang,
    I think it's out of the report session, ,how to set server?
    thanks for any help!
    lind

    Hello,
    If you are using the "Paper Layout", check the Reports's "Before Report Value" property:
    Before Report Value :
    <meta http-equiv="Content-Type" content="text/html; charset=&Encoding">
    If you are using the "Web Layout", take a look to the document :
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_nls.htm#i1006142
    18.3 Specifying a Character Set in a JSP or XML File
    Regards

  • 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&gt;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: &gt;&gt;&gt;&gt;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 ----&gt;rep_owner.hasAccessBrowserPrivilege(rep_owner) returns 1
    08/12/17 10:52:09 RABLogin.tryRABViewVersion()
    08/12/17 10:52:10 ----&gt;Runtime ALL_RT_INSTALLATIONS.public_view_version = 10.1
    08/12/17 10:52:10 RABLogin.tryAllViewVersion()
    08/12/17 10:52:10 ----&gt;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

  • Browser hangs when an Adobe Interactive Form is

    Hi Folks,
    I'm fairly new to ABAP (< 1 year) and am in the process of creating my first Adobe Interactive Form. In fact it will be the first IFbA at our company, when I get done with it!
    Here's the problem am facing: The Interactive Form that I'm building is called within an ABAP Web Dynpro application. If the displayType in the view is set to 'native', when the IFbA is called, the browser hangs and eventually shows the form after 5 full minutes. However, if it is set to 'activeX', it comes up with the form instantly. It does not matter what objects(WD activeX or native) I have on the form, It does the same thing.
    Our System information:
    SAP_Basis and SAP_ABA: 701 SP5
    ADS: 802.20100902045248.720952
    Adobe Reader 9
    I've looked at the SAP Note 999998 and have pretty much done what they've asked for. But, have had no progress with it. I'm pretty much at my wits end. So, somebody please help?!
    Thanks,
    CS

    Hi,
    Goto the Layout,
    Then goto Utilities->Insert WebDynproScript  and Activate.
    it will work.
    Uma

  • 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

  • Problem in starting repository browser on owb 11g

    I have successfully installed oracle 11g release1. The associated Warehouse Builder 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, but I receive this:
    - call setowbenv.bat
    - date and time - Error initializing server: Error initializing _logger for ../log/server.log: Access is denied
    -date and time - Fatal error: server exiting

    Same issue for me too. Can you please tell me the solution for this issue.

  • 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.

  • OWB11g Repository Browser

    Hello,
    Is there anything specifically, which we need to do for using Repository Browser in OWB 11g.
    My OWB11g Repository Browser is not working, whihc I do not see any kind of Start OWB Browser Listener nor Stop OWB Browser Listener neither from my menus. Also I do not see those files in OWB homes.
    Any help would be greatly appreciated.
    Thanks

    Hi,
    I am also using 11g on windows (64 bit OS), not able to start repository browser, even after running the startOwbbInst.bat file, following is the response after running the batch file, not proceeding after the last event (kind of struck there) ?
    F:\app\OracleBase\product\11.1.0\enpdw_db\owb\bin\win32>call setowbenv.bat
    2008-07-31 09:58:23.439 NOTIFICATION JMSServer[]: OC4J JMS server recovering transactions (commit 0)
    (rollback 0) (prepared 0).
    2008-07-31 09:58:23.439 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queu
    e[jms/Oc4jJmsExceptionQueue].
    2008-07-31 09:58:23.471 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queu
    e[jms/jobstore].
    2008-07-31 09:58:23.486 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queu
    e[jms/events].
    2008-07-31 09:58:23.486 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queu
    e[jms/notifications].
    08/07/31 09:58:24 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
    -

  • OWB 11.2.0.1 – Repository Browser?

    OWB 11.2.0.1 – Repository Browser?
    ==================================
    We are using OWB 11gR2 and Oracle 11gR2.
    We find design center reports and control center reports on main page. It look same for both options. What are the design center specific reports?
    It shows Linage and Impacts are not supported. It was the same for earlier versions as well.
    What is the reason behind providing Linage and Impacts here?
    Any thoughts?
    Thanks in helping
    Edited by: qwe16235 on Sep 16, 2011 2:37 PM

    It can be anywhere where there is an OWB software installation, you run the service using the owb/bin/win32/startowbbinst or owb/bin/unix/startowbinst scripts.
    See the section below for more details;
    http://download.oracle.com/docs/cd/E11882_01/owb.112/e10935/auditing.htm#CHDBIBDG
    Cheers
    David

Maybe you are looking for

  • HT4314 Can I have more than one Game Center account on the same Apple ID? If so, how do I set it up?

    I am playing Clash of Clans on my iphone and on my iPad. I would like to connect each of my games to a different Game Center ID so I don't lose them if something happens to my device, but I can't figure out how to do that without creating new Apple I

  • Error in CHECK_REQUIREMENTS phase (Open ABAP Dictionary Conversions)

    Hi Gurus, When were are trying to update SPAM/SAINT  to version 7.00/0033 from 7.00/0029 we're encountering  'Open Conversions in the ABAP Dictionary' in CHECK_REQUIREMENTS phase, refraining to proceed further. It was due to 2 indexes in a table. Whe

  • My MackBook Pro thinks my TV is a 4:3 display

    When I connect my MacBook Pro to my Panasonic Plasma it thinks it is connecting to a 4:3 display.  I am using the mini display port to VGA.  It's always worked in the past and recognized that it's a Panasonic TV.  Any thoughts?

  • Adding pc to encrypted wireless network

    Hello - I just encrypted my airport wireless network. Previously the pc in our house had no trouble using the network. However, now it asks for the WEP key. I don't know what that is. I tried looking in the airport help files, but it doesn't tell me

  • Missing / Damaged Font? Safari Look Up

    When I use Look Up to search for an address in Safari I get a window with the familiar Block A's, indicating that a font is missing. See image below: I moved the fonts which were installed by Yosemite in the folder ~ Library / Fonts to the folder whe