Process chain in Yellow status

Hi All,
We have a strange situation.
We are having a meta chain with 2 local chains.all the steps in the local chain completed successfully. But the local chain status is in yellow, thats the reason the below local chain has not started.This is happening from 2 days.
We are in BI7 and in Patch 18.
Please suggest on this.
Thanks in advance

Hi JS,
once check the infopackages, DTPs and other process steps are activated or not. if not, activated all those steps.
this will resolve your problem.
help full  link:
http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID0205146750DB01963979007127950697End?blog=/pub/wlg/8284
Regards,
Suman

Similar Messages

  • Business Process Engine in yellow status

    Hi all,
    I visit the site http://<hostname>:<port>/rep/start/index.jsp and visit the runtime workbench link. Displaying all in the component monitoring, i saw that the business process engine under Integration Server is in yellow status. I checked the details and found out there are three background jobs that weren't schedule. But i dont know the specifics of these background jobs. It says in the details
    -schedule background job for missed deadlines
    -schedule background job for worked items with errors and
    -schedule background job for deadline monitoring
    I hope you can give me a detailed procedure in scheduling these jobs.
    Warm Regards,
    Charm

    Hi,
    these jobs are to run to ensure that the approvers of the documents are informed about thier pending workitems which need to be approved.
    you can use the transaction 'SM36' for scheduling the jobs, you can find number of jobs which might already be scheduled in your system .
    for example
    jobs for 1 ) CLEAN_REQREQ_UP
               2) BBP_GET_STATUS_2

  • Process chain remains yellow even it is OK

    Hello,
    I have a process chain which contains many master data loadings.
    It can happen that when I log in the morning and check my process chain that have been executed during the night, I always have processes in yellow (not finished).
    However when I look these processes in yellow, I can see that the job and loading has been finished a long time ago (in green, everything ok) and I can see that a new event has been executed to follow the process chain.
    So why does the process doesn’t finish and take green color ?
    I didn't see any OSS note about that problem. Does anybody know about it ?
    Regards
    Vanessa R.

    Hi,
    Activate the process chain once and schedule it again.
    Hope this helps.

  • Process Chain in "Undefined Status"

    I have a custom Process Type (ABAP with a return code) that runs in a chain.  The ABAP decides if a day is Monday, Tuesday, etc.
    If it is not a particular day, it errors out, per the code below.
    However, the chain variant is in an "Undefined" status, rather than a "Canceled" status.  This means that the chain is still active.  Every time I review the chain, I get a message saying "Status change of process zz_monday.  Save status and trigger events if appropriate".  Only upon clicking "yes" does the variant go to a canceled status.
    How can I force the chain to a canceled status without user interaction?
      IF g_subrc <> 0.
        MESSAGE e162(00) WITH 'Status' 'Red'.
      ELSE.
        MESSAGE i162(00) WITH 'Status' 'Green'.
      ENDIF.

    Hi John,
    See this Blog from Siggi.
    /people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
    Hope this will help you.
    Thanks
    Ck

  • Process chain in yellow

    hi sapgurus,
      One of Meta chain in parent Process chain got stuck for a long time Yesterday,because the infopackages stayed Didn't run and stayed in yellow colour,So i manually restarted the Meta chain  .Though the Meta chain process ran well ,Meta chain in main Parent chain is in  Yellow colour since yesterday .
    Is there any way to turn Manually the Metachain to red colour .
    Thanks in advance.

    Hi JS,
    once check the infopackages, DTPs and other process steps are activated or not. if not, activated all those steps.
    this will resolve your problem.
    help full  link:
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417400)ID0205146750DB01963979007127950697End?blog=/pub/wlg/8284
    Regards,
    Suman

  • Activating Process chain with Yellow message about index recreation

    Hi SDN Community
    As part of a Process Chain which loads data into an infocube,
    If an index recreation is not included in the process chain, we get the following warning message:
    A type "Generate Index" process has to follow process "Execute InfoPackage" var.ZPAK_4CFH2W389QSOOUU1UVP8PBLFU in the chain     
    As we do not want to have the index recreation in this particular chain, and rather, another chain,
    will there be any issue of having this process chain in this warning message mode without an index recreation.
    Thank you.
    Simon

    Index recreation is not mandated because you have the option to either create it or not. Recreating/rebuilding your index improves read time and so it is recommended. If you are creating the index at a subsequent step you can confidently ignore the warning message.
    Regards,

  • Process chain--failed infopackage--urgent....

    Hi Experts,
    can anyone tell me why the process chain when triggered has successfully started but the first infopackages after the start varient did not sucessfully run.
    the infopackages show in the process chain in yellow status as if the data loadings are taking place but when u go to the monitor screen the data loadings will not be taking place. if you manually trigger the infopackage then only the data loadings are taking place.
    what could be the reason and how to make the process chain run successfully after it gets triggered.
    i have deleted all the released jobs for all the processes in the process chain and triggered manually that chain but it is of no use. still the same problem is persisting, is there anything on BW part that we could or is it Basis work that needs to be done for the solution of this type of problem.

    Hi Experts,
    can anyone tell me why the process chain when triggered has successfully started but the first infopackages after the start varient did not sucessfully run.
    the infopackages show in the process chain in yellow status as if the data loadings are taking place but when u go to the monitor screen the data loadings will not be taking place. if you manually trigger the infopackage then only the data loadings are taking place.
    what could be the reason and how to make the process chain run successfully after it gets triggered.
    i have deleted all the released jobs for all the processes in the process chain and triggered manually that chain but it is of no use. still the same problem is persisting, is there anything on BW part that we could or is it Basis work that needs to be done for the solution of this type of problem.

  • Process chain hungs if run automatically

    Hello
    My process chain hungs (yellow status) if its run automatically by scheduler.
    However, it completes succesfully if I run it manually.
    Do you know any reason why?

    Hey,
    Probably the PC start job gets released and never reaches the work processor. Please check the availability of work processors when the PC starts and try to see if the job gets into released state. Now, try to manually schedule this job immediately and see if the PC starts. If this is the case, you need to ask your basis guys to configure the system properly. Does this happen with som other jobs also?
    Thanks and Regards
    Subray Hegde

  • Process Chain Status is Red even though all processes are successful.

    I implement ABAP Code by using standard function module "RSPC_CHAIN_START" for execute process chain and return status of process chain after execute completely as following code:
    Execute Process Chain
    CALL FUNCTION 'RSPC_CHAIN_START'
      EXPORTING
        I_CHAIN             = I_CHAIN
        I_SYNCHRONOUS       = I_SYNCHRONOUS
    IMPORTING
       E_LOGID             = P_LOGID.
      If sy-subrc = 0.
        gt_status = 's'.
        WHILE gt_status = 's'.
    Get Status of Process Chain
          CALL FUNCTION 'RSPC_API_CHAIN_GET_STATUS'
          EXPORTING
          i_chain              = I_CHAIN
          i_logid              = P_LOGID
         IMPORTING
          E_STATUS             = gt_status
          E_MESSAGE            = P_MESSAGE.
    Status G or F - Report that the Chain is Successfully Completed.
    Status A - The chain is Currently running
    Status R or X - Report that the chain has ended with Errors.
        CASE gt_status.
        WHEN 'A'.
    Process chain is running
          gt_status = 's'.
          P_MESSAGE = ''.
        WHEN OTHERS.
    Process chain is completed
          exit.
        ENDCASE.
        IF gt_status = 's'.
           WAIT UP TO 2 SECONDS.
        ENDIF.
    ENDWHILE.
    Display Message
      IF gt_status = 'G' or gt_status = 'F'.
        MESSAGE i162(00) WITH P_MESSAGE.
      Else.
        MESSAGE e162(00) WITH P_MESSAGE.
      ENDIF.
      ENDIF.
    From above code, when execute this function module, sometimes status of process chain is shown as canceled 'X', therefore, output of this function module is shown as "The process chain is canceled". When monitor process chain in RSPC log view, the process chain status is also shown as canceled 'X' and status of all process in process is green, however, after wait for a while, the status changed from canceled 'X' to successful 'G'.
    Why did the status of process chain show as canceled 'X' even though finally process chain status is successful ? If I want to check status of process chain after execute completely, which status should to check in ABAP code?
    Regards,
    Pui

    Using that FM.. u will be providing the Instance and Variant of the failed process.. and hence the reload will start from the failed process but not the entire chain...
    In general the process status shud finish then or based on the link combination  the change from one process to other will happen...
    try to maintain a wait time between the process atleast 2 to 4 secs..
    thanks
    hope this helps..

  • Issue in Process Chain Status

    Hi,
    We have various process chains for daily loads. Among those some of the process chain shows the status as red, but the data loaded successfully in the targets. And subsequent chains are not getting triggered.
    Can someone let me know the solution for this please?
    Regards,
    Sarath.

    Hi Sarath,
    May be some of the process type got failed in the process chain, and it might got sucessfull only after manually resolving or may be after repeating from the Process chain, In these cases some times the process chain entire status turns to RED.
    You can forcefully change the process chain to Green.
    copy the variant and Instance of the process chain(or select the last process type in the process chain)
    goto SE11-->Enter the table RSPCPROCESSLOG and execute --> now enter the copied variant and instance here and execute, It'll give you a new pop up with a LOG id, copy this log id as well.
    Now gto se37>Functional module>RSPC_PROCESS_FINISH execute and the enter the copied vaiant, instance and logid, and also enter G (sucesfully completed) in I_State and now execute.

  • ERROR in  XI TO BI INTEGRATION   PSA in yellow status

    Hi, I have a scenario of XI 2 BI (JDBC to ABAP proxy), I have done the configuration and in SXMB_MONI it is showing processed successfuly. in BI Side  message is succesful in SXMB_MONI
    but PSA Data is not updating. when i  go to t code RSA1 and then manage PSA , there status is yellow
    "process is not yet complete" while i can see datais inserted in the table
    can anybody tell me what change should we done so that we can receive green status in PSA.
    regards

    Hi Sandeep,
    Please have a look at the following links and see if it helps
    Re: data can not be loaded into PSA iva process chain
    Re: Yellow flag in PSA and Cube for full load mean?
    Best Regards

  • Error in process chain when running package (data manager)

    Hello experts,
    I try to run the following how to : "move date between applications using Data Manager ..."
    Yon can find the pdf here : http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0480970-894f-2d10-f9a5-d4b1160be203
    I'm looking after someone who used it successfully, on my side after implementing all steps and running the package I get the message "IMMEDIATE RUN: Request to run the package on the server was successful The package is now running"
    When I look the log for the process chain, overall status of the process chain is yellow, and steps "modify dynamically" and "clear BPC Tables" are in error.
    I can't get any usefull error messages.
    If someone has an idea to have details about those errors, it will be appreciated.
    Points will be awarded, thanks in advance.
    Guillaume P.

    Hello Experts,
    I am also facing the same issue with PC failing at Modify_Dynamically step....
    This process type is working fine when used  in standard delivered process chain to load transaction data.
    I tried using this variant in my cutsom chain, but it fails.
    Please suggest.....
    Thx....D

  • DTP yellow status

    Hi experts,
    We have a DTP that is currently in yellow status, yet when we monitor its processing it is successful (green). we have also checked the DSO and the contents are there as well. Seems the process chain ran successfully however the DTP is stuck in yellow status (in progress).
    Is there anyway to cancel or fail the process chain? its still in yellow status.
    mark

    In this scenario, you can run program to turn process chain step into green.
    To push process chains manually further, that is to convert yellow process into green - please follow these steps.
    (Assume that step 4 in process chain is yellow which you need to turn it to green)
    Execute in SE38 -> RSPC_PROCESS_FINISH
    Fill the following parameters on screen and rest all can be left blank.
    1. LOGID - you will find this when you do monitor of your process chain. Every time you run process chain, unique LOGID is created.
    2. TYPE - If step 4 is ODS activation then TYPE wud be ODSACTIVAT and if it is infopak loading TYPE wud be LOADING and if it is DTP Load TYPE wud be LOAD.
    3. VARIANT - In the process chain monitor mode, right click on step 4 -> Display Messages. Go to chain tab and there you will find VARIANT
    4. INSTANCE - In the process chain monitor mode, right click on step 4 -> Display Messages. Go to chain tab and there you will find INSTANCE
    5. STATE - Value wud be G
    After entering above parameters, click execute. It will be done in fraction of second and wont give any popup. Now when you will check process chain monitor, you will see that step 4 is green and next step has started executing.
    Abhijit
    Edited by: ABHIJIT TEMBHEKAR on Nov 18, 2008 5:16 PM

  • Process chain / DM error in 'Modify dynamically' process

    Hello experts,
    I try to run the following how to : "move date between applications using Data Manager ..."
    Yon can find the pdf here : http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b0480970-894f-2d10-f9a5-d4b1160be203
    I'm looking after someone who used it successfully, on my side after implementing all steps and running the package I get the message "IMMEDIATE RUN: Request to run the package on the server was successful The package is now running"
    When I look the log for the process chain, overall status of the process chain is yellow, and steps "modify dynamically" and "clear BPC Tables" are in error.
    I can't get any usefull error messages.
    Thx....D

    Hi Deepak,
    We are experiencing a similar issue while trying to Light optimize one Application.  The step "Clear BPC Tables" stays in red status, in addition to "Plan mode on" process.  The Application Set has three applications, but this issue only happens regarding one of them.
    Have you found a solution from SAP to this problem or any workaround?
    Regards,
    Maximiliano

  • Configuration Guide for Transaction Banking Process Chain - 0TB_DM_INIT_P01

    Hi All,
    Just wondering whether there is any Configuration Guide available for various Transaction Banking Process Chains, like,  [0TB_DM_INIT_P01|http://help.sap.com/saphelp_nw70/helpdata/en/7e/0d6a99cbdf4873998b533e088b6a1b/frameset.htm], etc.
    These process chains in Activity Status Coversion (i.e. Dormancy management) are quite complex and I have been able to activate the chains - but while running some of the processes are giving errors...
    So, was wondering whether any Building Block Configuration Guide like CRM Analytics (or, others) available or not?
    If not, should I just open an OSS ticket to get official guide from SAP?
    Thanks for help.
    ~SSH.

    Hi All,
    Just wondering whether there is any Configuration Guide available for various Transaction Banking Process Chains, like,  [0TB_DM_INIT_P01|http://help.sap.com/saphelp_nw70/helpdata/en/7e/0d6a99cbdf4873998b533e088b6a1b/frameset.htm], etc.
    These process chains in Activity Status Coversion (i.e. Dormancy management) are quite complex and I have been able to activate the chains - but while running some of the processes are giving errors...
    So, was wondering whether any Building Block Configuration Guide like CRM Analytics (or, others) available or not?
    If not, should I just open an OSS ticket to get official guide from SAP?
    Thanks for help.
    ~SSH.

Maybe you are looking for

  • Networking - Why Doesn't This Work?

    Hey all Just wondering if any of you have any ideas why this code isn't working properly - for the Client to connect the Server has to be restarted. Is there a solution to this problem? The Client Class: import java.awt.Container; import java.awt.Col

  • Unable to select IKM in project.

    Hi , This is more of a newbie question. I was trying to go through Oracle's Tutorial Exporting RDMS table to Flat file. For this I created a project and imported a IKM SQL to File Append successfully. I created the Source and Target datasources as we

  • 160G Classic: sort order of contacts

    Yep, I am just starting to discover the features of my brand new 160G Classic. I have noticed, that I can choose between first name or last name as the sort order for contacts. But it looks like the contacts are always displayed as firstname and than

  • SELECT stmt required to retrieve the output data as specified.

    source table: Origin      Destination      Miles Sydney           Melbourne      1000 Perth           Adelaide      3000 Canberra      Melbounre      700 Melbourne      Sydney      1000 Brisbane      Sydney      1000 Perth      Darwin      4000 Sydne

  • IT 0041 Date Specifications - Can we add more fields?

    Currently, one can only have up to 12 date types / dates in IT 0041.  We are tracking subsitute start date assignments for each substitute teacher - which can result in multiple entries of this customer date type we created.  I saw on SAP help that t