Got hung in the cube index deletion

Hi Gurus-
I got an issue,. where in my cube indicies got hung,.
In daily PC monitoring the PC failed at the index deletion of a cube. I just repeated the process again failed.
So finally i went into the cube manage and analysed , there was a red request in the cube manage four days before, It was a file upload which went to red,. So i deleted the red request which was between the green requests.
Now went to the PC and tried to repeat the cube's del process, monitored the same in sm37  the drop index job in sm37 is running for a long time,. Killed the job and tried to delete indicies manully from the performance tab of the cube manage.,
Even this is running quite long time in the dialog mode.So I stopped the Transction and scheduled for the delta,. now the request is in yellow mode for days for 3000 records,..
--> checked with basis ,. No locks , deadlocks were found in SAP and DB level,.
-->No action is being traced by the sys on this cube,. I mean for any action ,.the jobs in sm37 is with two lines,.nothing is ther to analyse,.
Plz help me in this regard ,.
need the delta in the cube,.users are screwing me ,.
Rgards,
Vishwa.

Hi,
Try running RSRV and whether there is any error in the cube.
In BI7.0 RSRV they have given so many new option go for combined test for that cube which will tell you whats the error.
Else ask the basis folk to  try to create the index at database side if required.
Also Check if there is any open HUB or infospoke related to that cube having dependancy with that cube.
Hope this helps for you.
Thanks,
Arun.

Similar Messages

  • Cube indexes deletion

    hi experts Liam facing one error (ABAP/4 PROCESSOR :DBIL_RSQL_SQL_ERROR ) actually this is coming for delete datatargetcontents people from sdn are saying it tablespace but i contacted basis people they are saying it is not tablespace error .
    my doubt is how it is happening for deletedata targetcontents step before this step delete index step is there and i went to cube-manage -ckeck delete db indexes it is showing green is it correct or not and is there any other way to check indexes are deleteed succesfully or not please give exact guidence.
    Thanks,
    Bharati.

    hi experts my shortdumpn message  is
    1 FUNCTION DOCU_EXIST_CHECK_MASS.
    2 *"----
    3 ""Lokale Schnittstelle:
    4 *" IMPORTING
    5 *" VALUE(ID) LIKE DOKHL-ID
    6 *" VALUE(LANGU) LIKE DOKHL-LANGU DEFAULT SY-LANGU
    7 *" VALUE(TYP) LIKE DOKHL-TYP DEFAULT 'E'
    8 *" VALUE(SEC_LANGU) LIKE DOKHL-LANGU DEFAULT 'EN'
    9 *" CHANGING
    10 *" VALUE(DOCU_OBJECTS) TYPE DOCU_EXIST_T
    11 *"----
    12
    13 DATA: WA_DOCU_OBJECTS TYPE DOCU_EXIST.
    14
    15 LOOP AT DOCU_OBJECTS INTO WA_DOCU_OBJECTS.
    16
    >>> SELECT SINGLE * FROM DOKIL
    18 WHERE ID = ID
    19 AND OBJECT = WA_DOCU_OBJECTS-OBJECT
    20 AND TYP = TYP
    21 AND LANGU = LANGU.
    22
    23 IF SY-SUBRC = 0 AND DOKIL-DOKSTATE 'N'.
    24 WA_DOCU_OBJECTS-DOCU_EXIST = C_YES.
    25 MODIFY DOCU_OBJECTS FROM WA_DOCU_OBJECTS.
    26 ELSE.
    27 IF NOT SEC_LANGU IS INITIAL.
    28 SELECT SINGLE * FROM DOKIL
    29 WHERE ID = ID
    30 AND OBJECT = WA_DOCU_OBJECTS-OBJECT
    31 AND TYP = TYP
    32 AND LANGU = SEC_LANGU.
    33 IF SY-SUBRC = 0 AND DOKIL-DOKSTATE 'N'.
    34 WA_DOCU_OBJECTS-DOCU_EXIST = C_YES.
    35 MODIFY DOCU_OBJECTS FROM WA_DOCU_OBJECTS.
    36 ENDIF.
    thanks
    Bharati.

  • Cube content deletion is taking more time than usual.

    Hi Experts,
    We have a Process chain which ideally should run in every two hours. This chain has a delete data cube content step before the new data is loaded in the cube. This chain is running fine for one instance & the other instance is taking more time so it is quite intermittent.
    In the process chain we are also deleting contents from the Dimension tables (in the delete content step). Need your inputs to improve the performance of this step.
    Thanks & Regards
    Mayank Tyagi.

    Hi Mayank ,
    You can delete the indexes of the cube before deleting the contents of the cube . The concept is same as of data loading that data loads happens faster when indexes are deleted .
    If you are having aggregates over this cube , then that aggregate will be also adjusted .
    Kind Regards,
    Ashutosh Singh

  • Cube Request Deletion - Other loads possible or LOCK problems

    Hi Folks,
    can somebody tell me if there could be a lock situation if I have in one process chain the cube request deletion step running (cleaning out some request) and at the same time another load is running into the cube? We would not drop/re-create the index in load situation so no lock by the index operation.
    Any experience?
    From what I have seen there shouldn'T be a problem as the request deletion will be "scheduled" and simply execute if lock is release (if there is any) and the deletion it self places only a quick lock to determine the request ID but doesn't much impact other loads.
    Is this all correct? Or any other views?
    Thanks,
    Axel

    Hi,
    While Loading
    It is not possible to:
    ·        Delete data
    ·        Archive data
    ·        Delete indexes and reconstruct them
    ·        Reconstruct statistics
    For more information:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/bb/bdd69f856a67418962d74bfd7bd8af/frameset.htm
    Regards,
    Anil Kumar Sharma .P

  • Error in generating/deleting the index of the cube in Process chain

    Hi All,
    I am getting an error in the process chain during the deletion/generation of index in the cube....
    error says: " Deleting/reconstructing indexes for InfoCube 0CSAL_C01 is not permitted "
    Need your input for the same.....
    Thanks & Regards,
    Anup

    Hi Anup,
    Try to analyse the error in the manage tab of that cube, and try to do the reconstruction of indexes manually.
    Good day!!!
    Regards
    Arun S

  • Selective Deletion of the Cube contents in Abap Program of the PChain

    Dear Experts
    I need to selectively delete the contents in Basic Infocube using Process Type - ABAP Program in the Process Chain in BW 3.5
    For this I have to give the Variant and Program name in the Process Type - ABAP Program in the Process Chain
    The ABAP Program for this purpose can be generated automatically by the system in the the below navigation
    info cube> Manage>contents > system menu(in the Top)> Status
    but this abap program is changing dynamically every time and hence in the Process chain ABAP Program node is failing with error saying that that program is not available
    I have tried the same way  in the selective deletin navigation path also in the cube manage
    Please let me know how to get the system generated program to use in the Process type-ABAP Program in Process Chain
    Thanks for all in advance
    KSR

    Hi KSR,
    Try this.. start a selective deletion on the cube. you will get a background job running. Get the job name from SM37.
    Now write a ABAP program with the below code.
    parameter: p_Job_Name type sysuuid_c.
    CALL METHOD cl_rscrmbw_bapi=>exec_rep_in_batch
    EXPORTING i_barepid = l_jobnam.
    Execute the above program. Pass the job name which you got from SM37.
    Create a variant with that job name.
    Now schedule this newly created program. This should solve your issue.
    Note : The job name might vary from one server to another (Dev / Qual / Prod). So if you are planning to move your process chain from Dev, then pass the Job name (in prod) as the variant in yr Dev system and then transport it.
    Cheer,
    Balaji Venugopal

  • What is this "cube" icon in Outlook Mail in place of the trash can delete icon.

    What is this "cube" icon in Outlook Mail in place of the trash can delete icon.

    Is it a gmail account ? If so then you've probably got archiving enabled on the account in Settings > Mail, Contacts, Calendars - in which case you should be able to change it back to a trashcan : http://support.apple.com/kb/HT4207

  • Can we add a cube to BIA if the requests are deleted daily

    Hello gurus,
    We are facing a question with what cubes should be the candidates for BIA.
    We have few infocubes where the data is loaded for the current period daily and the previous request is deleted. This is how this cube handles the delta. Can we add this type of a cube to BIA without having to re-index the whole cube every day?
    Most forums and experts say we need to re-index the cube once you delete data out of the cube selectively. Is this procedure considered selective deletion and does it not work like a regular delta and if we roll up BIA after the load, does the BIA automatically load the delta indexes?
    Please let me know your views on this.
    Thanks in advance.
    Raju Kosuru

    Hi ,
    Yes, you can do the rollup and it will take care of filling the indexes.
    We have a similar scenario, where we are using "Delete Overlapping Request " for Budget and Target Data for few cubes. We have indexed the cubes and use rollup to fill the BWA Indexes in our daily process chains.So , i would suggest you that there is no harm in this process.
    But over the time , depending on the data volume, you need to delete unused BWA index data as a part of maintainance activities.
    And as you mentioned in your case, you have few cubes , it would be best if you automate the process of deleting,creating and filling the BWA indexes of the cubes using a process chain that can be scheduled to run on a weekly/required frequency depending on the data volume.This will save a lot of manual effort.
    For steps on the same, please see my response on the below thread:
    Delete and recreate BWA index of a cube in process chain
    -Vikram

  • How to Delete the dimension from the cube ?

    Hi ,
    how to Delete the dimension from the cube ?
    i have added the new dimension by assiging one characteristic to that dimension .
    now i  want to delete it ,
    but system saying that   Dimension ZXXX  contains InfoObjects; deletion not possible .
    how to delete it ? any help .
    Thanks

    Make sure you donot have any data in cube. If you have some data in cube, then you will not be able to see Delete option.
    Right click on the cube-->Delete data.
    Then double click on the cube>Goto Edit mode> select the IO under that Dimension> right click> now you will be able to see the Delete option (provided you have deleted all the date from Cube)
    Then right click on Dimension-->Delete
    Regards,
    Pavan

  • How to delete aggreagetd data in a cube without deleting the Aggregates?

    Hi Experts,
    How to delete aggreagetd data in a cube without deleting the Aggregates?
    Regards
    Alok Kashyap

    Hi,
    You can deactivate the aggregate. The data will be deleted but structure will remain.
    If you switch off the aggregates it wont be identified by the OLAP processor. report will fetch the data directly from the cube. Switching off the aggreagte won't delete any data,but temporarly the aggregate will not be availbale as if it is not built on the info cube. No reporting is not possible on swtiched off aggregates. The definition of the aggregate is not deleted.
    You can temporarily switch off an aggregate to check if you need to use it. An aggregate that is switched off is not used when a query is executed.This aggregate will be having data from the previous load's. If the aggregate is switched off means it wont be available for reporting but data can be rolled up into it.
    If u deactivate the aggregates the data will be deleted from the aggregates and the aggregate structure will remain the same.
    The system deletes all the data and database tables of an aggregate. The definition of the aggregate is not deleted.
    Later when you need those aggregate once again you have to create it from scratch.
    Hope this helps.
    Thanks,
    JituK

  • Error to delete the cube

    Hi All,
    Iam in ASo using 11.1.1.2v I am not able to delete the cube its saying eror 1054002 :loading application is not permitted i deleted in app folder but in EAS its not delting i tried with maxl also but its not delting this is happne bcoz of
    i changed admin password and i re created partition then its not showing anything again reset the password to"passord" then i am not able to see the data in the cube so i want to delete that cube but its giving error

    I hope, u have deleted the application from back end.... and not able to delete the same from Console.. Is it ?
    I think, u need to refresh the Appliation list or disconnect the Ananltycal server and then connect it again, hope it will disapperar.;;;;;;
    Regards
    Cnee

  • I just got my refurb iPad in the mail. I am trying to set it up, but im getting this message "iTunes could not back up the ipad because the backup was corrupt or not compatable with the ipad. Delete the backup for this ipad. then try again." How?

    I just got my refurb iPad in the mail. I am trying to set it up, but i am getting this error message " iTunes could not back up the ipad because the backup was corrupt or not compatable with the ipad. Delete the backup for this ipad. Then try agian." How do I do that?

    It sounds like the iPad wasn't erased to me. If the iPad is totally cleared of content, there should be nothing on it and no backup to create.
    Without connecting the iPad to your computer - Launch iTunes on you computer and go to Edit>Prefences>Devices. Do you see an iPad backup in there? If you do see it, delete it.

  • Does Delete Overlapping Requests drop the BIA index like Selective deletion

    Hi,
    Does Delete Overlapping Requests process in a chain drop the Accelerator index like Selective Deletion does?

    Hi,
    No is does not.
    -Vikram

  • All the pictures in my document all of the sudden disappear and I got a message saying images were deleted. A box is left in place of each picture.

    all the pictures in my document all of the sudden disappear and I got a message saying images were deleted. A box is left in place of each picture.

    I did it. By relocated all the songs. Then did my usual sync. Now , all the songs were synced to my Iphone now.:)

  • Errors in the OLAP storage engine: An error occurred while processing the indexes for the partition of the measure group of the cube from the database.

    Errors in the OLAP storage engine: An error occurred while processing the indexes for the partition of the measure group of the cube from the database.
    I have dropped and recreated a fact table to refresh the data as the table is having identity columns. So not able to directly insert data. After that cube is throwing above error.
    Please suggest.

    Hi Md,
    It hard to analyse the issue base on the limited information, Are there any error message on the log? Under C:\Program Files\Microsoft SQL Server\MSAS11.\OLAP\Log (this could be different for your server), there are 3 log files that are generated:
    msmdrrv.log
    FlightRecorderCurrent.trc
    FightRecorderBack.trc
    The msmdrrv.log simply points to the other two logs. There might be some detail information for this error. Please provide us the detail information about it, so that we can make further analysis.
    Regards,
    Charlie Liao
    TechNet Community Support

Maybe you are looking for