Delete red request from dtp in a process chain

Hi all,
I continuously load Data from a DB-Connect DataSource directly in a InfoCube with a Process Chain.
When a Request went red, the Process Chain should just start the next day again an will so do a full update.
But I need to repair or delete the red requst in the DTP before I can use the DTP again. I don´t want to do this manualy.
Has someone an idea how I can handle this. Like delete the red request before starting the DTP...?
Thanks for ideas
Tom

Hi Thorben,
Using table  RSBKREQUEST you can write a ABAP Code to check tstate value(its field in rsbkrequest table)  i.e. request status, delete the request entery from this table using required validation.
0     New
1     Executable
2     Processed Successfully
3     Processed with Errors
4     Deleted
5     Active
6     Processed, with Warnings
7     Further Processing Started
8     Processed Further
9     Deletion Started
A     Further Processing Terminated
These are the possible values that tstate can have .
Please oblige if its helpful..
Warm Regards,
Rohit Garg

Similar Messages

  • "Delete Overlapping Requests from InfoCube" in a Process Chain

    Dear all,
    I encountered a problem when I building the process chain in BW 3.0.
    In a process chain, I schedule daily an InfoPackage to load data to an InfoCube and then delete the previously loaded data by the same InfoPacckage from the InfoCube.
    For example, I have 2 InfoPacakge, A and B, and schedule to load data to InfoCube C. In the process chain, I scheduled daily the following tasks in sequence:
    - Delete index in InfoCube C
    - Load data through InfoPackage A to InfoCube C
    - Delete duplicated request previously loaded through InfoPackage A in InfoCube C
    - Load data through InfoPackage B to InfoCube C
    - Delete duplicated request previously loaded through InfoPackage B in InfoCube C
    - Create index in InfoCube C
    However, when I activate the process chain, a warning message is prompted: No type "Delete Overlapping Requests from InfoCube" process allowed infront of process "Execute InfoPackage" variable ZPAK_4GMFI
    Would anyone tell me why such warning message is prompted?
    Many thanks!
    Best regards,
    Marcus

    Hi all,
    Re Ranjan:
    I previously config the process chain like that:
    (1)   Delete index in InfoCube C
    (2)   Load data through InfoPackage A to InfoCube C
    (3a) Delete duplicated request previously loaded through InfoPackage A in InfoCube C
    (3b) Load data through InfoPackage B to InfoCube C
    (4)   Delete duplicated request previously loaded through InfoPackage B in InfoCube C
    (5)   Create index in InfoCube C
    where (3a) and (3b) is executed simultaneously.
    However, (3b) often reports error. I guess it may be due to the parallel run of (3a) and (3b). So that's why I set the process chain to be executed in serial.
    Re Jacob:
    I found that the process chain can be run even a warning message is prompted when activating the process chain!.
    Thanks you all for your kind support!!
    Best regards,
    Marcus

  • Unable to delete the Requests in the data target---Process chain

    Hello Gurus!
                          Can anyone plz help me out knowing this issue...
      <b>Let me explain the whole scenario:</b>
    Like when monitoring the process chains,one of the process chainhas a  sequence of variants like:
    load info-package1>ODS1 activation>load infopackage2-->load infopackage3..
    due to some problems they scheduing it manually.all the infopackages loads data into one ODS1......suddenly info-package3 failed.
    so....when i looked into the datatarget ODS1->manage->requests.
    <b>i found that the info-pack1 requests status was RED.
    info-pack2 requests status was YELLOW.
    info-pack3 requests status was RED</b>.
    ALL THE THREE R FULL UPDATES ONLY.
    so suddenly one of our cologue  deleted the all the three requests by making ino-pack2 requests to red.
    when we r loading again the ino-pack1  again its failed.we deleted it onceagain(removing the requests from the ods),when we are trying to load ino-pack2 for some priority ,automatically the info-pack1 requests with red were seemed in the ODS.so how to solve this issue and also how to load these three ino-packs..
    i hope that all understand the scenario..plz suggest me how to work on it
    Thanks in advance!!!
    Dilip

    Hi,
    Your loads are running on back ground you have to kill this porcess in SM50 or SM51 check which are all jobs are running with your user name and ALEREMOTE if jobs are running with ALEREMOTE you can check wether it is your load or some body else in SM37 so kill your jobs in SM50 or in SM51 and make request into RED of your 3 loads, delete the requests from ODS and repeat the loads it will go with out any issues, as i under stood your question when your colegue deleted the request without killing the process he simply made it to red and delete its wrong he has to kill the process and then make it to red.
    Regards
    Sankar

  • Deleting the request from DTP of master data.

    Hi,
    I loaded data i attributes of 0costcenter. But the request was showing me yellow color. Its not been deleted. I deleted it from RSICCONT. But still while running DTP its showing me error as " Request 7.928 is already being processed".
    Please tell me some solution as i cant delete the DTP.
    Roma

    hi
    check the links
    http://wiki.sdn.sap.com/wiki/display/BI/ChangeStatusofDTPRequest
    Unable to delete  request from DSO
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02ba9e7-bb6f-2c10-09b4-e86b9fcbad41?QuickLink=index&overridelayout=true
    may help you

  • Delete Running Request in DSO Objects using Process Chain

    hello...currently i have one process chain that load the data from 3.5 datasource into the dso objects in BI 7.0. When i trigger the process chain and when there are no data from the source system, the dso will having the request in yellow color. And when comes to data activation in the dso, it will givin out error and stop the loading of data into the infocube using DTP process. I am just wondering is there any item that can be used in process chain to delete the yellow request in the DSO Object.
    thanks!

    Hi,
    I gues you can solve this problem in a much simpler manner, with out having to add any
    new process step or any thing.
    In your SAP system, the system wide setting to deal with a load if it fetched zero records
    is to consider it as incomplete i.e. mark it as YELLOW request.
    You just have to change this setting, and make the system to consider it as a complete
    request i.e GREEN, so that it gets activated with out fail.
    Select your data load -> Open Process Monitor /  Goto RSMO -> Menu -> Settings ->
    evaluation of reqest-> if no data is available from request, here you have to select successful
    Hope this resolves your concern....
    Cheers,
    Habeeb

  • Deleting overlapping request from DSO

    Hi there!
    Is there any function to delete overlapping requests from a DSO in process chain?
    For InfoCube there is a step, but how about dso?
    I'm using both delta and full load method in the same dso daily and I want to delete full load requests only and keep delta
    load requests in dso.

    Hi Shanthi,
    I tried using info package but still req havnt delete from info cube.
    It works for DTP as i can see many DTPs in list but not mine thats the issue.
    Thanks from your responce. Hoping for any new suggestion.
    i cant manually delete req from production as process chain runs at mid night.

  • Delete overlapping requests from DSO

    Hi Everyone!
    Is there any function to delete overlapping requests from a DSO in process chain?
    For InfoCube there is one, but how about dso?
    I'm using both delta and full load method in the same dso daily and I want to delete full load requests only and keep delta
    load requests in dso.
    Does anyone have any idea?
    Thanks  in advance.
    Eduardo

    Hi..
    How could you do that since DSO has the overwrite property? For example you are loading from DSO1 or DS to DSO2.
    If u ran a load that goes into DSO2. If u ran same load again it goes into DSO 2 and overwrites the previous request. for that u can verify with display data.
    Is ur DSO additing the records????
    Delete Overlapping Requests Only for Info cubes.
    I request you to post the exact issue so that we can assist you better.
    Regards....KP

  • Duplicate records: Process : Delete Overlapping Requests from InfoCube

    Hi Experts,
    We are loading data in standard costing cube with standard available option Full upload. In our process chain we have included process type "Delete Overlapping Requests from InfoCube". In our scenario we always load yesterday and today's data. In this case after loading yesterday's data, we need to check and delete the overlapping requests and then upload todays data.
    Many a times this deletion process is failing due to message "Couldn't lock cube" because it is already locked by user "ALEREMOTE". This cause system to duplicate the records in cube.
    How we can avoid this?
    Alok

    I tried running again and it again failed. Checked in SM12 and found this entry
    800     ALEREMOTE     08/14/2007     E     RSENQ_PROT_ENQ     CREA_INDX      ZCCA_C11                      DATATARGET     CREA_INDX                     ######################################     0     1
    This locked is not released since 14th. Is there way to remove the lock using some process.

  • Process Type - Delete overlapping requests from an Info Cube

    I have read many threads on this topic, still have some questions. To give you background, I will be doing delta load (“delta” process chain). But before delta, I want to do setup initialization (“init” process chain). I want to use this process type in my “init” process chain” to delete all data in my cube loaded from a specific ods. I cannot use delete all contents process type because many ods’s feed the same cube.
    1.     Do you put this process type after Load Data or before Load Data. I have seen both cases in SDN forums.
    2.     Variant of this process type is an info package. Does this info package have to be same as in load data step or it can be different.
    3.     I want to delete all data in cube which was loaded from my ods. Term overlapping is confusing to me. Will this process type delete all data or not.
    Tanks in advance.

    Yes, you can do that. Goto RSPC - under process types Load Process and Post Processing, you will see DELETE OVERLAP REQUESTS FROM INFOCUBE option is there.
    Select the proper check boxes like same sourcesystem, same datasource etc...
    If it is one time deletion, why not do that manually?
    Also check: How to delete most recent request in a Cube by using process chain
    Hope it helps..

  • Process Maintenance: Delete Overlapping Requests from InfoCube

    Hi Experts,
    How can I open Process Maintenance: Delete Overlapping Requests from InfoCube Screen? What's T-code? Is that in Process Chain? Please tell me that....
    Thanks in advance,

    Hi
    'Delete overlapping request' is an option(its a process type) in the process chains..
    RSPC>Process types>Load Process and post process folder--->Delete overlapping request from the infocube..
    here you can have more options like 'source systems are same',and infosources are same etc...
    How to delete most recent request in a Cube by using process chain
    Hope it helps
    Thanks,
    Teja
    Edited by: Teja badugu on Apr 28, 2008 11:35 AM

  • Problem in deleting a request from Dso

    Hi Experts,
    I have loaded the request into DSO, after activation, i have changed the QM status to red and try to delete it from the manage screen. But it is not getting deleted from DSO.
    I have used following tables :
    RSREQDONE
    RSICCONNT
    RSODSACTREQ
    For deletion purpose, but i'm not provided with authorization ..
    And also i have used FM to delete the request from DSO , but it also failed ..
    Can you please help me out in this regard..
    Thanks
    PT

    Hi,
          Please check if your DSO is locked by any other process.  You can check the lock status from SM12. If your DSO is locked by some other process, you will have to wait till that process finishes or kill the process if it is not required so that your DSO will be unlocked. Once your DSO is unlocked you can retry activation. If this doesn't work, please check if you have the authorization to delete data. after trying to delete the DSO you can run the transaction SU53 to see if there is any authorization failure.
    Hope this helps you.
    Thanks,
    Nithin Reddy.

  • Delete Overlapping Request from InfoCube.

    Hello,
    I am using process Type "Delete Overlapping Request from infocube" in this I am selecting object type as a "DTP"
    Under "Delete Selection" I am selecting following
    1. Only Delete Requests from same DTP
    2. Only Delete Full DTP request
    3. Only Delete DTP Requests from Same Source
    I am using "Full Load" in my DTP.
    My requirements are like  I need to delete old data and load new data every day in to  a cube for that I am using this process type.
    If anybody have better solution please let me know.
    Thanks,

    Also
    I am not deleting Index  OR  Not creating Indexs while using process type "Deleting overlapping request InfoCube"
    what will be the impact on the cube?
    How many index will have infocube?
    If the cube having more than one index if i delete index, which index will be deleted?
    Thanks,

  • Problems with delete overlapping requests from InfoCube in PC

    Hi guys,
    Iu2019m using delete overlapping requests from InfoCube in Process Chains, but Iu2019m not being able to adjust it to my specific requirement.
    For example:
    I execute DTP to load InfoCube XPTO with Fiscal Year 2008 and 2009. After this I have to load again, but only for 2009.
    In this specific example I want my process chain to delete the 2009 data from my first load, because it is overlapped, and leave 2008 data.
    Is this possible? If yes how?
    Thanks in advance
    Jão Arvanas

    It will not work that way.
    It will look if the selections are same then it wil delete if not then it will not do that activity.
    Overlapping settings which you might chosen is based on the delete overlapping for the same selections..
    So in this case the selections are different and hence its not possible.
    Thanks
    Murali

  • Delete overlapping requests from cube not working in processchain.

    In a process chain, 'deletion of overlapping requests from the cube ' step is used.
    Before this step a DTP step runs with a full update to load the cube. This process chain is scheduled every day.
    Issue is, the process chain failed at the DTP step and after correcting and repeating, the step got executed.
    However, the next step after the DTP,'delete overlapping requests from the cube'
    gets executed but without deleting the previous day's request.
    In the step details a message that 'No request for deletion were found' can be seen.
    Then next day when the DTPstep is executed without any problem the 'delete overlapping requests from cube' step is successful
    and the previous requests from cube are deleted.
    the deletion selections in the step ' delete overlapping request from infocube' is
    Delete existing requests
    Conditions:
    only delete requests from same DTP
    Selections
    Same or more comprehensive
    Because of this issue on a particular day because of the presence of 2 days requests the data is getting aggregated and shown as double in the reports.
    Please help.

    Hi Archana,
    When you delete the bad request from target and before repeating your DTP in PC, make sure the bad request deleted from table RSBKREQUEST also.
    If you find the same request in table, first delete the request from table and repeat the DTP in PC.
    Now Delete overlapping step should work.
    As this is not the permanent solution, please raise an OSS for SAP
    Regards,
    Venkatesh

  • Unable to Delete failed requests from Infocube

    Dear Experts,
    I tried to uploaded the data through flat file. Since it has gone to Idle state i Killed the process. Now i Need to delete the red request from Infocube but It is not allowing me to delete the failed request. If I do so, I am getting ABAP runtime error.
    Please Suggest me . Its bit Urgent
    Many Thanks,
    Suraj

    Hi Suraj,
    There is might be a deadlock detected in the system
    So go the reqeust
    click on the details tab
    Each Package which is yellow or red has to be updated manually (right click – Manual Update). This can take few minutes.
    Change request status to green
    Change to Status – doppleclick on total status
    Change from red to “Delete status;back to request status”
    Note:
    This case is only applicable, if the data are stored in PSA.

Maybe you are looking for

  • Time Capsule 2 Tb as external hard drive

    I am about to switch from my old MacBook Pro (8 years old) with a 500 Gb hard drive to my brand new MacBook Air with just a 128 Gb hard drive. I need an external HDD to house my iTunes and iPhoto libraries as well as a lot of music projects (Garage B

  • User Attribut doesn't get removed

    Hello Experts I recently added a new user attribut to the "Active Directory User Discovery" which i use in a new query based user collection. This actually works pretty well and the attribut shows up in the user properties. But if i remove the attrib

  • Loud Fans - Constantly - WHY? How do I make it stop?

    I have a Mac Pro (2x2.66GHz Dual-Core Intel Xeon 8GB 667MHz DDR2). Unless the computer is OFF or "Sleeping" the fans are so loud, even when I am not using it. What causes this and is there a way to make it so that the fans are not constantly working?

  • PE 1.0 - Schwarz statt Tonwertkurve

    PE 1.0,Windows ME, seit ca. 1 Jahr problemlos,habe unlängst einige Demos installiert und deinstalliert bzw. Registry bereinigt.Seitdem erscheint beim Aufruf der Tonwertkorrektur im Fenster statt der Kurve alles schwarz.Änderungen lassen sich mit den

  • [Solved]Installing on two drives

    I'm aware you can have a partitioned install on the one drive. I assumed you could do the same but with two hard drives and I have run into some trouble. Is it in fact possible to have /dev/sda as the (/) root partition and /dev/sdb as the /home part