OWB 10gR2 Process Flow returning status = Complete and Result = Null

Hi,
I have a process flows i ran lot of times with success (it shows status = complete and result = OK). It invokes a lot of mappings and other flows
Sometimes one of invoked mapping or flows shows status = complete and result = Null and main process too.
The main process i invoked by a PLSQL store procedure using wb_rt_api_exec package. When status = Null the store procedure hangs and I have to kill it.
When it happens, owb service restart (new record in WB_RT_SERVICE_JOB_LOGS).
Can anyone help me?
The configuration that I am working with is as below ---
OWB client version : 10.2.0.1.31
OWB repository version : 10.2.0.1.31
Oracle Workflow Version : 2.6.4.0.0
Database version : 10g Enterprise edition release 10.2.0.3.0

Sometimes transitions in process flows get scrambled and you have to fix them by hand.....this happens and I dont know why.
Basically what happens is: every operator in process flow has three outgoing transitions (in general) marked as 0, 1 and 2, when you take a look at details property of your operator then in the outgoing transitions tab you should have ORDER collumn 0, 1, 2 for warning, error and success.
If this is not the case (0,1,2) process will not know what to return as value, and what is more bizzare this works until it does not :)
I dont know if this is your case but it's worth checking.

Similar Messages

  • OWB 10gR2 map returning status = Complete and Result = Null in Process Flow

    Hi,
    I have an OWB process flow which invokes an OWB map. There are 2 outgoing transitions attached to the OWB map. 1st transition is a conditinal one (on SUCCESS) and the 2nd one is unconditional transition.
    I am monitoring the status of process flow execution in Oracle Workflow monitor. After the process flow is initiated, sometimes the OWB map within shows status = complete and result = OK in workflow monitor (in tab - status). But sometimes it shows status = Complete and Result = Null. In this situation the execution is following the unconditional transition path.
    Can anyone tell me what causes the OWB map to return a Result = NULL? Also sometimes I am getting the map returning a Result = Force (with the same status = Complete).
    The configuration that I am working with is as below ---
    OWB client version : 10.2.0.1.31
    OWB repository version : 10.2.0.1.0
    Oracle Workflow Version : 2.6.4.0.0
    Database version : 10g Enterprise edition release 10.2.0.1.0
    Regards,
    Swagata

    Hi Manohar,
    1. You need to install Oracle HTTP server in a separate Oracle home.
    2.Look for the dads.conf file in the installation. Edit the file, copy the sample code and paste it below and edit the pasted part as under ----
    <Location /pls/<SID>>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseConnectString <server name>:<port>:<SID >
    PlsqlAuthenticationMode Basic
    PlsqlDefaultPage wfa_html.home
    PlsqlNLSLanguage "AMERICAN_AMERICA.WE8ISO8859P1"
    </Location>
    3. STOP and START OPMN (Oracle Process Manager & Notification Server)
    4. Use the URL in your internet browser like --- <HTTP server URL>/pls/<SID>/wfa_html.home
    5. When prompted for user id and password, give the schema user id and password where the workflow engine is installed.
    Hope this helps,
    Swagata

  • Process flow fails to complete when another in the same package is deployed - OWB 11.2.0.2

    Hi,
    I have  problem with OWB Process Flows whereby whenever I deploy a process flow within an existing package, another Process Flow becomes (unknown to me) invalid and will not complete execution.
    When deploying the first process flow, I am synchronising all mappings within it, saving, validating and saving again before deploying it. This process flow then functions ok but then a random process flow within the same package malfunctions. By this I mean the process flow does not complete, as if it has lost some connectors. Has anybody else had this problem?

    HI Richard,
    Thanks for your reply. Yes I agree with your answer but sadly this does not seem to be the cause of the problem in my case as I always stop any running processes and double check with the list_requests.sql as provided and where necessary execute the deactivate_execution.sql and/or abort_exec_request.sql only if absolutely required. Finally I check again with list_requests.sql and if necessary run in the OWF_MGR schema: WF_PURGE.TOTAL and/or the following sql (again only if required) :
    BEGIN
    FOR cur_rec in (SELECT ITEM_TYPE,ITEM_KEY FROM OWF_MGR.WF_ITEM_ACTIVITY_STATUSES
      WHERE ACTIVITY_STATUS = 'ACTIVE')
    LOOP
    OWF_MGR.WF_PURGE.MOVE_TO_HISTORY(cur_rec.ITEM_TYPE,cur_rec.ITEM_KEY);
    COMMIT;
    END LOOP;
    END;
    So I am sure that no processes are running before I begin deployment. Thanks again for your reply.

  • VLD-10005:  The following path in this process flow is a loop and may cause

    Hi,
    [The following path in this process flow is a loop and may cause the process to loop infinitely..]
    The messages comes under following scenario
    S -> Map1 -> Error -> OR1
    Map1 -> Map2 -> Error -> OR1
    OR1 -> End_ERROR
    Map2 -> End_SUCCESS
    Any reasons?
    OWB 9.2.0.2
    The same works in another Process Flow.
    the intention is to let the Process Flow continue when there is no error, and branch to a common email when an error occurs (instead of creating separate email activities)
    - Jojo

    Thanks for that answer. Unfortunately, we donot have a very good inclination (read that as image) for OWB here. So we are still on 9.0.2. So will live with the bug, and ignore the warning.
    Message was edited by:
    Jojo

  • Process Flow with Status Busy

    Hello
    In Warehouse Builder Browser I have one Process Flow with Status Busy. I have restarded the whole server and status is still Busy.
    Through Oracle Workflow I try to Find Active Processes and there just is no one.
    Why is my Process Flow still Busy and how do I stop it? (Maybe the there is an error in Warehouse Builder Browser, it is not busy?)
    Best regards,
    Tina

    Just logout and login into Warehouse Builder Browser again. It is not busy any more ;-).
    /Tina

  • How to run an OWB 11gR2 process flow using OEMS Jobs?

    How to run an OWB 11gR2 process flow using OEMS 11g Jobs?
    In other words iam trying to create an Oracle Enterprise manager job for scheduling and running an OWB Process flow.
    Can any one of you please route me to a documentation for the same,or enlist the steps involved?

    Hi,
    look at OWB API Reference (it is of 11gR1 OWB release but you can apply this procedure to OWB11gR2 as well)
    http://download.oracle.com/docs/cd/B28359_01/owb.111/b31279/api_4sqlforjobs.htm#BABEBGHA
    Regards,
    oleg

  • Process flow of capital project and indirect project

    Hi ,
    Can anybody provide me some document related to the process flow of capital project and indirect projects .
    Thanks/vinay

    Hi Vinay,
    If you found any document related to capital projects please share with me also.
    Thanks
    Sreenath

  • OWB 11g  Process Flow - How to see variables and how to create variables

    Dear All,
    I have recently migrated from 10g to 11g rel 2.
    In 10g when I open a proces flow I can see all the parameters and variables I created on each activities on "Explorer" window. this allows me to craete new parameters and variables as well.
    But ones after I migrated to 11g, I cant see explorer window and there is no place to enable it as well.
    How Can I create variables, parameters in processes flow on 11g?
    Thanks in advance.
    Alex

    Hi,
    In 11g "Explorer" window renamed as "Stucture" and same details as 10g shows in Structure window. This window can enable and dissable (Show and Hide) using Menu => View=> Stuture option.
    Thanks

  • OWB embeded process flow - parameter binding problem

    I've installed and Oracle 10g Database, after the database installation I added the Oracle Workflow server software. To complete the installation I ran the wfca.
    Later I get to define a process flow in OWB (cheesy) and the process flow seems to be working well (I've done all the registrations necesary also ), but when I am trying to do the parameter binding is not working. I do get the window prompt for the parameter and I enter the date parameter ( I tried different formats like 'YYYY/MM/DD' 'dd-mon-yyyy'), but after I check the runtime in the web browser the parameter is not pass to next process. I tried many things for the last week but I cannot get it to pass the parameter from one process to another.
    Any ideas,
    HELP !!!!!

    did u manage to resolve this issue? we are facing the same problem.

  • Process Flows: Return Code or Message Severity

    Hi all,
    I am trying to get a decent email system set up that will let me know which part of our OWB ETL load has warnings or errors.
    I have one main Process Flow that calls several other process flows. On both levels, I need to know if any errors or warnings were encountered during execution.
    There is a function WB_GET_RETURN_CODE which I hoped to use to get the return codes of the process flows, but while testing, I noticed that there are not return codes for process flows.
    My backup solution is to check ALL_RT_AUDIT_EXEC_MESSAGES if there are any records in there. If there are, I check if they are ERROR or WARNING. Would this be a good solution to my problem?
    Or is there a better way to find errors/warnings of process flows?

    HI VRV,
    Step 1: Goto Display messages on right click of your Process chain
    Step 2: Goto "Chain" tab and copy "Variant" and "Instance"
    Step 3: Goto SE11 and Select table RSPCPROCESSLOG
    Step 4: Paste the "Variant" and "Instance" and execute it, and the value of the other fields are returned: LOG_ID, TYPE, BATCHDATE and BATCHTIME
    Step 5: Goto SE38 and enter RSPC_PROCESS_FINISH
    Step 6: Enter the values in the fields received from RSPCPROCESSLOG  table. Additionally, make the STATE as "G‟ -> Execute
    Then your Process Chain will turn to green and proceed further......
    Hope this helps........
    Regards,
    Suman

  • OWB-OWF - Process Flow Deployment - Database Link

    Hello there,
    This post is basically related to my problem with Process Flow deployment.
    Could someone please shed some light on the following:
    When we create a Process Flow, during this process OWF creates a Database Link. For some reason, this link is not functional unless I remove the part after "." in that defines the "HOST" in the DB Link definition. How do I know it is not functional - I know because following query does not work:
    select * from [email protected]@WB_LK_WF_PKG
    Here is the link definition:
    ORIGINAL:
    create database link OWB92TRG.US.ORACLE.COM@WB_LK_WF_PKG
    connect to RR
    identified by "<pwd>"
    using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=CENTENNI-2077E4.CENTENNIALCOLLEGE.CA)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OWB92TRG)))'
    MODIFIED (it works - above query runs OK):
    create database link OWB92TRG.US.ORACLE.COM@WB_LK_WF_PKG
    connect to RR
    identified by "<pwd>"
    using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=CENTENNI-2077E4)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=OWB92TRG)))'
    My second question is "using what userid/pwd should this link should have been created? Should it use "Runtime Repository Owner" or "OWB Repository Owner" or "Runtime Access User" or "OWF_MGR"?
    No matter what userid I use, it works when I run the query but I always get following error when I try to deploy the "Process Flows" in OWB:
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link OWB92TRG.US.ORACLE.COM@WB_LK_WF_PKG2. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
    - ORA-04052: error occurred when looking up remote object [email protected]@WB_LK_WF_PKG2
    ORA-12545: Connect failed because target host or object does not exist
    I have already granted the "EXECUTE ANY PROCEDURE" to OWF_MGR. I am not sure, though, what is meant by the "and that the OWB Runtime is available" part of the error message above.
    I have also tried to fix this by running the "catrpc.sql" script but it did not help either.
    I am stuck on this step for past few days. I would highly appreciate help in fixing this problem. Here is the configuration I am using:
    o Source database : Oracle 9i (9.2) on my local PC
    o Target database : Oracle 9i (9.2) on my local PC
    o OWB 9i
    o OWF 2.6.2
    o OWB and OWF repositories are on the TARGET database
    I am able to successfully deploy and run my MAPPINGs.
    TIA,
    Amer

    Hello Oracle support,
    Should I open a TAR to get this problem resolved?
    Regards,
    Amer

  • Process Flow developing/deploying/executing and scheduling through OEM

    I have installed OWB92 and Oracle 9i, OEM configured, Oracle workflow 2.6.2 installed. I know OWB and scheduling mapping from OEM.
    I have created two mappings and a process flow. I want to schedule process flow from OEM. After creation of process flow, while I deploy it ask for a user/password/port/sid/host. I want to know which user I need to enter here.
    If anybody help me out in the this regard providing the detail steps.
    Thanks in advance.
    Liyakat

    Hi Henrik,
    After deploying the process flow, I am getting the following error:
    RPE-02085: Failed to test wb_rti_workflow_util.initialize through deployed Workflow Database Link R2MIS.US.ORACLE.COM@WB_LK_PACK1. Please check that "EXECUTE ANY PROCEDURE" privilege is set and that the OWB Runtime is available.
    - ORA-06550: line 1, column 7:
    PLS-00201: identifier '[email protected]@WB_LK_PACK1' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    OWB runtime is available.What I need to do now?
    Thanks and Regards,
    Liyakat

  • Process flow between edit ,renderlistitem and show form in XML form builder

    Hi all ,
    i'm building from in xml from builder . i'm confused with the process between edit ,renderlist item and show froms .can any one please explain me the Process flow between those
    thanks,
    rajeev.

    Hi Rajeev!
    There is no process flow between those forms. They are seperate views of the same document, nothing more.
    The Edit form is always used if you create or edit a xml document based on the form.
    The renderlist item form is used if more than one XML document is shown, for example in a list.
    The show form ist used if the document should be displayed in full, eg by clicking on an XML document in a list.
    It is even possible to add more custom forms and display them. If you "preview" an XML document, you get the choice to display the document with all display forms available (default Renderlist item and Show). If you watch the URL when previewing a xml document you'll see an URL parameter selecting the form to show.
    Regards,
      Jürgen

  • Upload Process Flow to detail Submitter and Reviewer using some mechanism

    Hi All
    In creating the process flow, we have to feed details of the person who inputs data and who reviews or approves/rejects the data. The only way I know to do this very manual, to feed in the name of the submitter/reviewer one by one against all lines shown.
    Is there an Excel upload or some other functionality to it in a more efficient manner?
    Thanks
    AJ

    Rembrandt,
    Did the two updates to Office 2011 get you to 14.3.9? That's the latest Mac version of Office.
    I use Office 2013 and Mac Office 2011 on the same machine and have no problems opening any files shared between the two. You followed the instructions for uninstalling and updated your new installation correctly, I have to assume. It sounds as if there is a problem with your cuurent configuration but if it's not an update problem, or an installation problem, I can only direct you to the MS Office for Mac user community -> http://answers.microsoft.com/en-us/mac (sometimes you get lucky and get an actual MS employee answering your question).
    Good luck,
    Clinton

  • Interaction Record : How to make it non editable based on user status = Complete and on click of  Save

    Hi Guys
    We have a requirement ,where we need to make the interaction record "not editable " when we set the user status to "Complete" and after "Save" button is pressed.
    Please note that we can't make use of status profile settings as we have to enter some information after the status is complete , that means
    after user selects status "Complete" he has to select the value from another drop down and then Save.
    Standard offers such that once the Complete is chosen in dropdown the whole screen is frozen.
    Once he saves it , the document should be locked(read only/non editable)
    Any pointers ?
    We tried "Set_view_Group_Context" and Order_Save BADI and we are not preferring disabling at attribute level as we might add few more attributes later.
    Regards
    Vinayak

    Hello,
    We had a similar requirement.
    The best way we found was to implement the enhancement spot in the beginning of method LOCK_ORDERS of class CL_CRM_METHODS_BTIL. Here, you can prevent the user from editing a business transaction. Be aware this method is called for any BT, so you need to adjust your custom development accordingly.
    Hope this helps.
    Best regards,
    Sylvain AGUETTAZ

Maybe you are looking for

  • Problem with Download! on N78

    I'm having a problem with Download! on my N78 (sw v. 12.046). I can open Download but it freezes, and I also can't download any applications. When Download! freezes, my only option to shut it down is to boot the phone..I can switch to other open appl

  • Unable to install Boot Camp Update 3.1 on Windows 7 32-bit on MacBook Pro

    I have Windows 7 Professional 32-bit on my MacBook Pro and have Boot Camp 3.0 now. I've tried to install Boot Camp 3.1 both using the Apple Software Update on Windows and the installation from http://support.apple.com/kb/dl996 but it won't work. Are

  • Word processing on mac?

    I'm a relatively new mac user, and I'm just wondering if anyone can tell me if the MacBook comes with any kind of word processing capabilities, because I am a poor college student and can't afford to buy Microsoft Office, unless I have to. If anyone

  • Empty line in report output

    Hi All, we have pipe delimited report when we saving the output in excel sheet we are getting a empty line. Please advice me Thanks, Anu-

  • How do I get rid of 15 cents on my Apple ID to change countries

    How do I get rid of 15 cents on my Apple ID account to change countries