Canceled Status in Job Detail, Process Chain triggering w/event

Hi All,
I have created event, PC and trigger event with SM64 or with ABAP, everything is ok
if I activate and Schedule PC, I see BI_PROCESS_TRIGGER job with released status, and when I trigger the event nothing  is happened but when I checked the Job detail I see canceled status job.
I donu2019t understand why this problem occurs ?
I can trigger the event but before event trigger the PC, scheduled job detail directly turn to the chancel status.
if any one give me a clue to solve this problem I will appreciate
Note : No Job log !!!
Thanks
Ali

Ali,
Check authorizations.
Try to run process chain with out event(immediate) and check.
Srini

Similar Messages

  • Cancel the scheduled jobs for process chains - urgent

    Hi,
    How do I cancel the scheduled jobs for process chains which are going to run tonight.
    thanks,
    Radha

    Hello,
    Go into transaction code RSPC and then select the particular process chain by going into the edit mode and in the menu...
    Look for Execution --> Remove from Schedule.
    Let me know if that answered your question.
    Thanks
    Dharma.

  • How to find triggering job for Process chain

    Hi,
    I have a process chain and its triggering by some other system using an event.
    I want to know how to find which ystem is triggering this job means process chain and on what basis it is starting?
    I have an event for this process chain and also FM : BP_EVENT_RAISE. So how to find the with those details?
    Thanks,
    Phani

    HI,
    some other system means either dev, qas, prd?
    for every process in a process chain there is a chain id which is same as the name of your chain,
    for every chain id there exist some log ids , this both information you can find from the standard table RSPCLOGCHAIN
    From this log id you can find the status of the process from  table RSPCPROCESSLOG.
    here u will find the status of your process whether is has been completed successfully or ended with errors.
    Thanks,
    Phani.

  • Triggering Process chain based on execution of R3 job and Process Chain

    Hi All,
    I need your help in arriving at a solution for a reqirement.
    Scenario is., I need to trigger a process chain B based on successful execution of Process chain A and an R3 job. If both conditions(Completion of R3 job and Process Chain A) are met then only it has to trigger process Chain B.
    I know that we can use events to trigger a process chain using R3 job.But my case is differenet I need to consider the success message from both process chain and R3 job.Is there any way to solve it ?
    Please provide me with your valuable inputs.
    Thanks,
    Bindu

    Hi Hima,
    You can use the  'AND' variant for both, If both are success then trigger the process chain.
    Regards,
    Ravi Kanth
    Edited by: Ravi kanth on Apr 30, 2009 3:36 PM

  • Very Urgent-Pls help*Process chain triggered automatically when transported

    Hi All,
    We have got some issue.
    We have a Process chain, started set to immediate becuase its used in meta chain.
    When ever we transport the Chain, its getting triggerred in the Target Client automatically.
    We can prevent this, by keeping the process chain starter as "Event Based". But, as its a local process chain, it must be set to Immediate.
    Please help.
    Cheers,
    Nisha

    Hi Siggi,
    Thanks for this reply.
    Scheduling the Local chain to run in future and then changing it after import, i think, is a work around.
    Iam sure, there must be some thing to stop this trigger.
    And, We have tried Changing the Chains to run Via Meta chain, but, the problem is after the Transport, the local chain can't be triggered on its own using "immediatly". If we try to change it, it'll prompt for a Transport.
    Please help.
    Cheers,
    Nisha

  • Process Chain Triggered automatically when transported to test system

    Hi All,
    We modified several process chain and transported the process chain to Test system.
    Few Process chain triggered automatically as the varient was set to immediate in development system.
    Now we want to move the process chain to production. Do we need
    1. new transport request with the variant to future date and discard the transport request which created issues
    2. New transport request with the variant to future date and transport the new along with the old transport to production system
    3. Change the start date in Test system and transport the same request to production
    Kindly advice me on the action to be taken.

    >
    > Hi All,
    >
    > We modified several process chain and transported the process chain to Test system.
    > Few Process chain triggered automatically as the varient was set to immediate in development system.
    > Now we want to move the process chain to production. Do we need
    >
    > 1. new transport request with the variant to future date and discard the transport request which created issues
    > 2. New transport request with the variant to future date and transport the new along with the old transport to production system
    > 3. Change the start date in Test system and transport the same request to production
    >
    > Kindly advice me on the action to be taken.
    Regarding 2: When the old transport is imported into production the start will be set to immediately and the process chain will execute. You should not use this option.
    Regarding 3: Changing in Test system will not affect the content of the transport, it will still be the same as released from Dev.
    We have avoided this annoying problem with process chains being executed when transports are imported by creating a "parent" process chain that simply triggers the process chain in question. This "parent" chain should not be transported. You then set the start option for the original process chain to "start by API/Event" then you can transport the original process chain whenever you want without any risk of the process chain being executed.
    Regards,
    Lars

  • Hot to add a Background Job to process Chain

    Hi Guys,
    I have created a background job via Sm36, but I wanted to include all this jobs to Process Chain, is it possible?
    thanks.

    Hi,
    Welcome to SDN.
    Please try this ( a quick and dirty solution)
    1.Create a batch event in SM62 (e.g. Z_EVENT1D)
    2.Allocate this event as start event of batch job in SE36
    3.Create a report to trigger this event
    REPORT  Z_RAISE_EVENT.
    Call Function 'BP_EVENT_RAISE'
             EXPORTING
             EVENTID = 'Z_EVENT1D'
    4.Add a process type abap program calling this report to PC
    Of course, you can add a parameter to report and save different variants to make it more flexible, if required.
    Regards
    Joe

  • Rename ABAP-Job in process chain

    Hello experts,
    how can I change the job-name (SM37) of a ABAP-Program that starts within a process chain?
    Now all ABAPs that are started within a process chain are called: "BI_PROCESS_ABAP"
    Thank in advance

    Not sure where you want to go with this idea.  If you are trying to create a new naming scheme in general, e.g. ZBI_PROCESS_ABAP, or if you want to change indiviusla job names so you can more readily identify what a particular BI_PROCESS_ABAP job does.
    If it's the latter, I thin kyou will end up creating a maintenance headache, because when you modify and reschedule a chain it wouldn't delte teh old job and it would create a new one with the standard BI_PROCESS_XXXXX  job name.
    Have you looked at Tran RSM37 ?  It provides process chain name info when you pull up a list of jobs, not a perfect eample, but this should give an idea of, e.g.
    Background Job Name     Status     Selection     Selection value     Selection     Selection value     Selection     Selection value
    BI_PROCESS_ABAP     Released     CHAIN     0TCT_C2_INIT_P01     TYPE     ABAP     VARIANT     0TCT_START_DATALOAD_PC
    BI_PROCESS_ABAP     Released     CHAIN     0TCT_C0_INIT_P01     TYPE     ABAP     VARIANT     0TCT_START_QUERYRUNTIME_PC
    BI_PROCESS_ABAP     Released     CHAIN     ZMD_D_METACHAIN     TYPE     ABAP     VARIANT     ZBW_START_PM_DAILY_PC
    BI_PROCESS_ABAP     Released     CHAIN     ZSR_D_MD_META     TYPE     ABAP     VARIANT     ZSR_D_MD_COMP
    BI_PROCESS_ABAP     Released     CHAIN     ZMD_D_METACHAIN     TYPE     ABAP     VARIANT     ZBW_START_FI_DAILY_PC
    BI_PROCESS_ABAP     Released     CHAIN     ZMD_D_METACHAIN     TYPE     ABAP     VARIANT     ZBW_START_FM_DAILY_PC
    BI_PROCESS_ABAP     Released     CHAIN     ZMD_D_METACHAIN     TYPE     ABAP     VARIANT     ZBW_START_GS_DAILY_PC
    BI_PROCESS_ABAP     Released     CHAIN     ZMD_D_METACHAIN     TYPE     ABAP     VARIANT     ZBW_START_SRM_DAILY_PC
    BI_PROCESS_ABAP     Released     CHAIN     ZMM_D_META_1     TYPE     ABAP     VARIANT     ZBWPR_V3_BEGIN_03
    BI_PROCESS_ABAP     Released     CHAIN     ZMM_D_META_1     TYPE     ABAP     VARIANT     ZBWPR_V3_BEGIN_02

  • Diff in triggering Process chain by FM & Events

    Hi Experts,
    I would like to understand the difference in
    1  Triggering the process chian by Functiton Module RSPC_CHAIN_START
    2. Triggering the process chain by raising the event RSSM_EVENT_RAISE.
    Regards
    Suresh Kumar

    Hi,
    The difference when using either to start a process chain by event is minimal. RSPC_CHAIN_START can be used to kick off any process chain (whether event driven or not) whereas RSSM_EVENT_RAISE is used to generate an event which can be used for more than just process chains (background jobs can also be launched using events for example). So they do overlap in functionality when it comes to launching event driven PCs but also have their own unique functionality as well.
    Hope this helps,
    Regards,
    Gareth

  • Triggering of process chains based on  events

    Hello experts,
    I have a requirement to trigger the process chain whenever there is a file placed into the application server.
    The file comes comes into the application server  randomly i.e not periodically and the file name comes with created date and time.
    My process chain has to run immediately once file has been placed in the application server.
    Can you help me on this?
    Regards,
    Babu
    Please search the forum before posting a thread
    Edited by: Pravender on Aug 22, 2011 2:49 PM

    Hi
    This means your Event need to run every day to check if the file exist or not? if the file exist in the application server then PC need to be triggered.
    Take the help of ABAP person, so that he can implement the logic you are looking for.
    Check the below link which can give u idea how to proceed.(its also similar to ur requirement)
    Triggering the Process Chains at Particular Date using Events
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/f0a41bc6-a7f6-2b10-b3bf-804e1c45ae6c

  • Process chain triggered twice

    I have a triggeed a process chain twice.
    The flow of the process chain is like this:
    from PSA to ODS full load----
    from ODS to Cube delta load.
    There is selection criteria at infopackage to ODS with createdon.. ie for ex: if we run today, the from date is sy-datum-2 and to-date is sy-datum. We ran the process chain twice on the same day and the selection is same for the full load to ODS.
    Please suggest is there any impact of  this.
    Req

    Hi Swaroop,
    Are you using the BI7.0 flow or BW3.x data flow?
    What is the time duration in which the PC is triggered 2dn time?
    How many times the PC runs in your system per day?
    loading data till DSO with full load will not cause any issue as the DSo will over write the records, comming to delta load from DSO to IC -- first time the delta records will be updated and the next run if at all if there are any delta records then those records will be uploaded or else it will transfer 0 records.
    I don;t thik there is any problem in your case.
    Regards
    KP

  • Process Chain Triggers Multiple times

    Hi All,
    I have Meta process chain say ZAAA  which has multiple Local Chains example ZBBB , ZCCC and ZDDD. .This Local chain ZCCC trigger multiple times of  in one day . we had a issues today  with deactivation of Transformations and DTP in different levels because of that Local Process chain ZCCC is failed along with other process chains . when I reach to ZCCC started by repeat or repair ,before Local Chain ZCCC finished whole process ,ZCCC triggers second time .
    Now first times  triggered process chain ZCCC is in  yellow , and second time triggered process chain ZCCC gone through all the way to gree ,  and Meta chain showes red.
    what I have do make Meta chain green.
    Regards
    Hari

    Hi Hari,
    I wonder what you mean by below statement:
    one of the sub pc still yellow first time trigger and went to red and second time trigger whole process is green. all Sub PC are green
    For the sub pc mentioned above, you trigger it all over again? Or you repeat/repair the step failed?
    If you trigger it the second times all over again it is a new run and the first run remain fail,ed so the meta chain will never get green, if you want to make the meta chain green, you need to repeat/repair the step failed in first run.
    Regards
    Bill

  • Adding BAPI jobs in Process Chain

    Hi All,
    I want to add BAPIs in process chain in BW 3.5.Can anybody help me in this???????

    Hi,
    There will be no impact on the work processes but the main concern here is for all jobs that run in dialog/fore ground there will be some specific time limit defined...so if a job/process crosses that limit it'll go to ABAP dump....
    At a max there'll be no timelimit for the bkgd processes so a job can run for a long time without any interruption...
    To know the time limit for foreground processes u can chk wit ur BASIS team or use Tcode- RZ11...
    Now If any of the job in ur process chain takes long time it may go thru dump, so it depends on the step howmuch it is taking....(Eg: Attribute change runs take long time sometimes)
    rgds,

  • Setting of one process chain triggering by other?

    Hi Friends,
    we are having two process chains, PC1 and PC2.
    Daily PC1 triggers PC2.
    But i want to know where this setting is done in the system (PC1 triggers PC2)
    Can any one please tell me?
    Thanks..in advance
    Tony

    There are several ways to trigger the process chain from the another process chain.
    <u><b>Start variant</b></u>,
    Maintain the same start variant for all the process chain which u want to be trigerred by dependence, ie on executing the one prcess chain from group, all will be triggered.
    <u><b>Local process chain:</b></u>
    Insert the (secound) child process chain in a (first )parent chain. by this when u execute the parent process chain the child will be triggered.
    <u><b>Event:</b></u>
    For all process chain there will be event name. U can write code with this event as a reference so that completion of one process chain will triger  the secound.
    More.........

  • Single Process chain triggers with two different users

    Hello all,
    I have process chain which is  triggering two times with R/3 user at 7 PM and same process chain with 9 PM by BW user. but in rspc i have given only with BW user.
    how second R/3 Chain is triggering?
    R/3 to PSA Full load daily. BI System.
    Thanks,
    Ranga

    Are you using an event to trigger this process chain?
    If yes then check in R/3, whether you are triggering that event in R/3.

Maybe you are looking for