RPE-02062 Workflow Monitor

When I try to re-deploy an updated Process Flow, it fails with the following error:
"RPE-02062: ItemType MERGERAW cannot be dropped as it has running processes. You must first abort all the running processes using the Oracle Workflow Monitor".
I have only installed OWF to use with OWB, and don't even think I have an Oracle Workflow Monitor! I located a session with username OWF_MGR and killed it. I have even rebooted the server, but the OWF_MGR session keeps coming back.
How else do I abort these running processes?

Looking back at my installation notes for Oracle Workflow, I found that I could access the Oracle Workflow web services from the following URL
"http://<server_name>[:<port>]/pls/OWF_DAD/wfa_html.home" where OWF_DAD is the Data Access Descriptor defined during installation. If you connect using the owf_mgr user name / pwd that was created when installing OWF then the browser window displays "Oracle Workflow" and a list of hyperlinks. One of these is "Find Processes". Following this link and clicking the 'Find' button with Item Type=All selected, shows a list of process names and their status. From there I was able to see the process flow that was causing the problem and abort it. Deploying the process flow from OWB then worked smoothly.

Similar Messages

  • RPE-02062:        How to abort a workflow process?

    Hi all,
    I have a problem with a process flow I'm trying to deploy then i get following error message. I can not abort it with Oracle Workflow Monitor because I don't have it installed.
    RPE-02062: ItemType RAIN_PKG cannot be dropped as it has running Processes. You must first abort all the running processes using the Oracle Workflow Monitor.
    My first question is how do i find the name of the process?
    And second question is how do I abort it?
    Regards
    JZ

    For me it did not work.
    I have some COMPLETE entries and it looks that is stopping it from aborting.
    Error:
    BEGIN
    -- test
    owf_mgr.wf_engine.abortprocess('PFP_SMT', 'WB_IK_2007010_151324_529664');
    END;
    Error report:
    ORA-20002: [WFENG_ITEM_PROCESS_ACTIVE] TYPE=PFP_SMT KEY=WB_IK_2007010_151324_529664 NAME=LD_SMT_FACTUAIS
    ORA-06512: na "OWF_MGR.WF_ENGINE", linha 3472
    ORA-06512: na linha 3
    After commenting lines 3468 to 3472 of WF_ENGINE package, so that it shows the exception:
    Error starting at line 1 in command:
    BEGIN
    -- test
    owf_mgr.wf_engine.abortprocess('PFP_SMT', 'WB_IK_2007010_151324_529664',26877);
    END;
    Error report:
    ORA-20002: [WFENG_ITEM_PROCESS] TYPE=PFP_SMT KEY=WB_IK_2007010_151324_529664 NAME=26877 VERSION=1
    ORA-06512: na "OWF_MGR.WF_CORE", linha 280
    ORA-06512: na "OWF_MGR.WF_ENGINE", linha 3410
    ORA-06512: na linha 3
    This is code is derived from having a COMPLETED status.
    Is look like it is from a hierarchy of process and activities,
    but then I got lost.
    Please help.

  • Problem with a process Flow (RPE-02062 )

    Execution of a workflow ended with an error. When I try to execute again I get an error.
    But when I try to deploy , also I get another error
    RPE-02062: No se puede borrar el tipo de elemento F3 ya que tiene procesos en ejecución. Debe abortar primero todos los procesos en ejecución mediante el Monitor de Oracle Workflow.
    Then I review list of request of execution
    ====================
    EXECUTIONS
    ====================
    Audit ID.. Status........ Name.............. Date.............. Owner.........
    105844 BUSY EVONCE:STAG2DIMEN 28-DIC-10 11:33:37 OWF_MGR
    and I abort this execution .
    @ abort_exec_request.sql 105844 WSBICI_ADM.WS_DBICI
    But I'd same problem with the deploy.
    After I review workflow process not ended with this sentence:
    select * from OWF_MGR.wf_items where end_date is null;
    ITEM_TYP ITEM_KEY ROOT_ACTIVITY BEGIN_DATE
    F3 WB_IK_20101228_113338_105844_EVONCE:STAG2DIMEN STAG2DIMEN 28122010-11:33:38
    UP_PPAL WB_IK_20101228_113003_104965_EVONCE EVONCE 28122010-11:30:04
    and I tried to abort this process,
    09:21:07 OPS$IBERORA:DDW> exec owf_mgr.wf_engine.AbortProcess(itemtype =>'F3', itemkey =>'WB_IK_20101228_113338_105844_EVONCE:STAG2DIMEN');
    BEGIN owf_mgr.wf_engine.AbortProcess(itemtype =>'F3', itemkey =>'WB_IK_20101228_113338_105844_EVONCE:STAG2DIMEN'); END;
    ERROR en línea 1:
    ORA-06502: PL/SQL: error : error de conversión de hexadecimal a raw numérico o de valor
    ORA-06512: en "OWF_MGR.WF_ENGINE", línea 4298
    ORA-06512: en línea 1
    select item_type,item_key,activity_status
    from owf_mgr.wf_item_activity_statuses where activity_status!='COMPLETE';
    ITEM_TYP ITEM_KEY ACTIVITY
    F3 WB_IK_20101228_113338_105844_EVONCE:STAG2DIMEN SUSPEND
    F3 WB_IK_20101228_113338_105844_EVONCE:STAG2DIMEN ERROR
    UP_PPAL WB_IK_20101228_113003_104965_EVONCE SUSPEND
    UP_PPAL WB_IK_20101228_113003_104965_EVONCE NOTIFIED
    Thanks in advanced
    Marisol

    Hi Federico,
    When you tranport Process Chains, initially chains will be available under "Not Asigned" node in RSPC Transaction. The transported chains wont be get highlighted automatically. Manually need to open the chain in update mode and activate it on Quality.
    Hope it will help you to resolve the problem.
    Regards,
    Raji

  • RPE-02062

    Hi
    Im trying to drop a processflow package but I cannot cause Im recieving this error:
    RPE-02062: ItemType PKG_EDW cannot be dropped as it has running Processes. You must first abort all the running processes using the Oracle Workflow Monitor
    What I did was I accidently removed the schedule for this processflow from the design center while it was still a scheduled process.
    I tried to drop the package - received the error
    Stop the scheduled process - still receiving
    No active session on the database for this package - and I cannot still drop it.
    I runned the list_requests script from the owb_home cat, and none are listed.
    Any ideas ?
    Edited by: SweAnderline on 2009-mar-18 15:29

    This happens when a process flow blows up and gets stuck in suspended state.
    And when we try to redeploy or drop the process flow oracle/owb throws the error.
    Another way is to log on to workflow monitor -> check processes -> look for active ones -> then abort them
    Once they are aborted you are free to drop or redeploy it.
    Thanks,
    Sam.

  • Workflow Monitor Drill Down

    Hi,
    Not sure if this problem is related to the OWB team, but
    would definitely need to know if this has been experienced before.
    We have OWB 9.2 running on a Oracle 9i R2 Database (9.2.0.5) with workflow 2.6.2. We have process flows
    deployed and running properly. In the Workflow Monitor
    we are not able to drill down to the sub process for some
    reason. When we double click on the process, it dosen't
    do anything. Normally, Workflow allows the drill down
    to the sub process.
    Is this a restriction of OWB by any chance ?
    Any tips would be greatly appreciated.
    Rgds,
    Sri

    Hello, I have the same versions of OWB and Workflow. I observed this very behaviour, and explained it noticing that the subprocesses are really functions which call the processes. A process MYSUBPROCESS is called by a function named something like @MYSUBPROCESS, so I think it's impossible to drill down. In fact in the Monitor if you click on a sub process, the activity type is equal to "function" in the Definition tab -- instead of "process".
    Antonio

  • Oracle Workflow Monitor

    I've seen plenty of references to Oracle Workflow Monitor, but I've never paid much attention. Yesterday I got an error message from Control Center that instructed me to use Oracle Workflow Monitor to solve my problem (a process was running and needed to be shut down before regenerating).
    But how to I use Oracle Workflow Monitor? Is it installed by default when OWF was initially installed with OWB? What URL do I use access it? If it does not run after the conventional OWB install, is there a How-To document available for configuring it?
    To be clear, OWF seems to be set up and working. I have created and run process flows successfully. I've just experienced a weird problem that Control Center cannot seem to handle -- and I'm looking for answers. Frankly, I'm mystified at the lack of information on Oracle Workflow Monitor given that OWB error messages reference it and plenty of people seem to discuss it in technical forums.
    Thanks,
    David

    Thanks Robert!
    We are using OWB 11 on Oracle 11, but I'm going to press on and ask our DBA to install the OWF mid-tier components from the 10g Companioin CD. I don't think workflow has changed and so I'm hopeful.
    (If anybody has experience, please chime in for the record.)
    Thanks again!
    -David

  • Workflow monitor ?

    Hi Folks,
    I have installed workflow server 2.6.4.( I am using OWB 10g R2 which is accessing Oracle 10g Enterprise edition R2). I have installed workflow middle tier too successfully. I was told that installing workflow middle tier will help in better monitoring the process flow.I have downloade and installed workflow client too.
    I am unsable to find 'workflow monitor' for which I went through the above exercise. Can anyone point me in right direction so as I can start using workflow monitor to analyse/monitor my process flows.
    Thanks

    Hi,
    look at http://<machine-name:7777>/pls/wf/wfa_html. You must log on as the workflow-owner which you had configured after installing the workflow server.
    Regards,
    Detlef

  • Workflow Monitor Error MSG

    When clicking on MONITOR buuton in Contract Authoring Workbench Form of Project Contracts,
    JSP error msg shows up.
    Error Page
    You have encountered an unexpected error. Please contact the System Administrator for assistance.

    Duplicate thread (please post only once).
    Workflow Monitor
    Re: Workflow Monitor

  • Project Contract Approval Workflow Monitor

    When clicking on MONITOR buuton in Contract Authoring Workbench Form of Project Contracts,
    JSP error msg shows up.
    Error Page
    You have encountered an unexpected error. Please contact the System Administrator for assistance.

    Duplicate thread (please post only once).
    Workflow Monitor
    Re: Workflow Monitor

  • How to access Workflow Monitor

    Hello,
    We have installed and configured Oracle Workflow Server 2.6.3 with the Workflow Configuration Assistant (in a 10g database schema).
    Now we want to access the Workflow Monitor but can't find
    a clear description of the configuration steps.
    Can someone provide us with the steps needed to setup / configure the Workflow Monitor.
    Thanks in advance.
    Regards,
    Dimitry Peelen

    Hi Rich,
    Can you please tell me where can I find the Middle Tier for OWF. We have installed Oracle Workflow as a stand alone product to support the Oracle Warehouse Builder.
    I have installed the Oracle Work Flow Server 262 and configured the Browser. But whenever I try to view the process flow diagram a login window pops-up, after passing workflow schema user/password it complains about Monitor notinitiated.
    Do I require Oracle9iAS to install the workflow middletier?
    thanks
    mahesh

  • Workflow Monitor on Warehouse Builder 11g r2

    Hi everyone,
    I'm developing an ETL process using Warehouse Builder 11g r2 on Oracle Database 11g r2.
    I don't find any information about installation and use of Workflow Monitor with this last release.
    Before I used OWB e DB 10g r2 where I can find Workflow Monitor+Application Server+ Midtier in "Companion CD".
    In 11g r2 there aren't a CD like that, and i don't now how to proceed.
    The solution i thought is to use Workflow Monitor from 10g r2 companion cd but i hope in a better
    and "updated" solution.
    Can anyone suggest me?
    Thank you!

    Thank you so much for your answer, but my question is slightly different.
    From .../owb/wf I've just installed Workflow 2.6.4.
    What I need is Workflow Monitor, a tool where you can
    see the execution of a process using a web browser.

  • Workflow/Monitoring

    I have been working on installing the Workflow/Monitoring for a few days but it do not work.
    i have installed the IDM and it works properly. Also the Smarty Template Engine and php are working without exepctions. But when i open the workflow/monitoring template there is allways an Error 500 in the internet explorer(by the way it is a windows based system)
    Have you got any hints for me?
    Thanks for your help.

    Hi dev,
    the Iuser has the permissons of the databaseowner. but the error occures again.
    @dev that is the error-message
    The page cannot be displayed
    There is a problem with the page you are trying to reach and it cannot be displayed.
    Please try the following:
    Open the localhost home page, and then look for links to the information you want.
    Click the  Refresh button, or try again later.
    Click  Search to look for information on the Internet.
    You can also see a list of related sites.
    HTTP 500 - Internal server error
    Internet Explorer
    Edited by: Dirk Eberle on Jan 25, 2008 9:34 AM

  • CCMS Workflow Monitoring - Task

    Hello,
    I would like to see if we can use CCMS to monitor Workflow specifically the Task. Here is a sample Purchase Order Create scenario.
    1 - Purchase Order Create Request comes in (as interface) from PI to ECC.
    2 - Purchase Order created successfully (or failed) in ECC.
    3 - Upon successful (or fail) creation of Purchase Order in ECC, ABAP codes calls a function to raise an Event named "CREATED" under Business Object named "BUS2012" for "PurchaseOrderERPRequest_In_V1" service interface in ECC.
    4 - Workflow Engine in ECC acknowledges the event that was raised in step 3 and executes assigned Task ID "53800009" for that event which executes the Class named "CL_SE_PUR_PO_WF_OUT" which is basically going to send out Purchase Order Create Acknowledgment message (as interface) back to PI so that PI knows PO has been successfully created (or failed) in ECC.
    The monitoring gap we have today is when Task ID fails, it does not send out Acknowledgment message back to PI which can cause a problem. We want to be able to monitor the execution of Task ID with CCMS if this is possible via CCMS.
    Can this (monitoring Workflow Task via CCMS) be done with CCMS?
    Thanks,
    Jay

    Hi dev,
    the Iuser has the permissons of the databaseowner. but the error occures again.
    @dev that is the error-message
    The page cannot be displayed
    There is a problem with the page you are trying to reach and it cannot be displayed.
    Please try the following:
    Open the localhost home page, and then look for links to the information you want.
    Click the  Refresh button, or try again later.
    Click  Search to look for information on the Internet.
    You can also see a list of related sites.
    HTTP 500 - Internal server error
    Internet Explorer
    Edited by: Dirk Eberle on Jan 25, 2008 9:34 AM

  • Workflow Monitoring in BPM

    Dear friends,
      I am keen to know how to monitor the workflow in  BPM. I mean when we clicl PE IN SXMB _MONI it will open Workflow log.
    I wish to know monitioring process of workflow.

    Hi Karthik,
    If you want to monitor details of the BPM with technical details or workflow log or messages inside the BPM then either you can use SXMB_MONI_BPE or you can go from SXMB_MONI->PE->Technical Details
    Please check the follwoing document.....
    https://websmp208.sap-ag.de/nw-howtoguides
    in this go for " Exchange Infrastructure " & click on " How To Monitor Integration Processes (ccBPM) "
    This is the complete guide for monitoring BPM.
    If you don't SAP Service Market place user Id , then refer this document-
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e7bc3a5a-0501-0010-1095-eb47159e169c
    Cheers...
    Vasu
    <b>** REward POints if found useful **</b>

  • Error in viewing the Workflow Diagram Applet thru Workflow Monitor

    Hi!
    I am receiving the following error while viewing the applet-based workflow diagram.
    IOException while fetching datajava.io.FileNotFoundException: http://172.16.24.1:7777/pls/wf/WF_MONITOR.GetProcess?x_item_type=NIS_WEB&x_item_key=6192&x_admin_mode=yes&x_access_key=3620278198&x_proc_name=&x_proc_type=
    Java Character Set is:8859_6
    java.lang.NullPointerException
         at oracle.apps.fnd.wf.Database.parseData(Database.java:121)
         at oracle.apps.fnd.wf.Database.<init>(Database.java:101)
         at oracle.apps.fnd.wf.Monitor.init(Monitor.java:303)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    This error is logged thru the Sun Java Console found on the browser.
    I need to check the diagram to check if the workflow transaction successfully go thru the workflow nodes.
    Any idea regarding this? Thanks in advance!

    Hi,
    Cause
    ====
    Server Time zone profile option is not set and the Framework is expecting it to be.
    Solution
    To implement the solution, please execute the following steps:
    1. Set the profile option Server Timezone.
    2. Bounce the Apache Server.
    Retest the issue.
    Regards,

Maybe you are looking for

  • Oracle.xml.parser.v2.XMLParseException: Invalid char in text. in BPEL

    Hi, Non Recoverable Business Fault : <bpelFault><faultType>1</faultType><operationErroredFault xmlns="http://xmlns.oracle.com/bpel/workflow/taskService"><part name="payload"><operationErroredFault xmlns="http://xmlns.oracle.com/bpel/workflow/taskServ

  • Email search no longer works

    With the latest change of the email layout, besides being more cumbersome to use, searching doesn't work anymore. It does not retrieve all the instances of the search term. I tried the from name and the actual from email address and only 1 instance w

  • How to get source and target components in Drag'n'Drop

    I have a JList that is a drag source and a drop target, when an item is dragged form the list I only want a drop to be allowed in another component (ie a JTree). I dont want to allow the drop to be allowed on the list. In other words I need a way of

  • Removing scroll bar from Nav Panel & Work Area layout

    Hi Guys, I have a requirement to remove the scroll bar which appears between nav panel and Work Area in 'Nav Panel and work area layout'. I would like it to be as a single page as we get in narrow: wide layout. Well I could just do it by using a narr

  • How to use BundleTransformer in Console Application?

    Hi, I have a scss file (style.scss) and I want to transformer it to CSS using BundleTransformer. How to do it in a Console Application? I'm looking for example code or something like that :)