OWB Client: 10.2.0.1.31, Server  10.2.0.1.0 Process Flow Route activity err

Hi,
I have a simple process flow calling other process flows with the ROUTE activity. My PF validates fine with 3 out transitions (complex expressions) and 1 Transition to End Activity. I'm trying to add new out Transition based on complex expression I'm getting the validation warning.
PF_START     WarMsgKey     VLD-10007: Activity ROUTE has outgoing transitions with duplicate conditions defined, thus making the process flow ambiguous.
VLD-10007: Activity ROUTE has outgoing transitions with duplicate conditions defined, thus making the process flow ambiguous. The only allowed conditions are "SUCCESS", "WARNING", "ERROR", "UNCONDITIONAL", and the transitions on any activity are always evaluated in this order , thus having duplicate transition conditions will make the flow invalidate the process flow.
I verified route transitions and all the 4 conditions are different. Does anyone has had the same problem.
Thanks
-DvvB

Hi Nawneet ,
Thx for ur suggestion. I can't use fork since I need to conditionally execute PFs based on my input.
I did the following to achieve the result.
Start -> Route
variable = 1 Transition to PF 1 -- End Success/Failure
Variable = 2 Transition EXECUTE pf 2 -- End Success/Failure
Variable=3 Transition execute PF 3 -- End Success/Failure
Default Transition to End Success
Default Transition to ROUTE 2
variable = 4 Transition Execute PF4 -- End Success/Failure
Default Transition from ROUTE 2 -- End Success/Failure
Thanks
-DvvB

Similar Messages

  • 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

  • Which folder requires the permission to run OWB client on linux server?????

    I use to login to linux server by Xmanager by windows machine which requires a username and password, when i changed the password recently OWB started showing a error when exiting OWB client open on server throuh XMANAGER, It is asking for a permission on a particular folder..............can anybody tell me which folder requires the permission to run OWB client on server???

    This is probably complaining about either the preference properties files or some other user preference files in owb/bin/admin
    Cheers
    David

  • Error while fetching data from OWB Client using External Table.

    Dear All,
    I am using Oracle Warehouse Builder 11g & Oracle 10gR2 as repository database on Windows 2000 Server.
    I facing some issue in fetching data from a Flat File using external table from OWB Client.
    I have perform all the steps without any error but when I try to view the data, I got the following error.
    ======================================
    RA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file expense_categories.csv in SOURCE_LOCATION not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    java.sql.SQLException: ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file expense_categories.csv in SOURCE_LOCATION not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:455)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:413)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:1030)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:183)
         at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:774)
         at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:849)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1186)
         at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1377)
         at oracle.jdbc.driver.OracleStatementWrapper.executeQuery(OracleStatementWrapper.java:386)
         at oracle.wh.ui.owbcommon.QueryResult.<init>(QueryResult.java:18)
         at oracle.wh.ui.owbcommon.dataviewer.relational.OracleQueryResult.<init>(OracleDVTableModel.java:48)
         at oracle.wh.ui.owbcommon.dataviewer.relational.OracleDVTableModel.doFetch(OracleDVTableModel.java:20)
         at oracle.wh.ui.owbcommon.dataviewer.RDVTableModel.fetch(RDVTableModel.java:46)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel$1.actionPerformed(BaseDataViewerPanel.java:218)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:282)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel.executeQuery(BaseDataViewerPanel.java:493)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.init(BaseDataViewerEditor.java:116)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.<init>(BaseDataViewerEditor.java:58)
         at oracle.wh.ui.owbcommon.dataviewer.relational.DataViewerEditor.<init>(DataViewerEditor.java:16)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.wh.ui.owbcommon.IdeUtils._tryLaunchEditorByClass(IdeUtils.java:1412)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1349)
         at oracle.wh.ui.owbcommon.IdeUtils._doLaunchEditor(IdeUtils.java:1367)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:869)
         at oracle.wh.ui.owbcommon.IdeUtils.showDataViewer(IdeUtils.java:856)
         at oracle.wh.ui.console.commands.DataViewerCmd.performAction(DataViewerCmd.java:19)
         at oracle.wh.ui.console.commands.TreeMenuHandler$1.run(TreeMenuHandler.java:188)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    ===========================
    In the error it is showing that file expense_categories.csv in SOURCE_LOCATION not found but I am 100% sure that file is very much there.
    Is anybody face the same issue?
    Do we need to configure something before loading data from a flat file from OWB Client?
    Any help would higly appreciable.
    Regards,
    Manmohan Sharma

    Hi Detlef / Gowtham,
    Now I am able to fetch data from flat files from OWB Server as well as OWB Client.
    One way I have achieved as suggested by you
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copy all flat files on OWB Server
    5) Updated the location which I created at the client.
    Other way
    1) Creating location on the OWB Client
    2) Samples the files at client
    3) Created & Configured external table
    4) Copied flat files on the sever in same drive & directory . like if my all flat files are on C:\data at OWB Client then I copied flat file C:\data on the OWB Server. But this is feasible for Non-Windows.
    Hence my problem solved.
    Thanks a lot.
    Regards,
    Manmohan

  • OWB Client installation on Solaris

    Hi,
    Is there a OWB client installation available for Solaris 10 x86. What i am looking for is Stand alone client installation without server components, same as we have for Windows.
    If available please tell me from were i can download it.
    Thank You,
    Niranjan.

    Have you check this:
    http://www.oracle.com/technology/software/products/warehouse/index.html

  • Owb client+performance+x-windows

    Hi,
    We are using 11.2.0.1 and finding the performance of OWB slow e.g opening mappings, control center etc.
    Machine has enough memory (2.5 GB and checked memory being used in task manager for owb.exe (about 400 M), total being used on PC at any time for all applications aboout 1.5gb and ruled out network latency as tested other cleint/server applications to access the same machine and dataabse and these are fine performance-wise.
    The server is located in the same building as the cleint and is a UNIX server.
    We are using the cumulative patch recommended by Oracle for performance reasons - still same problem.
    Anybody any other tips to get design center/control center to open quickly etc?
    Used previous suggestions such as Tools/Optimise repository etc and purging of audit tables.
    Another question
    Is it possible to run owb client (i.e. open/amend/deploy/run mapppings etc with the windows interface directly on the UNIX server (~e.g using x-windows) as opposed to the client WINDOWS pc
    Many Thank

    Hi
    There are patches with performance related fixes in this area, if you can upgrade to 11.2.0.2 that is advised otherwise there is a mega patch for 11.2.0.1;
    BEST --> OWB 11.2.0.2 + megapatch v3 (12874883)
    ALTERNATE --> OWB 11.2.0.1 + patch for bug 10270220: Mega Patch v2 (supersedes patch 9802120)
    Cheers
    David

  • OWB CLient Application Problem

    Hi All,
    We have the installed the OS as Windows 2003 server Enterprise Edition and on which we have installed the ORACLE 9i Database. Even our OWB Design time installation went on successfuly with the creation of Target schema & Run time repository schema. Still the problem we are facing is as soon as we try to start the OWB Client application it gets hung immediatly after showing the first popup of OWB Client server 9.2.0 screen. Please let us know is there any other setting we need to do for this to start off smoothly. Is there any OWB server installation needed? Your early reply would be very helpful.
    Thanks & Best Regards,
    Ratna

    Hi Ratna,
    Please follow the steps as given:
    1) change datetime in your client machine to current date.
    2) reboot your machine
    3) move the following files to another backup place eg desktop:
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/US_export_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/jce1_2_1.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/local_policy.jar
    $OWB92_CLIENT_HOME/jdk/jre/lib/ext/sunjce_provider.jar
    Where $OWB92_CLIENT_HOME is the path to your owb9.2 client home.
    4) Copy the 4 replacement files, (mail me to - [email protected], I'll send you the 4 .jar files), to the directory OWB92_CLIENT_HOME/jdk/jre/lib/ext/
    5)start owb…
    If all has gone well, delete the files moved in step 3.
    Cheers,
    Swagata

  • OWB client error

    when i am trying to login into my oracle 10.2.0.4 database repository installed on a linux server from my OWb client 10.2.0.31, i am getting the following error:
    API5036: Client Version 10.2.0.31 is not compatible with repository version 10.2.0.4
    how rectify this error

    Solution: Get the patchset from: https://metalink.oracle.com/CSP/ui/index.html
    Source of the below table is from Metalink website.
    10.2.0.4      7005587      AIX5L Based Systems (64-bit)      10-sep-2008      1.1G           
         7005587      HP-UX Itanium      10-sep-2008      954M           
         7005587      HP-UX PA-RISC (64-bit)      10-sep-2008      808M           
         7005587      Linux-x86-64 (AMD64/EM64T)      30-aug-2008      530M           
         7005587      Linux x86      12-jul-2008      530M           
         7005587      Solaris Operating System (SPARC 64-bit)      10-sep-2008      593M           
         7005587      Windows 32-bit and 64-bit (AMD64/EM64T)      11-jul-2008      528M           
         7005587      Windows Vista 32-bit and 64-bit      1-dec-2008      293M      32-bit patch certified on 64-bit platform also      
         7005587      Windows 64-bit Itanium      1-dec-2008      579M           
    API5036 Error
    please note that the versions mentioned in the above thread might be different but the principles remain the same. Your client and repository verison should be the same at all times.
    Edited by: Darthvader-647181 on Dec 16, 2008 1:24 AM
    Edited by: Darthvader-647181 on Dec 16, 2008 1:31 AM

  • OWB client installation

    hi,
    We have done the server side installation completely along with the client but the OWB Client window is not coming up.
    Please suggest the reasons for the same.
    Regards,
    Pankaj

    Hi Pankaj,
    what version of OWB yor are using? What do you mean by 'OWB Client window is not coming up'? Do you mean to say that you are clicking on design center icon (if its is a 10g version) from start > All programs > OWB HOME > warehouse builder > design center and the login screen is not opening ?
    Please elaborate a bit more !
    Cheers,
    Swagata

  • Installing OWB client in windows

    Hello,
    My OWB is running in linux, the version is 11.1.0.7.0. Now every time, i use vncserver to open the owb mapping and it is painful proces. I wanted to install
    client on my local machine and i want to access the OWB.
    I downloaded the OWB client from oracle website. I just found this link and from the below link, i got into oracle site.
    http://humbletrader.blogspot.com/2006/01/install-owb-client.html
    The downloaded zip file name is OWB_10.1.0.4.0.zip
    The installation is successful. Then when i connect Oracle warehouse builder screen, it accept my userid/password(Oracle warehouse builder repositary username, password).
    then it ask me to select repository name(DESIGNCENTER_VIEW/USER). I selected DESIGNCENTER_VIEW. Then it is asking me to register this repository. I pressed YES. But is hanging for ever... Any one has seen this kind of problem??

    Hi ,
    If your OWB server version is 11.1.0.7.0 then you can not connect from any OWB client whose version is not 11.1.0.7.0.
    You can download OWB 11.1.0.6 standalone software from
    http://www.oracle.com/technology/software/products/warehouse/index.html
    On top of it you have to apply 11.1.0.7 patch 6890831
    After that you can connect from OWB 11.1.0.7 client to OWB 11.1.0.7 server .
    Thanks,
    Sutirtha

  • You dont have any repository to work on.OWB client will Exit now

    I am getting the message saying that "You dont have any repository to work on.OWB client will Exit now ",when i am trying to connect Repository using OWB 9.2 client.
    Repository is already available in Onsite server.
    I have given all the login credentials to connect
    username
    password
    Host
    Port
    Service name
    Could you please advice me what will be reason for this issue?

    Error was given because we tried connecting using OWB client 11.1.06 (without patch-set) on a 11.1.07 repository

  • OWB Client throws a DOS window when started

    I installed Oracle Warehouse Builder 9i for Windows 2000 Advanced Server, and after installing configured the repository assistant, and a runtime assistant. I did not configure a OWB Browser as it asked for a Oracle Portal. Now when I start OWB Client, it first opens another window which is like a DOS window listing OWB environment variables, and the window comes with a Title "Select Oracle Warehouse Builder Client". Why is the window appearing?, I can simply close it, but what causes it to appear. I have a feeling I missed the Project>Preferences>Utilities. Does anyone concur with me.
    Thanks.
    Steve

    Reinstalled it, and it works fine, no DOS window anymore. Dont know why the problem was there in the first place.
    Thanks,
    Steve

  • What is the best environment for OWB Client?

    Our environment is mostly AIX 4.3.3.and 5.1 but we run Windoze on the desktop. The vast majority of our sources are Oracle on AIX and our test and production targets and repositories are AIX as well.
    Would You (collective population) suggest running the OWB client on one of the AIX servers or from the Windoze desktop?
    I noticed when using OWB Client from the Windoze desktop that when I define a Flat File source it wants to only look at desktop and attached drives. If I have flat files on one of my AIX servers, how can I use that as a source? Or even if I have OWB Client running on one of the AIX servers and the flat file is on another server, is the only way to get it via someting like NFS mounting?
    Thanks for the advice to this newbie.
    /gary

    As for the client part, there is no preference other than OWB is usually first released on the Windows platform and then certified on others. If you don't mind waiting several weeks or so for the updates, you can run the client on any available platform.
    As for flat files etc. - you need to have flat files on the client only for file format sampling during the design phase, so a sample (with a couple of rows) of the 'real' file on you client is enough. When you deploy your design to the target platform, you will specify where the actual file resides (hostname, usr/pwd, directory etc.) - remember, once you deploy your design to the target, everything runs from there.
    Regards:
    Igor

  • Installing the OWB Client

    Hi,
    I have installed full version of OWB 10g in Server.Now i want to install OWB client in local systems.How to select OWB client tools instead of total installation.
    Please suggest me on this.
    Regards,
    Surendra.V

    Hi Surendra,
    since OWB10gR1 (as I remeber) there is not separate option for installing server/client parts of OWB.
    Oleg

  • Repository set-up throgh OWB Client

    Hi,
    Please let me know the following possibilies.
    If we installed DB Oracle 11g, owb automatically installed along with that.
    We only need to configure the repository.
    Here in my case DB has been installed in AIX server.
    So,is it possible that we use the stand alone OWB client and then
    configure the repo without touching it in AIX machine and dircetly
    doing it form OWB client.
    Regards
    Smita

    Hi Smita
    We just have done a similar installation.
    Unfortunatly we insatlled DB 11.2.0.*2* on AIX, but the latest available version of Windows Standalone Client is 11.2.0.*1*.
    The Repository Assistant check the those versions :-(
    -> We run the Repository Assistant on AIX
    Later on we faced another issue when connecting to the Control Center ... (see my post RTC-5260: Connection to Control Center failed a few minutes ago)
    Beat

Maybe you are looking for

  • How to transport a permission deletion in GRC AC 10

    I am trying to modify our rule set and need to transport a permission/action deletion.  I have spent hours searching for an answer to this today and this is my last hope. When I transport the ruleset after making the deletion, it doesn't leave the ru

  • Where is Expiry date & Rule that is triggered in CRMXIF_ORDER_SAVE_M

    Hi All, I am trying to troubleshoot an issue in the idoc CRMXIF_ORDER_SAVE_M. Segment name is E101CRMXIF_APPOINTMENT_XT under E101CRMXIF_BUSTRANS. 1st node should be populated with Expirydate. But it is populating the approve date. When I try to debu

  • HP Laptop not able to connect to internet thru airport

    I just got a new Airport Express for my Mac... I cannot get my roomates HP Laptop to connect to the internet... It seems like it has found the network I made, and connects, but won't connect to the internet... I've tried everything I can think of...

  • Siri not working with Nike plus

    I noticed today that siri would not working while i was using Nike Plus on my run.  Is this a known problem or is it just me?

  • Printing area cut off

    I have a HP4500 officejet on a mac power pc G4 with 10.5.8. My problem is that the print cuts off in the middle of words, 15mm from the short edge of a landscape sheet! the other side short edge of the landscape sheet (A4) prints to 10mm from the edg