Process chain repair going to Debugger mode

Hi everyone,
When I try to repair a failed DTP process in a process chain, it goes into debugger mode. After exiting from debug mode, I can see that DTP has been executed successfully.
Why process chain goes into Debug mode?
Secondly after successful execution of DTP process, other remaining succeeding processes are not executed.
any idea how to solve these issues.
thanks for help
Ahmad

hi guys,
Thank you all for taking time to reply.
@Muhammad: there are no breakpoint(s) in custom routines.
@Baskaran: DTP processing mode is set to Serial extraction, immediate parallel processing.
@Amit, Martin: at DTP process repair, the Debug stop at following code
* ==== Debugging ====
* Breakpoint after start routine
    if i_r_trfn_cmd is bound.
      READ TABLE i_r_trfn_cmd->n_th_bp
           TRANSPORTING NO FIELDS
           WITH TABLE KEY bpid    = 3
                          datapid = i_r_inbound->n_datapakid.
      IF sy-subrc = 0.
* --- Data ---
*     See datapackage below
* --- Debugging ---
        BREAK-POINT.                                       "#EC NOBREAK
      ENDIF.
    endif.
when I simply exit, I can see in the process chain that DTP has executed successfully, but remaining processes don't execute.
In the generated program of transformation of DTP, there are two breakpoints; one given above and the other is :
* ==== Debugging ====
* Breakpoint before end routine
    if i_r_trfn_cmd is bound.
      READ TABLE i_r_trfn_cmd->n_th_bp
           TRANSPORTING NO FIELDS
           WITH TABLE KEY bpid    = 4
                          datapid = i_r_inbound->n_datapakid.
      IF sy-subrc = 0.
* --- Data ---
*     See datapackage above..
* --- Debugging ---
        BREAK-POINT.                                       "#EC NOBREAK
      ENDIF.
    endif.
I have checked generated programs of other transformations both SAP delivered (business-content) and client custom transformations and they all have these two pieces of code.
on additional question:
when we do repair the below box appears. Can anyone explains what exactly is this? and if this has any thing to do repair going into the debug mode. What I read on
https://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/13843b74f7be0fe10000000a114084/content.htm
"Specify how long (in seconds) you want the delay to be between one event being triggered and the next process starting."
I am thinking of deleting this DTP and using a new one in process chain.
regards
Ahmad

Similar Messages

  • Process Chain-Repair & Repeat

    Dear Experts,
    Could plz elaborate difference between Process Chain-Repair & Repeat. After the PC error(red status), when we go for Repair & when we go for Repeat.
    Thanks in advance.
    Regards,
    RR

    Hi Raghu ,
    Depending on the process type, there are two possibilities:
    ·        You can repair a process. In this case the terminated instance is executed again.
    This enables you to restart processes that cannot be repeated with a new instance because the data to be edited is attached to the instance, as for example with a data transfer process. A data transfer process, for example, cannot be repeated with a new request number because the data itself is attached to the request.
    ·        You can repeat a process. In this case a new instance is created.
    Hope this helps you..pls go through this link : http://help.sap.com/saphelp_nw04s/helpdata/en/f3/0d4a975f450443be900e89a47ad48e/frameset.htm
    Thanks Regards
    Santosh Deepak

  • Change on process chain not visible in display mode after transport

    All,
    We have changed a process chain where message notification was active in development.
    We have deleted the notification and created a transport. This has been released and implemented into the QA system without a problem.
    When displaying the new process chain in QA the change was not visible. But in change mode it is.
    Can anyone tell us what might be a cause/solution for this? Also for future changes.
    Gui error??
    Thanks in advance.

    hi,
    Try activating the PC again in the QA.
    if still it does reflect the message notification, then try creating the request again
    in DEV and transport.
    make sure you r out of the Process chains in DEV nad QA when transport happens.
    This is just a practice.
    Regards,
    Dhanya.

  • Cancel the scheduled jobs for process chains - urgent

    Hi,
    How do I cancel the scheduled jobs for process chains which are going to run tonight.
    thanks,
    Radha

    Hello,
    Go into transaction code RSPC and then select the particular process chain by going into the edit mode and in the menu...
    Look for Execution --> Remove from Schedule.
    Let me know if that answered your question.
    Thanks
    Dharma.

  • How to close an open request for a RealTime Cube in a Process Chain ?

    Hi,
    I've a real-time infocube, let´s call it C1RT. C1RT is connected to another standard Infocube C2 via a DTP.
    The users enter the planning data; it's stored  on C1RT. I wan't a process chain that loads data from C1RT to C2.
    What I've done yet and doesn't work is:
    Process chain PC1:
    Start->Change load mode from input ready to load ready for C1RT->Run DTP.
    I need to go to C1RT, right click, manage, click on the yellow ligth of the open request, and chage it to green, after this DTP transfers the data succesfully.
    I want to automate the yellow to green issue in PC1.
    Any ideas ?
    Best Regards,
    Miguel P.

    Hi,
    no report necessary.
    I had a similar problem lately.
    changing the cube in process chain is enough, but there are some settings to be made for the cube.
    Look it up at OSS note 1063466 .
    regards
    Cornelia

  • How to change process chain in SAP APO, in RSCP tcode.

    HI SAP APO Experts
    I am from SAP ABAP background, I need to change a 'AND' operator in process chain in RSCP tranaaction in SAP APO.
    I dont have any idea how to change process chain.
    Could you please help me how to change process chain in SAP APO in RSCP tcode.
    Appreciate your help or comments.
    Sandeep..

    Hi Sandeep,
    The t-code RSCP does not exist in SAP APO.  The correct t-code is RSPC. 
    Step 1:- In RSPC t-code, select the process chain which you need to change. 
    Step 2:- Double click on it. 
    Step 3:- It will display the various programmes attached to the process chain.  Go to change mode by clicking on the change indicator (Control + F9)
    Step 4:- Select the programme area where you need to do the correction or change.  Double click on it.
    Step 5:- It will take you to the programme and its selection contents.  Make the relevant changes.  You can directly carry out the change in se38 also if there is variant kind of changes for that particular programme.
    Step 6:- Once the changes are done, save the changes and press F3 button which will take you to the home page of the process chain
    Step 7:- Save again so that the change in the programme alongwith the process chain will get saved.
    Regards
    R. Senthil Mareeswaran.

  • How to identify which process in process chain executes in Batch and Dialog

    Hi, We want to identify which processes in process chain is running in Batch mode or Dialog mode. Is there any where we can identify this from any table or transaction. (Eg Loading, DTP loading, Attribute change run, deletion of index, deletion of overlapping request, AND process, ABAP program , Master Data loading, Full Load, Delta load, Hierarchy Save, Start Process).
    Regards
    Vishwanath

    Hi Vishwanth,
                      In Process Chain proces runs in background only.
    refer here......
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/7b/d4313b38bea774e10000000a114084/content.htm
    Thanks,
    Vijay.

  • Process chain tranporting issue

    Hi,
    I have creaeted a process chain and it is working fine in Development.
    Now I have created a transport request in Transport connection and collected the relative objects (like Infopacakges, DTPs ,Varients etc)and released it to Quality..
    Now in Quality..
      I )..I could not see the chain in Display mode.. Once I turn to Change, I can see it.
      2) Everything is transported correctly. But there are duplicated in DTPs. Each process has duplicate DTPs..
    I dont know where I am wrong. This is my first time transporting Process chains...
    Thanks in advance
    Manu

    Hi Arun,
    ... But my client wants to be transported without any changes in Quality and Production. As per the requirement it has to be transported.
    also Please write in detail....I did not understaand your first sentence..
    my issues are:
    1. It is showing 2 DTPs in Quality ..actually it should be one
    2. Process chain not visible in Display mode.. only Change mode it is visisble...
    Thanks
    Manu

  • Process Chain - status Undefined

    Hi Guys
    Recently we updated the patch and after that the process chains are going into the undefined status(They are not failing). If we manually load it works fine. not sure where to start search from as I donu2019t have any error in hand and the warning states something like this
    u201CProcess Activate DataStore Object Data, variant Activate Data ZXX_DS04 has status Undefined (instance)u201D
    We are on SAP NetWeaver BI 7.0 - SP 15 Patch 17...
    Any resolution on this problem. cos we are having this problem everyday and need to run the steps manually.
    We have the same problem in DEV and QA  too... is there anything to do with the patch (just a guess as things were working fine till the day before the patch)
    regards
    Shalin Shah

    Most of the time we don't get any error message and the process chain will just stop. And some times we get following error message:
    Process Execute InfoPackage, variant 0ACCOUNT_ATTR has status Framework Error Upon Completion (e.g. follow-on jo (instance REQU_D3XE1WKYG8BLZOXF7TGF7R4TF)
    Message no. RSPC009
    Error message during processing in BI
    Diagnosis
    An error occurred in BI while processing the data. The error is documented in an error message.
    System Response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    Further analysis:
    The error message(s) was (were) sent by:
    PSA Table
    Procedure
    Check the error message (pushbutton below the text).
    Select the message in the message dialog box, and look at the long text for further information.
    Follow the instructions in the message.
    Error message:
    Error  when writing in PSA
    Message no. RSM2851
    Error 5 when adding to PSA
    Message no. RSAR130
    Thanks,
    Shalin Shah

  • Process chain Schedule

    Hi experts,
    I created a process chain and activated.
    But when i clicked on schedule the following message is
    coming:
    ===========================================
    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
    =============================================
    Can anyone explain me how to solve this error and execute
    the chain.Is there anymore process to schedule a chain ?
    Full points will be assigned.
    Regards,
    V N.

    Please check your Execution User for the Process Chain.
    Go to Design mode of your Process Chain
    From Top Menu choose
    Process Chain >> Attributes >> Execution User
    Choose "BW Background User" which should be ALEREMOTE.
    That should ideally solve your issue.
    Regards
    Anujit Ghosh

  • DTP failure which was in process chain after transport

    Hi,
    I created a DTP in Development Server and it get transported to QA successfully.
    I also created a Prcocess Chain that execute that DTP. When I tried to transport this Process Chain to QA, transport was sucess but when i check in QA process chain was not in active mode. its showing the error that DTP is not in active A version.
    Error:Process variant DTP_LOAD DTP_4AEIYC0UV528F7W1JL587E7HR does not exist in version A
    I checked the DTP in QA and I noticed that the DTP has been converted to a different technical name which is not the same as the one I transported from Development.
    Example: DTP DTP_LOAD DTP_4AEIYC0UV528F7W1JL587E7HR in Dev is converted to DTP_4AN4TVDRYNSMT95UGI48JVC6J in QA.
    Please advise how I can  transport the Process Chain that call this DTP from dev to QA

    Hi Sri,
       You need to collect your  DTP along with the Process chain in the same request. When you migrate DTPs from DEV to QA , a new DTP ID are generated in QA system and your DTP in the Process chain points to DEV's DTP and that is why you get this error. You can also find more information when you turn on the " Detail View On" from the menu. This will display technical name of all the objects in your process chain.
    so recollect your DTPs and the process chains objects in the same transport request and migrated to QA ,this will Fix you issue.
    Hope it helps,
    Cheers,
    Balaji

  • How can we change the description and name of Process Chain in Production

    Guys,
    Can anyone please help me to understand how can we change the name and description of the process chains in Production in SAP BI?
    Regards

    open the process chain and go to edit mode and then press Ctrl+F6 for a rename... you can only rename the description and not the technical name.
    If you want to edit PC in production - esp one which has been transported - go to transport connection and change the object changeability for the same to everything changeable ( right click on the same to get this option )

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

  • Aggregate never completes in process chain

    Hi,
    I have AA cube which got 61183291 records, whenever I try to run the process chain - everything goes fine and it stops at aggregates... first I waited for 1 day still it didn't completed... then cancelled it and restart the process chain.... this time I waited for 4 days and it is still running...... not sure what is the probelm.... can anyone come acrossed the same problem?
    your help i highly appreciated....
    thanks
    Vijay

    Bhanu,
    in process overview I see
    time------ report -
    Cl.--user-----Action 
    334122    GP1HXOK8TX    100    ALEREMOTE  DB procedure
    table
    DB-PROC "/
    Dinesh,
    Might be your are correct. I will check with my basis on this.
    Thanks,
    Vijay
    Message was edited by: Vijay Kumar
    Message was edited by: Vijay Kumar
    Message was edited by: Vijay Kumar

  • Process chain load not triggered automatically

    Dear Experts,
    I have created a process chain which goes like
    Start >> Create Index >> Load Infopackage 1 >> Load 2 >> Load 3 >> followed by 3 more load infopackages...followed by Delete Index and subsequent process like Rollup and DB stats.All the infopackages loaded into same data target.
    When the chain gets triggered first Load infopackage is succesfull later subsequent jobs did not trigger.
    But if i Right click on next process and click "Repeat" the job starts and load gets succesfull. The same case with rest of the loads.
    why arent they getting triggered automatically one after other.
    is there any solution to the problem ?
    Thanks in Advance
    EDA

    Hi Ellora,
       In your scenario, I strongly suggets you to use the "Delete Index" only once since the data target is the same for all Infopackages. Again use "Create Index" only use. You can accomplish this by using the AND process greatly.
       The flow may be like this...
                         START
                       DELETE INDEX
                      LOAD1     LOAD2   LOAD3
                          AND
                           |
                         CREATE INDEX
    Ensure that you have scheduled the process chain in the START Variant.
    Hope this helps...
    Thanks,
    Raj

Maybe you are looking for

  • Horizontal Text In Template using Smartforms

    Hi Friendz, Im having a problem in Template using smartforms. Actually, I need a Header Caption for this with a format  : COMPANY      DEPT      BASIC so i created a text for this... but once i viewed the report ,the output display is in the format :

  • How to find the form name attached to AR Open item list

    How to find the form name attached to AR Open item list FBL5N -> Correspondance Thanks Ganesh

  • How can I get back images which suddenly posterized?

    After printing an image I hid Aperture (Command + H). Then I used my Eye-One (Gretagmacbeth) to recalibrate the monitor profile. When I returned to Aperture ALL my images had been posterized. How can I undo this? I have a backup Vault.

  • Opening an FDF on a shared drive

    It seems that after a recent update Adobe Reader XI can't open an FDF from a shared drive.  How can I get around this? 

  • IPad mini is wrecked by iOS 8

    I have an iPad mini and it worked flawlessly until it was updated to iOS 8. After that it has become so slow, to a point that it is unusable. I tried erasing all contacts and settings - it did not help. Even an empty iPad mini is no so slow, that I a