OWB Implmentation Model Assistance

We have developed an implementation model which segments development design from production design into two design repositories. The method of moving to production is Metadata Export/Metadata Import between the two design repositories. The development design deploy to development runtime for testing etc, and the production design can deploy to production runtime for production release. Our primary consdierations are: Auditing: Change Manager is applied at design not runtime, and if we had both development design and production released projects in a common design repository, then we could get a complete snapshot of what exactly comprised production at any given moment. Also, we wanted to reduce the potential that something would accidentally get deployed to production, which is a true possibility, as in the design, the connection screen for the deployment, comes up for the most recent deployment repository selected, and the user isn't forced to select which deployment to deploy to each time. Another consideration is that when upgrading the software, we did not want to apply upgrades to both development and production at the same time, so this model enables us to apply upgrades strategically. The original strengths of sharing objects across projects still exists with this model. And it the only necessary work in moving a project to production is re-registering the Data Sources and Targets to their production locations. What I would like is for anyone who has implmented a similar model to provide feedback on this model. I would really like Mark Van Der Wiel to look at it too or another Oracle resource in his place. Thanks for all of your help.
If you are interested in helping, please send me an email at [email protected] and I can email you my model, as I am not able to upload it here.

Please contact me at my e-mail: [email protected], and we can take it from there.
Regards:
Igor

Similar Messages

  • OWB 10g repository assistants no longer work on 10.3.0.1 win2003

    Just posted this to the database forum... oops.... now that I'm in the right spot...
    I just installed Oracle 10.2.0.1 for win2k3 and OWB 10g. With 10.1.xxx the design and runtime reporitory assistants worked fine building their respective schemas, but with the new database release, they tell me that sys and system (and any other user with dba priv's) need to have dba priv's. Is this a known bug in the new release for winsrv?

    From Metalink note 332371.1:
    The OWB 10.1.0.2 and 10.1.0.3 versions are not certified with the 10gR2 database.
    A complete 10gR2 certification will be available for the OWB 10.1.0.4 patch.
    You will need to wait for the release of the 10.1.0.4 OWB patch or use and earlier version of the Database.

  • OWB 11g Repository Assistant -  Error occured in 'processSPAWN'

    Hello,
    I tried to create OWB 11g workspace on Oracle 11.1.0.6, but repository Assistant fails every time on the same step.
    If I run the last command manually ('wholeLine') it works fine.
    ... I am in processSPAWN ...
    wholeLine =../unix/jvm.sh -classpath ../../lib/ext/transx.zip:../../../lib/xschema.jar:../../../lib/xsu12.jar:../../../rdbms/jlib/xdb.jar:../../lib/int/rtpplatform.jar:../../lib/int/rtpcommon.jar:../../../jdbc/lib/ojdbc5.jar:../../../lib/xmlparserv2.jar:../../../sqlj/lib/runtime12.jar:../../../jdk/jre/lib/rt.jar oracle.xml.transx.loader (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName))) %user %password ../../browserasst/views/owb_uprop_nls.xml
    after executing the output
    (Spawn Token) Error loading Java into DB:
    Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    Get the error, stop processing other tokens...
    Exception = Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:1019)
    at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:736)
    at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:294)
    at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$1.runTask(AssistantWizardDefinition.java:564)
    at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    at oracle.ewt.timer.Timer.doRun(Unknown Source)
    at oracle.ewt.timer.Timer.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:595)
    [executeOwbReposOrRuntime]: Error occurred during Seed OWBSYS. Exception =java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1b94ea2
    Please help.

    Fixed by changing parallel_max_servers init parameter.
    old value was 135
    new value is 50

  • OWB R2 Repository Assistant Connection Information Always Fail

    Repository Assistant Step 1 of 8 for Release 10R2 with Backend database 11G
    Options Used to Create Repository:
    1. Database is up and able to connect to database using ID/PW@alias with no problem
    2. Launch Repository Assistant and selected Step (Advance Setup and/or Basic Install
    3. Repository User Name: rep_admin, Repository User Password: rep_admin
    SYSDBA Username: sys
    SYSDBA Password: <somepw>
    Host Name: somehostname
    Port Number: 1521
    Oracle Service Name: Some.Domain.com
    Checked SQL*Net Connection: Some.Domain.com
    I get Connection Error (INS0009: unable to connect to the database user SYS java.sql ORA-01017

    Hi,
    Thanks for your replies. I have access to the database thru SQL Plus, SQL Developer and are all working fine (like the ping and TNSPING).
    But still, I am not able to access the Database thru OWB Assistant/ Design Center.
    My environment is:
    Database: Oracle 11G on linux
    Client: Oracle Client (11G) on Windows XP
    OWB: OWB 10g R2 on Windows XP.
    Thank you,
    Shekhar

  • OWB Security Model Using WBSecurityServiceImpl

    Hi,
    I'm currently trying to implement the extended security model using the WBSecurityServiceImpl package in OWB v10.2.0.2.
    However I'm having a few difficulties in creating user roles using this method as I do not have a complete list of OBJECT_TYPE_ID's and OPERATION_TYPE_ID's - does anyone know where I can get hold of these?
    Any help with this would be much appreciated.

    Hi,
    I'm currently trying to implement the extended security model using the WBSecurityServiceImpl package in OWB v10.2.0.2.
    However I'm having a few difficulties in creating user roles using this method as I do not have a complete list of OBJECT_TYPE_ID's and OPERATION_TYPE_ID's - does anyone know where I can get hold of these?
    Any help with this would be much appreciated.

  • Hi? I have a problem knowing the battery measurements for my Acer Aspire V5-471 model, assist please

    jakodielo,
    I went and measured one for a the V5-471 notebook we have here:
    Length: 10 1/2"
    Width: 1 1/2" (this includes standouts)
    Depth: 3/4"

    jakodielo,
    I went and measured one for a the V5-471 notebook we have here:
    Length: 10 1/2"
    Width: 1 1/2" (this includes standouts)
    Depth: 3/4"

  • Working on ETL tools interoperability using Common Warehouse Model (CWM)

    Hi All,
    Its just a piece of information and not a question.
    I have been working on proving the ETL tools interoperability using Common Warehouse Metamodel(CWM), an OMG standard. The whole concept is to take out the metadata from an ETL tool say OWB and put it into CWM Metadata Repository and this metadata can be used for building the same project in any other tool say Informatica or may be in the same ETL tool.
    The main thing in this process is to map each ETL tool with the CWM concepts and then using Model to Model Tranformations(Technologies like Xtend) one can set up a communication between different ETL tools.
    Till now I have worked with OWB only. I, with my team, have extracted all information from an OWB project (which has medium level of complexity like two oracle modules(schemas) and few tables, views and mappings with various operators) and put it in CWM repository and extracted it back from CWM MDR to OWB itself. We haven't worked with any other ETL tool because of the unavailablity of any other ETL tool with us. We will be working with Pentaho kettle in near future and try to prove the whole process as two way communication.
    The whole process can be described in steps as below :
    1. Creation of a manual OWB Ecore model(model representaion in Eclipse Modelling Framework) which gives all dependencies and reletionships in OWB objects like Project,OracleModule etc.
    2. Creation of CWM ecore model from Rational Rose mdl which has been provided by OMG on their site.
    3. Generation of Java code(Gen Model) from the above mentioned ecore model(It is needed to create an object from OWB).
    4. Extraction of project from OWB using public views which has been exposed by OWB itself. You can refer to [http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/toc.htm|http://download.oracle.com/docs/cd/B31080_01/doc/owb.102/b28225/toc.htm] link for OWB public views and other APIs.
    5. (Actually Step 4 is a part of this step only )Writing a Java code which has JDBC connection for accessing OWB public views and Ecore model as imported java files(Step 3 has been done for this part only). This java code will return an OWB project object(instance of the Ecore model) which will be used in further steps.
    6. Writing an Xtend code to do a model to model tranformation from OWB to CWM.
    7. Writing an Open Architecture Workflow to combine all the steps in one step which will take the output of java code(step 5) and put it into Xtend Code(step 6) and then will take the output of Xtend code and give it to the XMIWriter(an OAW component) to write an XMI which is actually a CWM Ecore Model instance.
    8. Saving above XMI(CWM model instance) to the CWM MDR using Hibernate and Teneo.
    In the same way we can extract metadata from CWM MDR and put it into OWB. But the only problem with OWB is that we cannot persist OWB object in OWB repositories as OWB tables are very cryptic and tough to understand. So for that we have used TCL scripts(OMB Plus scripts) to create a project in OWB using OWB ecore instance. You can refer to the above oracle documentation link for TCL scripts.
    Let me know if I can assist you if you are working on the same.
    You can mail me for any queries. My email id is [email protected].
    Thanks,
    Deepak

    Hi
    1. Why do we need to install another standalone HTTP server in a separate home? Where do we use that server?
    DA: The separate HTTP server is for the Workflow Monitor, which is not necessary (it has some use cases mind you).
    2. To make the OWB work correctly while using ETL features, do we always need to run Workflow Configuration Assistant, because I wasn't able to generate code from OWB editor after building a mapping while Workflow Configuration Assistant wasn't running.
    DA: Not necessary, what error did you get? Mappings can be designed, deployed and executed without Workflow. Workflow can be used for orchestrating the the mappings (ie .running a bunch of them in a specific order with others tasks).
    3. Whenever I try to save my work in OWB, I get an error , message : Preference.properties (Access is denied). Though it saves my work but I don't understand why I am getting this error. It looks like OWB is trying to access some Property from the Preferences (Tools menu) but can't access.
    DA: It sounds like the directory where you have installed OWB does not have permissions for the OS user you are executing it. Is the install user different from the execution user? Either run using the installed user, or change the permissions of the directories (grant the executing user write permissions under all directories under owb).
    4. I also get error while closing the Mapping Editor :-
    DA. same issue as 3.
    Cheers
    David

  • Error while cofigring OWB repository

    Hello,
    I have installed Oracle Database 11g R2(11.2.0.1) in my laptop(windows 7,64 bit). Installation was successful and SYSTEM, OWBSYS etc schemas are already unlocked.
    Now when I start to configure OWB through repository assistant, at the time of creation of OWB workspace, it's getting stuck.Hence, I killed the process and started all again.
    But this time, it's showing error:
    java.lang exception:Package body error:
    OWBSYS.WB_WORKSPACE.MANAGEMENT has errors
    Can anyone please  help me resolve this.
    Many Thanks..

    Hi,
    Cleanup the old repository installation and start afresh as per the steps mentioned below(connection should be with any DBA user):
    1.Drop the old workspace owner( if any).
    2.Clean the owbsys user using the clean_owbsys.sql  located in <OWB_HOME>\owb\UnifiedRepos
               where <OWB_HOME> is the oracle home for your OWB.
    3.Recreate the owbsys using the script cat_owb.sql
    4.Unlock the user owbsys and owbsys_audit
    5.Start the installation afresh.
    Note: The repository creation can be successful but the OWB 11.2.0.1 design client will not work on windows 64-bit platform (11.2.0.3 is the first version that is supported on windows64-bit platform
    Regards,
    Pnreddy

  • Best practices for OWB worst behavior

    Is there a comprehensive troubleshooting guide for OWB? Any guidelines for investigating OWB problems?
    Edited by: user11835116 on Aug 27, 2009 1:17 PM

    To Nico,
    Thank you for your information - a debugger is certainly a helpful tool. But I am not sure it would helped me in finding a problem with a job that processes a huge number of data where only little of them actually cause run time errors. I am not sure you always can figure out that tiny part of data that would make a debugging sessioin reveal the problem.
    All
    I still wonder what are general comprehensive guidelines for investigating a production problem. We had a case when OWB job terminated because of number of errors exceeded the limit. We had all kinds of errors: "no data found", "zero length identifier", "insufficient privileges". I am new to OWB but I was lucky to have help of an experienced OWB developer on the one hand and a person who knows data on the other. The latter discovered that only data with a particular range of a particular attribute were causing the problem. Together we went through code map by map and found a function that processes that particular kind of data and caused the “no data found” problem. We found the bug because my coworker has good knowledge of data. I am new to OWB and without assistance of that experienced developer I would have no clue how to search for the bug. This is where I am coming with my question about comprehensive roadmap for debugging a run time error. I am looking for guidelines that work when you do not know the data, general guidelines that tell you where to start and how to proceed - some general sequence of steps.
    Edited by: user8770177 on Aug 31, 2009 12:06 PM

  • I' m not able to create a new Target Schema

    Hi folks,
    Always I tried to create a new Target Schema using OWB Runtime Assistant, installing into a new user schema or into an existing user schema I've got a Target Schema Installation Error. The log file shows the following error lines:
    (Spawn Token) Error loading Java into DB:
    Sun Feb 22 11:37:32 BRT 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: A spawned program error. Exception = java.lang.Exception: java.io.BufferedInputStream@2cd19d
    Sun Feb 22 11:37:32 BRT 2004
    oracle.wh.util.DebugUtility: [processSPAWN]: Get the error, stop processing...
    Sun Feb 22 11:37:32 BRT 2004
    oracle.wh.util.DebugUtility: Files\Java\j2re1.4.0_03\lib\ext\QTJava.zip""=="" was unexpected at this time.
    Sun Feb 22 11:37:36 BRT 2004
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    I've installed both OWB Design Time and OWB Server Side, in the same machine using 2different Oracle_Homes.
    Please, tell me what I can do to overcome this.
    Thanks all,
    Ismael

    Hi Pierre,
    Thank you for your response.
    Actually, I've installed the OWB Server Side because I was getting the same problem using the OWB Run Time Assistant of the OWB Design Time that I've installed before. In the OWBInstallGuide I read the following text, recommending not to use the same Oracle_Home:
    "2.5 Step 4. Perform the OWB Server Side Install using Oracle Universal Installer
    Install the OWB Server Side components on the machine where your Oracle Database Server is installed.
    When you performed the OWB Design Time installation, you also installed the runtime components. Therefore, if you are performing the OWB Server Side install on the same machine as the OWB Design Time install, you are installing the runtime components twice. If you decide to go forward with this configuration, make sure to specify a separate ORACLE_HOME for each install."
    Any way I'm going to try your suggestion but I'm afraid it couldn't work because of the above text. I'm running out of time, I'm supposed to start a project next Monday and I'm stuck on this problem.
    Please, if you have any other hints let me know. I'll keep you informed after using the same Oracle_Home for both.
    Thanks again,
    Ismael

  • Designer Vs. Oracle Data warehouse builder

    Dear all,
    Currently I'm responsible of building a Data warehousing project using Oracle database. I'm trying to decide on a tool for modelling my datawarehouse. I have two options:
    1) Designer: we have some experience with this tool and we are using it for our main OLTP application.
    2) Oracle Data Warehouse builder: we are using this to design our ETL processes.
    I want to get some advice on whether the OWB is capable of modelling my datawarehouse and of doing a retrofit action. also, I try to standardize on the tools that are using in the Data Warehouse department (currently we are using only OWB).
    I will appreciate for any other advice to help in my selection process.
    Best Regards,
    Bilal

    Hi,
    In my experience this choice depends on the implementation of the datawarehouse. If you are building a "pure" Kimball style dimensional data warehouse you should be able to do this using OWB. I have architected such a DW in the past using only OWB, so I am speaking from experience.
    If on the other hand you are planning to implement an Inmon style CIF, if your requirements includes an operational data store (ODS), or if you for any other reason anticipate that you are going to be doing a lot of ER modeling, then I would not recommend using the current release of OWB for modelling. (Note however that there are significant improvements to the modelling capabilities in the Paris release of OWB, so this may change in the future)
    The advantage of improved maintainability when using a single tools needs to be weighted against the improved functionality if you choose a combination of the two. In the "two tool" scenario strict development and deployment routines need to be enforced to avoid that the model in Designer comes out of sync with the metadata in OWB. (Consider the effect of a developer making a change to a table definition in OWB and deploying it directly to the database without updating the model in Designer.)
    Hope this helps.
    Regards,
    Roald

  • Create a snowflake dimension

    Hi, how could I create a snowflake dimension based over more levels? In AWM there is the appropriate option in the mapping window but in OWB I can't find a similar solution, the creating dimension wizard just create a single table for my dimension...

    Are you wanting to bind the dimension to an existing table?
    OWB can generate a snowflake implementation, if you edit the dimension you have created and change the implementation to Snowflake in the Storage panel, and then perform and 'Object/Unbind' and then a 'Object/Bind' the (auto) bind will generate a snowflake based implementation if you have the Snowflake option selected. The wizard as mentioned is dumbed down and always creates a star based single table. It is also possible to manually bind your own tables to the OWB dimensional model.
    Cheers
    David

  • Sql query hint - first filter , then join

    hello
    i have a following query (based on OWB data model views)
    select /* + LEADING(all_iv_xform_map_components all_iv_xform_map_parameters) USE_NL(all_iv_xform_map_components all_iv_xform_map_parameters) */
    comp.map_name,
    comp.operator_type ,
    param.map_component_name ,
    param.parameter_name,
    md.map_component_id,
    md.map_component_name,
    mp.MAP_COMPONENT_ID     ,
    mp.MAP_COMPONENT_NAME     
    from all_iv_xform_map_components comp,
    all_iv_xform_map_parameters param,
    ALL_IV_XFORM_MAP_PROPERTIES mp,
    ALL_IV_XFORM_MAP_DETAILS md
    where comp.map_name = nvl('&load_map_name','LOAD_MY_TABLE')
    and param.map_component_id = comp.map_component_id
    and param.map_component_id=md.map_component_id
    and md.map_component_id=mp.map_component_id
    what i want to achieve is to force the query to first filter out the table all_iv_xform_map_components and do the join with the remainign tables on the filtered rows only;
    i tried using the above hint but its not working; oracle still grabs to the full table: ALL_IV_XFORM_MAP_PROPERTIES
    id appreciate any tips
    thanks
    rgds

    HI
    for the sake of the case:
    i ran your query and its giving the clob error
    i hard coded the com id's and its not giving error anymore
    WITH comp AS
    (   SELECT --+materialize
            comp.map_name,
            comp.operator_type,
            comp.map_component_id,
            param.map_component_name ,
            param.parameter_name
        FROM
            all_iv_xform_map_components comp,
            all_iv_xform_map_parameters param
        WHERE
            comp.map_name = nvl('&load_map_name','LOAD_MY_TABLE)
        AND param.map_component_id = comp.map_component_id
        AND param.map_component_id  in ('3931622','3931625','3931624','3931623','3931626')  --> without this line its giving clob error, but these are the only comp ids retured by that query
    select
        comp.map_name,
        comp.operator_type ,
        comp.map_component_name ,
        comp.parameter_name,
        md.map_component_id,
        md.map_component_name,
        mp.MAP_COMPONENT_ID ,
        mp.MAP_COMPONENT_NAME
    from
        comp,
        ALL_IV_XFORM_MAP_PROPERTIES mp,
        ALL_IV_XFORM_MAP_DETAILS md
    where
        comp.map_component_id = md.map_component_id
    and comp.map_component_id = mp.map_component_id
    /

  • Buying new ipad

    Hi i am decided to buy new ipad can u tell me which ipad serious is working well.How to choose ipad mini or mini retina, ipad air or anyother, at present using MBP 13' 2012 model assist me

    It depends upon what you will be using it for. If you will be doing a lot of typing/document related stuff on it then the 'normal' sized iPad would probably be better due to its larger screen. If you will just be reading ebooks, watching films/tv shows then the iPad mini (or mini retina what it's released later this month) would probably be sufficient. Have you got an Apple store or another store near you that stocks both sized models so that you could have a look at them (stores won't have the Mini Retina in yet) ?

  • OWB Paris: Error in Repository Assistant

    I'm running Oracle Warehouse Builder Paris on a 10gR2 DB instance on Windows
    When i try to install the Repository i get error at 22%.
    Here are the last lines of the log file:
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.RuntimeInstaller.display(RuntimeInstaller.java:816): parseSqlFile() ======= enter file: ../../browserasst/views/owb_uprop_tune.sql
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): fileName =../../browserasst/views/owb_uprop_tune.sql
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): After processing SQL token
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): % = 20.618556701030922
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): -token name = SPAWN; -token type = 4
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Before processing SPAWN Token
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): ... I am in processSPAWN ...
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): wholeLine =..\win32\jvm.bat -classpath ../../../lib/transx.zip;../../../lib/xschema.jar;../../../lib/xsu12.jar;../../../rdbms/jlib/xdb.jar;../../lib/int/rtpplatform.jar;../../lib/int/rtpcommon.jar;../../../jdbc/lib/ojdbc14.jar;../../../lib/xmlparserv2.jar;../../../sqlj/lib/runtime12.jar;../../../jdk/jre/lib/rt.jar oracle.xml.transx.loader "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%host)(PORT=%port))(CONNECT_DATA=(SERVICE_NAME=%serviceName)))" %user %password ../../browserasst/views/owb_uprop_nls.xml
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): Connection: host/port/serice_name = 127.0.0.1/1521/AMON2.ICONSULTING.BIZ
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): url = (DESCRIPTION=(ADDRESS=(HOST=127.0.0.1)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=AMON2.ICONSULTING.BIZ)))
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): [getConnection]....
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): after executing the output
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): (Spawn Token) Error loading Java into DB:
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Error occured in 'processSPAWN': java.io.BufferedInputStream@1ed2bbd
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): [processSPAWN]: A spawned program error. Exception = java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1ed2bbd
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Get the error, stop processing other tokens...
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894): java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1ed2bbd
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:886)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:583)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:541)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:894)+> at java.lang.Thread.run(Thread.java:534)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.service.impl.assistant.ProcessEngine.display(ProcessEngine.java:1409): Exception = Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1ed2bbd
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): [executeOwbReposOrRuntime_advanced]: Error occurred during installation. Exception =java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1ed2bbd
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579): java.lang.Exception: Exception occured in 'processSPAWN'. java.lang.Exception: Error occured in 'processSPAWN': java.io.BufferedInputStream@1ed2bbd
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at oracle.wh.service.impl.assistant.ProcessEngine.processSPAWN(ProcessEngine.java:898)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at oracle.wh.service.impl.assistant.ProcessEngine.processFileTokens(ProcessEngine.java:583)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at oracle.wh.service.impl.assistant.ProcessEngine.createOWBRepository(ProcessEngine.java:269)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:541)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at oracle.ewt.timer.Timer.doRun(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at oracle.ewt.timer.Timer.run(Unknown Source)
    main.TaskScheduler timer[5]20060727@14:42:16.016: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition$4.runTask(AssistantWizardDefinition.java:579)+> at java.lang.Thread.run(Thread.java:534)
    main.AWT-EventQueue-0[6]20060727@14:42:16.016: 00> oracle.wh.ui.jcommon.WhButton@1257687: WhButton setLabel rtsString = OK
    main.AWT-EventQueue-0[6]20060727@14:42:24.024: 00> oracle.wh.ui.install.assistant.wizards.AssistantWizardDefinition.display(AssistantWizardDefinition.java:823): Open UnSuccessDialog ...
    main.AWT-EventQueue-0[6]20060727@14:42:24.024: 00> oracle.wh.ui.jcommon.WhButton@1257687: WhButton setLabel rtsString = OK

    I've take a look and couldn't found any significant information in the log file, but we may try to see if this is the cause:
    oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): Connection: host/port/serice_name = 127.0.0.1/1521/AMON2.ICONSULTING.BIZ
    main.TaskScheduler timer[5]20060727@14:41:47.047: 00> oracle.wh.service.impl.assistant.DatabaseEngine.display(DatabaseEngine.java:391): url = (DESCRIPTION=(ADDRESS=(HOST=127.0.0.1)(PROTOCOL=tcp)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=AMON2.ICONSULTING.BIZ)))
    The bolded text is your DB connection info. Is it ok? Check your TNS_ADMIN directory and see the sqlnet.ora file. Are you using something like:
    NAMES.DEFAULT_DOMAIN = ICONSULTING.BIZ
    Try to remove the domain from the connection info you provide when creating the repository. Another alternative is trying to create the OWB Repository from a remote machine. I believe you are running DB and OWB in the same box, since the HOST info in the log file is 127.0.0.1 (localhost).
    Regards,
    Marcos

Maybe you are looking for

  • [SOLVED] Cinnamon Desktop Selection

    Hi, I'm running Archlinux with the cinnamon desktop, does anyone know how to achieve the desktop dragging? (Dragging a selection box on the desktop) I know it's possible as I've seen Manjaro do it, and Manjaro is based off of Archlinux. I'm going to

  • Data type Help

    I have values a1,a2,a3...a12 and b1,b2,b3...b12. All of them are char type. The values in them can be non-zero,zero or space and  negative values are also possible. My requirement is add a1,a2 and a3 in to a variable W1, add b1 , b2 and b3 to a varia

  • How to keep playing when Premiere window not on focus?

    I make home movies in Premiere, which means putting together a lot of spontaneous clips. Because of that, I must censor them on the editing table so that no disgusting, gossipy or insulting comment gets burned to a disc and sent to my relatives. Adob

  • Windows Server Standard 2012 downgrade to windows 2008 r2 ent. hyper-v vm support

    Dear All, please suggest what i have to purchase for running more than 4 vm in downgraded windpws 2008 r2 ent if i purchased Windows Server Standard 2012 SNGL OLP NL 2 Processor and installed in one ibm server with downgrade OS windows 2008 r2 & want

  • Transferring songs to a new computer?

    Alright so here's how this goes, I have a bunch of songs and videos that I originally had on my Windows PC. But knowing the reliability of PC's and how old it was (I got it in 2003) the entire system crashed. EVERYTHING went down. So I bought a new M