Process chain overall status red - single processes green

Hi,
I'm monitoring a process chain in RSPCM. Some of the steps within the chain went red during the run but went green after repeating those steps. But now my overall status of the chain is still red. How can I set the overall status of a process chain without rerunning it? I don't want to set the status of a single process step but the overall status of the process chain as all steps of the chain are green now.
Cheers,
Alex

If you process chain is  designed like
Ex: ZABC
Start-->Local Process chain
And assuming if any process failed inside teh local process chain , the entire Local process chain will be in Red, If you want forcefully change this ZABC chain, then
Goto Log view and Docuble click on the Local Process chain>Goto Chain tab>Copy the Variant and Instance
Goto Se11--> RSPCPROCESSLOG >Pass the copied Variant and Instance here and then execute>Copy the Log id from generated table entry
Now got Se37--> rspc_process_finish -->Enter the copied Variant , Instance , Log id , I_Type , I_State ('G' For Sucessfuly completed) and execute. Now the Local process chian will turn to Green and then the entire PC will in turn green(since this chain has only start process and Local process types, where as start process type is already in Green colour)
Or if you chain is designed like
Start>IP>Delete index>DTPCreate index...
Then Copy the variant and instance of the Last process type in the process chain and the same procedure as mentioned above
Edited by: YJV on Aug 19, 2010 12:11 PM

Similar Messages

  • Re : The Overall status of the process chain

    Once the process chain is executed  to know the over all status of the chain process whether it is completed with errors or not where exactly in the data base the status of the process chain is store. Can any one send the database tables used in process chain

    Hi
    RSPC_BUFFER Shared Buffer for Processes (Esp. Customer
    RSPC_MONITOR Monitor individual process chains
    RSPCABAPASYNC Logging for ABAP Processes(Synchronously a
    RSPCCATEGORY Process Type Categories
    RSPCCATEGORYT Texts for Category
    RSPCCHAIN Process chain
    RSPCCHAINATTR Attributes for a Process Chain
    RSPCCHAINEVENTS Multiple Events with Process Chains
    RSPCCHAINT Texts for Chain
    RSPCCOMMANDLOG System Command Execution Logs (Process Cha
    RSPCENQUEUE Dummy Table for Runtime Locks of a Process
    RSPCEXOR Excluding Or: Log Table
    RSPCINFO Special Values for Communication between P
    RSPCINFOT Special Values for Communication between P
    RSPCINSTANCE Generic Instance Storage
    RSPCINSTANCET Texts for Generic Instance-Storage
    RSPCLOGCHAIN Cross-Table Log ID / Chain ID
    RSPCLOGCROSS Cross-Table Log ID Old / Log ID New
    RSPCLOGS Application Logs for the Process Chains (G
    RSPCPROCESSLOG Logs for the Chain Runs
    RSPCRUNVARIABLES Variables for Process Chains for Runtime
    RSPCTRIGGER Variants for the Trigger Processes
    RSPCTRIGGERT Texts for the Trigger Variants
    RSPCTYPESDEP Dependencies for Processes
    RSPCTYPESPROC Attributes of BW processes (RSSM)
    RSPCVARIANT Generic Variant-Storage
    RSPCVARIANTATTR Attributes of a Process Variant
    RSPCVARIANTT Texts for Generic Variant Storage
    RSPCLOGCHAIN
    Hope this may be helpful to you
    Many thanks
    Kiran

  • Help! about process chain execution status

    hi:
    we nearly have one problem about the process chain execution status,
    when error occured during  process chian execution, we fixed it in time,
    however, even the error repaired, its status still showed yellow, and this
    stop the subsequent process to excute.
    Any body who can provide some help to solve this problem? thanks in advance
    and looking forward to one reply.

    Hi ,
    Try this method
    Open the messages of a failed step by right clicking on it and selecting 'display messages'.
    In the opened popup click on the tab 'Chain'.
    In a parallel session goto transaction se16 for table rspcprocesslog and display the entries with the following selections:
    1. copy the variant from the popup to the variante of table rspcprocesslog
    2. copy the instance from the popup to the instance of table rspcprocesslog
    3. copy the start date from the popup to the batchdate of table rspcprocesslog
    Press F8 to display the entries of table rspcprocesslog.
    Now open another session and goto transaction se37. Enter RSPC_PROCESS_FINISH as the name of the function module and run the fm in test mode.
    Now copy the entries of table rspcprocesslog to the input parameters of the function module like
    described as follows:
    1. rspcprocesslog-log_id -> i_logid
    2. rspcprocesslog-type -> i_type
    3. rspcprocesslog-variante -> i_variant
    4. rspcprocesslog-instance -> i_instance
    5. enter 'G' for parameter i_state (sets the status to green).
    Now press F8 to run the fm.
    Now the actual process will be set to green and the following process in the chain will be started and the chain can run to the end.
    Regards,
    Ravi

  • How to add Abap program in process chain to check the another process chain status and do accordingly

    Hello All,
    My requirement is related to process chain 1 . I have one process chain in that i have to  put abap program in middle of that chain . This program will check the status of one another process chain 2 status ( whether it was completed or it is going on). if it is completed then continue the Process chain 1  to further activity else wait to complete Process chain 2 .
    Here i have to use process chain 2 as a parameter.
    Kindly provide me solution .
    Regards
    Saurabh

    Hi Saurabh,
    You need to create ABAP program in which you check the values for required process chain in
    following table
    RSPCLOGCHAIN (Feilds ANALYZED_STATUS LOG_ID)
    Depend on values you can trigger next process or you can wait unitil this process chain complete.you need to check status from table using ABAP.
    If you are not aware about how to write ABAP program then take help from ABAP Team.
    Regards,
    Ganesh Bothe

  • How to stop the process chain showing status as yellow but no process step

    Dear Friends,
    How to stop the process chain showing status as yellow but no process step is running in that process chain.
    We have manually triggered the process chain for sales it finished successfully till load data but the next step is create index and DB statistics. Both of this steps are in unscheduled position only and no background job for this.
    Please guide me.
    Thanking you in advance.
    Regards,
    Shubhangi

    Hi,
      At times even I have faced this situation.  During those times, running the Function module RSPC_PROCESS_FINISH by passing the right parameters came to my rescue.
    Regards,
    Raj

  • How to create process chains,and how to use process like and or xor

    Hi,
    How to create process chains,and how to use process like and or xor.
    can any one please give me a example in each.
    Thanks,
    cheta.

    Hi Cheta,
    Here is step by step procedure to create process chains
    Process chain is nothing but executing a process ..(or) loading the data any process we can do in background.. that means.. automatically we can execute our process based on Time or any event..
    Creating Process Chains
    Prerequisites
    If you want to include a load process in the process chain, you need to have already created an InfoPackage.
    You cannot load flat file data from a client workstation in the background. For this reason, you have stored your data on an application server.
    Creating Process Chains
    You have the option of creating a process chain in the process chain maintenance screen directly or by using a maintenance dialog for a process:
    Creating a Process Chain Directly in the Process Chain Maintenance Screen
    You are in the BW Administrator Workbench.
    1. Click on the Process Chain Maintenance icon in the AWB toolbar.
    The Process Chain Selection dialog window appears.
    2. Choose Create.
    3. Enter the technical name and a description of the chain, and confirm your entry.
    The Add Start Process dialog window appears.
    4. Create a variant for a start process.
    1. a. On the Maintain Start Process screen, choose whether you want to schedule the chain directly or whether you want to start it using a metachain.
    2. b. If you choose to schedule the chain directly, enter the start date value for the chain under Change Selections and save your entries.
    The Maintain Start Process screen appears again.
    3. c. Save your entries, return to the previous screen and confirm your entries in the Add Start Process dialog window.
    You are taken to the Plan View of the process chain maintenance screen.
    In the left-hand area of the screen, a navigation area is displayed. In the right-hand area of the screen, the process chain is displayed.
    5. Use the drag-and-drop function to add the relevant processes into your process chain.
    You use the Process Types function to select the processes. This sorts the process types according to different categories. You can also call up InfoPackages and processes for the data target from the separate InfoSources and Data Targets navigation trees.
    Hope this helps
    Regards
    Karthik

  • CORUPROC (Process chain for confirmation, collective background processing)

    Hello Guru,
    Can you please explain me the program CORUPROC (Process chain for confirmation, collective background processing) that can be use in SE38. and how it its important for CO16N (Reprocessing Incorrect Production Order)?
    CORUPROC is also the same as CO1P transaction code.
    Please explain the use of this program.
    Thanks
    Edited by: Ryan on Feb 3, 2009 7:55 AM

    Hi Carina,
    It might take some time for the attribute change run.
    what you can do is right click on th running process , go to display messages and check if every thing is fine.
    also goto batch monitor from there and see if the job is still running.
    alternatively, if you are not sure if the job got strucked up, kill the job from batch monitor and run the attribute change run manually.
    you got two options two do now.
    1)Wait for some time for the process to complete and check the messages.
    2)kill the job and run att change run manually.
    i suggest you to go for option 1 and if it is taking too long ar there is any error message, analyze and then go for option 2
    hope this helps.
    cheers,
    Srinath.
    Edited by: Srinath Singamsetti on Aug 4, 2009 5:44 AM

  • Can we stop the process chain in middle of the process ?

    hi experts,
        Can we stop the process chain in middle of the process after scheduled.
        my process chain is like  start--->load>psa>ods1-->further updates--->ods2. In this case I have already scheduled but i want to stop the process how can i. After rectifying the error I want to restart again.
    if it is possible what are the steps we fallow pl give me step by step procedure.
    thanks & regards.
    venkat

    stopping the process chain is pretty simple. you just need to kill the jobs associated to them as mentioned by other folks.
    for restarting, have a look at this blog.
    Restarting Processchains
    there he explains how to restart a stopped process chain.
    Raghav

  • 0ORGUNIT_HR01_HIER  Status Tab Green/Details Tab Overall Status Red

    Hello,
      We have been loading the Organization Hierarchy for quite awhile. Somewhere along the way, the following started happening. The <b>Monitor</b> shows the InfoPackage load as <b>green</b> (successful). The <b>Status Tab</b> shows both the <b>Total and Technical</b> as <b>green</b>. The <b>Detail Tab has Overall Status</b> as <b>red</b> and the <b>Transfer line</b> is <b>red</b> but all the others (Request, Extraction, Processing, Subsequent Processing, and Process Chain) show as green. The Transfer line can't be expanded. In total it says 'Transfer (IDocs and TRFC): Missing Messages'. There is no short dump and no system messages. The Step-by-Step Analysis shows all green. Records seem to be loading. Can anyone explain the RED Transfer line and RED Overall Status on the Detail Tab?
    Thanks,
    Diane Merrill

    Hi,
    It means the all the record has been reached the BIW, but some missed info idcos . So nothing to worry about it.
    With rgds,
    Anil Kumar Sharma .P

  • Process chain inyellow status.

    HI Experts,
    I am runnig a process chain.one of the process is activation of DSO.it is succesful.i can see the sucees message in disply messags and manage of the dso i can see the bex symbol.but the process is in yellow for long time.and next process is in waiting..i dont have authoriation to run  RSPC_PROCESS_FINISH functional module.
    what could be thereason and how go head..
    regards..roi

    Hi,
    For your issue please check whether the overall status is green or still is in processing?
    If it is green in moniter screen then we can forcebly make it as green and then proceed further.
    If it is  a process chain issue then its mandat to have authorization to execute RSPC_PROCESS_FINISH.
    Regards,

  • Process Chain step status

    Hello All,
    In one of our process chain , we have an AND step, where in its checks its 4 preeceding steps, its all 4 are green,the AND Step executes and it goes to the next step.
    Chain is running fine since many years. But yesterday , we faced the issue that even if the preeceding steps were green, the AND step status showed Completed  rather it should show Successfully Completed.
    So we had to manually change the status to Successfully Completed  and it went fine.
    We check with the Basis also, the system was fine during that point.
    Any pointers why the step did not get the Status as Successfully Completed.
    Job name: BI_PROCESS_AND
    Regards,
    Mayank

    Hi,
    You can find the necessary logs & status of the process chains in the RSPCLOGCHAIN table.
    Let's know the status.
    Also check in table RSPCPROCESSLOG
    Let us know the details.
    Reg
    Pra

  • Process Chains - Incompletion Status

    Hi,
    I am having regular scheduled process chain. In the chain log, At the middle of the chain, chain was showing green, rest of the chain was showing gray color. But i can see rest of the data loads completed after checking the data targets manually.
    Can you please tell me the reason, why the rest of the process chain is not showing complete status (Green status) in log view?
    Best Regards,
    Venkata

    Hi
    The reason may be becose...
    The chain was ran twice....
    When the Chain PC ran twice .. the PC gets hang..  there is a note on this issue...
    Please serach the note witht he Key word : "Process chain hangs"..
    And there is a Big discussin which was raised by Pradep Patil.. please search once.. that thread .  u will get lot if info...
    hope it helps..
    regards
    AK
    HERE IS THE NOTE NO: 833168 please check it once...
    Message was edited by:
            A K

  • Process chain failure, Status F already registered to instance

    Hello - Can anyone provide any insight into this problem with process chains? Our BI_PROCESS_TRIGGER jobs failed  with the following message:
    Status F was already registered to instance 4340NUNDUCTS0ZJX5FNH7C8J3 variant ZGRU_3HQGJS5UIU35Y4BIHZOLF73N1 in run 433XJ13KMDDOFOIE
    Message no. RSPC120
    Thanks!
    Marge Blick
    312-240-3918

    Hi,
    Please check the status of the job ata application server.
    i feel there was a job  in Hold status at sever level .
    Please chekc that and cancel and load.
    Apparao

  • How to stop a process chain after the current running process

    Hi experts,
    I try to stop a running process chain, but only at the end of the current process load.
    I try to unscheduled process chain : the job of the current process is killed and the process stop
    I try to execute the programm rspc_process_finsh : same result.
    Actually, I aim at waiting of the current process completion and stop the chain.
    Thanks and regards,
    Bobby

    Hi all,
    Thanks for answer.
    If I resume the situation :
    - Click on Unschedule process chain stop the current process. We have to change the status of the process in Yellow to Red.
    - Go to sm37 to kill the job change the statut in red.
    So there is no way to stop the running of a process chain only after the good or bad end of the last runnning process ?
    Example :
    My chain is running. The process which is running is a DTP loading process. There are 50 packages to load. I decide to click on Unschedule process chain when the package 18 is running.
    If I do that, the loading of package 19 will not start right ?
    So is there a way to wait that the 50 packages are loaded before that the system stop the chain ?
    Thanks in advance,
    Bobby.

  • BPM Process chain takes long time to process

    We have BI7, Netweaver 2004s on Oracle and SUN Solaris
    There is a process chain (BPM) which pulls data from the CRM system into BW. The scheduled time to run this chain is 0034 hrs. This chain should ideally complete before / around 0830 Hrs. <b>Now the problem is that every alternate day this chain behaves normally and gets completed well before 0830 hrs but every alternate day this chain fails…</b> there are almost 40 chains running daily. Some are event triggered (dependent with each other) or some run in parallel. In this, (BPM) process chain, usually there are 5 requests with 3 Delta and 2 full uploads (Master Data). The delta uploads finishes in 30 minutes without any issues with very few record transfers. The first full upload is from 0034 hrs to approximately 0130 hrs and the 2nd upload is from 0130 hrs to 0230 hrs. Now if the 1st upload gets delayed then the people who are initiating these chains, stop the 2nd full upload and continue it after all the process chains are completed. Now this entire BPM process chain sometimes takes 17 -18 hrs to complete!!!!!
    No other loads in CRM or BW when these process chains are running
    CRM has background jobs to push IDOCS to BW which run every 2 minutes which runs successfully
    Yesterday this chain got completed successfully (well within stipulated time) with over 33,00,000 records transferred but sometimes it has failed to transfer even 12,00,000 records!!
    Attaching a zip file, please refer the “21 to 26 Analysis screen shot.doc” from the zip file
    Within the zip file, attaching “Normal timings of daily process chains.xls” – the name explains it….
    Also within the zip file refer “BPM Infoprovider and data source screen shot.doc” please refer this file as the infopackage (page 2) which was used in the process chain is not displayed later on in page number 6 BUT CHAIN GOT SUCESSFULLY COMPLETED
    We have analyzed:--
    1)     The PSA data for BPM process chain for past few days
    2)     The info providers for BPM process chain for past few days
    3)     The ODS entries for BPM process chain for past few days
    4)     The point of failure of BPM process chain for past few days
    5)     The overall performance of all the process chains for past few days
    6)     The number of requests in BW for this process chain
    7)     The load on CRM system for past few days when this process chain ran on BW system
    As per our analysis, there are couple of things which can be fixed in the BW system:--
    1)     The partner agreement (transaction WE20) defined for the partner LS/BP3CLNT475 mentions both message types RSSEND and RSINFO: -- collect IDOCs and pack size = 1 Since the pack size = 1 will generate 1 TRFC call per IDOC, it should be changed to 10 so that less number of TRFCs will be generated thus less overhead for the BW server resulting in the increase in performance
    2)     In the definition of destination for the concerned RFC in BW (SM59), the “Technical Setting” tab says the “Load balancing” option = “No”. We are planning to make it “Yes”
    But we believe that though these changes will bring some increase in performance, this is not the root cause of the abnormal behavior of this chain as this chain runs successfully on every alternate day with approximately the same amount of load in it.
    I was not able to attach the many screen shots or the info which I had gathered during my analysis. Please advice how do I attach these files
    Best Regards,

    Hi,
    Normally  index  creation or deletion can take long time in case  your database statistics are not updated properly, so can check  stat  after your data loading is completed and index generation is done,  Do creation of database statistics.
    Then try to recheck ...
    Regards,
    Satya

Maybe you are looking for