Process Chain hangs on AND process

Help Super gurus!
I've tried several versions of a chain that loads multiple InfoPackages serially then multiple DTP in parallel using filtering from the PSA to a DSO. All load successfully. Then I have the DTPs all meet at an 'AND' process before processing should continue to a cube.
The 'AND' process also shows green but it does not continue to the next process step. It just stops there, no more jobs running, no yellow, nothing. It thinks it's all done, everything after that is still blue.
Why does it hang there and what can I do to get it to continue?
Thanks,
Al
Points available.

Hi,
Not sure what is the root cause in your case.
Try this. It may work. Normally this is done after a step turns red and no repeat is available.
Method 1 (when it fails in a step/request)
/people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
How is it possible to restart a process chain at a failed step/request?
Sometimes, it doesn't help to just set a request to green status in order to run the process chain from that step on to the end.
You need to set the failed request/step to green in the database as well as you need to raise the event that will force the process chain to run to the end from the next request/step on.
Therefore you need to 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.
Of course you can also set the state of a specific step in the chain to any other possible value like 'R' = ended with errors, 'F' = finished, 'X' = cancelled ....
Check out the value help on field rspcprocesslog-state in transaction se16 for the possible values.
Thanks,
JituK

Similar Messages

  • Process chain failed at  AND process type ?

    hi all .
    Process chain failed at  AND process type ?
    and it is giving  message      Job cancelled after system exception ERROR_MESSAGE     .
    what is the reason & solution .
    regards ,
    srinivas ,

    Hi,
    That depends on the system behaviour... There is no issue in that... You can repeate the process.. If there is no repeat option available then you can on the detail view.. there is a chance that you will get a repeat option there.. If not then copy the chain.. remove the loaded process and add one starter chain an continue the chain in immediate mode...
    Regards
    Sajid khan

  • Process chain Error: This AND process is not waiting for event RSPROCESS

    Hi All,
    I am facing an error in the process chain in PRD.
    Error message: This AND process is not waiting for event RSPROCESS.
    We had a process chain which had two sub chains which run parallel and below of this we had AND process type and below of the AND process we had 4 more jobs.
    Once the two subchains got successfully loaded, the and process should turn to green and further 4 jobs should start.
    It is a daily load , it worked fine from past years,but suddenly the AND processtype is getting failed.The thing is in the two subchains if one got completed, the AND process process is not waiting for 2nd subchain to get completed.The AND process is turning to RED (status: cancelled) . I tried to repeat the AND process once after above 2 subchains loaded, but it didnt worked.
    And i removed the existing AND process and created a new one and placed it in same place and activated and schedules again.but still it is getting failed with same error.
    Thanks in advance,
    Sai Chand.S

    Hi,
    If you did any transports related to that metachain we face similar kind of issues.
    not only the AND process , we need to remove all the process before executing the AND process and create it again.
    It helps you, you said your in production So you should take the proper approvals and do it.
    Regards,
    Yerrabelli.

  • Process chains time outs and hangs with no error msg - in SP13

    Hi all,
    We are having all kind of weird problems after we patched our system with SP13. Our process chain time outs and hangs, but surprisingly we never get any error msg. And scarier part is, the problem seems to be intermittent. PC runs fine on some days and hangs on some.
    Further analysis into the dump – as below
    Termination occurred in the ABAP program "SAPLRSSM" -
    in "RSSM_SLEEP_DEBUG".
    The main program was "SAPMSSY1 ".
    In the source code the termination point is in (Include) program "LRSSMU39".
    This refers to an issue that appears to have been addressed by OSS Note
    934648(meant for SP8). This notes also indicates to populate RSADMIN table to
    exclude "RSSM_SLEEP_DEBUG". Not sure if this note is valid for SP13? However we went ahead and populated the RSADMIN table.
    So now we have no clue what’s going on and where to fix the issue.
    As per SAP suggestion we applied the following notes:
    0000653996  Analyzing lock situations
    0000893563  Correction: Deadlock on completion of a remote chain
    0000994007  Corrections: Deadlock with external status query
    0001005481  Correction: Process successful, but there is no instance
    0001047174  Correction: Incorrect scope when locking in process chains
    0001051957  Correction: TIME_OUT during dialog confirmation of processes
    0001083660  Report for error stack analysis
    Nothing seems to help us. And SAP suggested a few options, which we implemented to no rescue.
    I’m sure that many of the customers have applied SP13, and want some feedback from them, if this is happening in their systems too?
    If so, how did you fix this issue?
    Or this situation is unique to us?Please note that no settings were changed as of SP13 to that of what they were in SP12(unless it is a side effect of the patch itself). Everything worked fine with SP12 and is still working on the BIP system. All the problems are in BIQ patched to SP13.
    Any pointers or insight would be appreciated. We have a customer msg open with SAP, and going back and forth, but nothing seemed to work as of today.
    Thanks,
    Voodi

    Not sure which OSS helped us get past the issue, as SAP asked us to apply a ton of notes. But along which the notes, SAP has some suggestions for us, which we think did the magic. After the implementation of the suggestin we never faced the same issue again. The suggestion by SAP:
    move the process chain callback in a batch job by executing
    program RSSM_TRACE_SWITCH and selecting the flag "verifcation
    of asynchronous processes - execute in batch".
    Lemme know if this doesnt fix the issue, I can give all the notes that SAP asked us to apply.
    Message was edited by:
            voodi

  • Process chain hangs when reaching AND process before Attribute Change Run

    Hi Experts,
    I have the following problem. For some reason my master data attribute process chain hangs when it reaches the AND process variant right before the Attribute Change Run. It does not go anywhere from that point.
    Thank you

    hi AG,
    if this is hanging daily at the same place without proceeding further, and with out giving the instance for the same. then the better way is to replace that AND process in the chain with the new AND process. and then check and activate ur chain. this wil solve ur problem.
    if this is the first time that happend to u, then check the previous load status, if any of the load has failed and u didnt turned the status of the process then also this can happen. So please do check it and act accordingly. If u cannt find the resolution then please run ur changerun manually.
    u can use RSPC_PRCESS_FINISH FM to convert the status of any process. for this u need to give instance and variant details. and then if u execute, then chain will continue further.
    Hope this will help you.
    thanks
    Vishnu

  • Process chain hangs due to locks in SM12

    We are currently experiencing issues when executing the process chains. The process chain hangs at one or more DTP loads without executing the following step even though the DTP load is successfully complete (Green). Upon research found that the system locks in SM12 are not released for these DTP loads which is causing the process chain to hang.
    Once I delete the lock manually, the process chain continues with the subsequent steps. This is painful during night time loads and hence am wondering if you guyz are aware of a fix for this problem.
    FYI, we our system is BI 7.0 and SP 13. Any leads towards the solution are highly appreciated. Thanks!

    hi Chetan,
    Please enlight me, with your suggestion here you are asking to increase the BGD processes for that particular process chain or for system (SID) as whole?
    Please help to understand better.
    Thanks in advance
    Regards
    Sekhar

  • How to know the process chain start time and end time

    Hi Experts,
                   How to know the process chain start time  and end time .
    Thanks in advance
    Regards
    Gutti
    Edited by: guttireddy on Feb 23, 2012 11:30 PM

    Hi Reddy,
    You may find the run time of a PC using below steps.
    1. Call SE38 > /SSA/BWT > Execute  > Enter your PC , choose the date and time > Execute. Here Run-time of a PC is displayed. (or)
    2. Call RSPC1 > Enter your PC > Execute > Goto Log view > Right click on the start Variant > Displaying Messages > Note down the start time in Chain Tab. Now Right click on the last Process type of the PC > Displaying Messages > Note down the End time in Chain Tab. The Difference b/w start time and end time gives the Run-time of your PC.
    Hope this helps.
    Regards
    Sai

  • Process Chain Failed at "AND" stage!!!!

    Hi Experts,
    Could any one guide me the steps to rectify the Process chain failure at AND stage???
    Steps:
    1.Start
    2.Data loads(9)
    3.AND(failed here)
    Error message:This AND process is not waiting for event RSPROCESS, parameter 3VW29DJ1PBX67PFJHD5IAEYI1     E

    We encountered a similar error.  Actually it wasn't an error, the process chain just stopped at the AND process and did not continue.  We are on BW 3.5.  I believe there is are OSS Notes for this.  See 1005481 or 1003941.
    If this is not the case, try to reschedule the process chain.  To remove from scheduling:
    1.  select Process Chain -- Remove from Scheduling.
    2.  Activate and Schedule process chain
    We did not install the notes (above) and rescheduling did not work for us.  We ended up changing and tranporting the process chain again and we were fine.
    Hope this helps.

  • Is it possible to run process chain from the certain process/point?

    Hello
    Is it possible to run process chain from the certain process?
    How?
    Thanks

    Hello,
    yes it possible! use the following steps.
    1. Goto the process which you want the chain to start from.Goto display messages>> Chain tab. In the generated instance note the variant and instance.
    2. Goto table RSPROCESSLOG and give variant and instance and get logid details.
    3. t codese37>> run FM RSPROCESSFINISH.
    4. give the deatils u have got in RSPROCESSLOG table here and say execute.
    This will solve ur problem.
    Hope this helps!
    Reg
    Deepmala

  • Scheduling of a process chain in two meta process chains

    Hi,
    ( Meta process chains - X, Z
      X - runs at 2 a.m. daily
      Z - runs after every two hours daily from 9 a.m. to 10.30 p.m
    Process chain - Y is to be included in X & Z)
    There is a Meta process chain X which is scheduled for 2 a.m. daily. This meta process chain contains another
    process chain Y.
    I want to schedule another Meta process chain Z which executes after every two hours daily. Now I want to include process chain Y in Z, with the condition that if system time is 11 a.m. or later than it only then it should be scheduled.
    Since this process chain  is contained in Meta process chain X, its start variant
    has Immediate Start selected. I don't want to change this start variant.
    Is there any option or event through which this can be achieved?
    Thanks & Regards,
    Manisha

    You need a program to trigger event (using function module BP_EVENT_RAISE). You can include this program and variant only in the process chain as a ABAP process type.
    The program will have a condition based on the time (you can use parameters to make it dynamic), when ever the specified time condition will be satisfied, it will trigger the event.
    So whenever you will execute the process chain X, everytime ABAP process type will also be executed. But the event will be raised only at a specific time, so is it process chain Y. Therefore it will not affect process chain X execution.

  • Process chain: scenario on Interupt process

    Hello,
    currently I'm exploring a BI in NW2004s.
    In the area of process chain I found a process type
    called Interrupt process.
    Can someone give we a scenario on that process type?
    Regards & Thanks,
    Guido

    Hi...
    go to RSPC and now click Process Types button--under General Services node is interrupt process
    Application scenario:"
    Apply multiple start conditions in a process chain
    With the process type Interrupt, you can interrupt the processing of a process chain until a given condition has been satisfied. In this way you can, for example, define conditions that need to be satisfied in addition to the start condition defined in the start process so that the entire process chain or parts of it can be processed."
    refer thread:
    http://help.sap.com/saphelp_nw70/helpdata/en/58/9c6c4251e4c153e10000000a1550b0/frameset.htm

  • How to Disable the Process Header, collapsible Area, and Process Warning Bar from Contacts Form of CRM 2013

    Folks,
    How to Disable the Process Header, collapsible Area, and Process Warning Bar from Contacts Form of CRM 2013
    Thank you.

    Hi,
    You can deactivate the business process itself if you do not want at all. So that the header will not available for the entity.
    Regards,
    Priya

  • Process on Help request and Process on value request events examples

    HI All,
               Can anybody please give me some examples of Process on Help request and Process on value request events.
    Thanks in advance

    HI,
    Check programs
    <b>demo_selection_screen_f1</b>.
    <b>demo_selection_screen_f4.</b>
    Regards,
    Sesh

  • Process chain hangs on Yellow , no process no data load, nothing happens...

    Hi friends  ,
    I have a  problem on one of our Meta chain . We have a meta chain , and it have some sub chains .  It is a daily scheduled meta chain.
    One day some thing happened and one of the sub chain begun to hang on . One of the sub chain of meta Chain I see Yellow light, which means on process . But while I enter into this sub chain I see nothing processed .  Meta chain finish previous chain but besides nothing .
    I tried to remove this sub chain from schedule , I tried to reactivate , and to schedule again , but all of my attems didn't solve anything . All of them get an short dump because of maximum time
    I need your helps .
    Thanks

    hi  dear,
    I guess u already got so many solutions and none of them working try these out.....
    1.Try activating the chain ...is there some issue in that??
    2.Now go to the top...menu..execution tab...remove from schedule...Now schedule again...
    3.If you want to run the chain immediately...after doing remove from schedule go to the start variant and change the option as start immediately.
    Since the chain is not triggering ,moving forward after start variant then may be the load on the system is too much or else the chain has activation issues...
    Regards,
    rocks

  • Process Chain : Read PSA and Update Data Target in BI 7.0

    Hello Experts,
    In my Process Chain I have a variant Execute Infopackage to load the data only into PSA. then I have next variant as *Read PSA and Update Data Target*. my data target was a Master Data table Hierarchy
    In the variant " Read PSA and Update Data Target". the selection Parameters were
    PSA.Table : 0GLACCEXT_T011_HIER_BA1
    Selection Object Type : same Infopackage in Varaint Execute Infopackage
    the Error message was Variant doesnot contain a valid combination request/data target
    I checked the PSA-Table using RSA1OLD Transaction then I find four PSA Tables:
    0GLACCEXT_T011_HIER_BA1
    0GLACCEXT_T011_HIER_BA2
    0GLACCEXT_T011_HIER_BA3
    0GLACCEXT_T011_HIER_BA4
    All the requests are linked to PSA Table *0GLACCEXT_T011_HIER_BA4*.
    I can't understand why there exists four PSA Tables?
    I try to link the PSA-table 0GLACCEXT_T011_HIER_BA4 in the variant *Read PSA and Update Data Target and try to save it it raises short dump.
    If I select 0GLACCEXT_T011_HIER_BA1 in the varaint I shouldn't face any problems.?
    but the process chain raises an Error message Variant doesnot contain a valid combination request/data target with this variant.
    How shall I handle this issue?
    Please carify me the issues as soon as possible.
    thanks in advance
    Regards
    sailekha

    Hello,
    In the Variant Read PSA and Update Data Target I have to select  the PSA Tabelle Name from the preselection list in the System it shows me all the four PSA Tables that I mentioned.
    I can select any one of them. So I trieed with all the four PSA Tables in the list but I can selct only the XXXX......BA1 table  then only I can save and  include it in the PC. If I select the remaining tables BA2, BA3, BA4.........while I try to save the Variant it raises short dump.
    I checked the PSA using the Transaction  RSA1OLD under PSA...... I find 4 PSA Tables( I don't know whether they are PSA Tables or not but in the Variant it states that they are PSA Tables) in which all the requests are attached to BA4. only.
    I observed that ony for Hierarchies I find four PSA tables for remaining one only one PSA table was available.
    I totally confused how to handle this situation. any suggestions......... please help me to resolve this problem.
    Thanks & Regards

Maybe you are looking for

  • How do i remove popups in software simulation - captivate 8

    Hi, I have recently moved to captivate 8 - straight from captivate 4. I have recorded a software simulation and am now in the process of editing it. On some screens captivate has captured the popup messages you get when you hover over a button or lin

  • How to change the order when arranging things in a folder by date created?

    When you click on any folder on the desktop and you click the gear icon and go to the "Arrange by" option and select "Date created", it puts the newest items toward the beginning of the folder. Is there any way to change that so the older items are a

  • New curve 8320 user internet problem

    hey i just bought this phone a few days ago from tmobile. im not able to set up my email or use the browser even though i know im connected to my wireless router at home.. i tried the setup wizard to set up the email and i also did setup wifi a coupl

  • Order of elements - how to get position of child ?

    Hi, I would like to check, if the name of the second element of root is "youngestSon". Is it possible to query this with xpath (I use xquery with xpath-expressions, in fact I already know the name of the element but want to get sure with an exist-sta

  • Acrobat Forms Blackberry

    Hi: Anyone know how to create Acrobat Forms that will work with Acrobat Reader on a Blackberry?