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.

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 Chains Always Hangs at the second step waiting for an event

    Gents;
    all BI process chains created in Production system are always hanging in the second step waiting for an event RSPROCESS with a certain parameter. This issue is happening for all process chains in Production system and it is not happening for the same in other systems in the landscape (development, Copy of porudction, quality and so on). I tried to trigger the event manually using SM62 but the job is always stick to status " released". the same thing was replicated in other systems and the job status has changed and the process was completed.
    Any idea what might cause this issue??
    Thanks.

    Hi,
    You said that this thing is happening only in production system.Try doing the following checks :
    1.Check SM21to see if there are any red entries.It can be possible that there is some data base RFC connection failure.While checking SM21, make sure you give proper selection condition.If there are any red entries, you may take the help of basis guys to understand the type of failure.May be file system has got some problems.
    2.Check St22 and try to analyse if any short dumps.
    3.Try to check Connection with the source system ( Goto RSA1->source system tab->right click on the source system and select check option to find if any errors in the connection.
    4.If possible, try to load manually in some other info provider.
    Thanks,
    Tarun Brijwani.

  • Getting error "this serial number is not valid for Premier Elements 12"

    My old computer crashed big time and I'm trying to install Elements 12 on a new computer.  Installed ok and when trying to register it, I'm getting the error message "This serial number is not valid for Premier Elements 12."  Didn't install Premier Elements 12, just Elements 12.  Unable to get any assistance yet from Adobe support, hope to learn something here.  Thanks in advance.

    Have you activated the product previously on more than two machines? You will need to contact Adobe directly using the link below. Use the dropdown menu for boxes (1) & (2) to scroll down the list and choose:
    1. Adobe Photoshop Elements
    2. Adobe ID, and signing-in
    3. Click on the blue button: Still need help? Contact us – then click the area marked chat 24/7, then click “start chat ”
    It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away. Have your serial number available. The agent can directly troubleshoot your system if you agree to activate the Adobe Connect add-on.
    Click here to get help now Contact Customer Care

  • Process chain error - Create Index 0SD_C04 is not permitted

    Hi,
    We are trying to load Infocubes 0SD_C03 and 0SD_C04 in a process chain. The Delete Index and Load Infopackage processes are executing successfully, but we are getting an error on Index creation for Infocube 0SD_C04.
    The error message is "Deleting/Reconstructing Indexes for Infocube 0SD_C04 is not permitted".
    Is there a setting to allow index creation for this cube?
    Thanks
    Pooja.

    Pooja,
    maybe the index was not properly dropped ,
    check if the index has not got corrupted..
    found a program:
    RSDU_INFOCUBE_INDEXES_CHECK
    this could be of help - but an unable to test it here since I cannot replicate the scenario..
    Arun
    Assign points if it helps..

  • 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

  • Prcoess chain failrure at AND process step

    Hello,
    I have a global process chain wherein we are loading data from two infopackages and that is then followed by an AND event for further data activation steps.
    This chain has been working fine for months. All of a sudden, for the past three nights in a row, the AND event has been throwing an error as soon as the first of the initial local chains completes. The error is 'This AND process is not waiting for event RSPROCESS, parameter...,' and then it goes on to give the parameter associated with the predecessor chain that has completed. The AND event turns red and does not trigger the subsequent processes when all of the predecessor chains complete. Also, the repeat option does not work. The subsequent processes have to be kicked off manually.
    Any suggestions for how to correct this problem?
    Thanks!

    Hi,
    I know problem is solved by new creation.
    But check these notes:
    Correction: Error in AND process after restart
    SAP Note Number: [1083103|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_whm/~form/handler]
    SAP Note [850668|https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=850668] Correction: No multiple triggers after RSPROCESS event
    Regards
    Andreas

  • 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.

  • Abap Program in Process chain error

    Hi Experts,
    In my process chain there is a program to download hierarchy data and then in next step it would
    load data but when the process comes to this program the job is getting cancelled and log shows below msg
    Process LOADING, variant ZPAK_123455 is not scheduled waiting for event RSPROCESS 123444444
    Please advice
    Thanks
    Raga

    Hi.........
    Remove your process chain from scheduling using the option procesc chain --> Remove from schedule. Then check & activate the process chain. Save the process chain. Check & activate again and then schedule the process chain.
    Not 100% sure of the cause. When we faced a similar issue, we tried to analyse the cause and found that this kind of error occurs when the process chain is descheduled by deleting the released background job & scheduled again.... and this is because some of the old jobs for some of the steps are not deleted & the links between the steps wait for the old jobs or events.
    I would say it is always better to deschedule a chain using the 'Remove chain from schedule' option than deleting the background job.
    Hope this helps you.........
    Regards,
    Debjani........

  • Process chain failure at AND condition

    Hi gurus,
    Please help me with this issue .
    the process chain is failing at  the AND process after the DTPgets succesful . its giving the error message as"THIS AND PROCESS IS NOT WAITING FOR EVENT RS PROCESS".
    PLEASE SUGGEST.

    Yes,
    there are two dtps which are connected to this AND process.process chain is successful untill this dtps and failed at this AND condition. please suggest to fix this and let me know wht will be the possible reason for this failure.
    thanks for your help

  • Process Chain Cancelling in Background Process

    Hello Experts,
    In our production system Process Chain is canceling in background process.
    Please tell me the reason and how to solve this issue.
    Details of Process Chain Background Job
    1. BI_PROCESS_TRIGGER
    Job Step
    No. Program name/command Prog. type Spool list Parameters     User     Lang.
    1  RSPROCESS            ABAP                  &0000000030331 BWREMOTE EN
    Job Log
    Time     Message text                                                                                Message class Message no.
    01:15:07 Job started                                                                                00           516
    01:15:07 Step 001 started (program RSPROCESS, variant &0000000030331, user ID BWREMOTE)                                                      00           550
    01:15:09 Process LOADING, variant ZPAK_451AS94L9YNMVG6A9YUF9IZAC is not scheduled waiting for event RSPROCESS 47XA6NPFYU2DUSU108RURIN1G     RSPC          006
    01:15:09 Job cancelled                                                                                00           518
    2.    BI_PROCESS_ABAP
    Job Step
    No. Program name/command Prog. type Spool list Parameters     User     Lang.
    1  RSPROCESS            ABAP            24193 &0000000026265 BWREMOTE EN
    Job Log
    Time     Message text                                                                                Message class Message no.
    00:28:24 Job started                                                                                00           516
    00:28:24 Step 001 started (program RSPROCESS, variant &0000000026265, user ID BWREMOTE)                                                      00           550
    00:28:32 SQL: 05/15/2008 00:28:32 BWREMOTE                                                                                DBMAN         099
    00:28:32 TRUNCATE TABLE "/BIC/AZWM_O1600"                                                                                DBMAN         099
    00:28:34 SQL-END: 05/15/2008 00:28:34 00:00:02                                                                                DBMAN         099
    00:31:55 Spool request (number 0000024193) created without immediate output                                                                  SY           355
    00:31:55 Processing completed successfully for analysis process ZWM_APD01                                                                  RSAN_PR        021
    00:31:58 Process DTP_LOAD, variant DTP_46VZNUL0G6OB9NQVSVS0L4NTF is not scheduled waiting for event RSPROCESS 46ZDK9I8Z4K5485D5K38BFCIS     RSPC          006
    00:31:59 Job cancelled                                                                                00           518
    Please provide me a solution to move forward.
    Thanks in advance
    Khadar

    Hello Expert,
    I just had setup sand box for BI system.
    we are currently on SP 9.
    We will be importing SP15 shortly..
    I am trying to run a Process chain but it is giving error...
    It's giving the following error..
    Job BI_PROCESS_DROPINDEX could not be scheduled. Termination with returncode 8
    Message no. RSPC065
    Diagnosis
    Program RSPROCESS is to be scheduled as job BI_PROCESS_DROPINDEX under user RFCUSER.
    System Response
    Scheduling terminated with return code 8. The meanings of the return codes are as follows:
    SY-SUBRC = 4:
    Scheduling terminated by user
    SY-SUBRC = 8:
    Error when scheduling job (JOB_SUBMIT)
    SY-SUBRC = 12:
    Error in internal number assignment
    Procedure
    Check the system log for more detailed information.
    Execute Function
    Could you please throw some light on it...
    Regards,
    Manmadha

  • How to delete old account, I can't log in due to - This email address is not available for use as an Apple ID. You may already have an Apple ID associated with this address. Please try again or sign in using your existing Apple ID.

    How to delete old account, I can't log in due to error - This email address is not available for use as an Apple ID. You may already have an Apple ID associated with this address. Please try again or sign in using your existing Apple ID.

    All good, I loved with AppStore and now everything seems to be back to normal.

  • 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 error "Incorrect start date"

    hi sap gurus,
    I have parent chain in that a newly created meta chain is creating problem.I am getting error in the process chains since two days i am not able to solve this.Can anybody try to help me.
    error: Incorrect start date: 00.00.0000; Start time 00:00:00 RSM     847
    After that the process chain is turning red,but when i manually execute the process chain its running properly.
    Please help me its urgent.

    hi gurus,
    Its working fine now.
    Solution:
    first exchange the variant with the smae and then activate and run.After that it will work in the process chain.
    Thanks a lot to every body,especially MOHAN KRISHNA,

  • What are the varoius type of process chain errors how we can solve them.

    Hi,
    I  need to work with process chains maintainace , Can any body tell me what are the different type of process chain errors generelly we used to get ,how we can solve them . IF possible  please provide me any document also  so that i can solve my
    abnormal problems for process chain errors.
    Thanks in advance .

    Hi,
    1) Invalid characters while loading: When you are loading data then you may get some special characters like @#$%...e.t.c.then BW will throw an error like Invalid characters then you need to go through this RSKC transaction and enter all the Invalid chars and execute. It will store this data in RSALLOWEDCHAR table. Then reload the data. You won't get any error because now these are eligible chars done by RSKC.
    2) IDOC Or TRFC Error: We can see the following error at u201CStatusu201D Screen:Sending packages from OLTP to BW lead to errorsDiagnosisNo IDocs could be sent to the SAP BW using RFC.System responseThere are IDocs in the source system ALE outbox that did not arrive in the ALE inbox of the SAP BW.Further analysis:Check the TRFC log.You can get to this log using the wizard or the menu path "Environment -> Transact. RFC -> In source system".Removing errors:If the TRFC is incorrect, check whether the source system is completely connected to the SAP BW. Check especially the authorizations of the background user in the source system.Action to be taken:If Source System connection is OK Reload the Data.
    For more errors and solutions go thorugh the link below
    http://indelasap.blogspot.com/2009/04/sap-bi-production-support-issues.html
    Regards,
    Marasa.

Maybe you are looking for

  • Can't run a 10.7.4 VMWare VM on MBP with Retina

    I have an old 13" Aluminum Macbook and a purchased copy of Lion that I created a VMWare OSX 10.7.4 VM with that I could use for work.  I had it running fine on my 13" that runs 10.7.4.  I just got a new MBP writh Retina display.  It came with 10.7.4

  • How do you print a monthly calendar showing week numbers?

    Is there a way to display and the print the week numbers in the monthly view in iCal. I can get the calendar to start on the first day of the wekk, Monday, but I can not find any way to show the week numbers in a column to the left of the Monday colu

  • Can a field validation point to fields of another record type?

    Field Validation based on another Record Type Field I am trying to build validation into a custom object that sums fields under the Account record type. The names of the fields from OBI (the table location and field name): "- Account Custom Metrics".

  • Numbers entered data dissapears when spreadsheet opened at a latter date

    data entries entered into the spread sheet dissapear. We have a spreadsheet setup with formulas to manage our cash flow. When we update it. Close it and come back the next day yesterday's entries have dissapeared any thoughts as to why

  • JTable Blank Rows When INSERT/DELETE in other panel with same ViewObject

    Hi, Jdev 10.1.2 JClient 2 panels based on same ViewObject in same AM One panel with Grid UI => JTable Other panel with Form UI When I insert or delete a record in the panel with Form UI and return to the panel with JTable blank rows are displayed. Th