How to install & Configure Work Flow for OWB

Hi All,
I have installed companion products and now to configure work flow, what schema name should I have to give.
Can anybody tell me please.
Thanks,
Siva

Hi Siva,
If you are going to use workflow only for OWB , then what ever you have done is enough .
Using the Companion CD launch the UI and from the installation options Choose the following option "Oracle Database 10g Companion Product” Installation Type (Install into new Home)
This option will install the HTTP-Server
This option will create the default DAD for workflow
1 In the Middle Tier Configuration screen enter the required parameters
Workflow Schema: Schema Name
DB Host: DB Hostname
Port Number: DB Port on Host
Oracle SID: Database SID
2. Enter the Password for your oracle Workflow Database Account
3. This installation should have created the default DAD "/pls/wf" for you. It is required to restart the HTTP Server using the commands
$ORACLE_HOME/opmn/bin/opmnctl stopall
$ORACLE_HOME/opmn/bin/opmnctl startall
Where ORACLE_HOME is the HTTP Server home
4. Now you can access the Workflow Home Page
Thanks,
Sutirtha

Similar Messages

  • Work Flow  for OWB 10.2.0.4.36

    Hi All,
    Can anybody please tell me where I can download work flow for OWB 10.2.0.4.36?
    Thanks,
    Siva

    http://www.oracle.com/technology/products/ias/workflow/index.html

  • How to trigger my work flow for particular object.

    hi
    if i create application for particular object like va01(sales order)
    whenever sales order is created, my workflow also triggered.i want trigger my workflow only by me!
    is it possible?
    thanks in advance
    manosh.

    Hi,
    Yes,
    In swetypv you can add function modules to event type linkage.
    You could add a check function module to the event, in that module you can check if the user who created the event is you, if not raise an exception, this way the event will not result in a workitem.
    Reward points if found helpful....
    Cheers,
    Chandra Sekhar.

  • Regarding work flow for credit block release in sales order

    Dear Experts,
    Kindly help me with work flow-
    my scenario is if customers credit limit of 5000$ exceeds in sales order it should be blocked and notification should go to authorize person through simple mail to release this block.
    for this i have done settings in out control i have used output type krml and determined partner as employee responsible to release block in customer master but mail is not triggered to authorized person for credit block and how i can create work flow for this so that authorized person should get notify for credit block as well he releases block also.
    Regards
    Supriya

    Dear supriyaparimal,
    Please find the below points to fix your issue.
    1. Configure the out put determination by using the condition type KRML.(Hope oyu have done it already).
    2.Maintain the condition records in VV11 for condition type "KRML"
    3.Then select the condition record and click the communication tab .
    4. If you want to give any information you can use "Note for recipient".
    5. If the information has to be sent to relevant person you recipient name in the recipient column.
    Save the documnet.
    If you raise the sales order and if it is blocked then system automatically send the information to respective person.
    You can get this in formation in ""SBWP" transaction code.
    Check the in box, the information what you have mentioned in the condition records will be appeared.
    Please let me know if you have any clarifications
    Thanks&Regards
    raghu.k

  • Work Flow for Purchase Order

    Dear All,
    How to create Business Work Flow for Purchase Order Creation and it’s release process.
    I want to create purchase order and forward for release process. I want to done all this process through Work Flow.
    So can anybody guide me step-by-step guidance for Purchase order creates & release process through “SWDD”?
    Regards,
    Mahesh Wagh

    Hi Mahesh,
    See this link. It might help you.
    [https://wiki.sdn.sap.com/wiki/display/ERPSCM/RELEASE%20PROCEDURE#RELEASEPROCEDURE-RELEASEPROCEDURE]
    Thanks&Regards,
    Manjula.S

  • How to config work flow for approval in snp?

    Dear Expert,
    we want to running TLB for deployment stock orders which are approved by leaders.
    please tell us how to config work flow for approval in snp?
    thanks so much

    Hi,
    I got to know from DB49 that some workflow is available in GATP, but as far as I know, there is no such possibility in SNP.
    Deployment stock transfer kind of data exists in livecache order series, and it's very tough to manipulate it in some way to suit the approval workflow.
    As far as I can propose, you would need to do following (big custom development):
    1) Create a custom transaction
    2) Read Deployment Stock transfer data in accordance with your selection criteria and display it to the relevant user/approver
    3) User would accept/reject the Deployment Stock Transfer. This action is possible in a custom transaction.
    4) If Deployment Stock transfer is rejected, delete it from livecache
    5) Now when you run TLB, only approved Deployment Stock Transfer would be available to be coverted to STOs.
    In the above development, you could create logs/reports as you need for audit kind of purpose.
    This won't be a very simple development, but it's possible.
    May be someone could give you some better alternative.
    Thanks - Pawan

  • Work Flow for Manually Disabling Account and Reporting on Disabling Account

    Hi All
    THis is my First Time To Create Work Flow for Idm Project Please Help me
    i want Work Flow for Manually Disabling Account and Reporting on Disabling Accounts
    Please Tell me How I will have to start, to create the code, I know how to configure but may be I will use BPEL or Through Netbeans and plugin I will use.
    please provide me sample code, so that I can start workflow work

    Thats configurable buddy ! ! And possible in 10G and 11G both versions.
    Functional Roles : These are the groups/roles in OIM 10g/11g with access policies attached at the backend.
    - Create a dummy resource and name it Request Role or anything as you like. Attach an Object Form to it and have form field for Role Name, this would be a lookup type field linked to all OIM groups (leave system values using lookup query). So a user can select any OIM Group in this request as per configuration. Have approval workflows defined on this dummy resource Request Role and in its Provisioning Process make user/s a part of the requested group.
    - Now once the user is made a part of the group, the associated access policy would be invoked automatically and thereby provisioning. The only thing you need to keep in mind is that create the access policy without approval (there is a check box). If you do this the approvals would never be invoked even if you assign a group manually to the user coz it suppresses all the approvals in this access policy.
    IT Roles : These would be linked to the resource and you can define individual approvals on the resources as required.These approvals would be required if someone raises a request for these resources individually.
    Thanks
    Sunny

  • Typical work flow for porting c/c++ libraries?

    I'm new to the whole Alchemy world and I'm also very rusty regarding my knowledge in C/C++ (which was never that good to begin with). This is making my experimenting with Alchemy somewhat difficult, since I don't know if the problems I have are related to me not understanding the C-compiling process or the library I'm trying to compile not even being possible to compile using the Alchemy gcc. I've managed to compile some of the samples in the Alchemy download and some "Hello world" level code of my own. But I've yet to fully understand the process of compiling an arbritary C-library to an swc. So, what I'm hoping for is for you guys that have more experience with this to give some pointers about the whole process by answering my questions below.
    1. Are there any indicators one can look for in C-libraries to determine if they can be successfully ported? (e.g. only use ANSI-C libs)
    2. What would be the typical work flow for porting a C-library after having downloaded it's source? How do you go about starting to build the C<-->AS3 interface? Do you dive into gluegen immediately, or write the glue.c by hand?
    3. When should one do ./configure; make etc. to compile a library and when does one simply use gcc alib.c...?
    4. Do you have any examples of simple C-libraries one could try to port? With simple I mean libraries that don't have any external dependencies to other libraries and have a relatively small source (say 5-10 files or something).
    Feel free to chip in with any answers you may have. And since I'm a n00b, please use idiot-speak as much as possible

    Thks for ur reply Jens.
    But still it not very much clear to me.
    Can you please throw some light in the bellow sinerio :
    Let say I want to build an sample  music player application in Linux  which will be having  following module
    1) GUI : which contain one button : say  PLAY
    2) Event handler :  for the click event of PLAY Button
    3)Plugin for playing music : code wich actually plays the music
    So GUI that is button if devolop in FLASH/FLEX
    Event handler module will be written in Action Script
    Plugin will be written in C which will use gstreamer framework APIs in turn . So these plugin API's should get called from Event Handler i.e Action Script code And here is the place where binding from FLASH to C API's is requried.
    So in the above senirio the actual execuable of the application will be nothing but swf file only.
    Can I use Alchemy as a glue  for binding FLASH & C??
    Plz correct me if I am worng.
    Please share ur thoughts ...
    Thanks in Advance
    Kapil

  • Triggering a sub work flow for multiple users at same time.

    I have a scenario in which I have created sub workflow as an activity for approval process. This sub work flow should be triggered for multiple users at the same time and their decison is independent of each other.
    This is like creating multipe instance of the same sub work flow and then the sub work flow runs indepedently as a new work flow for each of the approver and the process is completeded for approver independently.
    How can this be achieved?

    Tyr to do like this,
    1. First include the subworkflow in the main workflow template.
    2. Now include standard Block Step in the main workflow template.
    3. In the block select the block type as ParForEach.
    4. Before doing the 3rd point make sure that all the agents for whom you want whom you want to initiate the workflow, populate them in a Multiline conatiner element.
    5. Once completing 3rd and 4th points open the block step under the tab ParallelProcessing  assign the multiline container element name in the   for e;g if the multi line container element name is COSTCENTER then do the binding like below. the conatiner element COSTCENTERLINE is created by default once you include the multi line conatiner element under parller processing tab.
    &COSTCENTER[&_WF_PARFOREACH_INDEX&]&   -------->     &_COSTCENTER_LINE&
    Now assign the agent of the subworkflow as COSTCENTERLINE , imean if suppose you have 3 entries in the internal table then three separate and for three different agents the workflow is instantiated.

  • Work flow for release of PO

    HI,
    I am doing customization settings for work flow for release of PO (Task customizing over view).
    If the PO created Auto mail should go to the releaser.
    I configured as below.
    1)     I assigned Agent in Task customizing over view.
    2)     If I go to activate event linking >>work flow for release of PO it is deactivated.
    If I activate manually after creating PO it will be deactivated.
    Pls Help on this.

    In event linkages , tick 'Linkage activate' and in 'Behavior Upon Error Feedback' select value as 3 (Do not change linkage'.

  • Re: Work flow for resource / work center in MEINT

    Hello Experts,
    We are working on SAP ME 15.0 recently installed. We are trying to send the work center from ECC to ME. In MEINT we see only the following work flow for work center / resource:
    As can  be seen, LOIWCS02 is not there. When we sent work center (category 9100) with LOIWCS02 IDoc type, it failed in MEINT. But when we sent work center from ECC (category 9100) using IDoc type 9100, it was processed successfully in MEINT but it created work center in ME.
    The other component LOIWCS02_ME_RES or LOIWCS02_ME_WC is not getting called. What is the possible reason and resolution?
    Would be thankful for any feedback on this.
    Thanks in advance
    Srinivas

    Hello Alexander,
    Thanks for the quick reply.
    As per the help document, the work center category 9100 is supposed to create a Resource in SAP ME but it ends up creating work center in ME.
    If you see the screen shot I had put in my query, I see that there are three work flows - one for LOIWCS03 and the other two for LOIWCS02_RES and LOIWCS02_RES. Would this make any difference since I would expect that the work flow for RES and WC should also be in line with LOIWCS03?
    I will be asking my tech team to raise a support incident for this. Meanwhile I would appreciate your reply on this.
    Thanks
    Srinivas

  • Approval work flow for Role based and Resource based

    Hi All,
    We have to implement approval work flow for the following things in OIM 9.1.0.1
    Approval work flow for Functional Roles (Groups in OIM) (Approvalsrequired for users to get these roles)
    IT Roles (Resources in OIM) (Approvalsrequired for users to get these resource)
    Functional Role (Group) contains policy1,polici2. Polciy1 contains res1,res2 and Policy2 contain res3,res4.I want to create approval work flow for this Functional Role to achieve the following
    User raise a request for the functional role, then it should wait to get manager approval. then once its gets approval, that user account should create on all resources which are involved in that group.
    And, I have to define approoval work flow for all individual resources to get users account creation on target with approvals. These resources may include in the groups as well.
    After getting approval for functional role (Group), then Will OIM starts the approval flow for all resources involved in the group? becase, all resources have approval workflow at resource level also.
    My Goal: Approval work flow for Group, should not process the approval work flow for resource. can we do it in OIM 9.1.0.1?
    And can we do the same in OIM 11g also?
    Please help me and do let me know, if you need any information from my end.
    Thanks.

    Thats configurable buddy ! ! And possible in 10G and 11G both versions.
    Functional Roles : These are the groups/roles in OIM 10g/11g with access policies attached at the backend.
    - Create a dummy resource and name it Request Role or anything as you like. Attach an Object Form to it and have form field for Role Name, this would be a lookup type field linked to all OIM groups (leave system values using lookup query). So a user can select any OIM Group in this request as per configuration. Have approval workflows defined on this dummy resource Request Role and in its Provisioning Process make user/s a part of the requested group.
    - Now once the user is made a part of the group, the associated access policy would be invoked automatically and thereby provisioning. The only thing you need to keep in mind is that create the access policy without approval (there is a check box). If you do this the approvals would never be invoked even if you assign a group manually to the user coz it suppresses all the approvals in this access policy.
    IT Roles : These would be linked to the resource and you can define individual approvals on the resources as required.These approvals would be required if someone raises a request for these resources individually.
    Thanks
    Sunny

  • How to install & configure Oracle9i

    How to install & configure Oracle9i

    Hi,
    The Oracle installation mainly depends on which OS are u using.
    1.If u are using as a windows platform.... it is easy ..just follow the GUI mode of installation from the 3 disks ..u can download the database from www.otn.oracle.com site.
    2.If u are installing on the Unix platform ..then it is little bit tricky and also depends on the which flavour of unix u are using.
    For unix installtion ..
    1.u have to set the kernel parameters first and then reboot the system.
    2.creating the groups dba and oracle .. granting the group privs
    3.create the profile file for setting the environ variable...
    4.Then follow the GUI mode of installtion for the rest..
    about the patches ... u need to be specific about the type of unix flavour ur using and the version.
    hope this helps.....
    Thanks,
    With Regards,
    Praveen Shiva

  • How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439

    An Small step by step how to install this app. I this first example it was installed on Red Hat 6 Linux
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439.
    1 - Download it from https://lenovo-na-en.custhelp.com/app/cust_alp/p/1031,1150
    2 - Change File permissions ( chmod +x setup-1.4.4.14439.bin)  
    3 - Now you can install so execute this sintaxis : ./setup-1.4.4.14439.bin
    4 - When app installation finishes, you must do it with this file into folder installation (chmod +x LenovoEMCStorageManager)
    5 - Then to open the app execute it: ./LenovoEMCStorageManager
    Video Tutorial
    How to install LenovoEMC Storage Manager for Linux: Version 1.4.4.14439
    In This second example I installed same version on Ubuntu 13.10. Look at the end of messages of thread and you will see this steps
    Install Storage Manager setup-1.4.4.14439.bin in ubuntu.
    Attachments:
    lenovoemcstoragemanager.jpg ‏27 KB

    Hello everyone ,
    I have a lenovo px4-300d, I'm on Ubuntu 13.10 64bits with Gnome 3 as GUI and I'm trying to install  the LenovoEMC storage Manager but it failed  :
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    Launching installer...
    Graphical installers are not supported by the VM. The console mode will be used instead...
    Preparing CONSOLE Mode Installation...
    ===============================================================================
    Choose Locale...
        1- Deutsch
       ->2- English
        3- Español
        4- Français
        5- Italiano
        6- Nederlands
        7- Português  (Brasil)
        8- Svenska
    CHOOSE LOCALE BY NUMBER: 2
    =======================================================
    Installer User Interface Mode Not Supported
    The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
    =======================================================
    Is it still aproblem with the 64 bits architecture ?
    Have you find any solutions ? Thank you very much

  • How to install mdk in nwds for creating mobile applications

    Hi experts,
    how to install mdk in nwds for creating mobile applications?
    reward points for appropriate answer.
    Thank you,
    G.V.K.Prasd

    HI,
    MDK is already integrated in NWDS. Separate MDK download is only necessary in case you want to use Eclipse as single DEV environmant without the full blown NWDS orwant to develop for earlier versions like MI7.0.
    So very important: separate MDK does only support MI7.0 and earlier versions. If this is your intention, simply download MDK plugin, extract the folder, have a look into the download subfolder and you see the ECLIPSEPLUGIN.ZIP file in there. Unzip this as well and then put the related stuff into the FEATURES and the PLUGINS folder of Eclipse. After restarting Eclipse open the settings and add the buttons to the view and configure the correct settings for your system. This is the normal stuff like for every Eclipse plugin. Not 100% sure if this is not included in NWDS as well already.
    If you are not sure about PLUGINS and FEATURES stuff and the configuration - the MDK itself has a great documentation that shows the steps you need to follow.
    Regards,
    Oliver

Maybe you are looking for

  • Load the Budget value at cost center level only

    Hello All, Can we load the budget value at the cost center level only with out using cost element . I have seen that we can from actual to budget in Kp98 at the cost Center level. Thanks , Krishna

  • Package javax.mail.* not found

    Hello. I've got a problem with a program in which I wanted to use the JavaMail-API. I've added the path of the needed jar-files into the CLASSPATH. But when I compile my application I get the error that the package java.mail.* was not found. I've als

  • After Effects scrambles image of dynamic link imported premiere sequence

    I have an Late 2013 MAC PRO Graphics  AMD FirePro D700 6144 MB with Maverick 10.9.3 and CC. In the 2 last CC updates, imported sequences from Premiere Pro with dynamic link get scrambled after a while, not on every frame and not in a specific routine

  • Saving SQL result set in new table

    Is it possible to save a SQL result set in a new table? (easily) What I want to do is duplicate, or back up a table.

  • System extension hpPlugInInit.kext was installed improperly and printing won't work

    Installing the software results in non funclltioning or poorly function printer on both of our macs. Each computer has a printer. I get a message that "System Extension cannot be used. "/System/Library/Extensions/hpPlugininit.kext" was installed impr