Process chain doens't trigger the next chain

Hi All,
I have a process chain and it has 5 local chains in it. Even though 3rd one runs with no problem and turns to green, it doesn't trigger the next local chain. Any idea?
Thanks

Hi mike,
go in display messages of the chain process type angd then go in display messages --->>> chain tab -->> general insatance and end
1.)if end is registered saying "successfully completed " then there is a problem like whether the local chain is active or not.
2.) if you find only "complete" then go to transaction YBW05-->> copy the generated intance and parameters here and set staatus to g then execute .
now refresh your chain then it should trigger the next process type.
Hope it solves,
Regards,
Supriya

Similar Messages

  • I recently updated to the OSX 10.8.3 Operating Sistem.  I am writing a book and now cannot open any word document I've created.  Could not find a newer version of the Microsoft Word Processing Program.  Is Pages the next thing? Can I recover my documents?

    I recently updated to the OSX 10.8.3 Operating Sistem.  I am writing a book and now cannot open any word document I've created with the old system.  Could not find a newer version of the Microsoft Word Processing Program.  Is Pages the next thing? Can I recover my documents?  How?

    I'm in the same boat: new to OS X and Mac, and in the middle of a book. I switched because I heard about the the ease of using Mac, but so far, for me, it's been a nightmare. I bought 2011 Office Mac and hate everything about it, the most recent being the inability to open or cut or paste any of my original word files. I understand that this could have easily been done with earlier versions, but not Mountain Lion (which I learned is what OSX is.) Since I work with language, I am amazed at the assumptions of the Apple community. It helps to use common language and explain even the basics.  
    So all the helpful hints to use the latest version of Office Mac are to no avail. Now what?

  • How to trigger the next service based on the last service (Performance Base Plan)

    Hi Experts,
    If im using the Performance Base Maintenance Plan. and set the service is every 5000km. if i send my vehicle for sevice at 6000km. how the system can trigger the next service on 11000km instead of 10000km.
    Thanks
    Regards

    5000 KM once is the planned one. If you are sending at 6000 KM or 6500 KM, this is unplanned one. System will not consider the unplanned orders. So its not possible to have at 11000 KM automatically.
    Either you have to create new Maintenance plan starts with 6000 KM with the cycle of 5000 KM & deactivate the old plan.

  • Is it possible to trigger the next event from within the event case?

    I have a rather complicated event that is triggered by a change in value of a particular button in the interface. In some cases, I want to alter that button's value when handling other events. But when I do this, the event handling a change in value for that button does not get triggered. Is there a way to make sure the value change event gets handled at the next iteration of the while loop in which the event structure sits?
    Solved!
    Go to Solution.

    Hi Mike,
    Thanks! I was using properties and did not previously know what the value(signaling) was. Knowing this will really help me clean up a lot of redundant code.

  • Process chain doesn't trigger the failed process untill we manually do it.

    Hi,
    We have set up the process chain send a successful and error messages to our cell id and emails. Some time the process chain fails but does not triggers the error message unless we manually go into the logs (next day) and trigger it. Was wondering if any one had faced a similar kind of issue?
    Any way to fix this?
    Regards,
    Hima
    Edited by: Hima Chowdary on Sep 24, 2008 8:12 PM

    Sorry posted it in the wrong area.

  • Collecting data to be compared in set ranges that would trigger the next step

    We are collecting data from a pressure transducer that needs to be read by LabVIEW. The data needs to be compared to a set range (min/max) that would determine the following 2 steps: if within the range, keep collecting data OR if outside of the range, another action would occur. The following action is the control of the pump, so either the pump continues at set flow or LabVIEW tells the pump to increase/decrease flowrate. We are having trouble trying to analyze the data so that is can be compared so we know whether it is within the set range. Is it possible that LabVIEW can continously acquire data from the pressure transducer and also analyze it at the same time? Also, what is the best option/way to compare the data within the set range; an event structure, a comparator, so that the results of the comparsion can relay a signal to the pump?
    Helpful links to tutorial sections would be very useful, if anything.
    Thank You!

    Look at the in range and coerce function on the comparison palette.  It outputs a boolean which would drive a case structure.  If the action for out of range high and out of range low need to be different, you could do a couple of comparisons to see if the value exceeds the max or is below the minimum and act according in a case structure inside of the True case of the first case structure.

  • In a process chain,the next process is not triggering automatically?

    Hi All
    We have have a metachain,in that we have many local chains,in one of the local chain once the above process is successfully completed then the next process is not triggering automatically,which should suppose to happen?
    Can anyone help me out why this process is not triggering automatically and how/where to check?
    As this problem is repeating daily and loads are delayed due to this
    Regards
    Balji

    Hi,
      you can manually start that job, by changing the job insm37, it will show you the job priority ( A OR C.) you can change it to A, and youc an change your start condition also there.
    or you can use this RSPC_PROCESS_FINISH to trigfer process.
       But, process chain processes should be triggered automatically, i think this issue is due to load of jobs ( in your server there should  be lot of jobs having higher priority than this job), this will solved automatically when load is less.
    hope this will be helpfull.
    v.sen.
    Message was edited by:
            Senthilkumar Viswanathan

  • How to Stop the process chain if it in the middle of the process?

    Hi,
    Is there anyway that i can stop the process chain if it is in the middle of the process already?
    Raj

    "Hi,
    First and foremost let me advice you to be very careful while doing this.
    You can start from SM37, find the process WID/PID then go to SM50 or SM51 and kill it. Once its done come back to RSMO and check the request, it should be red but again manually force to red and save by clicking on the total status button in the status tab. This shuld ensure that the process is killed properly.
    The next step will be to go to targets that you were loading and remove the red requests from those targets.
    Note: For source system loads you may have to check if the request is running in the source system and kill if needed and pull it again.
    But for BW datamart delta loads u may have reset the datamarts in case u are going to pull the delta again.
    Different Ways to stop process chain
    1)SM37 -->Kill Job
    2)SM50/sm66- ->Kill process
    3)RSPC>Job Log>Make the process RED forecefully.
    4)RSPC>Process chain> main Menu"Remove from Scheduling" OR
    5)se37-->RSPC_API_CHAIN_INTERRUPT
    give RFC BW system name(technical) and process chain name(technical)
    Steps 1 -3 stops the chain running in process
    Steps 4-5 stops the chain AFTER the current job which is running is completed as sucessful or Failure by nature.
    Rationale - 4-5
    This function will only remove the jobs from schedule, which did not yet run. It will not kill running jobs, as this may leave the system in an inconsistent state, moreover killing processes is possible for synchronous processes only anyhow. This means, that there will be no errors with interrupted chains, which on the other
    hand means an interrupted chain is not restartable. So for a running chain this function is intended to be an emergency break only. You can use it, however, to remove a scheduled chain from schedule, such that it does not start except by your product.
    Re: Kill a Job
    Re: Killing a process chain.
    How to stop a process in a process chain?
    Regards,
    JituK

  • Stopping local chain from the meta chain

    Hi ,
    Can any one let me know is there any option to stop a local chain from the meta chain....
    I have a meta chain in which 13 local chains are there.
    In those 13 chains i want to stop one particular chain ,but i dont want to delete that local chain from the meta chain.
    and below this local chain another dependent chain is also there.
    which will start execute after that chain(which i want to delete)irrespective of the status whether the above chain is pass or fail.
    can any one help me in this regards
    Thanks in advance.

    No, you cannot .  The best solution I have is to change the local chain to bypass all activity in the local chain.  This way the meta chain will run but nothing will happen within the local chain and the meta chain will continue to the next local chain.
    Hope this helps.
    PS-  Another idea, change the meta chain and replace the local chain with an ABAP program which will execute the local chain (use FM RSPC_CHAIN_START).  Then you can change the ABAP program to decide whether or not to execute the local chain.
    Edited by: Geo on Apr 2, 2009 10:11 AM
    Actually, you might be able to do something creative using "Decision Between Multiple Alternatives".
    Edited by: Geo on Apr 2, 2009 10:16 AM

  • Local Chain Multiple times in a Meta Chain

    Hi,
    I have a scenario in which I have to call the same local chain multiple times in a Meta Chain.
    The system is not allowing me to add the same local chain in my meta chain more than two times.
    System is throwing the below message:
    Diagnosis
    The link that you made between process CHAIN ZREBATE_LOAD and process CHAIN ZREBATE_LOAD is a reverse connection, because process CHAIN ZREBATE_LOAD already precedes CHAIN ZREBATE_LOAD in the chain.
    System response
    This kind of connection is not supported.
    Procedure
    Schedule a copy of process CHAIN ZREBATE_LOAD behind CHAIN ZREBATE_LOAD.
    Can anyone tell if there is a way to call the same local chain multiple times in a meta chain WITHOUT making a copy of the local Chain?
    I understand that if I make a copy of my local chain it will allow me to add it multiple times in the meta chain.
    Useful tips will be awarded by points.
    Thanks,
    AT

    Hi Siggi,
    I did not know that promising points is against the rules..Sorry about that.
    It is just that I see every other thread has that line at the bottom (unfortunately never saw anyone get a bashing on that)....will keep it in mind.
    Well, coming to what I am trying to achieve...here is the scenario:
    I have a chain where a table is being read and the data gets loaded for the quarter date in that table (table has quarter dates in it e.g.: 01012007 to 03312007). At one point the table has ONLY one entry for one quarter.
    Now, the requirement is to load data data for two years (i.e. 8 quarters).
    In order to automate, I have written a small program to update that table with the dates of next quarter. I have added this program as the last step in my chain.
    Now, I have created a meta chain in which I want to call my local chain (8 times) so that all the quarters get loaded automaticaly.
    I am able to call my local chain 2 times in the meta chain and it works exactly the way I want it to run. However, system is not letting me add my local chain more than 2 times.
    I am getting the message that I mentioned in my thread.
    I understand that if I make 8 copies of my local chain, the system will allow me to add those 8 chains in my meta chain.
    My question is if there is a way to add a local chain multiple times (say 8 times) in the same meta chain WITHOUT making copies of the local chain.
    Thanks very much.
    AT

  • Unable to see the next pages in smart form

    in my smart form i designed 3 pages...
    in the first page i don't want data in main window...but i gave the main window dimensions as in 2nd and 3rd page(same height and width)...
    in 2nd and 3rd page i want to display the data in main window...
    but when i am trying to see the output i am able to see only the first page ...
    Please suggest me the suitable solution..
    Thanks in advance

    Hi,
    You've originally said.
    in the first page i don't want data in main window...
    yet using a command node to trigger the next page means you have to include a (presumably) empty main window in the first page.
    Your main window has to contain some output (a table usually) and it's contents are the same on every page (only it's height can change).  So, you can't have a blank main window on page 1 and a main window with data on pages 2 and 3.
    Remove the main window from page 1, set page2 as the next page for page 1.
    As for how to trigger page 3 you'll need to provide more detail on what the condition is.  Do you want multiple copies of page 2 to hold all of the main window data, or just one?  Do you want one copy of page 2 then the rest of the data on multiple copies of page 3.  Be specific.
    Regards,
    Nick

  • Trigger the Dunning at same level

    Hello ,
         I have a requirement to trigger the same dunning level again for certain validation .For example I Triggered the Dunning level 8 and inside that level it triggers some activities  .when system trying to go for next level we need some validation (Need to check the whether the Service request has been  created  at 8th level or not ).If the validation failed we need to trigger the same 8th level again to create the service request for PDV(one of the activity ) .Is there any way to do this or any event to write the validation ?
    Thanks ,
    Pankaj

    Hi Amlan,
    Thanks for the Reply .I have tried to change field c_mahnn with old dunning procedure but it is not generating the dunning proposal because system is loking the issue date from FPVA and compare the date with configuration for that level .for example in level 8 we have maintained the dunning frequency as 20 days and in 9th level it is 4days .We have executed the dunning level 8th on the issue date 01.09.2014.it is successfully generated .after 4days i.e 05.09.2014 it should trigger the next level of dunning which is 9th level .As per you recomendation i have changed the MAHNN field to 8th level again  .but it is not happening as system is looking the issue date as 21.09.2014 to triger the same dunning level (8th level).
    I can not change the dunning frequency as it is applicable for all the accounts .I am looking the exit where i can change the issue date in the program .There is a global parameter
    gl_para_0300 -ausdt need to be changed fto fix this issue .Is there any possibilities to do this change ?
    Thanks
    pankaj

  • How can we set a process chain to trigger the nodes w/o manual intervention

    SDNers,
    We have a Master PC which has the loading & activation of some Hierarchies.Wats happening is some of the hier activations are failing (we got track of the root cause as well) and the nodes below are not getting triggered automatically, eventhough they have been designed to get triggered irrespective of success or failure of this hierarchy activation. The chain prompts for the u2018Status change & trigger the following eventsu2019 opo-up and only when it was said u2018yesu2019, the subsequent node gets triggered in the chain. If this manual intervention was not there, the Chain gets struck at the activation node, whic is running in yellow status for long, though a short dump - error has already been thrown.
    My query is how can we set a process chain not to anticipate the manual intervention of chnaging the status & trigger events pop-up

    Hi ravi,
    i'm not sure abt the query but what i got thru ur qustion is u have to automtaically go to the next load/step even the proceess chain fails in the step......
    for that we have the same master meta chains with link of so many local chains...for this even if there are some interventions/fails in between the process chains it never gets stopped....
    it goes to the next step and we'll work, analyse and finish the failed load manually....the next day it'll be
    fine...
    b4 to this make sure that there is no dependency for the previous loads....
    And now the solution i found for this is in the process chain design itself.......
    while giving the links itself we'll be getting the options as status RED,GREEN and RED(or)GREEN.....now if u got for the third option the event goes to the next step even it is unsuceesful....
    rgds,
    nkr.

  • Autosys user unable to trigger the Process Chain.

    Hi all,
    we need to run a process chain daily, So we are inserted the PC triggering Job in Autosys, some time autosys unable to trigger the job..
    Can any one please help me in this issue....
    Waiting for responce...
    Thanks in advance,

    Dear all,
    Here is my error while triggering the Porcess chain by Autosys,
    <i> the error: %CASAP_E_222 Process chain <process_chain_name_here> could not be started. Please validate the Direct Scheduling selections in the Start Process variant.
    Can any one please suggest me ,
    Note: I Validate the Direct Scheduling selections in the Start Process variant already but still iam getting the same error...</i>
    Thanks in advance,
    Points will be assigned diffenatly.

  • How to trigger the Process Chains in BI from ECC

    HI Friends,
    Can let me know  How to trigger the Process Chains in BI from ECC. Please let me know.........

    Hi,
    1) Define a Custom ABAP Program (eg : Z_EVENT_RAISE)..........call the FM : BP_EVENT_RAISE or RSSM_EVENT_RAISE..........and trigger an event towards BW .........specify BW as RFC destination...........
    2) Create a R/3 Job in SM36>> use the Program Z_EVENT_RAISE ......
    3) In BW schedule the PC..........and in the Start variant use this Event..........
    http://sapbiwtutorials.blogspot.com/2009/03/how-to-trigger-process-chains-in-bw.html
    It can be help full
    Regards,
    Edited by: subba2010 on Aug 19, 2010 6:51 AM

Maybe you are looking for