Process flow problem

I have a process flow in dev A---->B--->C----->D--->Send Success Email.
This is running fine in dev. But I exported it and imported in my test env.
Now my process flow is not behaving correctly.
It runs A and D together parallelly and it does not run B and C at all.
I don't know what seems to be the problem. I checked everything and
it looks the same. Any help is appreciated. Thank you.

This bit of SQL will highlight duplicated transitions, execute as repository owner.
SELECT aip.package_name
,aipt.process_name
,aipt.source_activity_name
,aipt.target_activity_name
,aipt.transition_name
FROM all_iv_process_transitions aipt
,all_iv_processes aip
WHERE (source_activity_id, transition_order) IN (
SELECT source_activity_id
,transition_order
FROM all_iv_process_transitions
GROUP BY source_activity_id
,transition_order
HAVING COUNT (*) > 1)
AND aipt.process_id = aip.process_id
AND aip.package_name = 'SS_LOAD' -- substitue your process flow package name
ORDER BY source_activity_id
,transition_order
Cheers
Si

Similar Messages

  • Problem with execution of process flow

    Hello! I'm new in OWB, and I hope you will help me.
    I started execution of process flow and then connection to my server failed.
    The problem is: In Runtime Audit Browser all mappings are complete, but process flow is in "Busy" status. I waited for 24h, and nothing changed. (execution of mappings costed 4h).
    what should I do?

    Hi,
    Use any SQL tool like TOAD and see from the backend if the OWB process is running, if it is still running, kill it. Due to server connection failure the OWB process might have been killed but the Runtime Browser might show it as busy.
    Go the Workflow Repository Schema and run the following query:
    update wf_item_activity_statuses set activity_status = 'COMPLETE'
    where item_type = <Your Process Flow Package Name> and actvity_status != 'COMPLETE'.
    This should solve the problem.
    Regards
    -AP

  • User defined activity problem in process flow

    Hi ,
    any one can help me out
    I have added a user defined activity in process flow , and given command values as \\windows\system32\cmd.exe
    and parameter list : ${input.value}
    and in script : kpi.bat
    where i written
    cd \kpi_sap
    for /f "tokens=1-5 delims=/ " %%d in ("%date%") do copy "c:\kpi_sap\kpi_sap.csv" %%e-%%f-%%g.dat
    but its not working ...
    can any one give me direction to get success in this activity
    best regards,
    mahi

    Hi Mahi,
    I see that your post is a few days old and you might have resolved this issue, but if you haven't you might want to change the command value to c:\windows\system32\cmd.exe instead. Its been a while since I worked with commands, but I remember that I had a lot of problems when I defined paths with '\\'. What I found out was that OWB jobs was run under the windows system account and the system account don't have access to networkshares (even if its really not on the network).
    I can't say whether the script in the kpi.bat is wrong, but as long as you can run it manually using cmd.exe you should be ok.
    If this doesn't help it might be helpful with some more specific error messages.
    regards Ragnar

  • Problems using user defined activitys in Process Flows

    Hi everybody,
    i have problems using an user defined activity in my owb process flow.
    I did the following according to https://blogs.oracle.com/warehousebuilder/entry/how_to_use_user_defined_activity_in_owb_process_flow.
    1. create a script in /tmp called test.sh
    2. chmod +x on the script so it can be executed
    3. Changed the Runtime.properties file under ORACLE_HOME/owb/bin/admin
    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
    property.RuntimePlatform.0.NativeExecution.OMBPlus.security_constraint = NATIVE_JAVA
    4. Creating an Process Flow with just the user defined activity
    5. Deploying the Process flow was successfull
    But everytime i execute the pf i get the following error in my Job Details.
    TEST_PF:USER_DEFINED                                        
    Parameters                                                  
    Log file is available. Click Information button to view.                                             
    It says Log file is available. But i can't find this file. Also i don't know what the problem is.
    Can anybody help me out of this?
    Thanks a lot

    Hi,
    solved the problem by myself.
    I had problems with my script. So i insert set -x into the script an executed the pf again. Know i can see whats happening in a log. You can find this log in the job detail window by pressing the blue ! Button when the whole PF (the first entry) is marked.
    Greetings

  • 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.

  • Problem Running Process Flow When Database Objects Deployed Outside of OWB

    Hi
    I am having a few problems running process flows that I'm deploying through OMB.
    My set up is as follows:
    All database updates are done outside of OWB (for version control purposes).
    Each object within OWB is exported to an MDL file, which is then imported into the production repository using an OMB Script.
    Once everything has been imported into my production version, I'm then deploying the process flows from within the OMB script.
    When I then go to run the process flow, I get the following error ...
    RPE-02075: Oracle Workflow failed to process the execution request for Activity LOAD_COUNTRY_PF:LOAD_COUNTRY. This may be because dependent objects have not yet been deployed.
    I can see through the Control Center, that the status of all the objects that the process flow is going to use are set to having a Design Status of 'New'. So obviously OWB doesn't realize that these objects already exist in the database, which is why the process flow errors.
    Is there any way around this? Can I somehow set the Design Status of all the objects to 'Unchanged' through OMB? Is there a way to fool the process flow into thinking that the objects do exist? Can I run the process flow outside of OWB?
    Any help would be appreciated.
    Thanks
    Liffey

    Hi Liffey,
    Is there any way around this?
    Can I somehow set the Design Status of all the objects to 'Unchanged' through OMB?
    Is there a way to fool the process flow into thinking that the objects do exist?of course you must deploy mappings before deploying processflow
    and as I know there is no legal method for avoiding this.
    Regards,
    Oleg
    PS. Look at this thread [Deploying without Deploy|http://forums.oracle.com/forums/thread.jspa?messageID=2655726&#2655726]
    It seems for OWB10gR1 exists method for manual modification OWB runtime repository tables for mark mappings as deployed

  • Problems scheduling process flow

    Using OWB I have create a number of mappings and also a process flow using the defined mappings. All the mappings and the process flow are successfully deployed and can be executed without problems from Deployment Manager. I can even successfully execute my process from OS command line using the sqlplus_exec_template.sql file :
    sqlplus vlad_proiect/vlad@proiect @F:\Oracle\OraWB92\owb\rtp\sql\sqlplus_exec_template.sql vlad_runtime ORACLE_WORK_FLOW PROCESS INCARC "," ","
    where :
    vlad_proiect/vlad my user name and passwd
    proiect my database SID
    vlad_runtime is the Runtime Repository owner
    ORACLE_WORK_FLOW is the location of the process flow
    INCARC is the process name.
    I tried to do the same thing using OEM. I followed the example
    http://otn.oracle.com/products/warehouse/htdocs/oem_scheduling_viewlet_swf.html
    and the indication from WB User guide chapter Scheduling Mappings and Process Flows (13-19) but the scheduled job fails with the following reason :
    VNI-2015 : The Node preferred credentials for the target node are either invalid or do not have sufficient privileges to complete the operation.
    On Windows platforms, the Node credentials specified for the Windows target should have the "Logon as a batch job" privilege.
    I have created the job as follows:
    Tab General
     Job name: TEST
    Selected target: Proiect
    Tab Tasks
    Tasks: Run SQL*Plus script
    Tab Parameters
    Parameters: vlad_runtime ORACLE_WORK_FLOW PROCESS INCARC "," ","
    Override preferred credentials: checked
    User name: vlad_runtime_acc the Runtime Repository access user
    Password: vlad the Runtime Repository acc user passwd
    I have imported the script oem_exec_template.sql
    And in the Preferred credentials (from Configuration->Preferences->Administrator preferences) I set :
    Database : Proiect with user vlad_proiect and my passwd.
    Node : localhost with user vlad_runtime and his passwd.
    Somewhere something is wrong set (or not set at all?) or …?

    Razvan,
    When OEM executes a scheduled job, it will logon to the node (i.e. your machine) as the user that is specified in the preferred credentials of OEM. That user (provided there is one... which is not necessarily default) is an operating system user and must have the 'logon as batch job' privilege. You can set this option (on Windows 2000) by going into control panel, administrative tools, local security policy, local policies, user rights assignment. Look for 'logon as batch job' and make sure the user being used to logon to the node has the privilege.
    This setup is actually provided in the installation guide as well.
    Hope this helps,
    Mark.

  • Major problem - Process Flows hanging randomly - 11.2.0.1

    Hi,
    We are experiencing the following problem.
    Randomly process flows sit doing nothing.
    Have ran some days and totally fine. Process flows fine - each activity has all the necesassry outgoing activities.
    What causes this?
    If run again - fine.
    How do we resolve.
    We need to be able to kick off the process and leave it to run without having to check if it hanging al the time.
    Any help/advice would be great.
    Many Thanks

    Hi,
    I found out that wrong ordering of transitions may cause strange problems. In owb, check that the outgoing transistions of each operator are numbered sequenty (0,1,2, ...). Sometimes, some number appear twice, e.g. 0,1,1). This often happens after an existing transition was deleted.
    And make sure that the "else" transition (the one without any condition) always has the highest number.
    Regards,
    Carsten.

  • Problem in running Process flow

    Hi,
    I’m bit new to OWB. I made mapping which I deployed successfully. I can run through control center and it works fine (it just fills a table). However when I made the process through process flow and after its validation , tries to start it gives me error RTC-5170: The selected objects do not require deployment as they are all up to date in the Control Center, which is followed by RTC-5006 and obviously no data generated in the table. How can I pass this error? Secondly I tried to schedule this, firstly it doesnot ask for the process flow during schedule, secondly even from schedule the map doesnot run.
    Appreciate any help to run the process flow.
    Regards
    Yasir

    In the process flow validate and generate the process flow. then go back to design center and go one step above to process flow package module and right click and deploy the process flow package. once the deployment is successfull then go back to the process flow and right click and start the process flow.
    This should work.

  • OWB 11g Problem in running Process flow

    I’ve build a process flow as described in “Getting Started with Oracle Warehouse Builder 11g”. But if I run the process flow I get a warning message “You have to deploy this object before running” followed by the error RTC-5170: The selected objects do not require deployment as they are all up to date in the Control Center.
    Therefore I’m not able to run the process flow. What’s wrong? It looks so easy in Getting Started but it doesn’t work.
    I’ve found two threads regarding this error from last year in this forum. But there is no solution for OWB 11g.
    Has anyone an advice for me?

    I've successfully installed OWF as described in Installation guide (all components are on the sam server).
    But when I deploy a workflow in OWB I get some errors. In the job details
    I find ORA-00942 and RPE-02053. It seems that the workflow repository is missing.
    Are there additional steps for creating a workflow repository?
    Or what is wrong? All installation logs (wf.log and workflow.log) are without errors and with success messages.
    Any idea?

  • Problems with setting up the wait in a process flow

    Hi,
    I have process flow where I need to use a wait function.
    The value of minimum_delay is set to 30
    literal = true
    the value of until_date I've been trying to set to a appropriate date format that is consistent with the default in the database.
    When doing this I get the error message ORA-01841:     (full) year must be between -4713 and +9999, and not be 0
    setting the value of until_date to null and literal still true gives me the error ORA-06502:     PL/SQL: numeric or value error. Setting the literal to false also gives me this error.
    Does anyone know how I can set this up correctly? And if its possible, not use the until_date parameter.
    any help is appreciated
    regards,
    Ragnar
    this is on a 10.2.0.3 database, windows 2003 server
    OWB client 10.2.0.3.33
    OWB repository: 10.2.0.3.0
    Message was edited by:
    rhaug

    Thanks for your replies:
    I've tried running the Processflow with different parameters.
    The processflow I am trying to run is in its own Module, with just one processflow, and the wait is the only activity in this.
    Its a nice mix of english and norwegian in the error messages, but I'll try to translate as best I can.
    Minimum_delay: 30
    Literal: true
    Until_date: blank
    Literal: true
    ORA-01867: intervallet er ugyldig (illegal interval)
    ORA-06512: ved "OWB_SYS.WB_RT_CONVERSIONS", line 371
    ORA-06502: PL/SQL: numerisk feil eller verdifeil: feil under konvertering av tegn til tall(numeric error or valueerror: error under conversion from character to number)
    ORA-06512: ved line 3
    Minimum_delay: 30
    Literal: true
    Until_date: null
    Literal: false/true
    RPE-01003: An infrastructure condition prevented the request from completing.
    RPE-01038: Failed to evaluate expression declare "$LOOP_DETECT$" NUMBER := 0;function "WAIT_TEST" return VARCHAR2 is "ITEM_TYPE" VARCHAR2(4000) := (wb_rt_task_variable.get_value(77109));"ITEM_KEY" VARCHAR2(4000) := (wb_rt_task_variable.get_value(77111));"EVAL_LOCATION" VARCHAR2(4000) := (wb_rt_task_variable.get_value(77112));function "WAIT" return VARCHAR2 is "WARNING" NUMBER := 2;"RETURN_RESULT_NUMBER" NUMBER := NULL;"NUMBER_OF_ERRORS" NUMBER := 0;"SUCCESS" NUMBER := 1;"ERROR" NUMBER := 3;"OK" NUMBER := 1;"FAILURE" NUMBER := 3;"AUDIT_ID" NUMBER := 77113;"RETURN_CODE" NUMBER := NULL;"NUMBER_OF_WARNINGS" NUMBER := 0;"RETURN_RESULT" VARCHAR(64) := NULL;"PARENT_AUDIT_ID" NUMBER := 77108;"OK_WITH_WARNINGS" NUMBER := 2;begin "$LOOP_DETECT$" := "$LOOP_DETECT$" + 1;if "$LOOP_DETECT$" > 2 then raise_application_error(-20001, 'Loop detected calling "WAIT"');end if;return wb_rt_conversions.from_timestamp_tz(null);end;begin "$LOOP_DETECT$" := "$LOOP_DETECT$" + 1;if "$LOOP_DETECT$" > 2 then raise_application_error(-20001, 'Loop detected calling "WAIT_TEST"');end if;return "WAIT";end;begin :result := "WAIT_TEST";end;. Please modify the expression, redeploy and retry again.
    ORA-06550: linje 1, kolonne 835:
    PLS-00307: for mange deklarasjoner av FROM_TIMESTAMP_TZ stemmer med dette kallet (to many declarations of FROM_TIMESTAMP_TZ matches with this call)
    ORA-06550: linje 1, kolonne 828:
    PL/SQL: Statement ignored
    Minimum_delay: 30
    Literal: true
    Until_date: 23-05-2009
    Literal: true
    ORA-01867: intervallet er ugyldig (illegal interval)
    ORA-06512: ved "OWB_SYS.WB_RT_CONVERSIONS", line 371
    ORA-06502: PL/SQL: numerisk feil eller verdifeil: feil under konvertering av tegn til tall (numeric error or valueerror: error under conversion from character to number)
    ORA-06512: ved line 3
    Minimum_delay: 30
    Literal: true
    Until_date: ’23-05-2009’
    Literal: true
    RPE-02083: Process WAIT_TEST has errored Activities. Dependent objects may not have been deployed. You can use Oracle Workflow Monitor to retry the activities or abort the Process.
    RPE-02075: Oracle Workflow failed to process the execution request for Activity WAIT_TEST:WAIT. This may be because dependent objects have not yet been deployed.
    ORA-01841: (helt) år må være mellom -4713 og +9999, og ikke være 0 ([whole] year must be between -4713 and +9999, and not be 0)
    WB_RT_WORKFLOW_UTIL_10G.Execute_Any_Task(TEST_MOD, WB_IK_20080602_101807_77183, 12489, RUN)
    WB_RT_WORKFLOW_UTIL_10G.Execute_Wait(TEST_MOD, WB_IK_20080602_101807_77183, 12489, RUN)
    Wf_Engine_Util.Function_Call(WB_RT_WORKFLOW_UTIL_10G.EXECUTE_WAIT, TEST_MOD, WB_IK_20080602_101807_77183, 12489, RUN)
    Minimum_delay: 30
    Literal: true
    Until_date: TO_DATE('23-05-2009','DD-MM-YYYY')
    Literal: false
    ORA-01867: intervallet er ugyldig (illegal interval)
    ORA-06512: ved "OWB_SYS.WB_RT_CONVERSIONS", line 371
    ORA-06502: PL/SQL: numerisk feil eller verdifeil: feil under konvertering av tegn til tall (numeric error or valueerror: error under conversion from character to number)
    ORA-06512: ved line 3
    So thats basically it.
    What language settings have you been using for this to work?
    Ragnar

  • Problem with copying Process Flows in OWB 10.2.0.1..

    Hello
    We have a complex process flow which runs fine. When we try to duplicate the process flow in design center by copy/paste operation, the new process flow seems to execute activities out of sequence. We tried saving/synchronizing the process flow (eact activity individually) with no luck.
    We checked the repository browser and see all the activities and transitions in the right order. I looked at both OWB repository tables as well as Workflow tables/views. It just seems that the run time picks up the data in a different order and executes it.
    Any idea on how to debug this?. We can't create each process flow from scratch every time we need to add new one which will be slightly different one from an existing process flow.
    Thanks
    Prakash

    Find and read the thread about when queries take too long.
    Something is different between the systems, possibly
    * indexing
    * volume of data
    * connect-by structure in table data
    * initialization or session settings

  • Probleme execution class java in the process flow

    when i try to execute a simple process flow contain process java i have this message error can somme one help please
    RPE-02229 : Les informations de débogage suivantes ont été collectées :
    RPE-02230 : Informations de débogage : os.name = Windows XP
    RPE-02230 : Informations de débogage : os.version = 5.1
    RPE-02230 : Informations de débogage : os.arch = x86
    RPE-02230 : Informations de débogage : user.name = younes
    RPE-02230 : Informations de débogage : user.dir = D:\app\younes\product\11.2.0\dbhome_1\owb\bin\win32
    RPE-02230 : Informations de débogage : argv.cwd = E:\JavaApplication1.jar
    RPE-02230 : Informations de débogage : argv.arg0 = java
    RPE-02230 : Informations de débogage : argv.arg1 = -classpath
    RPE-02230 : Informations de débogage : argv.arg2 = E:/JavaApplication1.jar
    RPE-02230 : Informations de débogage : argv.arg3 = main
    RPE-02230 : Informations de débogage : HOMEDRIVE = E:
    RPE-02230 : Informations de débogage : DISCOVERER_ALLOW_DB_CONNECT_STRING = YES
    RPE-02230 : Informations de débogage : SERVICE = axadw
    RPE-02230 : Informations de débogage : TMP = E:\DOCUME~1\younes\LOCALS~1\Temp
    RPE-02230 : Informations de débogage : MODE = -startup
    RPE-02230 : Informations de débogage : OWBCC_HOME = D:\app\younes\product\11.2.0\dbhome_1
    RPE-02230 : Informations de débogage : SystemDrive = E:
    RPE-02230 : Informations de débogage : RTHOME = D:\app\younes\product\11.2.0\dbhome_1
    RPE-02230 : Informations de débogage : PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    RPE-02230 : Informations de débogage : CommonProgramFiles = E:\Program Files\Fichiers communs
    RPE-02230 : Informations de débogage : OWB_HOME = D:\app\younes\product\11.2.0\dbhome_1
    RPE-02230 : Informations de débogage : USERDOMAIN = KAIOUCHE-YOUNES
    RPE-02230 : Informations de débogage : ALLUSERSPROFILE = E:\Documents and Settings\All Users
    RPE-02230 : Informations de débogage : RTUSER = OWBSYS
    RPE-02230 : Informations de débogage : ORA_HOME = D:\app\younes\product\11.2.0\dbhome_1
    RPE-02230 : Informations de débogage : SystemRoot = E:\WINDOWS
    RPE-02230 : Informations de débogage : APPDATA = E:\Documents and Settings\younes\Application Data
    RPE-02230 : Informations de débogage : SADATADIR = D:\OracleBIData
    RPE-02230 : Informations de débogage : Path = D:\app\younes\product\11.2.0\dbhome_1\bin;D:\app\younes\product\11.2.0\dbhome_1\jre\1.4.2\bin\client;D:\app\younes\product\11.2.0\dbhome_1\jre\1.4.2\bin;D:\app\younes\product\11.2.0\dbhome_1\owb\bin\admin
    RPE-02230 : Informations de débogage : PROMPT = $P$G
    RPE-02230 : Informations de débogage : FP_NO_HOST_CHECK = NO
    RPE-02230 : Informations de débogage : SAROOTDIR = D:\OracleBI
    RPE-02230 : Informations de débogage : HOST = localhost
    RPE-02230 : Informations de débogage : PROCESSOR_ARCHITECTURE = x86
    RPE-02230 : Informations de débogage : LOGONSERVER =
    KAIOUCHE-YOUNES
    RPE-02230 : Informations de débogage : CLASSPATH_LAUNCHER = -classpath Personalities.jar;;;..\admin\;..\admin\launcher.jar -DOWB_HOME=D:\app\younes\product\11.2.0\dbhome_1 -DJDK_HOME=..\..\..\jdk -DORA_HOME=D:\app\younes\product\11.2.0\dbhome_1 -DOEM_HOME=D:\app\younes\product\11.2.0\dbhome_1 -DIAS_HOME=D:\app\younes\product\11.2.0\dbhome_1 -Doracle.net.tns_admin=D:\app\younes\product\11.2.0\dbhome_1\network\admin Launcher ..\admin\owb.classpath
    RPE-02230 : Informations de débogage : JAVAPATH = D:\app\younes\product\11.2.0\dbhome_1\jdk
    RPE-02230 : Informations de débogage : PORT = 1521
    RPE-02230 : Informations de débogage : SESSIONNAME = Console
    RPE-02230 : Informations de débogage : HOMEPATH = \Documents and Settings\younes
    RPE-02230 : Informations de débogage : OCM_HOME = D:\app\younes\product\11.2.0\dbhome_1
    RPE-02230 : Informations de débogage : CLASSPATH = Personalities.jar;;
    RPE-02230 : Informations de débogage : PROCESSOR_IDENTIFIER = x86 Family 6 Model 23 Stepping 10, GenuineIntel
    RPE-02230 : Informations de débogage : USERPROFILE = E:\Documents and Settings\younes
    RPE-02230 : Informations de débogage : SATEMPDIR = D:\OracleBIData\tmp
    RPE-02230 : Informations de débogage : ORACLE_HOME = D:\app\younes\product\11.2.0\dbhome_1
    RPE-02230 : Informations de débogage : NUMBER_OF_PROCESSORS = 2
    RPE-02230 : Informations de débogage : COMPUTERNAME = KAIOUCHE-YOUNES
    RPE-02230 : Informations de débogage : ComSpec = E:\WINDOWS\system32\cmd.exe
    RPE-02230 : Informations de débogage : OS = Windows_NT
    RPE-02230 : Informations de débogage : OEM_HOME = D:\app\younes\product\11.2.0\dbhome_1
    RPE-02230 : Informations de débogage : IAS_HOME = D:\app\younes\product\11.2.0\dbhome_1
    RPE-02230 : Informations de débogage : USERNAME = younes
    RPE-02230 : Informations de débogage : CLIENTNAME = Console
    RPE-02230 : Informations de débogage : TEMP = E:\DOCUME~1\younes\LOCALS~1\Temp
    RPE-02230 : Informations de débogage : PROCESSOR_LEVEL = 6
    RPE-02230 : Informations de débogage : OCM_ORACLE_HOME = D:\app\younes\product\11.2.0\dbhome_1
    RPE-02230 : Informations de débogage : JDK_HOME = D:\app\younes\product\11.2.0\dbhome_1\jdk
    RPE-02230 : Informations de débogage : PROCESSOR_REVISION = 170a
    RPE-02230 : Informations de débogage : ProgramFiles = E:\Program Files
    RPE-02235 : Le système d'exploitation a signalé qu'il ne pouvait pas exécuter la commande demandée. Ce peut être parce que la commande ou les paramètres ne sont pas valides ou parce qu'il s'agit d'une commande shell. Tout code retour résultant est spécifique du système d'exploitation. Des informations de débogage ont été produites.
    CreateProcess: java -classpath E:/JavaApplication1.jar main error=267
    Le fichier journal est disponible. Cliquez sur le bouton Informations pour le visualiser.

    Nikolai,
    I have created a simple process flow which only calls the external process. The script is on the same host as the process flow is deployed to.
    I have used two diffent values for the command parameter.
    1. I placed the full path of the file in the command parameter and left the script parameter blank:
    COMMAND: /edwftp/ppas/scripts/ClearPPAS.sh
    PARAMETER_LIST:
    SUCCESS_THRESHOLD: 0
    SCRIPT:
    2.I placed the bash command in the command parameter and the full path in the script parameter.
    COMMAND: /usr/bin/sh
    PARAMETER_LIST:
    SUCCESS_THRESHOLD: 0
    SCRIPT: /edwftp/ppas/scripts/ClearPPAS.sh
    Both of these appear to work as they print out the statements inside the script but the files that are supposed to be removed still remain.
    Starting Execution EXTER_FILE
    Starting Task EXTER_FILE
    Starting Task EXTER_FILE:EXTERNALPROCESS
    Removing ActivatedAudit.dat...
    Removing ActivatedCustomers.dat...
    Removing ActiveAudit.dat...
    Removing ActiveCustomers.dat...
    Done!
    Create the Activated Customers data file...
    Create the Active Customers data file...
    Done!
    WARNING: Log file truncated - see RAB for further information.
    /edwftp/ppas/scripts/ActivatedCustomers.sh: /edwftp/ppas/log/ActivatedCustomers.log: cannot create
    /edwftp/ppas/scripts/ActiveCustomers.sh: /edwftp/ppas/log/ActiveCustomers.log: cannot create
    WARNING: Log file truncated - see RAB for further information.
    Completing Task EXTER_FILE:EXTERNALPROCESS
    Completing Task EXTER_FILE
    Completing Execution EXTER_FILE
    The permissions on the /log direcotry are 775. The user I register the file location with owns this directory.
    Can't think of anything else I have missed. I really appreciate your help :)
    Ryan

  • Problem in external process using process flow

    Hi All,
    I want to execute a batch file ( which is appending 2 text files ) using OWB process flow.
    For this i am using external process in OWB process flow and giving the parameters for external process as below:
    COMMAND --- VALUE as c:\winnt\system32\cmd.exe
    PARAMETERS_LIST --- VALUE as ?c:\\fileappend.bat
    when i execute the process flow....it is showing
    Completion Status Completed successfully
    Starting Execution BATCH_PROC
    Starting Task BATCH_PROC
    Starting Task BATCH_PROC:EXTERNALPROCESS
    Microsoft Windows 2000 [Version 5.00.2195]
    (C) Copyright 1985-2000 Microsoft Corp.
    C:\owb\owb\bin\win32&gt;
    C:\owb\owb\bin\win32&gt;
    WARNING: Log file truncated - see RAB for further information.
    Completing Task BATCH_PROC:EXTERNALPROCESS
    Completing Task BATCH_PROC
    Completing Execution BATCH_PROC
    But i couldn't see the result, means the files appended.
    It is working when i execute the batch file through MS-DOS.
    Please let me know is there any other necessary steps i need to take.
    Thanks in advance
    Malli

    Hi Malli,
    Because you are using an external process you do not need to specify the cmd command to perform the execution. You can just put the call to the batch file you have in the command string and that is it. Beware that the working directory is <owb home>\owb\bin\win32.
    Mark.

  • 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

Maybe you are looking for