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

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

  • 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

  • Process chain cancelling

    Hello,
    As part of our nightly loads in our bw production system, we have batch job scheduling software that calls an initial process chain (ZRT_CTRLM_MD_RUN_1).  That initial chain then calls our main master data chain (ZRT_MD_DAILY_1).  The initial chain contains a start process with setting 'Start using meta chain or API' and a process to call the main process chain.                                  
    The initial chain sometimes fails on the step where it calls the main process chain(ZRT_MD_DAILY_1).  The main process chain does not actually start when this happens, so we just run it manually. 
    This problem occurs sporatically, and there seems to be no pattern.  In the past month, its happened approximately 5 times.  Most nights, the main process chain is called successfully.
    I looked in ST22 and here is some of that info:
    Error analysis                                                                 
        Short text of error message:                                               
        No start information on process CHAIN                                                                               
    Technical information about the message:                                   
         Diagnosis                                                                 
             For process CHAIN, variant ZRT_MD_DAILY_1, the end should be logged   
             for instance 442ZMLDOQOAP58NTEMM1Y31BM under the log ID              
             442ZM01K2JZTEMMX743Y0MLPU. However, no start has been logged for    this process.                                                         
         System response                                                           
             No log has been written. The process (and consequently the chain)     
             has been terminated.                                                  
         Procedure                                                                 
             If possible, restart the process.                                     
    Any suggestions would be greatly appreciated.  Although this problem does not happen very often, we would like for it to not happen at all.  And currently we have no explanation.
    Thanks
    Charla

    Does the Main Process Chain run other subchains?  If so, you may have an issue of not enough background processes available at the time the main chain starts.
    Note 621400 - Number of required BTC processes for process chains

  • 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

  • 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 chain start by dialog process

    Hy Expert, i have a serious problem.When i schedule a process chain , it start by dialog process. What i do for start process chain by background process?
    Thank's a lot.
    Andrea

    HI
    You could do the following:
    1) Create an event variant (i think it was SM63 or something like that)
    2) write a short abab program that raises an event (see example)
    *& Report  start chain
    REPORT  start chain.
    CALL FUNCTION 'RSSM_EVENT_RAISE'
      EXPORTING
        i_eventid                    = 'your created event'
        i_eventparm                  = 'your variant'
    * EXCEPTIONS
    *   BAD_EVENTID                  = 1
    *   EVENTID_DOES_NOT_EXIST       = 2
    *   EVENTID_MISSING              = 3
    *   RAISE_FAILED                 = 4
    *   OTHERS                       = 5
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    3)  Scedule your chain by event and activate it (you need to make it periodical to run severeal times).
    4)   Scedule the program.
    Hope this helps.
    Regards,
    Minima

  • Problems with processing outbound IDocs in background processes

    Hello everybody,
    I have a question for working with ABAP-PSS Ports.
    The behvaiour is that I want to send master data, for example customers, to a function module. This function module works like an converter which process and writes the files in the filesystem.
    Following situation:
    - I have defined a partner System with different message types, for example DEBMAS and everthing what is necessary to replicate data to partner systems.
    - I have defined also a Port like ABAP-PPS Port for calling my own function module.
    - If I runs the program I process only 50 Idocs per process because otherwise i can happen that there are to many look entries in the system and the job crashs. (For example all customers are around 50000 Idocs).
    Now my problem is that the worker for processing idocs starts each process in the foreground and in parallel.
    But this is very strange! Because then all dialog processes are reserved and the system will be very slow!
    How can I configure the Port or what have I to implement in my fucntion module to start processing in background (this is the very important point) and maybe allow the program only to use one or two process at the same time?
    I have found on the function module EDI_DOCUMENT_CLOSE_PROCESS which I the parameter "Background". What thas this mean? I have set B for this but it has no effect!
    Regards
    Christian

    I know that for inbound interface it is possible to define if in foreground or background and if parallel processing is allowed.
    Who knows how I can do this also for outbond?

  • Subject: Continue Process Chain Execution Despite a Process Type Failure

    My process chain is made of several process types; process type 1, process type 2, etc.
    Generally if a process type fails, e.g., process type 1 failed, subsequent process types are not executed.
    1.     Is it possible to continue to execute process type 2 despite errors in type 1.
    2.     If process type 2 was an ABAP program, is it possible to get in this program whether process type 1 was success or failure because I want to do certain things only  if process type 1 was a failure,

    Hi,
    Here are my answers,
    1) Is it possible to continue to execute process type 2 despite errors in type 1.
    It is possible to execute subsequent process even if the process fails.
    when you are developing the process chain, whilee connecting processtype1 and processtype 2, a popup appears with three optionhs "success", "failure", "always".
    select "always" in your case.
    If you are asking about the process chain already developed, go to edit mode, removelink between process1 and process2 and follow above steps.
    *2) If process type 2 was an ABAP program, is it possible to get in this program whether process type 1 was success or failure because I want to do certain things only if process type 1 was a failure *
    let me assume that you want to run programA if process1 is succesful and programB if process1 fails.
    include programA in process2 and ProgramB in process3
    connect process1 to process2(ProgramA) and select "success" n the popup
    connect process1 to process3(ProgramB) and select "failure" in the popup.
    hope this helps you,
    please let me know if you need any more information.
    Regards,
    Sri...

  • Concepts about Archieving process and Check point Background process

    I am still going through Oracle Architecture and presently on the background oracle process. I got struck about the function of Checkpoint process and how archieving process occurs. Any inputs from my friends here will be highly appreciated.

    916438 wrote:
    I am still going through Oracle Architecture and presently on the background oracle process. I got struck about the function of Checkpoint process and how archieving process occurs. Any inputs from my friends here will be highly appreciated. Checkpoint is an act of cleaning the dirty blocks from buffer cache to disks in order to make fast recovery(if happens) if crash happens. Having said this, this process will make sure that oracle has to recovery minimum numbers of dirty block on instance recovery phase. So there is periodic flushing of dirty blocks from buffer cache to disks. In this periodic time CKPT process will post to DBWR process to write out the dirty blocks to disks. This is basically called the incremental checkpointing.
    In incremental checkpointing oracle will keep the record of most oldest block in controlfile and from this block (which is also called RBA), oracle will start recovering dirty blocks.
    There is also a full checkpoint in oracle which happen when redolog switch
    Now coming to archiving: An archive log is a copy of redo log files, it includes the sequence number and redo entries. Whenever there is a log switch (redo log files gets filled in circular fashion), then arch process will start archive filled redo log file. So during this process arch process will read the filled redo log files and make the copy of it in archive file. LGWR cannot write this filled redo file until ans unless arch process completes copying of redolog entries to archive log file.
    Archive log files are required for recovery if in future we wish to recover database during media/datafile/controlfile failure.
    Also see
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:19311485023372 - Checkpoint explained
    http://docs.oracle.com/cd/B19306_01/server.102/b14231/archredo.htm - Archives
    Edited by: 909592 on Mar 25, 2012 5:34 PM

  • Process Chain (0TCT_C21) Statistics - Why Process Type sometimes is blanku2026

    I am looking at 0TCT_VC21. A process chain was run, it shows Process Type as Blank (which shows up Query as Not Assigned).  Does that mean when process chain was run, it failed or so thatu2019 why process type is blank. I am also seeing frequency column shows result as negative...e, 3,000-. What does negative number mean? Appreciate any help.

    Which process type is it showing blank. Did you difine the process properly?
    After running what are the messages it showing for that perticuler process.
    Regards,
    Vishnu

  • Process chain failed at COLLAPSE PROCESS TYPE ?

    HI all ,
    we have one process chain , in that  we have used oe process type collapse  for the cube .
    it got failed , but in the manage screen , under request status , it is showing tick mark i.e collapse successfully .
    give me some solution..
    regards ,
    Srinivas .

    Hi Venkatesh,
    thank you,  i have resolved this issue.
    i have checked in SM12 and there is no lock on the particular info cube then i repeated the process.
    the process chain failed at the stage of rolling up infocubes and the next triggred process was successfull even though i repeated the process chain.
    my concern is how the next process triggrred and it was successful when rollup process failed.
    can you please explain me
    thanks

  • Finding what Process Chains have a Specific Process

    Is there a report or a method to list all processes contained in all process chains or to find what process chains have\don't have a specific process without having to open each one?
    Thanks!

    Hello Alex,
    you can use ST13 and insert BW-TOOLS and execute it. In the next screen, select Process Chain Analysis and execute. After that choose Process Chain and in this way you can check all of the process chains runned in a date range (and thanks to it you can also view which are the process chain used).
    You can display all of the components (also other chains) clicking on the name of a chain.
    Hope it helps.
    Regards.
    Simone.

Maybe you are looking for

  • LED tv and glare

    I just purchased an LED tv and we placed it directly across from a picture window.  Needless to say, there is tons of glare.  Would I have the same problem with an LCD or are they much better for glare?

  • Mapping of transmission line in SAP PM

    Hi Friends, I have a scenario to map in SAP PM. I have to map electrical transmission lines of client into SAP for their maintenance. The transmission lines are like 50-60 km long and they pass through different Area office(Considered as Plant). Main

  • Circling Text

    I am wanting to create an effect in Motion that will have text cicling an object I create in Photoshop. I would like the object to be in the center of the frame and have the text circling from around the front to behind the object then back around (p

  • What apps is used for closing apps by 5-finger-touching  screen?

    Excuse me, I wanna ask about apps that easy use for closing apps or minimize it by touching together 5 finger at screen? Thank you.

  • LSMW error records

    Hi, One basic doubt..when we use LSMW for conversion of huge amount of any data.For e.g if we have 1000 Customer Master records in the input file. After running the LSMW, if many posted successfully and if few fail due to data error, how will trace t