Is it a Bug in OWB runtime services?

Hi,
I want to share one strange expiriance of OWB. We were suppose to deploy the code on client site. Hence we installed OWB on server and then we need to create runtime repository. I have created runtime repository on the server by passing "localhost" . But when i gone for deploying and execution of the code i got the error "Runtime services not available" .
After lot of (wasted) effort we finally created new runtime repository but now with IP address of the server and then all worked fine.
Is this a bug in OWB? any comments ....or any suggestions as to what else could be the issue?

interesting, you passed as "localhost" not an actual localhost's name. I mean hostname, you s/d always represent Hostname's value not 'localhost' as value for oracle database which is mandatory, which is not mandatory when you go with oracle application, audit browsers... and etc

Similar Messages

  • Client 10.1.0.3.0 Vs Runtime Service 10.1.0.2.0

    My Owb client run on a Win32 box, the Runtime Service run on a Linux ( Suse ) box.
    The client is patched with release 10.1.0.3.0 but I cannot find the same patch for linux platforms, so when I try to deploy my project on the Runtime repository the OWB client raise the following error:
    RTC-5321: The Runtime Service version and
    the Minimum Runtime Platform version are not
    compatible. The Runtime Service version
    ( 10.1.0.2.0 ) must not br less than the Minimum
    Runtime Platform version ( 10.1.0.3.0 )
    I've tried to export the project on a .mdl file, downgrade my client from 10.1.0.3.0 to 10.1.0.2.0 and import the project but import fails.
    What I've to do to deploy a Project created in a Design Repository release 10.1.0.3.0 on a linux Runtime Service?
    Thank's
    Andrea

    The new instant client looks promising on SuSE 9.2.
    You need to rework some things, though.
    1. setup the dynamic linker:
    - add a line "/usr/lib/oracle/10.1.0.2/client/lib" to the file /etc/ld.so.conf
    - then run ldconfig
    2. create or copy a tnsnames.ora file:
    - cd /usr/lib/oracle/10.1.0.2
    - md -p network/admin
    - copy a tnsnames.ora from somewhere to network/admin/tnsnames.ora
    3. add some environment: edit /etc/boot.local
    - add a line: export ORACLE_HOME=/usr/lib/oracle/10.1.0.2
    - add a line: export TNS_ADMIN=$ORACLE_HOME/network/admin
    - add a line: ORACLE_SID=(some TNS name)
    4. add another link for convinience
    - cd /usr/lib/oracle/10.1.0.2
    - ln -s client/lib .
    in order to have the so-files also at $ORACLE_HOME/lib which is rather often used in Java-Parameters "-Djava.library.path", for example in JBoss run.sh Scripts.
    HTH
    Thomas Nagel

  • Unable to connect control center and start runtime service

    Hi guys,
    I have owb 10gr2 in my server with repository ods_repo .
    last time when runtime service was working fine that time service name ods is registered.
    Now when our service name is changed from ods to odstest , from that day i am unable to start runtime service and unable to connect control center service.
    I ran following owb script ...and got error in connection
    SQL> @E:\SCRIPTS\important_files\owb_scripts\service_doctor.sql
    There are errors in one or more PL/SQL packages and functionsPlatform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availableService script is accessible to the database server
    There is a problem with the repository connection information used tostart the service
    Here is the detailed error message which contains the connectioninformation passed to the service:-
    Cannot connect: user=ODS_REPO host=150.2.0.244 port=1521service-name=ODS
    Please verify that this information is accurate
    If this information is correct, then please use the'set_repository_password.sql' script to reset the stored password
    Is there any file where this connection information
    ODS_REPO host=150.2.0.244 port=1521
    service-name=ODS
    stored so that we can change the service name.
    I ran start_service.sql script also and got same error.
    plz reply and mail also on [email protected]
    as soon as possible

    Hi sir,
    The Actual problem is in our database the service name has been changed from ods to odstest.
    After this changes I was unable to connect our repository ods_repo which was using ods as service name then I tried and able to connect .
    Then next problem came with control center that was not able to open it. Then after update some tables using update stat specify above reply.
    After update I was able to open control center then finally the new problem is location.
    I need to edit the location information with new service name so that I can access the repository and tables and can use them in design center.
    That’s why I am trying to un register first then edit the service name then again register….<I am unable to do this thing>
    I am getting following error when I tried to unregister the ods_target_loc location .
    Error : rtc-5320 : location ods_target_loc has not been registered by the current user.
    And after using the script getting this
    SQL> @E:\oracle10g\oracle\product\10.2.0\OWB_Oracle102_home\owb\misc\unregister_location.sql
    ===========================================================================
    WARNING:
    This script should be used ONLY when a location cannot be unregistered by using
    OWB UI or Scripting. This can happen when the Control Center/Runtime Repository
    where this location was registered is crashed, or deleted, or just cannot be
    reached any more.
    ===========================================================================
    Enter Location Name (ctrl/c to cancel): ODS_TARGET_LOC
    Location ODS_TARGET_LOC is registered in this repository.
    Please use OWB Client UI or Scripting to unregister this location.

  • How do I stop the Runtime Service (UNIX) for a period of time (24 hours)

    Greetings
    Environment:
    OWB Client 10g on Windows XP Professional
    Repository - 9.2.0.4 on UNIX (AIX 5.2)
    Target schema - 9.2.0.4 on UNIX (AIX 5.2)
    I need to stop the Runtime service for 24-48 hours while the database is being upgraded from 9i to 10g. It seems the running service is causing some problems as the database is being started and stopped by the upgrade process (dbma).
    What starts the Runtime service at database startup?
    How can I prevent it from starting for 24-48 hours?
    Anyone else have issues upgrading from 9i to 10g using the migration assistant (dbma)?
    I realize I can stop it with the stop_service.sh script but that won't prevent it from satrting by itself when the database is bounced.
    I looked at the JOB queues but it doesn't seem to be there as a job that can be controlled with the DBMS_JOB package.
    Any help is greatly appreciated.
    -gary

    Hi and thanks for the responses.
    In my case there have been no additions to the server startup script to start the Runtime service, it just starts when the database starts.
    As I stated, I am aware of the start_service.sh and stop_service.sh but these don't prevent the service from starting after a reboot of the server or a bounce of the database.
    Can anyone tell me how the Runtime service starts?
    After a database shutdown and startup I see the Runtime service running as an 'ACTIVE' UNIX process and also one or more Runtime User processes that are 'INACTIVE' but become active when a map is run.
    Any help is appreciated.
    -gary

  • Runtime Service not Available after Copy

    Hi
    OWB 10g,
    Oracle DB 8.1.7.4.12
    I'm trying to copy the whole database, including all OWB and Runtime Repository and reload to another server.
    After that, OWB client works fine but when I try to connect Deployment Manager, the error massage shows: Runtime Service not Availabe. ( the Runtime connection properties are changed to match the new server). I then tried to manually start the runtime service, the error massage shows: Not available. And I then run Service_Doctor, it shows "Platform Service Not Available".
    For what I searched from metalink and here, the solution is always saying 'Reinstall the Runtime Service'.
    Is there any idea that I can make it work without reinstall because I don't want to start from scratch to redeploy and reload all of my data?
    I'm waiting on line.
    Thank you,
    Daming

    Hi Igor,
    I manually change table wb_rt_servuce_nodes with the proper hostname, service name, OWB home name. Also check the value in OWBRT_SYS.OWBRTPS, no problem. But Runtime service still not started. So I give up and then try to do it from scratch.
    I tried to reinstall all the repositories (OWB and runtime ) on the new server and still got the same problem.
    What I've done is drop all the repositories via Runtime Assistant and then done 'drop user rtr cascade' from sqlplus for all the target schemas and rtr/rtu. Then create new reopositories again. After that I restart the database , runtime service not started. Then I tried manually start it, failed.
    Anyidea? Should I reinstall the software?
    Thanks,
    Daming

  • OWB Runtime repository installing error

    Hello
    I'm a newbie here and in Oracle world. I'm student who tries to learn Oracle Warehouse Builder use on freetime, so any help would be appriciated.
    So the problem is, always when i try to install Runtime Repository (using OWB Runtime Assistant) i get the same error message. The error message refers to log and the log is as follows:
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2337)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1744)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1905)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2132)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2015)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2877)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:684)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:364)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2592)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2326)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1824)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:484)
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: [ at runSqlScript(RuntimeInstaller.java ) ].
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: this is SQL error: continue =false
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: java.sql.SQLException: ORA-06502: PL/SQL: numeerinen virhe tai arvovirhe : virhe muunnettaessa merkkiä luvuksi
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: "OE.WB_RT_INTEGER_VERSION_NUMBER", line 15
    Thu May 06 19:09:03 EEST 2004
    oracle.wh.util.DebugUtility: ORA-06512: line 19
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java:2337)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java:1744)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java:1905)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2132)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2015)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2877)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:684)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.RuntimeInstaller.runSqlScript(RuntimeInstaller.java:364)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processSQLToken(ReposInstMain.java:2592)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain.processDriverFile(ReposInstMain.java:2326)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.wh.ui.install.reposinst.ReposInstMain$2.runTask(ReposInstMain.java:1824)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.runTask(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler.processTask(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.thread.TaskScheduler$TaskQueue.run(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.doRun(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at oracle.ewt.timer.Timer.run(Unknown Source)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility:      at java.lang.Thread.run(Thread.java:484)
    Thu May 06 19:09:04 EEST 2004
    oracle.wh.util.DebugUtility: Assistant operation is unsuccessful ...
    (sorry, some of the log is in Finnish but i dont know how translate it)
    Everytime time the runtime repository installing halts when about 60 percent is done.
    So if anybody could assist me, i would be forever grateful...
    Thanks for advance....

    This is a bug 3043523, affecting non-English repository installs. It's documented and fixed in 9.2.0.4 patchset. For a customer I would say patch to 9.2.0.4 before attempting to create the runtime repository. But I figured you don't have access to the patches, since they are distributed through Oracle Support's site metalink.oracle.com, where only Oracle customers can login to. So would it be an option for you to install the English language repository?
    Nikolai Rochnik

  • ORA-20029: The runtime service is not currently available

    I have a very similar problem as reportet earlier messages,
    and I tried the suggested actions, but without success.
    are ther some more idears to solve the problem ?
    OWB Version 9.2.0.2
    Platform : RT-Server SUN Solaris ; Oracle-DB 9.2 , OWF 2.6.2
         Client WinXP
    i think all is propperly installed, because
    last week there were no problems
    all worked DEPLOY and EXECUTE of MAPINGS and WORKFLOWS
    possibly the database was restarted during the weekend.
    now on executing (or deploying) a OWB-MAPPING i got:
    RTC-5006: An error occured duriing execution ....
    ORA-20029: The runtime service is not currently available
         ... and some more Errors in stack
    ORA-25207: Enqueue failed, queue OWBRTR_TDWHH9.WB_RT_SERVICE_QUEUE is disabled from enqueueing     
         ... and some more Errors in stack
    ... I tried
    =========
    Run SerciceDoctor:
    OWB> @c:/programme/owb92/owb/rtp/sql/service_doctor
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availablePL/SQL procedure successfully completed.
    looking for JOBS
    JOB LOG_U PRIV_ SCHEM LAST_DATE LAST_SEC THIS_DATE THIS_SEC NEXT_DATE
    NEXT_SEC TOTAL_TIME B INTERVAL fail
    WHAT NLS_ENV
    6 OWBRT OWBRT OWBRT 25.11.2003 18:09:25 25.11.2003 18:15:25
    4 N sysdate + (6/1440) 0
    wb_rti_service_job.check_service(1); NLS_LANGUAGE='AMERIC
    OWB> exec dbms_job.run(6);
    PL/SQL procedure successfully completed.
    OWB> @c:/programme/owb92/owb/rtp/sql/service_doctor
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availablePL/SQL procedure successfully completed.
    OWB> @c:/programme/owb92/owb/rtp/sql/stop_service
    Not Available
    PL/SQL procedure successfully completed.
    OWB> @c:/programme/owb92/owb/rtp/sql/start_service
    Not Available
    PL/SQL procedure successfully completed.
    JOB LOG_U PRIV_ SCHEM LAST_DATE LAST_SEC THIS_DATE THIS_SEC NEXT_DATE
    NEXT_SEC TOTAL_TIME B INTERVAL fail
    WHAT NLS_ENV
    8 OWBRT OWBRT OWBRT 25.11.2003 18:29:11
    0 N sysdate + (6/1440)
    wb_rti_service_job.check_service(1); NLS_LANGUAGE='AMERIC
    1 row selected.
    OWB> exec dbms_job.run(8);
    PL/SQL procedure successfully completed.
    OWB> commit;
    Commit complete.
    OWB> @c:/programme/owb92/owb/rtp/sql/service_doctor
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availablePL/SQL procedure successfully completed.
    OWB> show parameter job
    NAME TYPE VALUE
    job_queue_processes integer 10
    ls -lrt /oraapp9/OWB92/owb/log
    ....some older files ...
    -rw-r--r-- 1 ora9r2 oinstall 48164 Nov 20 23:01 owbrtr_tdwh9.log.8
    -rw-r--r-- 1 ora9r2 oinstall 8542 Nov 21 23:02 owbrtr_tdwh9.log.9
    -rw-r--r-- 1 ora9r2 oinstall 5165 Nov 24 23:01 owbrtr_tdwh9.log.10
    -rw-r--r-- 1 ora9r2 oinstall 4396 Nov 25 17:09 owbrtr_tdwh9.log.11
    cat /oraapp9/OWB92/owb/log/owbrtr_tdwh9.log.11
    ===============================================
    23:43:03 [329F3D] Runtime Platform Service Version 9.2.0.2.8 starting
    23:43:03 [329F3D] Platform Repository Name owbrtr_tdwh9 on Service TDWH9 at Host localhost
    23:43:04 [329F3D] Recovery starting
    23:43:04 [329F3D] Recovering execution with audit ID 923
    23:43:04 [329F3D] AuditId=923: Processing execute request
    23:43:04 [329F3D] Recovering execution with audit ID 1333
    23:43:04 [329F3D] AuditId=1333: Processing execute request
    23:43:04 [329F3D] Service startup complete
    23:43:07 [916A2] oracle.wh.runtime.platform.service.controller.RecoveryInProgress: RPE-01008: Recovery of this request is in progress.
         at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.initialize(AdapterContextImpl.java:974)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:770)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.initialize(ExecutionController.java:32)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:50)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:484)
    23:43:08 [916A2] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    23:43:08 [916A2] oracle.wh.runtime.platform.adapter.rtp.AbortedDueToSystemFailure: RPE-01009: Completion of this task could not be c
    ompleted due to an earlier system failure.
         at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:22)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:63)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:484)
    23:43:08 [329F3D] AuditId=923: Request completed
    23:43:10 [580BE3] oracle.wh.runtime.platform.service.controller.RecoveryInProgress: RPE-01008: Recovery of this request is in progress.
         at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.initialize(AdapterContextImpl.java:974)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:770)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.initialize(ExecutionController.java:32)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:50)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:484)
    23:43:10 [580BE3] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    23:43:10 [580BE3] oracle.wh.runtime.platform.adapter.rtp.AbortedDueToSystemFailure: RPE-01009: Completion of this task could not be
    completed due to an earlier system failure.
         at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:22)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:63)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:484)
    23:43:10 [329F3D] AuditId=1333: Request completed
    16:23:54 [329F3D] AuditId=1572: Processing execute request
    16:23:54 [77A7F9] Thread terminating due to fatal exception of type oracle.wh.runtime.platform.adapter.InfrastructureException
    16:33:47 [329F3D] AuditId=1572: Abort request being processed
    16:34:19 [329F3D] AuditId=1580: Processing execute request
    16:34:19 [3FEA1D] Thread terminating due to fatal exception of type oracle.wh.runtime.platform.adapter.InfrastructureException
    16:35:25 [329F3D] AuditId=1580: Abort request being processed
    16:36:05 [329F3D] AuditId=1588: Processing execute request
    16:36:05 [C68C3] Thread terminating due to fatal exception of type oracle.wh.runtime.platform.adapter.InfrastructureException
    16:56:07 [329F3D] AuditId=1588: Abort request being processed
    17:09:31 [329F3D] Service closing down

    I am having the same issue (not being able to connect to my runtime respository. I used to be able to connect just fine but then the database that contains the runtime repository was patched from version 9.2.0.1 to 9.2.0.4 and now I get the rtc-5301 runtime service is not available. I can connect to this database via sqlplus using the runtime user and runtime owner.
    When I ran the start_service.sql I get available, but when I run service_doctor.sql I get:
    All PL/SQL packages and functions are valid
    Platform properties have been loaded correctly
    Platform location has been seeded correctly
    NLS messages have been loaded correctly
    The platform service is not availableSo I went to the wbruntime.log and it contained:
    12:03:58 [F4FB3] Runtime Platform Service Version 9.2.0.2.8 starting
    12:03:58 [F4FB3] Startup due to manual request
    12:03:58 [F4FB3] Platform Repository Name wbruntime on Service whse at Host gsharrowxp
    12:03:58 [F4FB3] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - No more data to read from socket
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:145)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:333)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:518)
    java.sql.SQLException: No more data to read from socket
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.dbaccess.DBError.check_error(DBError.java:1160)
         at oracle.jdbc.ttc7.MAREngine.unmarshalUB1(MAREngine.java:963)
         at oracle.jdbc.ttc7.MAREngine.unmarshalSB1(MAREngine.java:893)
         at oracle.jdbc.ttc7.Oclose.receive(Oclose.java:101)
         at oracle.jdbc.ttc7.TTC7Protocol.close(TTC7Protocol.java:684)
         at oracle.jdbc.driver.OracleStatement.close(OracleStatement.java:700)
         at oracle.jdbc.driver.OraclePreparedStatement.exitExplicitCacheToClose(OraclePreparedStatement.java:377)
         at oracle.jdbc.driver.LRUStatementCache.close(LRUStatementCache.java:863)
         at oracle.jdbc.driver.OracleConnection.close_statements(OracleConnection.java:2340)
         at oracle.jdbc.driver.OracleConnection.close(OracleConnection.java:1448)
         at oracle.wh.runtime.platform.common.DatabaseConnectionFactory.close(DatabaseConnectionFactory.java:19)
         at oracle.wh.runtime.platform.service.controller.PlatformDb.disconnect(PlatformDb.java:140)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:333)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:518)
    I am sure this has something to do with the patch, but how do I fix it?
    OWB client 9.2.0.2.8
    owb repository 9.2.0.2.0

  • Runtime service is shutting down

    Hi,
    I used the stop_service script to shuw down the rtp but it seems it doesn't work correct. I always receive "available" as result. If I try to start a mapping I receive rtc-5006 ora-20006 the request cannot be queued because the platform service is closing down. start_service.sql brings an error in the owb log files runtime service is already running. A database restart will probably solve my problems, but i am not allowed to do so. Any ideas?
    Regards,
    Torsten

    Okay, I killed the "wait" process of the runtime repository owner, started the service again and now everything is fine (or better it seems so).
    Regards,
    Torsten

  • When does the Runtime Service start up and down

    Hi,
    I'm really concerning when this service will be down by closing some applicaton. Like owb session, it will be shut whenever exit owb client or disconnect from OMB Plus. The session of run time owner start from Runtime Service is always there (can be seen from TOAD).
    Looking forward to your help,
    Thanks,
    Daming

    Daming,
    The runtime platform service is a Java-based program that is being invoked from within the database by a database job. As soon as you start the database the database job becomes active. Once the database shuts down, the runtime platform service goes down. The availability of the runtime platform service is totally unrelated to using the design client.
    If you want to explicitly stop and start the runtime platform serivce while the database is open, run <owb home>\owb\rtp\sql\stop_service.sql and <owb home>\owb\rtp\sql\start_service.sql respectively (connect using the runtime repository owner).
    Thanks,
    Mark.

  • Is this a bug in OWB 11.2 - importing table metadata for character columns

    The Oracle® Warehouse Builder Data Modeling, ETL, and Data Quality Guide provides an overview of the data types supported.
    http://docs.oracle.com/cd/E11882_01/owb.112/e10935/orcl_data_objx.htm
    It says that for VARCHAR2 data type it saws (http://docs.oracle.com/cd/E11882_01/owb.112/e10935/orcl_data_objx.htm#CHDFIADI )
    "Stores variable-length character data. How the data is represented internally depends on the database character set. The VARCHAR2 data type takes a required parameter that specifies a maximum size up to 4,000 characters"
    That means , I guess, it says that when I import a table, any columns of type VARCHAR2(10) in the database should have its length show as characters in OWB, so a column of type Varchar2(10) in the Oracle database, should be shown as Varchar2(10) when imported into OWB table metadata via the OWB import function.
    However, if I have a database that set-up as a single-byte and import a table using the OWB import function a column that has a size of e.g. 10 in the database, is imported as OWB table metadata and the size is 10. Correct, I am happy.
    However, if the database is modified to support multi-byte characters, ALTUF16 encoding with the semantics set to "CHAR", then when I import the same table into OWB, OWB reports the size as 40, I guess its 40 bytes as in 10 characters @ 4 bytes per character.
    Is this a bug in OWB, as the datatype in the Oracle DB is varchar2(10), should OWB after importing a table not also report the column as VARCHAR2(10) ? Currently, is shows the column as varchar2(40).

    I noticed that myself in our project.
    Our varchars2 are defined as VARCHAR2(xxx CHAR) - OWB puts the size*4
    In fact if you have special characters like umlauts (ü,ä,ö,...) it will use 4 bytes per character.
    You can try it yourself. Define a Varchar2(1 CHAR) and manually change the size of the Column in your mapping inside OWB (in filters, joins or your target table).
    Then shoot an umlaut through the mapping and will end up with a "too small" error.
    Dont mind the size*4 issue - we totally ignored it and run without error since 4 years now.

  • I'm trying to download office 365 small business package, and every time I try the website it says there is a runtime service error in the '/' application. Is this my mac or is it the website, and how can I fix it?

    I'm trying to download office 365 small business package, and every time I try the website it says there is a runtime service error in the '/' application. Is this my mac or is it the website, and how can I fix it?

    If a phone is sold from one friend to another and wants to use it on a different carrier the friend can contact the carrier it was sold by to request it unlocked.  I know AT&T, Verizon, and Sprint will give you the steps to unlock it as long as the original contract it was bought under has been completed.  eBay/Craigslist is really not the best place to try to get "unlocked phones" from, if it turns out the phone isn't unlocked then I'm really sorry you got stuck with that one and as stevejobsfan said above I would report them immediately and see if you can recover your money.  I sell phones for a living and this happens a lot

  • Mountain Lion brings bugs and breaks Automator Services

    Just love this Automator tool, been using it to make my Finder dance for a while now.  My fresh install (Erase/USB) of Mountain Lion seems to be reproducibly broken for adding Services, and also appears to have a bug for editing existing Services...
    My steps to failure were as follows:
    Open Automator
    Select and choose "Service" to create a new service
    Find/drag "Get Selected Finder Items" to the service pane
    Find/drag "Launch Application" to the service pane
    Select the desired program/application (in this case a AppleScript.app)
    Change the "Service receives selected" to "Files or Folders", and change "in" to "Finder"
    Select the "Workflow" -> "Run" option to verify that the workflow actually works…  (Note: my Applescript applicaiton needs me to actually select a image file in Finder to properly operate...  But it works just fine in this step).
    Save the new Automator's service workflow (saves to ~/Library/Services as "Convert selected image" - (actually, any name produces the same failure mode.
    Close the new workflow document in Automator
    Verify that the Service exists (is installed) in "~/Library/Services/Convert selected image.workflow"
    Open a new Finder window,
    Ctl-Click on any file or folder, select the Services fly-out context menu: BROKEN: The expected Finder context service text of "Convert selected image" is not available.
    Verify that the Service exists (is installed) in "~/Library/Services/Convert selected image.workflow"
    Go back to Automator, select "File" -> "Open Recent"
    Select the recent "Convert selected image" file, up pops a new "Service Installer" dialog
    Selecting "Open with Automator" works as expected, the file opens in Automator
    Selecting "Cancel" works as expected, nothing happens
    Selecting "Install" in the "Service Installer" dialog pops-up a new dialog warning that the service is already installed, asking if we want to replace it (warning: replacing will overwrite the current file!)
    Selecting "Cancel" works as expected, nothing happens
    Selecting "Replace" pops-up a funky new dialog that warns "Installation failed" because: "Convert selected image.workflow couldn't be moved to "Services" because either the former doesn't exist, or the folder containing the latter does't exist".  Two options are offered: "Open with Automator" or "Done"
    BUG: Selecting "Open with Automator" fails as the "Replace" option in step 21 has DELETED the workflow from the ~/Library/Services folder and it no longer exists…
    Selecting the only remaining option of "Done" returns the duped user to the now empty and lonely Automator.
    Perhaps it's just me (or solar flares)...  Any ideas on how to get my Mountain Lion's malfunctioning (and lonely) Automator Services working again ?
    Thanks in advance.

    Hello!
    There are many more bugs.
    One such...
    For Example, When I enter the actions:
    Action 1. Get specified Finder Items
    (Two excel Files in the list)
    Action 2. Move Finder Items to Trash
    Automator moves the two excel files, AND other files previously created in the workflow to the trash.
    That is new to me.

  • To_number conversion error in OWB runtime

    I have a mapping in OWB 10.1.0.5 that does something like that :
    select t1.a_field,to_number(t2.a_stringField)
    from a_table t1
    an_other_table@source_schemas@source_database t2
    where (....)
    the t2.a_stringField may contain:
    '1256'
    '5'
    '12'
    '5,8'
    when I run my mapping from SQL_PLUS
    begin
    my_mapping.main();
    end;
    it works well,
    but when I run my mapping with OWB, my mapping terminates with errors on the line containing a decimal value (the line with coma decimal separator).
    I deployed my mapping over three similar database (developpement,test,production) and the problem appends for just one of them !
    any idea ?
    these are my database parameter :
    NLS_TERRITORY     AMERICA
    NLS_NUMERIC_CHARACTERS '.,'
    the paramters for the current user (target schemas):
    NLS_TERRITORY     FRANCE
    NLS_NUMERIC_CHARACTERS ',.'
    my 'source_database' parameters :
    NLS_TERRITORY     AMERICA
    NLS_NUMERIC_CHARACTERS '.,'
    and the parameters for the user 'source_schemas' :
    NLS_TERRITORY     FRANCE
    NLS_NUMERIC_CHARACTERS ',.'

    Hi Jean,
    I think you need to change NLS_LANG to the same value as on your other two servers (and don't forget to restart OWB runtime).
    Or you can specify nls parameter in TO_NUMBER function:
    TO_NUMBER('9,5','999D99', 'NLS_NUMERIC_CHARACTERS = '', ''')
    Regards,
    Oleg

  • Unable to access Runtime Services with admin user

    Hi all,
    Trying to access runtime services with admin user returns a "Authentication Denied
    The username or password has been refused by Runtime Services. Please try again."
    Credentials are correct. It seems to be some kind of lockout. I´ve copied this admin user entry in ldap and named it admin2, this "new" user can perfectly log.
    As it could be a lockout I have unlocked the user although the proper tab said there was no locked user.
    The realm is in a openldap.
    Any hint would really be appreciated.

    Hi all,
    Trying to access runtime services with admin user returns a "Authentication Denied
    The username or password has been refused by Runtime Services. Please try again."
    Credentials are correct. It seems to be some kind of lockout. I´ve copied this admin user entry in ldap and named it admin2, this "new" user can perfectly log.
    As it could be a lockout I have unlocked the user although the proper tab said there was no locked user.
    The realm is in a openldap.
    Any hint would really be appreciated.

  • Problems with the OWB Runtime Audit Browser

    I executed some mappings in my project…
    I go to the Client Browser Version of the OWB Runtime Audit Browser (before I Started OWB OC4J Instance).
    I specified the Runtime Repository connection information and click in View
    Deployment Report or View Execution Report, but, when I access to the Runtime Repository I don’t see any data in the web page.
    I probed with differents filters but I didn’t see data!!!
    What is the problem?

    Hi Mark,
    Yes, I am sorry, I wanted to say 'I do not see any data'…, but when I connect (using the access user credentials and the QA User role or any other role), and click 'view execution report' I do not see any data!!!! I don’t have any data in the table (Only the name of the repository), I drill down to the details of the execution but I do not see any data!!!
    In the Filter Options section are the mappings in a combobox (Execution Filter) but I do not see any data about its!!!
    Besides, for example If I execute the query in SQL PLUS: select * from ALL_RT_AUDIT_MAP_RUN_ERRORS.
    It has 581 rows…
    What happens?
    Why I don’t see any data?
    Thanks!

Maybe you are looking for

  • How to use property file - sql query define in property file

    Hi All, Anybody please tell me how to use property file. I have placed sql query in propery file and I have to access this in my file. well so far this is my code but don't know how to implement in the following ... pstmt = con.prepareStatement("sele

  • ALV Report for Handling Units

    Hi, In SAP, the standard report exists for the selection of handling units (HUMO). The requirement is that in addition to standard output the report should also display  for KMAT materials the serial number associated with the respective HU, catalog

  • FTP from Solaris 10 to Windows Hangs on some PDF files

    Documents containing images and Eastern European characters have been PDF'd on Windows machines (XP) using various versions of Adobe Acrobat (5 and 8 certainly), and are uploaded to Web Serving apps running on Solaris 10 systems. Retrieval of the PDF

  • In DTW Account Segmentation

    Hi! while doing  DTW we need code and numerator to be mentioned in account segmentaion . It is throwing error "is not valid value" .exactly what it is? Pls suggest what to enter as numerator and code. Rgards

  • IWeb export to Dreamweaver - looks strange in Firefox

    Hi, I just exported an html file to Dreamweaver of a great design that I made in iWeb. I want to keep the design and use more advanced options with dreamweaver that iWeb doesn't have. A test with Adobe's browser lab made the design look a little scre