Process Flow and Workflow

Hi experts, does a process flow cannot be used if we dont have oracle workflow?
If yes, any of you know the alternative ways to run a schedule mapping sequentially?
Currently i am running schedule from OWB (Control center manager). And i am not satisfied because the lack of Log / information regarding the job execution. Is there a way to get more detail schedule job logs???
Thank you in advance guys...

Oracle is pretty smart when it comes to those things, Im sure the table is not lock because one session is DML:ing it and one is querying it. You can get a deadlock when the sessions are trying to DML for the same row, because update/insert/delete is based on row lock, not table lock.
What you can do to test these kinds of long operation mappings is to generete the intermediate code from the map - open the map editor and click on genereate - choose intermediate from the dropdown list and click on your target table. Copy that code and run it from i.e toad, do the same thing instantly for the other map and you will found out if your sessions are locking each other.
Because the owb map is bascly configured in a way that it most of it is unnecessery when your are not running it thrue the repository, like I said. Try to run it they way it is - else create a new one by the code generated in the intermediate mapping.
Cheers

Similar Messages

  • Tools for running process flows and mappings

    The operations/production area is responsible for running process flows and mappings in a day by day base. As developer, I need to implement a solution that allow them run these artifacts. For this purpose, is there any tool apart from Control Center ????
    Thnks

    The scripts you mentioned (sqlplus_exec_background_template.sql and sqlplus_exec_template.sql) can be used for command line execution of mappings.
    We do not run these in Oracle Workflow, as we already have an enterprise scheduling platform, Redwood Cronacle in our case. (Also one finds AppWorx and others in this area, see e.g. http://www.bmc.com/USA/Corporate/attachments/BMC_Article2.pdf)
    Regards, Erik Ykema

  • Creating variables in Process Flows and using thse variables in the filter

    Hi,
    I am new to OWB and in learing stage. Need to information.
    *1. as to how pass/create/use variables to OWB mapping ?*
    *2. Creating variables in Process Flows and using thse variables in the filter operator of the OWB mapping?*
    *3. Other mechanisms of how to create/use variables within OWB mapping itself ?*
    can you please provide the above details and guide me / help me in this regard.
    Thanks,
    skms.

    1. Add parameters to your mapping using the MAPPING INPUT PARAMETER from the pallette.
    2. Add parameters to the START operator in the process flow. Bind the process flow parameter to the Mapping parameter.
    3. May be appropriate to use CONSTANTS instead of parameters.
    Regards
    Si

  • Help with scheduling Process Flows in Workflow in 10gR2

    Dear All
    I am after some help with the scheduling of process flows (PF) in Workflow in OWB 10gR2. I am trying to set up some PF’s to handle the refresh of some staging tables from various source systems. I have created a separate Process Flow Module for each source systems, mainly just to keep them separate and organised. I have a number of mappings which all run fine if execute manually or linked directly to a schedule/job. The problem I am encountering is when I try to run process flows from schedules. I have created process flows ok and have run them manually and they complete fine so I know that the content of the PF is ok. After linking and deploying the jobs I can never get all the process flows to run from the various schedules. What appears to happen is that the first PF works ok and any other PF that are within the same Process Flow Module/packages also runs ok even if its running off as different schedules. However PF’s under the other Process Flow Module fail with the following error
    CC_DAILY_0400
    Description :
    Runtime User : OWBRT_USER
    Started : 2006-08-31 04:00:00.0
    Status      Log
    Error      ORA-20002: 3114: Activity 'PACK_1/CC_DAILY_0400' is not a process.
    ORA-06512: at "OWF_MGR.WF_ENGINE", line 3920
    ORA-06512: at line 1
    Following this error the PF will not even run manually! If I then stop the schedule and either drop or replace this failed PF thus redeploying, the PF then runs fine manually and if the restart the schedule it runs ok the next evening. My problem is that this then appears to impact on the other PF’s which all though have not been touched and ran ok the previous evening they then fail the following evening with the same error
    WS_DAILY_2400
    Description :
    Runtime User : OWBRT_USER
    Started : 2006-09-01 00:00:01.0
    Status      Log
    Error      ORA-20002: 3114: Activity 'PACK_1/WS_DAILY_2400' is not a process.
    ORA-06512: at "OWF_MGR.WF_ENGINE", line 3920
    ORA-06512: at line 1
    ORA-20002: 3114: Activity is not a process.
    I basically can not get both sets to run even though they are on separate modules and separate schedules.Has anyone any idea as to what could be wrong or if I am setting something up in a strange way which would cause these symptoms.
    All help or advice greatly appreciated
    Regards Kevin

    Dear All
    I am after some help with the scheduling of process flows (PF) in Workflow in OWB 10gR2. I am trying to set up some PF’s to handle the refresh of some staging tables from various source systems. I have created a separate Process Flow Module for each source systems, mainly just to keep them separate and organised. I have a number of mappings which all run fine if execute manually or linked directly to a schedule/job. The problem I am encountering is when I try to run process flows from schedules. I have created process flows ok and have run them manually and they complete fine so I know that the content of the PF is ok. After linking and deploying the jobs I can never get all the process flows to run from the various schedules. What appears to happen is that the first PF works ok and any other PF that are within the same Process Flow Module/packages also runs ok even if its running off as different schedules. However PF’s under the other Process Flow Module fail with the following error
    CC_DAILY_0400
    Description :
    Runtime User : OWBRT_USER
    Started : 2006-08-31 04:00:00.0
    Status      Log
    Error      ORA-20002: 3114: Activity 'PACK_1/CC_DAILY_0400' is not a process.
    ORA-06512: at "OWF_MGR.WF_ENGINE", line 3920
    ORA-06512: at line 1
    Following this error the PF will not even run manually! If I then stop the schedule and either drop or replace this failed PF thus redeploying, the PF then runs fine manually and if the restart the schedule it runs ok the next evening. My problem is that this then appears to impact on the other PF’s which all though have not been touched and ran ok the previous evening they then fail the following evening with the same error
    WS_DAILY_2400
    Description :
    Runtime User : OWBRT_USER
    Started : 2006-09-01 00:00:01.0
    Status      Log
    Error      ORA-20002: 3114: Activity 'PACK_1/WS_DAILY_2400' is not a process.
    ORA-06512: at "OWF_MGR.WF_ENGINE", line 3920
    ORA-06512: at line 1
    ORA-20002: 3114: Activity is not a process.
    I basically can not get both sets to run even though they are on separate modules and separate schedules.Has anyone any idea as to what could be wrong or if I am setting something up in a strange way which would cause these symptoms.
    All help or advice greatly appreciated
    Regards Kevin

  • OWB process flow & Oracle Workflow

    Hi,
    In order to deploy the OWB process flow packages, is it necessary to have Oracle workflow installed on the Target server? When I tried to deploy a process flow package to the target database (10gR2 db), it required a user called owf_mgr. As far I know, owf_mgr is the admin user for workflow. Can this feature work without OWF being installed?
    Thanks for your help
    regards

    You also might be interested in this thread...
    OWB and Work Flow (being dessuported)
    Just in case you are starting an implementation.

  • OWB Process Flow and Mapping Differences

    IHAC where we have a mapping which produces two different operations depending on how the mapping is called from the Deployment Manager.
    When you call the mapping as an individual job an INSERT is performed.
    However, when the SAME MAPPING is called as part of a process flow a MERGE is performed instead.
    The test data for each case is exactly the same and the result set at the end of the mapping, using either, method is the same.
    Has anyone come across this sort of behaviour before ?
    I would be grateful to know why this is happening and should I be concerned about it given the fact that the outcome is the same in both cases.
    Thanks in advance
    Chris

    Hi Christopher,
    This is funky. I have not seen this before... The only thing I can think of is that in the process flow someone changed the runtime parameters for the mapping, doing a set based execution while the map itself is doing this row based...
    Should not happen otherwise...
    Jean-Pierre

  • Scheduling process flows and mappings

    Hello
    I have created many process flows. Now i want to schedule it. I know i can use OEM, but i need to log in as DBA. i also know that you can use owb scheduler module to schedule a process flow. but i want to schedule it using sql plus. i found a link on scheduling process flow in sql plus for older versions of OWB. Can we use the same script for OWB 10.2? here is the link - http://www.dba-oracle.com/oracle_news/2005_7_7_Scheduling_an_OWB.htm
    Please let me know how to schedule a process flow in OWB 10.2 in sql plus. It would be great if you could post the sql script required to schedule OWB 10.2 process flows.
    Thank You

    Hi,
    the web server named by the link is down, so a general answer.
    You can use the scripts sqlplus_exec_template.sql and oem_exec_template.sql from the directory <OWBHOME>/owb/rtp/sql and schedule it with cron or at or scheduler or ...
    Regards
    Detlef

  • Block Planning High level process flow and configuration - PPDS

    Dear Experts,
    I am trying to understand more about Block planning
    from my understanding
    Block Planning is a  pre-assignment of resource and capacities for a limited duration of time which mean  dedicated resource for a particular operation
    correct me if i am wrong
    which mean I am able to hold a Resource A for a particular date like say march 20 and march 21 for a particular production version of operation like say 10
    if my understanding is correct what are the basic configuration setting and the process flow
    I am sure you need to explain loads , i am sorry about that
    Thanks in advance
    Regards
    Raj

    Hello,
    Finally we found a partial solution to work with Adjust & Reschedule Block limits.
    The overloaded blocks are extended inside to the cycle limits. Unfortunately the blocks with free capacity are not shortened.
    Does anybody have an idea why the heuristic is working for the extend but not for the shortened?
    Thanks, Marius   

  • CRM Process Flow and Documentation

    Hi,
       I am new to CRM (But i have 6 months SRM experience), i am trying to learn CRM.
    Can anyone suggest me the process flow in CRM and can  please send any  documentation in CRM like CRM100,CRM300,CRM800 materials to my mail id.
      Here is my mail id: <removed by SDN Forum Moderator>
      I really appriciate your response.
    Thanks,
    Ramya.

    Hello,
    Did you happen to read this:
    "Be aware, the receiving, requesting or distributing of copyrighted material by any means other than those set forth by the owner of said material is against the law. DO NOT request such material nor distribute such material on SDN, and for your own good I would not recommend you do it anywhere else either."
    Ref: step by step in Bw
    The best and most fruitful way to get this material is by attending the SAP courses.
    Best regards
    Gregor

  • Process Flow and Passing Parameters to Mappings

    I am missing something.
    I have an Input Parameter on mapping Strategy_Start.
    I want to pass a value from my Process Flow to the Mapping Strategy_Start that is in the Process Flow.
    I have tried to create a Parameter on the Start that has a Literal value and bind that to the Strategy_Start Mapping.
    That didn't work.
    I tried to create variable and pass the value to the Strategy_start,
    That didn't work, I got an error about binding to a out literal.
    What am I missing.
    I could not really find steps in Documentation for this.
    I am using 11gr1
    thanks for any advice or help.
    greG

    Ok,
    For Literal Expressions It was easier than I thought.
    In my Process Flow for the mapping that has a parameter,
    I just set the value of the Parameter when looking in Explorer.
    I thought I had to create a parameter or a variable and then pass that into the value. That is why it was yelling at me about
    can't use a constant value as a parameter in value.
    If this is not the way let me know, but it appears to be ok now.
    thanks
    greG

  • Automate Process - Excel, and workflow for Pricing

    Hi,
    We want to automate the process (not necessary in SAP). Currently, the users are creating couple of Excel worksheets with landed cost, fob, duty, insurance etc to come up with Landed cost and calculate the Gross margin for each product. Once this is completed, they get the excel worksheet approve by their manager, Vice president before the pricing condition records are getting created in SAP.
    We want to put this Excel Mechanism in some sort of technology where uesr can input the data and calculation can be done. They can save this as draft and revised it before submitting it for approval. On the press of certain button, the workflow should be called so that it goes to appropriate user for their approval and in the last, create the appropriate condition record in the SAP
    Any one has implemented this type of mechanism, and if yes, which technology have you used. If not used, can you suggest the best technology to use.
    Thanks

    Hi,
    We want to automate the process (not necessary in SAP). Currently, the users are creating couple of Excel worksheets with landed cost, fob, duty, insurance etc to come up with Landed cost and calculate the Gross margin for each product. Once this is completed, they get the excel worksheet approve by their manager, Vice president before the pricing condition records are getting created in SAP.
    We want to put this Excel Mechanism in some sort of technology where uesr can input the data and calculation can be done. They can save this as draft and revised it before submitting it for approval. On the press of certain button, the workflow should be called so that it goes to appropriate user for their approval and in the last, create the appropriate condition record in the SAP
    Any one has implemented this type of mechanism, and if yes, which technology have you used. If not used, can you suggest the best technology to use.
    Thanks

  • ChaRM Process Flow and user authorizations

    Hello!
    I configured ChaRM functionality within SAP Solution Manager 4.0 (SP 13).
    I have the following question about the appropriate authorizations in CharM:
    <b>- What are the steps and made by whom?</b>
    (from create a service Desk message in satelite system to create, approve and process Change Request e.g. urgent correction in SAP Solution Manager)
    - <b>How is responsible for the creation of a change request e.g. urgent correction?</b>
    (SAP_SOCM_REQUESTER
    SAP_CM_ADMINISTRATOR_COMP
    SAP_CM_DEVELOPER_COMP)
    - <b>Does some documentation exist describing the assignment of authorization roles (e.g.SAP_CM_ADMINISTRATOR_COMP)to the tasks in ChaRM?</b>
    E.g. for Requester, Approve person, Developer, End User,..
    Thank you very much!
    regards
    Thom

    Hi Sid,
    There is a concept called transport of copies (ToCs) which will help you in this situation.
    Transport of copies can move the changes to TEST environment when ChaRM project is "in development".
    Transport of copies can move chang only to next system i.e. TEST and cannot move further to production system.
    Developers can test and revert back the change untill test is successful without any effect on the flow of the change documents. Once development is as per requirement, regular transport request can be released from D -> Q -> P.
    Thanks,
    Ambarish

  • Process Flows and commit strategy

    Hi,
    using Oracle 11.2.0.3.
    Have the following situtaion
    2 mappings in a proces sflow.
    First one runs and inserts into table products, second one runs and relies on data having been commtted in first one.
    Is it correct that the commit strategy is controlled by the mappings
    i.e. mapping one will run, data will be comitted, mapping 2 will run and rely on dat ahaving been comitted after mapping one ran.
    Looking at an issue here looks as if data not committde until entire proces sflow ran.
    Thanks

    Commit control is in mappings. Look at them as Mapping 1 is session 1 and Mapping 2 is session 2, after each session ends it gets commited.

  • Business Process Flow and Structures of R/3 for BW

    Dear Gurus,
    Given that BW person need not have detail understanding of R/3 modules, like to know is there a book, from SAP or others, to bridge this gap? That is, one that enables BW person to have sufficient functional knowhow of all or some of the modules.
    Appreciate if either Mary (Huang), Anil or Arun could advice what are the tables involved for inventory extraction and what functional knowledge is required.
    best regards,
    Bryan

    Hi Arun,
    Thanks, points awarded.
    So, not knowing MM, does it mean you cannot be employed as BW for MM? Are you stuck with just extracting for the module you know? How is it in reality?
    Are there more BW who were functional consultants first than BW who know BW only (as starting point for bw career)? I hope to get a concrete answer which I have so far not been able to get. Is it the norm for clients to employ only functionally-experienced Bw or a pure BW will do? What is it like in the real world, in USA, Europe or Australia or Asia?
    When applying for a BW job, I had tried selling that I could explore and use Business Content to address the requirement as a first step approach to solutioning. I also said that usually if there is R/3 system, there would be existing client's functional team whom Bw person can check with for details and help on functional portion. Unfortunately, the interviewer did not like it. They want a bw person who can talk the functional lingo like a functional expert.
    I had also encountered a situation where another company wanted a bw person to load just a few cubes for a R/3 module. They also insisted having a functional expert who is certified in BW.
    What am I to do with my BW certificate? No one in the world wants to give me a chance. What is the value of a BW certificate which does not enable me to get a job as BW consultant? BW wannabes who do not come from functional background should avoid taking BW or risk suffering like me (still searching an answer as to what to do with this paper). And consider wisely before investing a big sum of money on such a course. Its a good course but is not advisable for non-functional people who want to be functional BW. In this world, no one would care to give you a chance to learn even if you sell for free. I speak from painful experience. I may never recover the investment I put in with my hard-earned savings.
    Last but not least, which functional module must I invest in, again, to get the most chances for projects? Usually, is it only single module extraction or multi-module for projects? Which module should I learn? After learning that, how many years of functional experience must I clock before qualifying to be a BW person? Or would it better if I just stick to functional R/3? I just beg to know what exactly will qualify me a job.
    TIA
    Message was edited by: Bryan  Lee

  • Process flow - How to deploy

    I am new to OWB and have created lot of maps and running maps one by one manually to load data.
    Now I want to automate it with process flow and workflow. I created a location for workflow and tested the connection.
    I have created a small process flow . Now from control center when I select the process flow and click on start it says I have to deploy it before executing it. If I tell yes for deployemnt it says no objects for deployment (rtc-5170).
    What is the procedure for executing a process flow.
    any documentaion will help
    thanks

    Within the control center right click on your process flow, set action, create. Then deploy the process flow. Then run the process flow.
    -J

Maybe you are looking for

  • Problem in Oracle Stored function?

    Hi, I have written this function in Oracle which takes every row of data from excel and updates the database. CREATE OR REPLACE FUNCTION APD_MASS_UPLOAD_UNITS_FUNC (PRODUCT_ID VARCHAR2,Product_Code VARCHAR2, str_Adpt_Grp VARCHAR2,str_Adpt_Type VARCHA

  • Word and Excel documents vanish

    This may be the wrong forum for this question if so I apologize and wold appreciate direction. Working on numerous word and excel documents every so-often the file will disappear off my screen. If I click on another application then click on say word

  • Event imported from camcorder jiggles

    Imported HD video jiggles, but only when the content is panning or zooming. No such problem playing back the video on the camera's monitor, or directly from the camera to a TV. No such problem using this camera and computer prior to this attempt. Hap

  • Webstart with ntlm proxy?

    I remember in the past that webstart could not be used with proxies that use ntlm authentication. Has this been fixed? On a semi-related note, does webstart past to the application pass any cookies from the browser to the application? Thanks.

  • BDT *TFKB_Collect FM to return data from PAI

    Hi Experts,  hope you are going great. I am working on adding a couple of z fields in table TFKB, and letting users modify them thru tcode FM_FUNCTION.  I have added them to the table, and am wanting to edit/update them thru tcode FM_FUNCTION.  I was