OWB 904:  Object Deployment does nothing.

I created a dimension in a target WH module. When I generate/deploy it, it is successful in generating the code. When I click on the deploy button, it brings the OBJECT DELPOYMENT progress bar box. But then nothing happens. It just sits there, and I had to click on cancel button. Any idea what could be wrong.

Yes Mark.. I have done all that. Still I am not able to deploy any object from any module. It generates the code and then when I click on DEPLOY button, it just sits there and I had to click on cancel to come back to deployment manager screen.
I did do a debug of OWB client, and here are some of the last lines fom that debug file. At the last line (2 Cleanup called) is where "object deployment" hangs.
MEM:Transaction run: validation:U: 34317192%INCR:-1043352:DECREASE
WhValidationGenerationTransaction: in isGenerateable: NameInfo: 13924:13924) CMPLogicalConnector/STSC_TO_STG STSC_TO_STG
WhValidationGenerationTransaction: :IsGenerateable: STSC_TO_STG: true:validity: true
Ray Debug: generate is called, rtp=oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl@4eb98b
ValidationService:setCompilationTimestamp: oracle.wh.service.impl.validation.ValidationResultWrapper@7c3b99
ValidationService:setCompilationTimestamp: timestamp2003-07-22 21:21:17.16
MEM:Transaction run: generation:U: 34764288%INCR:447096:INCREASE
MEM:Transaction run: persist Validation:U: 34827112%INCR:62824:INCREASE
MEM:GenerationController:internalCompile:after transaction:U: 34830736%INCR:3624:INCREASE
RUNTIME_SERVICES_DEBUG DeploymentSpecificationImpl.addToUnitSpecificationImplArrayList: created UnitSpecification for DeploymentAdapterName DDLDeploym
ent StoreUOID= C30002F292C40DFAE0340010837BEDA7 Action= 1 FCO list= STSC_TO_STG,STG_MAP_DEMANDUNIT,STG_MAP_ABC_CLASS,DPAI_TO_STG,STG_ABC_SEQ,STG_DU_SE
Q,STG_ABCCLASS,STG_DEMANDUNIT,
****==>DFU from STSC_MAN
MY_PROJECT
2 Cleanup called
.

Similar Messages

  • OWB 904:  DBLINK user does not have tables in its schema ?

    For an external Oracle source module, there is a dblink that has been defined. But the user that has been used for this dblink does not have any tables/views in its schema. The tables are in a different schema. How do I get acces to those tables through OWB interface and import them ?

    The user needs to be granted access/privileges to the tables in the different schema in order for these tables to be accessed. For oracle tables the user can be given these privileges through Oracle Enterprise Manager.

  • How to view the DDL script prior to object deployment in OWB 10g R2?

    How to view the DDL script prior to object deployment in OWB 10g R2?
    Here is what I' looking for: in 10gR2, let's say I've built dimension X, but it's not deployed yet. I've selected one of the deployment options, let's say: "Deploy to Catalog only". Now, I'd like to see a DDL script that will be executed at the deployment time. Where can I find this script? What screen? What menu?
    Thanks,
    vr

    Viewing the Scripts
    After you have generated scripts for your target objects, you can open the scripts and
    view the code. Warehouse Builder generates the following types of scripts:
    ■ DDL scripts: Creates or drops database objects.
    ■ SQL*Loader control files: Extracts and transports data from file sources.
    ■ ABAP scripts: Extracts and loads data from SAP systems.
    To view the generated scripts:
    1. From the Generation Results window, select an object in the navigation tree on the
    left of the Generation Results dialog.
    2. Select the Scripts tab on the right of this dialog.
    The Scripts tab contains a list of the generated scripts for the object you selected.
    3. Select a specific script and click the View Code button.
    Regards,
    Marcos

  • Mapping executes without error, but does nothing.

    I've created 21 mappings. 20 mappings work flawlessly and one gives me headaches!
    The mapping is from type: PLSQL.
    It's using an external table to access an 554MB textfile. The OS is RedHat Enterprise Linux WS release 3, Oracle 9.2.0.5, OWB 9.2 + latest patch.
    When I validate the mapping -> everything is okay.
    When I execute the mapping via OEM -> Success message -> in audit browser: 0 rows inserted.
    When I execute the mapping manually -> Success message -> 0 rows inserted.
    When I look at the target table -> 0 rows.
    When I do "select count(*) from external_table_20", I get the correct count for records!
    When I do "create table temp1 as select * from external_table_20 where 1 = 0" I get the correct table structure.
    When I do "insert into temp1 select * from external_table_20", sqlplus blocks for about 10 seconds, but then there are 0 records inserted.
    There are no errors in the kernels logfiles (no read, write or media errors).
    There is no error message in SQLplus.
    There is no entire in the alert file of the database.
    It just does nothing!
    I drop the mapping, the target table and the external table -> and recreated them again (one at a time) -> Same as above. I can count the external_table but the mapping doesn't insert any data. I still can't insert the table on myself.
    So, what can I do now? There is enough space on every tablespace left -> just in case I extended all of them to make sure there will be at least twice as much space as 554 MB (the size of the textfile).
    Its ervy strange that there is not a single error message or warning!

    Art,
    The external tables are tricky because if you make one trivial mistake when describing the records (such as a wrong field length or type), the end result will be that the query against the FT will return no errors, but there will be zero or some weard number of records returned. I suggest to check again the record description and to try to select from the external table (after it is deployed) from SQL plus.
    Also, when configuring the flat file in OWB you can define the log file that will trace FT creation errors during deployment and a Bad file name that will direct the database to write records not fitting into the FT definition to the location specified in 'Bad file name'.
    These configuration parameters can be of help when struggling with the issues mentioned above.
    Regards:
    Igor

  • ORA-34492: Analytic workspace object __XML_GET_FULLTOAW_NAME does not exist

    Hi,
    We are experiencing the following error when trying to retrieve data from the OLAP layer in our front-end:
    ORA-34492: Analytic workspace object __XML_GET_FULLTOAW_NAME does not exist.
    to be more specific, the following happens:
    We are using the Oracle OLAP Java api's to query the analytical workspace. We create a Source object that contains the joins we want. This source is prepared and committed via the TransactionProvider class. Via the DataProvider we then create an SQLCursorManager and generate the SQL and execute it via JDBC.
    We were able to execute it without problems on an XP development platform. When switching to another platform that we use, it gives the following error messages:
    (platform with the error is Linux x86-64; more version info further down)
    Caused by: java.sql.SQLException: ORA-34492: Analytic workspace object __XML_GET_FULLTOAW_NAME does not exist.
    ORA-06512: at "SYS.OLAPIMPL_T", line 23
    ORA-06512: at "SYS.OLAPIMPL_T", line 17
    ORA-06512: at line 4
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:626)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:113)
    at oracle.jdbc.driver.T4CStatement.execute_for_describe(T4CStatement.java:352)
    at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:894)
    at oracle.jdbc.driver.T4CStatement.execute_maybe_describe(T4CStatement.java:384)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:984)
    at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1124)
    Platform/version info that produces the error:
    Linux x86-64
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    PL/SQL Release 10.2.0.3.0 - Production
    CORE     10.2.0.3.0     Production
    TNS for Linux: Version 10.2.0.3.0 - Production
    NLSRTL Version 10.2.0.3.0 - Production
    OLAP A patch for 10.2.0.3 is applied.
    Platform where this works without problems:
    Windows XP
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Any info on resolving this issue is greatly appreciated!
    Thanks,
    Ed

    Hi Keith,
    Yesterday I actually fully rebuilt/redeployed the AW. (I only patched our 10.2.0.3 installation with the OLAP A patch very recently.) Even the AW's tablespace was recreated, just to make sure everything was gone. Redeployment of the OLAP objects from OWB control center went without any problems.
    Let me answer your questions one by one below.
    1) How did you build the AW?
    We use OWB. The only thing I used AWM for is to actually create the AW. Once created, I use OWB to design and deploy. The front-end developers use AWM sometimes for viewing data in the OLAP objects. (I use OWB or AWM for that.)
    2) Can you connect to the AW via AWM, if so can you use the Data Viewer option to view:
    a) each dimension and check you can drill up and down.
    b) each cube
    I have been playing around a bit with the dim's and cubes in the AWM by right-clicking and selecting view data ... (that's the data viewer option?) and encountered no problems.
    3) You are using the OLAP API directly, what sort of application are you building - Java Client, JSP, Applet and are you using BI Beans?
    We are building a JSP type application, but so far only servlet code is being executed as the failure occurs on issuing the query. We are not using BI BEans.
    Thanks for your feedback!
    grts,
    Ed

  • OWB 904 - problems creating time dimension

    I'm using Oracle9iR2 DB and OWB 904. I have not much experience with OWB 904 yet and problems with creating the time dimension.
    I tried to figure out the example which comes with OWB 904 and did everything as it is written in the readme.txt file:
    1. loaded the time table functions owb_time_seq.sql and owb_time.sql in my runtime user schema
    2. imported the owb_bp_time.mdl file into my design repository, which created the demo project 'OWB_BP'
    The problems which I have with this demo are:
    1.) I get warnings when I validate the mappings (TF_TIME_MAP):
    VLD-1002: Mapping object T_TIME is not bound to a repository object.
    VLD-1004: Column length of L_DAY_NAME is longer than the target column length.
    VLD-1004: Column length of L_MONTH_NAME is longer than the target column length.
    VLD-1004: Column length of L_QUARTER_NAME is longer than the target column length.
    VLD-1004: Column length of L_YEAR_NAME is longer than the target column length.
    VLD-3260: No Output Attribute name is specified. In this case, the attribute’s physical name will be used.
    VLD-1123: Missing location information for Module WAREHOUSE.
    VLD-1115: Commit frequency is defaulted to Bulk Size.
    I know how to solve the errors VLD-1002, VLD-1004, VLD-1123 and VLD-1115 but I have no idea how I should solve VLD-3260 and VLD-1002, because reconcile outbound is not possible for the T_TIME dimension.
    2.) When I try to import the table function
    TIMEDATA (IN VARCHAR2, IN NUMBER) return TABLE
    from the runtime user schema into my design repository I get the error message: Argument Data type is not supported.
    3.) I cant deploy the mapping TF_TIME_MAP.
    Is it possible to use the table function from the demo to create a time dimension and to import it into my own project? My aim is to create a bean compliant time dimension and I want to know what I have to bear in mind to accomplish that. The OWB904UsersGuide didn't give me enough information, therefore I'm asking if you can help me out.
    Thanks in advance,
    Dirk

    Dirk,
    The way you should approach the time dimension is following:
    - Run the SQL scripts into your target schema (you already did).
    - Import the MDL file (you already did).
    - Copy and paste the times dimension into your own project to be able to use it.
    - Copy and paste the mapping you want to use to your own project.
    - If necessary, modify the times dimension according to your needs; change the mapping accordingly.
    - Open the mapping, do a right mouse click on the time dimension and select 'Reconcile inbound'. Select matching strategy to match by bound name.
    We do not currently support the table function as an object in the metadata repository. I.e. if it exists at runtime then you can call it (as the time dimension load mappings do).
    With the objects in the target schema you should be able to deploy the mapping.
    Thanks,
    Mark.

  • TS1717 Trying to download iTunes onto PC installed with windows vista. Download keeps getting to 99% with 1 second remaining and then freezes / does nothing? Any help appreciated.

    Trying to download itunes onto PC installed with windows vista. Download keeps getting to 99% with 1 second remaining and then freezes / does nothing? Any help appreciated.

    I solved the problem! The updates orignally were downloaded to the C: drive of the server. I've since moved them to the E: drive and for some reason the Content folder in IIS didn't change the file path to the new WSUScontent folder.
    The root cause for this was failing to use the UTILITY designed for this very purpose.
    I edited the virtual directory settings in IIS and was able to put the correct path in.
    You still need to use the UTILITY.. to fix all the other stuff you're still missing.
    In the %ProgramFiles%\Update Services\Tools folder...
    WSUSUTIL MOVECONTENT E:\WSUS E:\WSUS\MoveContent.LOG -SKIPCOPY
    This problem was caused by moving the WSUS updates to a different local drive.
    No. This problem was caused by IMPROPERLY moving the WSUS updates to a different local drive.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Executing a mapping from sqlplus in OWB 904

    I have used the below syntax to execute OWB 902 mappings as below:
    sqlplus / <<*sql*
    Execute MAP_SOMETHING.MAIN();
    sql
    I deployed the same mapping with new version of OWB 904.. it did not work. What is new syntax to execute the mapping from sqlplus?

    From OWB 9.0.4 on, you must use the execution template to execute your mappings from sql. The template file, that has a brief doc section in its heading is:
    <OWB installation directory>/owb/rtp/sql/sqlplus_exec_template.sql
    Regards:
    Igor

  • Version A of ODS object 0FIAP_O03 does not exist

    I am installing this ODS and when i hit simulate , I am getting this message and only the cube is getting installed and nothing else.
    Version A of ODS object 0FIAP_O03 does not exist
    Thanks

    Hi,
    The ODS and update rules might be greyed as they might have already been installed. Even if an object is greyed for the Install check box, it will give you the option to Match or Copy, which would overwrite the current object version with the Business Content version, so try installing selecting this check box.
    Moverover when you are trying to view the activated objects some times the displayed objects are not refreshed, so try refreshing the same and then viewing.
    Hope it helps.
    Cheers
    Anurag

  • "Preview this File" Does Nothing + Blinding GTK+ open file dialogs...

    ...I have two problems in KDEMod4...did anyone have these problems and how do you fix them?
    Right clicking a file and clicking "Preview this File" does nothing...including folder views, Konqueror, and Dolphin.
    GTK+ open file dialogs alternate between the normal background for my text box and blindingly white background.

    Hi,
    I also have the same problem, but with my JNI and C++ expertise, I was able to isolate the problem.
    My platform:
    - Microsoft Windows XP, Family Edition (French), Version 2002, Service Pack 3
    - JRE 1.6.0_21
    In the source of the JDK6 (Src/windows/classes/sun/awt/windows/WDesktopPeer.java), the Desktop.open(file) calls the native method
    ShellExecute(*uri.toString()*, "open")
    For example, if you try to open "c:\helloworld.pdf",
    uri.toString() = "*file:/c:/helloworld.pdf*"if I call ShellExecute("C:\\helloworld.pdf", "open"), it works
    but if I call ShellExecute(" file:/c:/helloworld.pdf", "open"), it doesn't work on my platform.
    In both case, the ShellExecuteW or ShellExecuteA function of the Windows API return the integer 42 (> 32), saying that the functions succeeded. If the file object is not correct, the function should return a value <= 32.
    => The bug is not due to Java implementation, but to a bug in the Windows API.
    Other remark:
    I also tried the "ShellExec_RunDLL" entry point of the Shell32.dll library using RunDll32 utility. Both commands below are running correctly:
    rundll32 SHELL32.DLL,ShellExec_RunDLL "C:\hello.pdf"
    rundll32 SHELL32.DLL,ShellExec_RunDLL "file:/C:/hello.pdf"My conclusion:
    1) A workaround could be implemented in the JRE: use the file path without the "file:/" protocol prefix.
    2) This bug seems to be present only one some version of Windows XP (to confirm).
    Rodolphe.

  • Button click in AFD on Glassfish does nothing

    HI. I am on Jdev 11g  R3 (11.1.2.3)
    I developed an application that is deployed into ADF jar file
    In other application I include this jar into application and drag and drop the task-flow from the jar into the page.
    I have a button in the view in the task flow that does something.
    If I run it on the Integrated or Standalone web logic everything is fine.
    But If I deploy it into Glassfish 3.1 when I click on the button nothing happens. I mean  - NOTHING!!!. Application is working, but doing nothing.
    It looks like the backing bean and the method binded to the button completely ignored
      <af:commandToolbarButton shortDesc="Edit" id="ctb2"
                                                                                         icon="#{resource['images:edit_dwn.png']}"
                                                                                         action="#{backingBeanScope.news_details.editNews}">
                                                                    <af:setPropertyListener from="#{news.EntryId}"
                                                                                            to="#{pageFlowScope.EntryId}"
                                                                                            type="action"/>
                                                                    <af:setPropertyListener from="#{news.Status}"
                                                                                            to="#{pageFlowScope.Status}"
                                                                                            type="action"/>
                                                                </af:commandToolbarButton>
    Here is the log of what is going on when I click the button
    [#|2013-12-01T08:21:33.498-0500|WARNING|glassfish3.1.2|org.apache.catalina.connector.Request|_ThreadID=116;_ThreadName=Thread-2;|PWC4011: Unable to set request character encoding to UTF-8 from context /NamPortalApp3, because request parameters have already been read, or ServletRequest.getReader() has already been called|#]
    [#|2013-12-01T08:21:33.500-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3456] (oracle.adf.model.bc4j.DataControlFactoryImpl.SyncMode = Immediate|#]
    [#|2013-12-01T08:21:33.500-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3457] (oracle.adf.model.bc4j.DataControlFactoryImpl.SyncMode = Immediate|#]
    [#|2013-12-01T08:21:33.500-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3458] (oracle.adf.model.bc4j.DataControlFactoryImpl.SyncMode = Immediate|#]
    [#|2013-12-01T08:21:33.500-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3459] (oracle.adf.model.bc4j.DataControlFactoryImpl.SyncMode = Immediate|#]
    [#|2013-12-01T08:21:33.500-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3460] (oracle.adf.model.bc4j.DataControlFactoryImpl.SyncMode = Immediate|#]
    [#|2013-12-01T08:21:33.500-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3461] (oracle.adf.model.bc4j.DataControlFactoryImpl.SyncMode = Immediate|#]
    [#|2013-12-01T08:21:33.518-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3462] Process BindingContainer state token(decompressed state):BCST:=0%V%=N%R=0%ptb1=BCST:=0%V%=N,%R=0%newsdetailsflow1=BCST:=0%V%=N%R=1%teva_oracle_xx_adf_namportal_news_view_pageDefs_newsDetailsPageDef_WEB_INF_news_details_flow_xml_news_details_flow=BCST:=0%V%=NNamNewsVO1Iterator=-N-,NamCustomerDummyVO1Iterator=-D-,NamNewsLookupStatusVO1Iterator=-D-,NamNewsLookupImportLevelVO1Iterator=-D-,%R=2%SearchDetailsQuery=BCST:=0;#;eAF1Uj1vE0EQHScESCKQFScRNDQUEc3dDzBCOn8pJ85ngx0ruhRhfTdO1uzeHnt7zoUCCRqEREED
    LR0VLT2iBVHyL2j4A2bOsZFBYqdY7eyb90bz5uNPWMs0VI68MZswS7D4xOoMxxia6pvvh+/L6R2x
    ApAnALBKuN0jT2kWCrTGQ2UNmOZsKLD65eWjzx9e7d9bQEuphr05kEUjS6oIhTXkccSJv1FfFLoy
    EXfbP75+OtwIi1oNt5boQyWliv+oFOAXN979+vb2dbgK2zXYaXUetp3+seu3OsfOwHE9p+Y1a3Bz
    Oe93+v/9O/Bd3+27jucGzUYAl2WDa3Neg+tyn6UtpSUzbjxSAexKN23giMcY0cUyYQZMZBjAJenj
    WQBXpa+MnwkRwJbssjTlE2a4in3ECCMXNmRXY8hTSrkk0wuZwBpsyoMkYgaLEXr0qqvYYG7aLDFQ
    mflhZ4YLm5o5pWTVg2tyWd7A1gWqcM2eu+bBumzmiW5OmDCwM7fLJrvsRXpG1MwNxtRcgxn2BJ7B
    FQ/W5H1y6G/WntFkGVVsyo7mJxciBm4v80ol7VwKm3rrok55amZL4UFZ9pA2RPCnqOuCxlIIrXuw
    LfuaxSnH2BQ9Ic1LxbO/PCnBlKJEQWc6nT5fSebnbA8qVBc+fpChPielETmEEZT/3dwkT5LfHfvz
    4w==
    :#:,,,|#]
    [#|2013-12-01T08:21:33.519-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3463] variableIterator variables activated <<< [U]:TrackQueryPerformed-null|#]
    [#|2013-12-01T08:21:33.519-0500|CONFIG|glassfish3.1.2|oracle.jbo.common.ADFLoggerDiagnosticImpl|_ThreadID=116;_ThreadName=Thread-2;|Refreshing binding container|#]
    [#|2013-12-01T08:21:33.519-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3464] **** refreshControl() for BindingContainer :teva_oracle_xx_adf_namportal_view_EditViewNewsPageDef|#]
    [#|2013-12-01T08:21:33.519-0500|CONFIG|glassfish3.1.2|oracle.jbo.common.ADFLoggerDiagnosticImpl|_ThreadID=116;_ThreadName=Thread-2;|Refreshing binding container|#]
    [#|2013-12-01T08:21:33.519-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3465] **** refreshControl() for BindingContainer :ptb1|#]
    [#|2013-12-01T08:21:33.519-0500|CONFIG|glassfish3.1.2|oracle.jbo.common.ADFLoggerDiagnosticImpl|_ThreadID=116;_ThreadName=Thread-2;|Refreshing binding container|#]
    [#|2013-12-01T08:21:33.519-0500|CONFIG|glassfish3.1.2|oracle.jbo.common.ADFLoggerDiagnosticImpl|_ThreadID=116;_ThreadName=Thread-2;|Refreshing binding container|#]
    [#|2013-12-01T08:21:33.519-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3466] **** refreshControl() for BindingContainer :teva_oracle_xx_adf_namportal_news_view_pageDefs_newsDetailsPageDef_WEB_INF_news_details_flow_xml_news_details_flow|#]
    [#|2013-12-01T08:21:33.520-0500|CONFIG|glassfish3.1.2|oracle.jbo.common.ADFLoggerDiagnosticImpl|_ThreadID=116;_ThreadName=Thread-2;|Refreshing binding container|#]
    [#|2013-12-01T08:21:33.520-0500|CONFIG|glassfish3.1.2|oracle.jbo.common.ADFLoggerDiagnosticImpl|_ThreadID=116;_ThreadName=Thread-2;|Refreshing binding container|#]
    [#|2013-12-01T08:21:33.520-0500|FINEST|glassfish3.1.2|null|_ThreadID=116;_ThreadName=Thread-2;ClassName=null;MethodName=null;|[3467] Process BindingContainer state token(decompressed state):BCST:=0%V%=N%R=0%ptb1=BCST:=0%V%=N,%R=0%newsdetailsflow1=BCST:=0%V%=N%R=1%teva_oracle_xx_adf_namportal_news_view_pageDefs_newsDetailsPageDef_WEB_INF_news_details_flow_xml_news_details_flow=BCST:=0%V%=NNamNewsVO1Iterator=-N-,NamCustomerDummyVO1Iterator=-D-,NamNewsLookupStatusVO1Iterator=-D-,NamNewsLookupImportLevelVO1Iterator=-D-,%R=2%SearchDetailsQuery=BCST:=0;#;eAF1Uj1vE0EQHScESCKQFScRNDQUEc3dDzBCOn8pJ85ngx0ruhRhfTdO1uzeHnt7zoUCCRqEREED
    LR0VLT2iBVHyL2j4A2bOsZFBYqdY7eyb90bz5uNPWMs0VI68MZswS7D4xOoMxxia6pvvh+/L6R2x
    ApAnALBKuN0jT2kWCrTGQ2UNmOZsKLD65eWjzx9e7d9bQEuphr05kEUjS6oIhTXkccSJv1FfFLoy
    EXfbP75+OtwIi1oNt5boQyWliv+oFOAXN979+vb2dbgK2zXYaXUetp3+seu3OsfOwHE9p+Y1a3Bz
    Oe93+v/9O/Bd3+27jucGzUYAl2WDa3Neg+tyn6UtpSUzbjxSAexKN23giMcY0cUyYQZMZBjAJenj
    WQBXpa+MnwkRwJbssjTlE2a4in3ECCMXNmRXY8hTSrkk0wuZwBpsyoMkYgaLEXr0qqvYYG7aLDFQ
    mflhZ4YLm5o5pWTVg2tyWd7A1gWqcM2eu+bBumzmiW5OmDCwM7fLJrvsRXpG1MwNxtRcgxn2BJ7B
    FQ/W5H1y6G/WntFkGVVsyo7mJxciBm4v80ol7VwKm3rrok55amZL4UFZ9pA2RPCnqOuCxlIIrXuw
    LfuaxSnH2BQ9Ic1LxbO/PCnBlKJEQWc6nT5fSebnbA8qVBc+fpChPielETmEEZT/3dwkT5LfHfvz
    4w==
    :#:,,,|#]
    I am absolutely stacked and have no idea what can be a problem.
    Please advice

    Hi,
    the information in the log is not worrying as it prints the data control and data bindings refresh cycle. This appear to be okay and is printed because you set log level to finest. What I suggest you try is to set the action property to a fixed value that matches a navigation case in the same task flow. If this works, then the next step is to look at the managed bean (adding print statements in the bean to get an idea of what gets executed and what doesn't) . This helps you narrowing the error surface
    Frank

  • The bottom half of my screen is white. Disabling Add-ons does nothing.

    disabling add-ons does nothing to help as another question's answers suggested. i would say i am savvy .. but this has me at a loss. (Not my computer so history of this device is questionable)
    Additional System Details
    * Windows Vista
    * Firefox 3.6.10
    Installed Plug-ins
    * np-mswmp
    * The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    * NPRuntime Script Plug-in Library for Java(TM) Deploy
    * Default Plug-in
    * Provides additional functionality on Facebook. See our web site for details.
    * Google Update
    * BrowserPlus -- Improve your browser! -- http://browserplus.yahoo.com/
    * Shockwave Flash 10.2 d161
    * Adobe Shockwave for Director Netscape plug-in, version 11.5
    * iTunes Detector Plug-in
    * Yahoo Application State Plugin version 1.0.0.7
    * 4.0.50826.0
    * Bing Bar
    * Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    * My Web Search Plugin Stub for 32-bit Windows
    * Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    User Agent
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729; .NET4.0C) FBSMTWB

    Tap Settings / Safari. Clear the History, Cookies, & Cache.
    Restart your iPad.

  • Can not start owb 904 on win2k

    i installed owb 904. installation seems to work fine, but i owb don't start. i see the picture "jdeveloper ..." at the screen but than nothing happens.
    Can anybody help me? Is there any logfile for that part of startup?

    Now i have got this error-message:
    Exception in thread "main" java.lang.ExceptionInInitializerError: java.lang.SecurityException:
    Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
    at javax.crypto.Mac.getInstance([DashoPro-V1.2-120198])
    at oracle.wh.repos.impl.mcm.foundation.MCMHash.<init>(MCMHash.java:44)
    at oracle.wh.repos.impl.mcm.foundation.MCMHash.getInstance(MCMHash.java:29)
    at oracle.wh.repos.impl.mcm.MCMServiceImpl.<init>(MCMServiceImpl.java:155)
    at oracle.wh.repos.impl.mcm.MCMServiceImpl.getInstance(MCMServiceImpl.java:162)
    at oracle.wh.repos.impl.APIController.init(APIController.java:107)
    at oracle.wh.util.ControllerInitializer.initControllers(ControllerInitializer.java:118)
    at oracle.wh.util.ControllerInitializer.initBackendControllers(ControllerInitializer.java:36)
    at oracle.wh.util.ControllerInitializer.initAllControllers(ControllerInitializer.java:22)
    at oracle.wh.ui.framework.StaticLoader.main(StaticLoader.java:114)
    thanks in advance

  • The data object "LS_VBAP" does not have a component called

    Hi, gurus!
    We are trying to call a function for upload a data on the key figure
    S076-Produ using a function module OIJU_sp_select_s076, however we are
    facing a error in function OIJU_TRANSF_RDDOC_TO_WHIF, The data
    object "LS_VBAP" does not have a component called". I didn´t find a SAP
    NOTE speaking nothing about how can we solve it. could you help me?
    We just need update a value on S076-Produ.
    Steps for Reconstruction               
    Run se37 calling OIJU_TRANSF_RDDOC_TO_WHIF
    Set Display...
    After click or Ctrl+F2
    Our system are stopping in the line 211 calling LS_VBAP-OID_SHIP
    We know that we just need use function OIJU_sp_select_s076 but
    internally this last one, is calling OIJU_TRANSF_RDDOC_TO_WHIF.
    Did you already face it? Could you teach me, How can I solve this issue or wich another function and/or BAPI I could use to upload some external data (z program) from S076-Produ?

    The Reason may be that in Include MV45A_MSRF01 the VBAP Structure is Assigned to field Symbol <LS_VBAP>.
    And you are Trying to Assign a field <LS_VBAP>-MSR_RET_  to a Variable  or something.
    But this field was there in Previous version but not in Current Version.
    Regards
    sandipan

  • P55M-GD45 : MSI install disc does NOTHING

    That's pretty much it. Nothing. I put the disc in and a window comes up declaring that various drivers and utilities may be installed. Well, only the ones the program detects apply to the system. The chipset button does nothing. I click it and it presses and sits there looking pretty.
    So, without any drivers, I can't use USB, and without USB, I can't use the internet, which might actually help install some drivers. Am I doing it wrong? I tried just adding the controller's drivers from the disc, but I have no idea which one is correct, and there are hundreds of INFs just sitting around on there.
    Everything else looks good...other drivers that aren't greyed out install...whatever. Pretty much anything but what I need to proceed.
    Then I tried registering at MSI's forum for help. Bad idea!! I got an activation e-mail which did NOTHING, bringing me to a screen talking about resending an activation code. Did I forget mine? Did I get the e-mail? Want to enter in your activation code to register so the nice people can help? Whatever! None of it does anything. The most infuriating thing to suffer after the driver disc that does nothing. It's not like I haven't built a few computers before...
    Help!

    Quote
    - I have no way of transferring downloaded drivers from this computer to the new one (or detecting which ones to get automatically)
    Obviously, you have a way of connecting to the internet, which means that you are able to download the drivers.  Are you trying to tell me, that you have absolutely no possibility to get your hand on an USB Flash Drive, an external harddrive or a CD you can burn the downloaded stuff to?  If that is the case, I object to believe that it is absolutely impossible for you to change that. 
    Quote
    - This is a public bugmenot account. Say what you will about them, but I would not be talking if not for their help.
    Okay, we do not allow such accounts here. I will close/shut it down immediately.
    Quote
    - After cooling off, I'm guessing the install disc requires SP2 or something which XP doesn't come with.
    Yes, it does, definately.  But again, that has noting to do with the driver disc.

Maybe you are looking for