RPE-02248

Hello, I have a process flow with an FTP task involved. when I start it I get the following error:
RPE-02248: For security reasons, activity operator FTP has been disabled by the DBA
How can I enable it? Should I tweak the OWB Repository or the DB?
Thanks.
Raul Beltran

I found the solution in another thread in this forum:
needed to change the following file:
$OWB_HOME/owb/bin/admin/Runtime.properties
the following parameters are disbaled by default, change to NATIVE_JAVA :
property.RuntimePlatform.0.NativeExecution.FTP.security_constraint = NATIVE_JAVA
property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = NATIVE_JAVA
property.RuntimePlatform.0.NativeExecution.SQLPlus.security_constraint = NATIVE_JAVA

Similar Messages

  • RPE-02248: FTP in process flow deactivated by db-admin

    Hi,
    when starting a process flow with a ftp activity I get the error RPE-02248 that the ftp activity is deactivated from the db-admin because of security risks.
    But no hint where and who to activate it!
    Can anybody helps me, please?
    Regards,
    Detlef

    Hello!
    Metalink gives the following solution to this problem:
    To enable these activity-types you need to edit the file:
    <owb-home>/owb/bin/admin/Runtime.properties
    To enable your ftp activity, you need to change the value of the property
    property.RuntimePlatform.0.NativeExecution.FTP.security_constraint
    to NATIVE_JAVA.
    Change the below parameter from:
    property.RuntimePlatform.0.NativeExecution.FTP.security_constraint = DISABLED
    to
    property.RuntimePlatform.0.NativeExecution.FTP.security_constraint = NATIVE_JAVA
    You need to modify the file on the Oracle Home running the Control Center service,
    not the client, and then bounce the Control Center service using:
    <owb-home>/owb/rtp/sql/stop_service.sql
    <owb-home>/owb/rtp/sql/start_service.sql

  • RPE-02248 SQLPLUS activity disabled from DBA for security reasons

    Hi,
    that's the error message I get when I try to run a process flow containing a SQLPlus activity.
    The message seems pretty clear.
    Only question is: and now??
    I can't find any reference to this error anywhere...
    Oracle 11 on Windows Vista.
    Kind regards,
    Corrado

    Change the setting of
    property.RuntimePlatform.0.NativeExecution.SQLPlus.security_constraint
    from DISABLED to NATIVE_JAVA in Runtime.properties found in
    <OWB_HOME>\owb\bin\admin (where the control center service is running not the client) then restart the control center service.
    (Using information from metalink note 377491.1)
    Regards,
    Robert

  • Shell Script Error

    Hello:
    I am getting a error when running a process flow which is calling a shell script. The process flow has a simple user defined activity and the parameters are set up this way
    COMMAND: /bin/bash
    Parameter List:
    Result code:
    Script: /bin/ls -l > /oraapp/datos/ficheros/sv/a.lst
    Success Threshold: 0
    First i have the error: RPE-02248: For security reasons, activity operator Shell has been disabled by the DBA., then the Administrator set property.RuntimePlatform.0.NativeExecution.Shell.security_constraint to NATIVE_JAVA an now the error is this:
    Error en Proceso: PRUEBA_SHELL , Mapping: USER_DEFINED
    INFORMATIONAL: 01:05:27 15-MAY-09 90778 90769 RPE-02229: The following debug information was collected:
    INFORMATIONAL: 01:05:27 15-MAY-09 90778 90769 RPE-02230: Debug Information: os.name = SunOS
    INFORMATIONAL: 01:05:28 15-MAY-09 90778 90769 RPE-02230: Debug Information: os.version = 5.8
    INFORMATIONAL: 01:05:28 15-MAY-09 90778 90769 RPE-02230: Debug Information: os.arch = sparc
    INFORMATIONAL: 01:05:28 15-MAY-09 90778 90769 RPE-02230: Debug Information: user.name = ora10
    INFORMATIONAL: 01:05:28 15-MAY-09 90778 90769 RPE-02230: Debug Information: user.dir = /oraapp/app/oracle/product/102WB/owb/bin/unix
    INFORMATIONAL: 01:05:29 15-MAY-09 90778 90769 RPE-02230: Debug Information: argv.arg0 = /bin/bash
    INFORMATIONAL: 01:05:29 15-MAY-09 90778 90769 RPE-02230: Debug Information: argv.arg1 = {Task.Input}
    INFORMATIONAL: 01:05:29 15-MAY-09 90778 90769 RPE-02230: Debug Information: argv.stdin = /bin/ls -l > /oraapp/datos/ficheros/sv/a.lst
    INFORMATIONAL: 01:05:29 15-MAY-09 90778 90769 RPE-02230: Debug Information: ORACLE_SPAWNED_PROCESS = 1
    INFORMATIONAL: 01:05:29 15-MAY-09 90778 90769 RPE-02230: Debug Information: ORACLE_BASE = /oraapp/app/oracle
    INFORMATIONAL: 01:05:30 15-MAY-09 90778 90769 RPE-02230: Debug Information: LD_LIBRARY_PATH_64 = /oraapp/app/oracle/product/102WB/lib:../../../discoverer/lib:/oraapp/app/oracle/product/102WB/owb/bin/admin:
    INFORMATIONAL: 01:05:30 15-MAY-09 90778 90769 RPE-02230: Debug Information: HZ = 100
    INFORMATIONAL: 01:05:30 15-MAY-09 90778 90769 RPE-02230: Debug Information: PWD = /export/home/ora10
    INFORMATIONAL: 01:05:30 15-MAY-09 90778 90769 RPE-02230: Debug Information: _ = /oraapp/app/oracle/product/102/bin/sqlplus
    INFORMATIONAL: 01:05:31 15-MAY-09 90778 90769 RPE-02230: Debug Information: ORACLE_SID = cdid2
    INFORMATIONAL: 01:05:31 15-MAY-09 90778 90769 RPE-02230: Debug Information: PORT = 1522
    INFORMATIONAL: 01:05:31 15-MAY-09 90778 90769 RPE-02230: Debug Information: SERVICE = CDID2
    INFORMATIONAL: 01:05:31 15-MAY-09 90778 90769 RPE-02230: Debug Information: NLSPATH = /usr/dt/lib/nls/msg/%L/%N.cat
    INFORMATIONAL: 01:05:32 15-MAY-09 90778 90769 RPE-02230: Debug Information: OCM_HOME = /oraapp/app/oracle/product/102WB
    INFORMATIONAL: 01:05:32 15-MAY-09 90778 90769 RPE-02230: Debug Information: NLS_LANG = AMERICAN_AMERICA.WE8ISO8859P1
    INFORMATIONAL: 01:05:32 15-MAY-09 90778 90769 RPE-02230: Debug Information: HOME = /export/home/ora10
    INFORMATIONAL: 01:05:32 15-MAY-09 90778 90769 RPE-02230: Debug Information: HOSTNAME = cor0003s059
    INFORMATIONAL: 01:05:32 15-MAY-09 90778 90769 RPE-02230: Debug Information: NODEID = 1
    INFORMATIONAL: 01:05:33 15-MAY-09 90778 90769 RPE-02230: Debug Information: RTHOME = /oraapp/app/oracle/product/102WB
    INFORMATIONAL: 01:05:33 15-MAY-09 90778 90769 RPE-02230: Debug Information: LD_LIBRARY_PATH = /oraapp/app/oracle/product/102WB/jdk/jre/lib/sparc/client:/oraapp/app/oracle/product/102WB/jdk/jre/lib/sparc:/oraapp/app/oracle/product/102WB/jdk/jre/../lib/sparc:/oraapp/app/oracle/product/102WB/lib32:../../../discoverer/lib:/oraapp/app/oracle/product/102WB/owb/bin/admin:
    INFORMATIONAL: 01:05:33 15-MAY-09 90778 90769 RPE-02230: Debug Information: SKGP_HIDDEN_ARGS =
    INFORMATIONAL: 01:05:33 15-MAY-09 90778 90769 RPE-02230: Debug Information: OWB_HOME = /oraapp/app/oracle/product/102WB
    INFORMATIONAL: 01:05:34 15-MAY-09 90778 90769 RPE-02230: Debug Information: LOGNAME = ora10
    INFORMATIONAL: 01:05:34 15-MAY-09 90778 90769 RPE-02230: Debug Information: ORACLE_HOME = /oraapp/app/oracle/product/102WB
    INFORMATIONAL: 01:05:34 15-MAY-09 90778 90769 RPE-02230: Debug Information: SHELL = /usr/bin/bash
    INFORMATIONAL: 01:05:34 15-MAY-09 90778 90769 RPE-02230: Debug Information: MACHTYPE = sparc-sun-solaris
    INFORMATIONAL: 01:05:35 15-MAY-09 90778 90769 RPE-02230: Debug Information: IAS_HOME = /oraapp/app/oracle/product/102WB
    Thanks
    Edited by: user11136124 on 15-may-2009 5:36

    Hi
    needed to change the following file on server
    $OWB_HOME/owb/bin/admin/Runtime.properties
    the following parameters are disbaled by default, change to NATIVE_JAVA :
    property.RuntimePlatform.0.NativeExecution.FTP.security_constraint = NATIVE_JAVA
    property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = NATIVE_JAVA
    property.RuntimePlatform.0.NativeExecution.SQLPlus.security_constraint = NATIVE_JAVA
    and then bounce the Control Center service using:
    <owb-home>/owb/rtp/sql/stop_service.sql
    <owb-home>/owb/rtp/sql/start_service.sql
    Cheers
    Nawneet

  • Deleting token file

    Hi
    I have a process flow that checkis is a token file exits or not. If exists it runs certain processes. if file does not exists then it sends out error email.
    I want to know how can I delete the token file after I run my processes.
    -app

    Hi ,
    In the Command : specify the full path from where your command should execute.
    i.e. for windows env ... you should give C:\windows\system32\cmd.exe
    Specify the command in the Script parameter . Alternatively you can create a script which contain all the command and then specify the full path to the Script parameter .
    Regarding RPE-02248 :
    FTP, Shell amd SQLPlus operator are disabled by default
    You should edit Runtime.properties file (located at OWB_HOME\owb\bin\admin ) and change
    property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = DISABLED
    to
    property.RuntimePlatform.0.NativeExecution.Shell.security_constraint = NATIVE_JAVA
    Hope this helps .
    Thanks,
    Sutirtha

  • RPE-00249 when running a shell cmd

    Getting error RPE-02249: Control Center property Shell.security_constraint has invalid value NATIVE_JAVA . when running a shell cmd. the vlaue set in the Runtime.properties file is set to NATIVE_JAVA.
    Cannot find anything about this error. Any help would be greatly appreciated.
    Guido

    I already have the properties set as NATIVE_JAVA and restarted the service. My problem is that when running a workflow that has a user defined step in it to call a shell script, I get error 02249 (not 02248).
    Does the Workflow user need to be set up as an OS users perhaps?

  • RPE-01008: Recovery of this request is in progress in process flows.

    Hi,
    I am calling shell script as an userdefined activity in a process flows.
    All the process flows were working fine.
    Today, all the process flows wherever the shell script is called ended up with an error showing " RPE-01008: Recovery of this request is in progress".
    Could any one please explain, what might be reason?
    Thanks in advance.
    Thank you,
    Regards,
    Gowtham Sen.

    Hi,
    we have exactly the same problem here.
    Does anybody have a solution?
    regards
    Lutz

  • RPE-01012 after upgrade to 9.2.0.4

    LS,
    After upgrading OWB from 9.2.0.2.8 to 9.2.0.4, I'm getting the an error when trying to deploy code.
    Getting the following error:
    RPE-01012: Cannot deploy to the target location because it is owned by a different runtime platform.
    I've read that I need to tell OWB that now it has to use the new (upgraded) repository, so I created a new repository runtime connection, pointing to the new rep-owner, but that was -obviously- to no avail.
    Is there something else that needs to be done before code can be deployed again?
    Cheers, Patrick

    Good morning Nikolai,
    I've read that the only new user/schema that needs to be created is for the runtime repository. Somewhere further in the coming 'story' it will appear (bold).
    Let me explain how the upgrade went.
    This is what the readme says for general steps:
    1. Patch the Client Side (Design Time) install
    2. Patch the Server Side install
    3. Upgrade the Client Side (Design Time) Repository
    4. Upgrade the Runtime Repository
    5. Re-create the Runtime Repository connections
    Also it states the following:
    Note: Make sure that you have obtained the patch for the platform where your Server Side install is located. This may not be the same platform as your Client Side (Design Time) install. E.g. If you perform Design Time tasks on Windows, but deploy and execute on Solaris, you will need both the Windows and Solaris versions of the patch.
    Since our database (9i) is running on AIX (5L) and the client is Windows 2000 Pro, both patches have been applied.
    The DBA's have applied the AIX-patch for the server side, but also for the client (remark of one of the DBA's: "The runntime is installed on database and the client also installed on AIX side. I will do both."), so also "II.4. Upgrading the Design Time Repository".
    On Windows I patched client as well as server installation (i.e. the copying of new files to OWB-home with two batch-files).
    I did NOT run owb\bin\win32\DTupg92to9204.bat as stated in section II.4.1, because the DBA's had already done this... on AIX though.
    Section II.5 has also been performed by the DBA's. Note the following here: "Create a new Runtime Repository in same database as the old Runtime Repository. DO NOT create new Target Schema(s) or new Runtime Access User(s). The In-place Migration will re-associate your current Target Schema(s) and Runtime Access User(s) to the new Runtime Repository. This step must be performed on the Server Side install." I assume the DBA's performed the in-place migration.
    After this I was NOT allowed to run the indicated next three steps on the windows environment (I guess that makes sense since the new repository has already been created... but the owb home on my PC therefore is unchanged, don't know whether that matters, I guess it shouldn't).
    In II.6 I have to connect to new environment. I therefore connect with my OWB-client using the same usr/pwd as always (since that didn't change), and in OWB I could see my project straight away (therefore I did NOT import the project that I have exported prior to the entire upgrade process).
    I created a new runtime repository connection pointing at the new user.
    And now the situation where deploying a mapping results in RPE-01012.
    The funny thing is that I deployed 3 sequences (which have been defined BEFORE the upgrade), and that worked well. I also created a new table definition and deployed that, also no problem.
    So... what's the verdict?
    Cheers, Patrick

  • ORA-02248 when importing from the RAU

    Designer 6i rel. 4.6
    ODS 10g rel. 9.0.4
    Oracle 9.2.0.5
    I did a full Designer 6i repository export from the RAU and then imported the dmp file into another Designer 6i repository from its RAU. The RAUs from both instances use the import/export utilities from ODS 10g rel. 9.0.4.
    The export completes succesfully, but the import gives me the following warnings:
    IMP-00017: following statement failed with ORACLE error 2248:
    "ALTER SESSION SET "_PLSQL_LOAD_WITHOUT_COMPILE" = TRUE"
    IMP-00003: ORACLE error 2248 encountered
    ORA-02248: invalid option for ALTER SESSION
    IMP-00017: following statement failed with ORACLE error 2248:
    "ALTER SESSION SET "_PLSQL_LOAD_WITHOUT_COMPILE" = FALSE"
    IMP-00003: ORACLE error 2248 encountered
    ORA-02248: invalid option for ALTER SESSION
    I've searched Metalink but the only relevant information I could find was Note 19481.1. This note hasn't been updated since 1999, so I don't know if it's still relavent to the above versions.
    Does anyone know what these warnings mean?
    Thanks.

    Yes I got it and talked to Oracle. As per them its a bug but I got a workaround for this problem.
    If you still haven't got throught this mail me at [email protected]
    Regards
    Nikunj sharma

  • RPE-02040

    I received this RPE-02040 Internal Error while deploying a process flow. I was unable to find any good explanation in Metalink or here on OTN. This error accompanies a cryptic text message.
    This is what happened for me:
    I changed a mapping so that it no longer accepted an input parameter. I replaced the new mapping in one of my process flows. Upon deployment of the process flow, I received this RPE-02040 error. The reason I got this error is because I replaced the new mapping definition in one of the process flows where it was called, but there were several other process flows that had not been updated with the new mapping. Once I updated all the process flows in the module, it was better. I was then able to deploy with no errors.
    Hope this helps somebody. This OWB tool really lacks helpful documentation - online or otherwise. I've found this forum - and the experiences of others - to be the best source of info re: the OWB tool.

    Hello!
    See metalink note 406250.1 and bug 5742116.
    This is the summary:
    When binding a parameter of one activity directly to the parameter of another, the following error occurs at deployment:
    RPE-02040: Internal error: <ACTIVITY_NAME> cannot be converted to a constant value
    Note : This error is not alerted when validating the Process Flow
    Cause:
    It is not valid to bind a parameter of one activity directly to the parameter of another.
    Regards,
    Robert

  • Error in OWB:RPE-01008: Recovery of this request is in progress

    I am not able to deploy OWB objects. I get the error RPE-01008: Recovery of this request is in progress.
    The MDL file was created using 10.2 OWB. Now I have Upgraded the MDL using OWB before importing the MDL to 11.2. This error comes while deployment.
    Below is the text I copied from the files log directory in the OWB home
    2012/11/28-14:27:43-IST [535B58][] Platform Service for null
    2012/11/28-14:27:44-IST [535B58][] Connection Manager - OCI fix performed
    2012/11/28-14:27:45-IST [535B58][] Thin driver connection time - 1098 millisecond(s)
    2012/11/28-14:27:45-IST [535B58][] Connection Manager - property user.timezone value is Asia/Calcutta
    2012/11/28-14:27:45-IST [535B58][] Connection Manager - connection.timezone not set. Defaulting to value SERVICE
    2012/11/28-14:27:45-IST [535B58][] Connection Manager - using service timezone Asia/Calcutta
    2012/11/28-14:27:45-IST [535B58][] Connection Manager - defaultimg session timezone offset to +05:30
    2012/11/28-14:27:46-IST [535B58][] Free Memory(bytes)=763328 Total Memory(bytes)=3928064 Used Memory(bytes)=3164736 Used Memory(percent)=81%
    2012/11/28-14:27:46-IST [535B58][] Control Center Service Version 11.2.0.1.0 starting
    2012/11/28-14:27:46-IST [535B58][] Client-side startup request
    2012/11/28-14:27:46-IST [535B58][] Control Center Repository Name OWBSYS on Service owbdb at Host localhost
    2012/11/28-14:27:46-IST [535B58][] Explicit garbage collection - every 1 execution(s)
    2012/11/28-14:27:46-IST [535B58][] Initializing Platform
    2012/11/28-14:28:47-IST [535B58][] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - ORA-20001: The control center service is already running in a different process
    ORA-06512: at "OWBSYS.WB_RTI_EXCEPTIONS", line 107
    ORA-06512: at "OWBSYS.WB_RT_SERVICE_CONTROL", line 60
    ORA-06512: at line 1
         at oracle.wh.runtime.platform.service.Service.run(Service.java:228)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:1150)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at Launcher.main(Launcher.java:167)
    Caused by: java.sql.SQLException: ORA-20001: The control center service is already running in a different process
    ORA-06512: at "OWBSYS.WB_RTI_EXCEPTIONS", line 107
    ORA-06512: at "OWBSYS.WB_RT_SERVICE_CONTROL", line 60
    ORA-06512: at line 1
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1008)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1570)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:212)
         ... 6 more
    java.sql.SQLException: ORA-20001: The control center service is already running in a different process
    ORA-06512: at "OWBSYS.WB_RTI_EXCEPTIONS", line 107
    ORA-06512: at "OWBSYS.WB_RT_SERVICE_CONTROL", line 60
    ORA-06512: at line 1
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1008)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1570)
         at oracle.wh.runtime.platform.service.Service.run(Service.java:212)
         at oracle.wh.runtime.platform.service.Service.main(Service.java:1150)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at Launcher.main(Launcher.java:167)
    2012/11/28-14:28:47-IST [535B58][] The Control Center Service is shutting down due to a previously reported fatal error.

    I did restart the server. Another issue I found while running the service_doctor.sql is that the port that OWB was by default trying to connect was 1521. However the DB port was 1522. So I updated an owb table with the port number.Sorry I forgot the name of the table. However I still have the error while deploying, but deployment is shown as sucessful, so Iam ignoring it.. Thanks for replying

  • Process Flow log shows RPE-01003 on mapping execution

    Process Flow log shows this following error mappings execution:
    oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - no rows found for select into statement
    The Process Flow never recover from this error - owb_owner.all_rt_audit_executions shows the mapping in BUSY and I have to manually abort the process flow to recover.
    Steps to Reproduce Problem:
    We recently upgrade our test system from *10.2 into 11.1* and OWB client from *10.2.0.3 into 10.2.0.4*
    During the upgrade DBA update OWB location setting into 11.1
    After the upgrade, I re-deploy several Process Flows, but I did not re-deploy mappings that get call by the PF
    When I run the PF, the mapping was stuck in 'BUSY' status (owb_owner.all_rt_audit_executions)
    When i check the log it shows this following error:
    oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - no rows found for select into statement
    Full log:
    2009/04/23-12:33:10-CDT [1FA1BB6] Initializing execution for auditId= 2702852 parentAuditId= 2702837 topLevelAuditId=2702837 taskName= NIHUB_NI_ZWEB_PF:NIHUB_NIUP_ADDR_TYPES_ZWEB_MAP
    2009/04/23-12:33:10-CDT [1FA1BB6] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - no rows found for select into statement
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:1505)
         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:534)
    Caused by: java.sql.SQLException: no rows found for select into statement
         at sqlj.runtime.error.Errors.raiseError(Errors.java:118)
         at sqlj.runtime.error.Errors.raiseError(Errors.java:60)
         at sqlj.runtime.error.RuntimeRefErrors.raise_NO_ROW_SELECT_INTO(RuntimeRefErrors.java:62)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:1482)
         ... 5 more
    java.sql.SQLException: no rows found for select into statement
         at sqlj.runtime.error.Errors.raiseError(Errors.java:118)
         at sqlj.runtime.error.Errors.raiseError(Errors.java:60)
         at sqlj.runtime.error.RuntimeRefErrors.raise_NO_ROW_SELECT_INTO(RuntimeRefErrors.java:62)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:1482)
         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:534)
    2009/04/23-12:33:10-CDT [1FA1BB6] Thread terminating due to fatal exception of type oracle.wh.runtime.platform.adapter.InfrastructureException
    2009/04/23-12:33:10-CDT [1FA1BB6] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - null
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.createMessage(ExecutionContextImpl.java:3686)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.reportMessage(ExecutionContextImpl.java:1084)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:116)
         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:534)
    Caused by: java.lang.NullPointerException
         at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.getPlatformConnection(AdapterContextImpl.java:83)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.createMessage(ExecutionContextImpl.java:3639)
         ... 5 more
    2009/04/23-12:33:10-CDT [1FA1BB6] {Cause Exception with null message}
    java.lang.NullPointerException
         at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.getPlatformConnection(AdapterContextImpl.java:83)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.createMessage(ExecutionContextImpl.java:3639)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.reportMessage(ExecutionContextImpl.java:1084)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:116)
         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:534)

    Steps to Reproduce Problem:
    We recently upgrade our test system from 10.2 into 11.1 and OWB client from 10.2.0.3 into 10.2.0.4
    During the upgrade DBA update OWB location setting into 11.1
    After the upgrade, I re-deploy several Process Flows, but I did not re-deploy mappings that get call by the PF
    When I run the PF, the mapping was stuck in 'BUSY' status (owb_owner.all_rt_audit_executions)
    When i check the log it shows this following error:
    oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the >request from completing.
    - no rows found for select into statementFirst deploy alll dependent object of Process Flow.
    like tables ,mappings then try to execute PF.

  • RPE-01008: Recovery of this request is in progress--while a table deploymen

    Hi friends....
    I am getting this error when I want to redeploy a modified table.
    The steps I did as follows.
    1. I created a destination and source modules.
    2. I import a table from source.
    3. I create a tbale in destination module in owb.
    4. I deploy the table in owb.
    5. Deployment wass success.
    6. I created a simple mapping.
    7. It was successful. Data is transfered from source to module.
    8. Now I added a new field in the table which in destination module.
    9 I want to upgrade the table in target schema.
    10. I deployed the table in destination module in owb.
    Then it gives the error
    "The object you are trying to deploy is invalid. Please review the generated scripts for errors"
    When I opened the generated scripts the messages are as follows.
    RPE-01008: Recovery of this request is in progress. RTC-5351: A serious error occured whilst generating the Impact Report. Please review the Runtime Service Log.
    Thanks in advance.
    Gowtham Sen

    Hi,
    If you are trying to deploy the table from Client straight, OWB generates UPGRADE statement,and this never worked. It is a bug.
    go to Deployment manager, select the table in question and then use the "Replace" action. this should work. But, the data you have loaded previously will be vanished, as "Replace" drops the table and re-creates it.
    Thanks
    mahesh

  • RPE-01008: Recovery of this request is in progress, while executing

    While I am trying to execute a mapping I am getting the following error..RPE-01008: Recovery of this request is in progress... The deployment went fine, but execution throws this error. The log file looks like
    2007/10/13-21:22:20-JST [1B8E059] Error creating the temp directory C:\OraHome_1/owb/temp
    2007/10/13-21:22:22-JST [1B8E059] Free Memory(bytes)=738744 Total Memory(bytes)=2031616 Used Memory(bytes)=1292872 Used Memory(percent)=64%
    2007/10/13-21:22:23-JST [1B8E059] Runtime Platform Service Version 10.2.0.2.8 starting
    2007/10/13-21:22:23-JST [1B8E059] Client-side startup request
    2007/10/13-21:22:23-JST [1B8E059] Platform Repository Name dwhownr on Service icgdwh at Host 10.109.65.67
    2007/10/13-21:22:23-JST [1B8E059] Explicit garbage collection - every 1 execution(s)
    2007/10/13-21:22:23-JST [1B8E059] Recovery starting
    2007/10/13-21:22:23-JST [1B8E059] Recovering execution with audit ID 4109
    2007/10/13-21:22:23-JST [1B8E059] Explicit garbage collection - requested
    2007/10/13-21:22:23-JST [1B8E059] AuditId=4109: Processing execute request
    2007/10/13-21:22:23-JST [1B8E059] Free Memory(bytes)=1149088 Total Memory(bytes)=2162688 Used Memory(bytes)=1013600 Used Memory(percent)=47%
    2007/10/13-21:22:23-JST [1B8E059] Recovering execution with audit ID 4117
    2007/10/13-21:22:23-JST [157AA53] Connection Manager - off
    2007/10/13-21:22:23-JST [1B8E059] Explicit garbage collection - requested
    2007/10/13-21:22:23-JST [1B8E059] AuditId=4117: Processing execute request
    2007/10/13-21:22:23-JST [1B8E059] Free Memory(bytes)=1122832 Total Memory(bytes)=2162688 Used Memory(bytes)=1039856 Used Memory(percent)=49%
    2007/10/13-21:22:23-JST [1B8E059] Service startup complete
    2007/10/13-21:22:23-JST [157AA53] Thin driver connection time - 94 millisecond(s)
    2007/10/13-21:22:23-JST [1DF8B99] Thin driver connection time - 94 millisecond(s)
    2007/10/13-21:22:23-JST [1DF8B99] Initializing execution for auditId= 4117 parentAuditId= null topLevelAuditId=4117 taskName=ICDMAPFCTAWB
    2007/10/13-21:22:23-JST [157AA53] Initializing execution for auditId= 4109 parentAuditId= null topLevelAuditId=4109 taskName=ICDMAPFCTAWB
    2007/10/13-21:22:24-JST [1DF8B99] 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:1570)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:1508)
         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:534)
    2007/10/13-21:22:24-JST [157AA53] 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:1570)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:1508)
         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:534)
    2007/10/13-21:22:24-JST [1DF8B99] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    2007/10/13-21:22:24-JST [157AA53] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    2007/10/13-21:22:24-JST [157AA53] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.PLSQL'
    2007/10/13-21:22:24-JST [1DF8B99] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.PLSQL'
    2007/10/13-21:22:24-JST [157AA53] Native execution operator initiating recovery by recoverable operator oracle.wh.runtime.platform.operator.plsql.NativePLSQLOperator
    2007/10/13-21:22:24-JST [1DF8B99] Native execution operator initiating recovery by recoverable operator oracle.wh.runtime.platform.operator.plsql.NativePLSQLOperator
    2007/10/13-21:22:24-JST [157AA53] Native PLSQL Operator recovery starting
    2007/10/13-21:22:24-JST [1DF8B99] Native PLSQL Operator recovery starting
    2007/10/13-21:22:24-JST [1DF8B99] Thin driver connection time - 94 millisecond(s)
    2007/10/13-21:22:25-JST [1DF8B99] PLSQL callspec: declare "$MAP_ENV$" wb_rt_mapaudit.wb_rt_name_values;begin "$MAP_ENV$"(1).param_name := 'OBJECT_ID';"$MAP_ENV$"(1).param_value := 1170;"$MAP_ENV$"(2).param_name := 'AUDIT_ID';"$MAP_ENV$"(2).param_value := 4117;"$MAP_ENV$"(3).param_name := 'OPERATING_MODE';"$MAP_ENV$"(3).param_value := '3';"$MAP_ENV$"(4).param_name := 'PURGE_GROUP';"$MAP_ENV$"(4).param_value := 'WB';"$MAP_ENV$"(5).param_name := 'MAX_NO_OF_ERRORS';"$MAP_ENV$"(5).param_value := '1000';"$MAP_ENV$"(6).param_name := 'COMMIT_FREQUENCY';"$MAP_ENV$"(6).param_value := '1000';"$MAP_ENV$"(7).param_name := 'AUDIT_LEVEL';"$MAP_ENV$"(7).param_value := '2';"$MAP_ENV$"(8).param_name := 'BULK_SIZE';"$MAP_ENV$"(8).param_value := '1000'; ? := "ICDMAPFCTAWB"."MAIN"(p_env=>"$MAP_ENV$");end;
    2007/10/13-21:22:25-JST [157AA53] Thin driver connection time - 110 millisecond(s)
    2007/10/13-21:22:25-JST [157AA53] PLSQL callspec: declare "$MAP_ENV$" wb_rt_mapaudit.wb_rt_name_values;begin "$MAP_ENV$"(1).param_name := 'OBJECT_ID';"$MAP_ENV$"(1).param_value := 1170;"$MAP_ENV$"(2).param_name := 'AUDIT_ID';"$MAP_ENV$"(2).param_value := 4109;"$MAP_ENV$"(3).param_name := 'OPERATING_MODE';"$MAP_ENV$"(3).param_value := '3';"$MAP_ENV$"(4).param_name := 'PURGE_GROUP';"$MAP_ENV$"(4).param_value := 'WB';"$MAP_ENV$"(5).param_name := 'MAX_NO_OF_ERRORS';"$MAP_ENV$"(5).param_value := '1000';"$MAP_ENV$"(6).param_name := 'COMMIT_FREQUENCY';"$MAP_ENV$"(6).param_value := '1000';"$MAP_ENV$"(7).param_name := 'AUDIT_LEVEL';"$MAP_ENV$"(7).param_value := '2';"$MAP_ENV$"(8).param_name := 'BULK_SIZE';"$MAP_ENV$"(8).param_value := '1000'; ? := "ICDMAPFCTAWB"."MAIN"(p_env=>"$MAP_ENV$");end;
    it shows Error creating the temp directory C:\OraHome_1/owb/temp, but the temp folder is alreadt there in the <OWB_HOME>/owb.
    Can somebody help me to solve this issue? The owb repository version is 10.2.0.2 ..A few mappings got executed. The error is coming for a mapping which is quite a big one...

    Hi,
    If you are trying to deploy the table from Client straight, OWB generates UPGRADE statement,and this never worked. It is a bug.
    go to Deployment manager, select the table in question and then use the "Replace" action. this should work. But, the data you have loaded previously will be vanished, as "Replace" drops the table and re-creates it.
    Thanks
    mahesh

  • RPE-01008: Recovery of this request is in progress.

    Hi,
    When loading a rather big flat file (350MB) using SQLLDR, we receive following error message in the processflow or mapping output:
    RECOVERY RPE-01008: Recovery of this request is in progress.
    After this error, the PF restarts loading the flat file data. So, every line from the flat file will be loaded twice into the target table.
    Does anyone know, how we can avoid this behaviour?
    Thanks a lot!
    Kind Regards,
    Hans
    PS: we are using OWB11.1.0.6 and OWB11.1.0.7

    Hi
    Go through the below link
    it may help you
    RPE-01008 and RPE-01009 when executing flatfile mappings

Maybe you are looking for