Oracle Workflow Error

Hi,
When I enter the username and password in the Oracle Workflow builder, I get the following error. Im able to login correctly from SQL*Plus, my tnsnames has the service name and other details. I can also execute the process flow in OWB. The only problem is in Oracle Workflow builder. Pls suggest how I can go about.
1700: Could not connect with username/password 'owf_mgr/owf_mgr@radardev' ('ORA-12154: TNS:could not resolve service name
Thanks in Advance,
Regards
Kishan

Hi
If you have more than one oracle homes in your system than it is possible that not in every tnsnames.ora files are configured the radardev server. Check it.
Have you installed the workflow repository?
Ott Karesz
http://www.trendo-kft.hu

Similar Messages

  • URGENT: Oracle Workflow Error: API-10020 on Creation of OWB Process Flows

    I am trying to use Oracle Workflow to create Process Flows, in order to link together various mappings and components in Oracle Warehouse Builder. However, in the process flow editor window when I attempt to drag an object such as a mapping onto the editor panel, I get an error message stating the below:
    API-10020: Unable to determine if the map is a PLSQL or SQLLDR map, please correct the map or choose another map.
    All my maps are in PLSQL, and the language setting is set to this. I have tried modifying the langauge settings to see if it makes a difference but with no luck. My colleague believes this is a known bug in Oracle Workflow and there is a patch available to correct it.
    Can anyone help with this query please? Thank you for your time.

    In some versions of OWB (10.1, 10.2) The mapping property will display PL/SQL, but will actually be set to NULL in the repository (which will cause PL/SQL to be displayed as default).
    The fix is easy enough: in the developer navigator, right-click on the mapping and go to configure and set the generation language first to something other then PL/SQL (you should get an error) and then place it back to PL/SQL. This should force the GUI to reset the parameter.
    Alternatively, use OMB*Plus:
    OMBALTER MAPPING 'MAPPINGNAME' SET PROPERTIES \
    (GENERATION_LANGUAGE) VALUES ('PLSQL');
    Good Luck,
    Robbert

  • Oracle Workflow Erroring on Function/Shell Script

    We are in the process of upgrading databases and reimported all the OWB code into the new database.
    Currently our OWB mappings all seem to run ok, but when I try to run a process flow I am hitting the following error
    RPE--2075: Oracle Workflow failed to process the execution request for activity LD_EDW_MAIN:F_GET_DB_NAME. This may be because dependant objects have not yet been deployed. ORA-20010
    F_GET_DB_NAME is a function and I checked and I see that the function executes properly
    I also hit a similar error when trying to execute a shell script.
    How would I go about deploying a function or a shell script?
    Im relatively new to OWB and am being "force fed" learning since we lost our main OWB colleague.
    Thank you

    Thanks! for your reply.
    I am using this API outside the workflow.I am using this API for iExpense to approve an Expense Report. In Expenses Workflow below are the processes:
    1. AP_MANAGER_APPROVALPROCESS whihc is using NON_AME_APPROVAL_PROCESS and this is using REQUEST_APPROVAL_PROCESS and under this process there is a notification APPROVAL_REQUES. Now, I am completing this ACTIVITY as Approve and I am able to do that but problem is that REQUEST_APPROVAL__PROCESS is itself not getting completed and stuck here.
    Please let me know how can I achieve that.
    Thansks!
    Sandy

  • Oracle Workflow Error Reporting

    We are running two different "types" of workflow.
    The one is our production workflow where we use a java listerner to interact between OWB3i and OWF 2.6.
    The other installation uses OWB9.2 with OWF 2.6.
    The problem is with the new installation...If a mapping falls over it does not report a "red block" around the process plus it does not show that the workflow is in error, even though when you click on the mapping the result is failure...
    Any suggestions would be appreciated...

    Hi
    If you have more than one oracle homes in your system than it is possible that not in every tnsnames.ora files are configured the radardev server. Check it.
    Have you installed the workflow repository?
    Ott Karesz
    http://www.trendo-kft.hu

  • Oracle Workflow error RPE-02229

    Hi All,
    We are using OWB 10gR2 (10.2.0.1) and OWF 2.6.4 on unix box. I am getting 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/ksh
    Parameter List:
    Result code:
    Script: /tmp/test/testsh.sh
    Success Threshold: 0
    The process flow is throwing out the following error
    RPE-02229: The following debug information was collected:
    RPE-02230: Debug Information: os.name = Windows XP
    RPE-02230: Debug Information: os.version = 5.1
    RPE-02230: Debug Information: os.arch = x86
    RPE-02230: Debug Information: user.name = C999999
    RPE-02230: Debug Information: user.dir = C:\OraHome_1\owb\bin\win32
    RPE-02230: Debug Information: argv.arg0 = /bin/ksh
    RPE-02230: Debug Information: argv.stdin = /tmp/test/testsh.sh
    RPE-02230: Debug Information: HOMEDRIVE = U:
    RPE-02230: Debug Information: SERVICE = POND
    RPE-02230: Debug Information: USERDNSDOMAIN = T11.PROD
    RPE-02230: Debug Information: TMP = C:\DOCUME~1\C999999\LOCALS~1\Temp
    RPE-02230: Debug Information: MODE = -startup
    RPE-02230: Debug Information: SystemDrive = C:
    RPE-02230: Debug Information: RTHOME = C:\OraHome_1
    RPE-02230: Debug Information: PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    RPE-02230: Debug Information: CommonProgramFiles = C:\Program Files\Common Files
    RPE-02230: Debug Information: OWB_HOME = C:\OraHome_1
    RPE-02230: Debug Information: ALLUSERSPROFILE = C:\Documents and Settings\All Users
    RPE-02230: Debug Information: USERDOMAIN = AD2
    RPE-02230: Debug Information: ORA_HOME = C:\OraHome_1
    RPE-02230: Debug Information: RTUSER = OWBOWN
    RPE-02230: Debug Information: SystemRoot = C:\WINDOWS
    RPE-02230: Debug Information: APPDATA = C:\Documents and Settings\C999999\Application Data
    RPE-02230: Debug Information: PROMPT = $P$G
    RPE-02230: Debug Information: Path = C:\OraHome_1\bin;C:\OraHome_1\jre\1.4.2\bin\client;C:\OraHome_1\jre\1.4.2\bin;C:\OraHome_1\owb\bin\admin
    RPE-02230: Debug Information: FP_NO_HOST_CHECK = NO
    RPE-02230: Debug Information: HOST = UMNDAPP54
    RPE-02230: Debug Information: HOMESHARE = \\ad2wbynas003\C999999
    RPE-02230: Debug Information: PROCESSOR_ARCHITECTURE = x86
    RPE-02230: Debug Information: LOGONSERVER = \\AD2MPGDOM001
    RPE-02230: Debug Information: CLASSPATH_LAUNCHER = -classpath Personalities.jar;;;..\admin\;..\admin\launcher.jar -DOWB_HOME=C:\OraHome_1 -DJDK_HOME=..\..\..\jdk -DORA_HOME=C:\OraHome_1 -DOEM_HOME=C:\OraHome_1 -DIAS_HOME=C:\OraHome_1 -Doracle.net.tns_admin=C:\OraHome_1\network\admin Launcher ..\admin\owb.classpath
    RPE-02230: Debug Information: TNS_ADMIN = \\T11.PROD\wwl01\sharedata2\tns
    RPE-02230: Debug Information: JAVAPATH = C:\OraHome_1\jdk
    RPE-02230: Debug Information: PORT = 1521
    RPE-02230: Debug Information: SESSIONNAME = Console
    RPE-02230: Debug Information: HOMEPATH = \
    RPE-02230: Debug Information: OCM_HOME = C:\OraHome_1
    RPE-02230: Debug Information: CLASSPATH = Personalities.jar;;
    RPE-02230: Debug Information: PROCESSOR_IDENTIFIER = x86 Family 6 Model 13 Stepping 8, GenuineIntel
    RPE-02230: Debug Information: USERPROFILE = C:\Documents and Settings\C999999
    RPE-02230: Debug Information: ORACLE_HOME = C:\OraHome_1
    RPE-02230: Debug Information: NUMBER_OF_PROCESSORS = 1
    RPE-02230: Debug Information: ComSpec = C:\WINDOWS\system32\cmd.exe
    RPE-02230: Debug Information: COMPUTERNAME = ABCERODER
    RPE-02230: Debug Information: OS = Windows_NT
    RPE-02230: Debug Information: IAS_HOME = C:\OraHome_1
    RPE-02230: Debug Information: OEM_HOME = C:\OraHome_1
    RPE-02230: Debug Information: CLIENTNAME = Console
    RPE-02230: Debug Information: USERNAME = C999999
    RPE-02230: Debug Information: TEMP = C:\DOCUME~1\C999999\LOCALS~1\Temp
    RPE-02230: Debug Information: PROCESSOR_LEVEL = 6
    RPE-02230: Debug Information: OCM_ORACLE_HOME = C:\OraHome_1
    RPE-02230: Debug Information: JDK_HOME = C:\OraHome_1\jdk
    RPE-02230: Debug Information: PROCESSOR_REVISION = 0d08
    RPE-02230: Debug Information: ProgramFiles = C:\Program Files
    RPE-02235: The operating system has reported that it cannot execute the requested command. This may be because the command or the parameters are invalid, or that the command is shell command. Any result code return is specific to the operating system. Debug information has been produced.
    CreateProcess: /bin/ksh error=3
    Did anybody faced this problem before??
    Thanks,
    Sam.

    Its two years old . Looking at the error .. I think there are two parts to it..as far as i remember
    1) I was trying to run unix script using PF and if you look carefully at the error there is reference to "C:\OraHome_1"
    This was because due the OWB_HOME was not set correctly in the repository.
    You can check by running service_doctor.sql in your <owb_home>/owb/rtp/sql
    if you are path is not set correctly then run the set_ccs_home.sql from the same directory to set it to right path.
    2) I was running it from local control center locally ..I still don't rember how i deployed it and don't have that version of OWB to test it.
    But again fixing the Control Center home and starting the service on server (db target where OWB repository was installed) fixed it.
    All the best :-)

  • Error while installing Oracle Workflow

    Hi,
    While installing Oracle Workflow on Oracle9i Release 2 I am getting this error :
    Unable to find product oracle.swd.jre[1.1.6,1.1.7.27] in Oracle Inventory
    If anyone can help me on this issue.

    Amit,
    You will find workflow in the database server CD (9.0.2 and 9.2). Go to the integration and management option from the CD.
    Cheers,
    Raja

  • Oracle Workflow Builder Client Installation Error

    Hi,
    I am trying to install Oracle Workflow Builder Client 2.6.3.5.
    After starting the installation I am getting error as cannot create C:\Documents....\oui\Autorun.inf followed by Java Virtual Machine Launcher Window saying Fatal exception occured. program will exit.
    Please help me.
    Thanks,
    Aditya
    Edited by: Adit102 on Sep 5, 2012 9:58 AM

    I have not seen this one .... Ensure that the install directory as well as any init directory use the conventional/old 8 character name, like D:\Work\Oracle. No spaces. I say so because it is suspicious that the error refers to C:\Documents....\
    Hope this helps,
    Alejandro
    Edited by: Alejandro Sosa on Sep 5, 2012 6:29 AM

  • ORA-12560: TNS:protocol adapter error while configuring ORACLE Workflow

    Hi,
    I am trying to configure ORACLE Workflow. I have given sys password and other parameters in the given format in Workflow Configuration Assistant. My DB Server is in my local network and I connect to it using SID in SQL Plus. But I got the following error while WorlflowCA tries to execute relevant script.
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SP2-0640: Not connected
    WorkflowCA: Non-Oracle10g database detected
    If anybody is having any clues, please help me.
    Thanks in advance
    Ajish M.

    Thanks a lot for your quick reply.
    I've read all the posts mentioned (quite a few more) but I couldn't find any suggested solution to the "non-oracle10g"-problem other than using the global db name instead of the sid - which didn't help in our case:
    However, in a last desperate attempt to solve the problem on my own before launching another cry-for-help-post I did try running the configuration assistant using the correct password for the SYS user 8-} and - strange but true - it did work :-)
    Needless to say: I used the global db name of course, so I can't say what would have happened without it, but I trust your hint was a legitimate one.
    Anyway - I gues that error Message concerning a "non-oracle10g database" was slightly misleading in this case.... grrrr.
    Andreas

  • Error with Oracle Workflow Manager

    Hi
    Oracle workflow has just been installed on my first middle tier from the Content management SDK 9.0.4 CD.
    ( I have also an old working installation on the second middle tier, pointing to an old database 9.2.0.2)
    When I click on the Oracle Workflow Manager link in the oracle enterprise manager console
    I get the message : An error has occurred! Use Browser's Back button to go to previous page."
    versions
    DB 9.2.0.7.0 on AIX 5.3
    OAS infr 9.0.2.3 on linux AS-2.1 2.4.9-e.3smp
    OAS mid tier A 9.0.4.1 on linux AS-2.1 2.4.9-e.25BOOT
    OAS mid tier B 9.0.4.1 on linux AS-2.1 2.4.9-e.40smp
    LOGS
    em-web-access.log:
    172.25.21.97 - - [07/Feb/2006:16:46:06 +0100] "GET /emd/console/oam/wfm/sysStatus$ctxName1=mid904.ausmid.auselda.it$farm=mid904.ausmid.auselda.it$type=oracle*workflow$ctxType1=oracle*ias$target=mid904.ausmid.auselda.it*Oracle20Workflow HTTP/1.1" 302 288
    172.25.21.97 - - [07/Feb/2006:16:46:06 +0100] "GET /emd/console/oam/oamErrorPage$key=error1 HTTP/1.1" 200 6184
    em.nohup:
    06/02/07 16:46:06 java.lang.reflect.InvocationTargetException
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    06/02/07 16:46:06 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    06/02/07 16:46:06 at java.lang.reflect.Method.invoke(Method.java:324)
    06/02/07 16:46:06 at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.setDBConnection(WfOnLoadHandler.java:231)
    06/02/07 16:46:06 at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.doLoad(WfOnLoadHandler.java:119)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    06/02/07 16:46:06 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    06/02/07 16:46:06 at java.lang.reflect.Method.invoke(Method.java:324)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
    06/02/07 16:46:06 at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:313)
    06/02/07 16:46:06 at oracle.sysman.eml.app.Console.doGet(Console.java:152)
    06/02/07 16:46:06 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    06/02/07 16:46:06 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    06/02/07 16:46:06 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:778)
    06/02/07 16:46:06 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    06/02/07 16:46:06 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    06/02/07 16:46:06 at java.lang.Thread.run(Thread.java:534)
    06/02/07 16:46:06 Caused by: java.lang.NullPointerException
    06/02/07 16:46:06 at oracle.apps.oam.workflow.stdalone.ias.WfIASIntgUtil.setDBConnection(WfIASIntgUtil.java:293)
    06/02/07 16:46:06 ... 29 more
    06/02/07 16:46:06 null
    06/02/07 16:46:06 java.lang.Exception
    06/02/07 16:46:06 at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.setDBConnection(WfOnLoadHandler.java:239)
    06/02/07 16:46:06 at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.doLoad(WfOnLoadHandler.java:119)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    06/02/07 16:46:06 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    06/02/07 16:46:06 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    06/02/07 16:46:06 at java.lang.reflect.Method.invoke(Method.java:324)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    06/02/07 16:46:06 at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
    06/02/07 16:46:06 at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:313)
    06/02/07 16:46:06 at oracle.sysman.eml.app.Console.doGet(Console.java:152)
    06/02/07 16:46:06 at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    06/02/07 16:46:06 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    06/02/07 16:46:06 at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:778)
    06/02/07 16:46:06 at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    06/02/07 16:46:06 at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    06/02/07 16:46:06 at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    06/02/07 16:46:06 at java.lang.Thread.run(Thread.java:534)
    06/02/07 16:46:06 null
    webwfm.log:
    [16:46:6:941, 2/7/06] getDBConnection: :DBConnection object not found in session, unable to get Connection
    [16:46:6:945, 2/7/06] java.lang.Exception
    at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.setDBConnection(WfOnLoadHandler.java:239)
    at oracle.apps.oam.workflow.handlers.WfOnLoadHandler.doLoad(WfOnLoadHandler.java:119)
    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:324)
    at oracle.cabo.servlet.event.MethodEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.TableEventHandler.handleEvent(Unknown Source)
    at oracle.cabo.servlet.event.BasePageFlowEngine.handleRequest(Unknown Source)
    at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
    at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.UIXServlet.doGet(Unknown Source)
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:313)
    at oracle.sysman.eml.app.Console.doGet(Console.java:152)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:778)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)

    Hi, I have tried in two separate environments to create a new workflow farm and am getting the same error. I have already installed the Feb CU for both workflow manager and the service bus. I rebooted all servers after installing. 
    I noticed a message in the UI saying "Configuration operation failed. Please drop databases and use ‘Create a New Farm’ again." When I look in SQL Management Studio no databases have been created. The new farm wizard fails on the first step.
    Any ideas on a fix for this? Changing the format of the account as above didn't work for me. I am using a SQL alias on my server, would this cause any problems? When I test the connection to the DB from the wizard all tests pass.

  • Oracle Workflow Internal Forced termination Error

    We will appreciate if anyone can be of assistance in helping us with a problem we are experiencing with Oracle Workflow.
    We have an Oracle Workflow Task which has several activities.
    This exact version of the Workflow works in 2 other environments, with the exception of the current environment where we are experiencing the issue described below.
    1.     The Oracle Workflow Task is submitted via the Oracle Workflow monitor: Launch Processes
    2.     The Task terminates internally immediately after submission ***
    3.     The report result status on the first activity indicates “Force”
    4.     The overall Workflow reports result status indicates “Failure”
    5.     The first activity normally executes for 12 minutes before executing the next activity, we can see the process executing on the database level (Performing database steps as expected – logging to an audit table 6 times)
    6. The follow on activity never gets executed.
    We believe that this is an environment issue. Out application stack is:
    1.     Oracle Database 9.2.0.5
    2.     Oracle Workflow 2.6.2
    3.     Oracle warehouse builder 10g R2
    Thanks for any help in resulving this.

    Hi,
    We have just had a similar problem, also when trying to deploy a process flow module.
    After investigating the contents of the WF_ITEM_TYPES table we noticed that an entry allready existed with the same Name as the Process Flow Module that we were trying to deploy.
    To fix this we simply renamed the Mapping and reran the deployment, with sucess.
    We belive that a previous failed deployment of the Process Flow Module (due to a missing language), left the Database in an inconsistent state, renaming the flow meant that the PK was no longer broken, however the half finished deployment has probably left further rubish in the system.... we will see :-)

  • Error during Oracle Workflow installation to upload Business Events data

    My problems is :
    - I have installed correctly "Oracle workflow server 2.6.2" on Windows 2000;
    - when I try to "upload Business Event System seed data" the system display this message :
    ORA-20002 : 3819 File could not be opened or operated on as requested
    ORA-06512 : at "OWF_MGR.WF_CORE", line 280
    ORA-06512 : at "OWF_MGR.WF_EVENT_SYNCHRONIZE_PKG", line 357
    ORA-06512 : at line 8
    I have a machine configuration in this way :
    machine A : oracle database 9i
    machine B : application server 9iAS + Oracle Workflow server 2.6.2
    Thank you in advice
    Mohammed Amin

    Hi Mohamed
    In Workflow 2.6.2, you can load BES seed data using the wfxload command line utility. It is documented in the Workflow Guide.
    Cheers
    Mark

  • Urgent help needed in inserting data into a custom table in oracle WorkFlow

    Hi
    I am trying to get data from the WF and insert into a custom table..
    I read that workflow procedures WONT allow commits...
    Oracle Workflow will not support autonomous commits in any procedure it calls directly. If you need to perform commits, then embed your SQL in a subprocedure and declare it as an autonomous block. This subprocedure must be capable of being rerun. Additionally, note that Oracle Workflow handles errors by rolling back the entire procedure and setting its status to ERROR. Database updates performed by autonomous commits cannot be rolled back, so you will need to write your own compensatory logic for error handling
    Have anyone did this..
    Please give me some idea ...It is urgent
    I am getting data using getitemattribute..and try to insert it into a custom table
    thanks
    kp

    Pl do not post duplicate threads - insert dont work in Workflow
    Srini

  • [Oracle workflow 2.6.3] unable to find product oracle.swd.jre[1.4.0, 1.4.4]

    I want to install Oracle workflow 2.6.3 on my server, but i get the following error while installing the program.
    unable to find product oracle.swd.jre 1.4.0, 1.4.4
    Below the step i took:
    I selected the oracle_home and the path where my db has been installed. Then next... and the universal installer gives me that error. I can choose to continue or to go back. I tried to continue and oracle worflow has been succesfull installed. bet when to try to run the workflow manager. I get the following result:
    C:\oracle\product\10.2.0\db_1\wf\install>set JAVA_HOME=
    C:\oracle\product\10.2.0\db_1\wf\install>"\bin\java" -classpath ";C:\oracle\prod
    uct\10.2.0\db_1\wf\java;\lib\rt.jar;\lib\i18n.jar;C:\oracle\product\10.2.0\db_1\
    wf\install\WorkflowCA.jar;C:\oracle\product\10.2.0\db_1\jlib\ewt3.jar;C:\oracle\
    product\10.2.0\db_1\jlib\ewt3-nls.jar;C:\oracle\product\10.2.0\db_1\jlib\share.j
    ar;C:\oracle\product\10.2.0\db_1\jlib\swingall-1_1_1.jar;C:\oracle\product\10.2.
    0\db_1\jlib\fndctx.jar;C:\oracle\product\10.2.0\db_1\jlib\wfjava.jar;C:\oracle\p
    roduct\10.2.0\db_1\jlib\wfapi.jar;C:\oracle\product\10.2.0\db_1\jdbc\lib\classes
    12.jar;C:\oracle\product\10.2.0\db_1\sysman\jlib\emd.jar;C:\oracle\product\10.2.
    0\db_1\jlib\emConfigInstall.jar;" oracle.apps.fnd.wf.install.db.WorkflowCA /wfdi
    r "C:\oracle\product\10.2.0\db_1\wf" /orahome "C:\oracle\product\10.2.0\db_1" /
    wintz "W. Europe Daylight Time" /systemroot "C:\WINDOWS" /ospath "C:\OraHome_2\
    bin;C:\oracle\product\10.2.0\db_1\bin;C:\OraHome_1\bin;C:\OraHome_1\jre\1.4.2\bi
    n\client;C:\OraHome_1\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\Sy
    stem32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\Program Files
    \Support Tools\;"C:\Program Files\Symantec\Norton Ghost 2003\";C:\Program Files\
    QuickTime\QTSystem\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\;C:\Program Files\Common Files\Nero\Lib\;C:\Program Files\Com
    mon Files\Nero\Lib\"
    The system cannot find the path specified.
    Anyone an idea to resolve it...
    tnx in advanced....
    Edited by: user565199 on 15-jan-2009 3:33
    Edited by: user565199 on 15-jan-2009 3:52

    sorry maybe a noob question but does it means io have to install the whole db again?I don't know. Try to install OWF 2.6.4 and maybe it upgarde all compnents from OWF 2.6.3
    Are can you choose to install the workflow server only. When i start the install file with the universal installer i can only choose forYou need additional Oracle Database Companion CD, for link look at this message
    (from thread which I provided in prev. post)
    Re: Create Process Flow
    Regards,
    Oleg

  • Oracle Workflow 2.6.3 Installation

    Hi,
    On a Redhat Linux server 3, I have installed Oracle 10g Infrastructure and Middle Tier. I have also a 10g Databse installed on this machine. I want to install Oracle Workflow 2.6.3.
    I used the Contnet Management SDK 10g(9.0.4.0) CD and run the installer. AS mentioned in Oracle Note:265554.1, stopped the installation up on the Workflow Configuration Assitant. Then changed the wfinstall.csh file as mentioned in the note. Then executed the wfinstall.csh from command prompt. This invokes a GUI which ask for few parameters.
    I would appreciate if you help me in filling this parameters.
    1. What is that Sys password? Is it the password for Infrastructure databse or that of the 10g database.
    I tried with infrastructure password and connection details. This installtion hangs at the following.
    WorkflowCA: /opt/oracle/product/904_portal/bin/sqlplus OWF_MGR/<WFCA WF
    PASSWORD> @/opt/oracle/product/904_portal/wf/sql/wfcorec.sql OWF_MGR <WFCA WF
    PASSWORD>
    When I tried with 10g database, it is not connecting. It shows sys connect failure error.
    I am able to connect to both infrastructure and 10g database from Sqlplus locally and using Jdeveloper from remote machines.
    All the web urls (EM/PORTAL) are working.
    Also on general ,
    1. Can the workflow 2.6.3 installed to the on the 10g Portal database? Does it require a seperate database? Can this database co-exist in the same Server?
    Please help with your suggestions.

    Vinod,
    The SYS password is the SYS password of the database into which you wish to install the workflow server.
    I would recommend you connect to SYS to the database separately to test the connection- sqlplus sys/&lt;syspwd&gt;@&lt;db&gt; as sysdba
    Also, what install are you trying to use? Just workflow or 10gAS and workflow ?
    if you are just looking for oracle workflow 2.6.3 to be installed on a 10g database without any 10gAS, you can use the workflow server shipped with the 10g database.
    If you are using workflow shipped with the 10gAS, you are on the right track- install workflow from the CMSDK cd onto any database of you choice.
    Hope this helps...
    Raja

  • What is use of Rewind facility in Oracle workflow ?

    Hi Guys I am new to Oracle Workflow ... I have few doubts on Rewind facility in Workflow as follows ...
    Please spare some time to respond back ... Thanks in advance
    1. What is the Use of Rewind option ?
    2. Whats scenario we shoudl use it ?
    3. What are advantages of it ?
    4. What are the drawbacks of it ?
    5. Any other details to know more it ?
    Raghu

    1) it will 're-start' a Workflow at any Function in the Flow, even all the way back to the first Start.
    2) At one point certain of our SSHR changes would error on Event Alert triggers. Rewinding would successfully save the data. Another use is when a change errors because of termed Supervisors. After the Supervisor has been corrected, rewinding will allow the change to progress.
    3) it means there may be a way to recover a FLow
    4) Doesn't always recover the Flow
    5) not really; try it out in test environment

Maybe you are looking for

  • Why cant i see replies in my text messages?

    Im texting my friend over my iPod gen 4 to his iPhone 5 and i have 3 problems occur. 1. the message never fully sends. the sending bar is almost there, but never finishes. 2. If the sending does finish, my messages wont 'deliver' 3. If my messages de

  • My Nike + receiver is not recognized by my iPod

    I have a 60Gb iPod with video, I have the 1.2.1 version already installed. I got a Nike + receiver, but when I connect to my Ipod i just got a error message telling me "this accesory is not supported". I reset the ipod but the error is still. I had t

  • Disk utility is acting strange

    Hello, My Disk Utility is acting strange: I get inconsistent results on First Aid. I get either "Volume Bit Map needs minor repair", "Keys out of order", "Invalid node structure", "Invalid volume file count", "Invalid volume free block count", or "Vo

  • How to defeat the shadow?

    I have an ObjectStyle, that has shadow in its properties. Now i need to switch off this option. I tried like this: myDoc.AllObjectStyles.Item("my").ContentEffectsEnablingSettings.EnableDropShadow = False myDoc.AllObjectStyles.Item("my").FillEffectsEn

  • SGE2000 DHCP Relay Issue

    I am looking for some help with DHCP Relay on a SGE2000 switch. I have configured two VLANs on the switch, VLAN2 (192.168.10.x/24) and VLAN3 (192.168.9.x/24). I have the switch in Layer 3 mode. I have configured the DHCP relay server of 192.168.10.4