Dimension tables not deleted when cube data deleted

We are using a process chain to delete the entire contents of the cube prior to the next load.  Over the course of time repeating this everyday, we see that the RSRV check tells us that the "MAX % ENTRIES IN DIMS COMPARED TO F-TABLE"  = 4718% !!  How can this be if each day the data is getting deleted from all related tables?  The max could only be 100% then, correct?
Please advise.  I could not find an OSS note that the dimensions are not deleted as well with that step in a process chain.
Thanks, Peggy

Hi,
we have fixed it call creating our own ABAP code with the following CALL:
  CALL FUNCTION 'RSDRD_DIM_REMOVE_UNUSED'
      EXPORTING
        i_infocube        = YOUR_ICUBE
OPT       i_t_dime          = YOUR_DIMENSION
OPT       i_check_only      =
      IMPORTING
        e_repair_possible = tp_repair_possible
OPT     CHANGING
OPT        c_t_msg           = it_msg
      EXCEPTIONS
        x_message         = 1
        OTHERS            = 2.
(inserting code in the new SDN frontend is a bit of a nightmare...)
and included this ABAP in the chain
You can also go via RSRV and do that manually.
I don't recommend to delete the whole dim table since the loading time will be drastically higher if you have your DIMS empty...
The above works as well for aggregates...
hope this helps
Olivier.
Edited by: Olivier Cora on Jan 15, 2008 5:41 PM

Similar Messages

  • Info cube data deletion fact only

    When we want to delete the data in the info cube, we get an option dialog box to choose
    Do you want to delete only the contents of the fact table
    in InfoCube IC_SDGR1 or do you
    want to delete the dimension tables as well?
    1)fact table only
    2)fact table and dimension table.
    Could anyone tell me when we use only fact table , is anyone encountered with this scenario.
    Because generally we use fact table and dimensional table option for deletion.
    Thanks for the replies

    as long as you haven't changed anything to the dimension you can leave the data in the dimension tables when deleting.Your reload will go a lot faster as less (or none) entries are to be created. on the other hand if you have made a change to your cube and you transport to production and you need to reload, then you need to delete the entries in the dimension table, as you have a new key in the structures and all old entries are useless...
    M.

  • IP- Planning CUBE data deletion.

    Dear Experts,
    We have a planning enabled cube and the data is loaded and distributed as per reference (planning Function) is used and the planning sequence is run on the cube.
    Unfortuntely due to some issue in CRM we have to delete data from the cube for the last two months and reload.
    My doubt is that if i just delete the data requests and also planning requests and then reload and run my planning sequence which will reporcess the data from last two months again or else will their be an issue.
    Because in the normal cube its quite simple just delete all the requests from the cube and DTP will take care about the rest.
    So please suggest is their anything i need to take care.
    Thanks and Regards
    Neel

    Hi,
    If you know what data you want to delete (Selection criteria is clear to you ),as you specified last two months data then i will suggest go with selective deletion.
    You can follow the following steps for correct deletion:-
    1) Check the data in the cube by using listcube,with same selction criteria (In u r case last two months) .This will confirm you know and checked what you want to delete.
    2) Select the cube--> Right click --->Change Real time load Behavior.
    3)Select Planning not allowed.
    4)Select the cube,right click manage option.
    5) Select contents tab ,click on delete selection button.
    6)Specify same selction which you checked in cube and delete the contents.
    7)Change the load behavior back to load not allowed.

  • How to reinstall window 8.1 when app data deleted from user folder

    due to fault i deleted my app data from user folder of c drive  due to this some apps and software not working prioperly so i want to reinstall my windos but it is not done  so help me to solve this problem of deleting app data

    Hi there 
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel. I understand that you deleted the App data from your profile and now apps are not working properly.  I am happy to assist with this. Please post the full product number for your notebook. See the following, if you need help with that information.
    How Do I Find My Model Number or Product Number?
    Also, was Windows 8.1 your factory installed operating system? I would recommedn that you backup any personal data, files, etc from the system before doing anything else. Then you can do a system recovery to restore the factory installation.
    Performing an HP System Recovery (Windows 8)
    Troubleshooting HP System Recovery Problems (Windows 8)

  • Objects are not referenced in cube data source view. Large model.

    Looking at large model. 100+ measure groups, 200+ dimensions, one cube. Deployed to multiple customers in production as a part of custom developed software.
    in data tools 2010 I'm looking at the cube on sql 2008, sql 2008 R2 (EE, DE).
    In the cube data source diagram we observe 50+ objects that do not have any links to them or from them.
    1)
    Some of these I was unable to find in DMV's of the cube at all, it turns out they are present in the Data source that is in Data Source Views section.
    How did these end/could end up in the cube data source model? they are not available in dimension usage window at all.
    2) Others do not have any links from them or to them in cube’s data source diagram, however the dimension usage clearly shows these objects are part of relationships 
    both regular and many to many depending on the object in question.
    We are trying to identify what objects we can ‘trim’ from the model. I’m not sure what am I looking at in this case: data tools have a trouble interpreting diagram for 200+ dimensions and
    100+ measure groups (it is a large existing model) and this artifact should not be used to decide what in dimensions is obsolete and can be decommissioned.
    We are looking at cube that has over 40 NxM just to one fact not counting regular relationships.
    Am I looking at a feature or maybe an issue with the model itself that somehow has developed in the particular cube.
    It is not something I came across before.
    thanks

    Hi,
    According to your description, you are designing a large SQL Server Analysis Services cube, the problem is that you are unable view the relationship in the data source
    view diagram, right?
    In your description, you said that you can see the relationships in Dimension Usage window. In your scenario, can you see the relationship under the Tables pane when expanding
    a table's Relationships folder?
    General, the relationships will be defined automatic if the relationships were defined in your data source of the cube. And the dimension relationships between cube dimensions
    and measure groups in the cube are defined manually in Dimension Usage. In your scenario, you can define relationship manually in the data source view, please refer to the link below to see the details.
    http://technet.microsoft.com/en-us/library/ms178448.aspx
    Regards,
    Charlie Liao
    TechNet Community Support

  • Fact-tables not resulting in any data

    hello experts;
    I am trying to create a mock-up report in OBI Answers and somehow Im having a problem with metric columns. When I pick any metric column then I get the: *(No Results: The specified criteria didn’t result in any data)*
    But when I pick just the fact tables, I see the results. I have doubled checked the rpd; the schemas btn the dimension and fact tables looks ok to me. I have tried union with another subject area, I get the same error. Anyone with an idea why fact tables are not collaborating with dimension tables?
    will appreciate your help

    Hi,
    Can you try to check the physical SQL generated by the reports? and see if that query is returning result in the DB or not.
    I am sure this will help you to find the root cause.
    Regards,
    Kashi

  • Help: Records not showing when cube is placed under the Multiporivider

    Hi Experts,
    I have a Cube called Bcube with char Plant,calm year/month, material and Key Figure, Pqty
    When I generate a report on this Cube, everything looks fine and I see plants, year, etc in the report
    There are 2 other cubes:
    MCube also has char Plant,calyear/month, material and Key Figure: Pqty, Sqty, TQty, AQty
    DCube also has same as BCube: with char Plant,calyear/month, material and Key Figure Pqty
    When I place all three cubes under the multiprovider, the values from the BCube does not show up in reports
    e.g. in a simple report such as
    Row       :  Plant
    Columns:  Pqty, Sqty, TQty, AQty
    In the Multiprovider, under the Indentification of Characteristics, I checked the boxes for all three cubes whenever the same charactertic in all cubes showed up for identification: e.g..
    InfoProvider  InfoObject
    Bcube----
    Plant
    MCube-------Plant
    DCube -
    Plant
    and same for. e.g. 0Calyear
    and same for Key Figures, e.g. I checked all 3 boxes  for PQty which exists in each of the cubes
    1. Why is my data for BCube not showing when reporting against the multiprovider?
    2. what does it mean by checking the 3 boxes for Plant? and checking the 3 boxes for 0Calyear.
    Thanks

    Hi,
    regarding your questions:
    1. When I run listcube against the multiprovider, I only went to the output list to select the fields I needed in the output; then entered the particular cube e.g. BCube in the infoprovider field. That was it (NO other selection) and I got the described results I explained earlier. If you have a specific test for me to try, please let me know.
    2. Please find the settings in both characteristics and key figures for all cubes in the MULTIPROVIDER maintenance screen:
    Characteristic Assighment:
    0calyear -- 3 boxes checked for BCube, DCube & MCube
    Plant -- 3 boxes checked for BCube, DCube & MCube
    0Material-- 3 boxes checked for BCube, DCube & MCube
    Key Figure selection
    PQty-- 3 boxes checked for BCube, DCube & MCube
    Sqty --checked for DCube, this key fig is ONLY in DCube
    TQty--checked for DCube, this key fig is ONLY in DCube
    AQty--checked for DCube, this key fig is ONLY in DCube
    I hope this helps you to guide me.
    Or, were you referring to mappings in the transformations?
    Thanks

  • Why don't pictures delete when i hit delete

    Re: deleting photos.   When I touch the photo(s) I want to delete and touch delete, they don't delete.  Neither does the trash can appear to move the picture to the trash can.  The delete works when deleting songs, but not pictures.

    Did you see my reply in your duplicate thread ?
    https://discussions.apple.com/message/18771179#18771179

  • Detail Table Not Changing When Master Table Selection Changes

    Using JDev 11.1.1.6.
    I am working through some Oracle tutorials (Storefront Demos).
    I am accessing the Fusion Order Demo (FOD) schema.
    I have created VOs based on BCs for Categories, Subcategories and Products.
    I have added all to my data model and tested functionality using the AppModule.  This works as expected.
    When I drag the Subcategories onto my jsf page as Master-Detail (Table-Table), the initial list is based on the first index of the BrowseCategory data control.
    When I click on another row in the master table, the detail table refreshes but the same data appears.
    I confirmed that the selection changes on the master table.
    I added a button on the page and checked the BrowseCategoryIterator using some backing bean code and the iterator remains on the first record.
    I checked the SelectionListener on the table and it is set correctly as   "#{bindings.BrowseCategory1.collectionModel.makecurrent}"
    Does anyone have any idea why the detail table is not getting updated based on a relationship to the master table?
    Thanks,
    Raymond

    Hi,
    From what you are saying:
         1. it's working in application module tester
         2. you verified the current row of the iterator and you found that it is stuck on the first row
    The problem is then that the selection in the table is not setting the current row in the iterator.
    Try to add a custom selection listener where you just execute the "#{bindings.BrowseCategory1.collectionModel.makecurrent}" expression. this is just to make sure that the listener is being called.
    Also, the problem might be that the current row is correctly set by the table selection, but later in the life cycle it is being reset. so maybe you can also overwite the methods that set the current row in your VOimpl (again by jsut calling the supper) to check if and when these methods are called.
    Regards,
    Elias.

  • Consistency Warning - [39008] Dimension Table not joined to Fact Source

    I have a schema in which I have the following tables:
    A) Patient Transaction Fact Table (i.e. supplies used, procedures performed, etc.)
    B) Demographic Dimension table (houses info like patient location code)
    C) Location Dimension table (tells me what Hospital each unique Location maps to)
    So table A is the fact, and table B is a dimension table joined to table A based on Patient ID, so I can get general info on the patient. This would allow me to apply logic to just see patient transactions where the patient was FEMALE, or was in the Emergency Room, by applying conditions to these fields in table B.
    Table C is a simple lookup table joined to table B by Location Code, so I can identify which hospital's emergency room the patient was located in for instance.
    So the schema is: A<---B<---C, where B and C are both dimension tables.
    The query works as desired, but my consistency check gives me the following WARNING:
    *[39008] Logical dimension table LOCATION MASTER D has a source LOCATION MASTER D that does not join to any fact source.*
    How do I resolve this WARNING, or at least suppress it?

    Hi,
    What you need to do is to add the (physical) location dimension table to the logical table source of the demographic dimension, for example by dragging it from physical layer on top of logical table source of demographic logical dimension table in bmm layer
    Regards,
    Stijn

  • Batch quantity not deducting when FIRST date (for line item) is in future.

    Hi Folks,
                My requirement is when creating sales order for batch managed materials, if  i give any quantity with future date that is,
    if todays date is 02.07.2010 and if i create sales order..
    material    => mat1
    Quantity   => 20     
    Date   => 12.07.2010     (this is not required delivery date,this is first delivery date in schedule line for that item)
    Batch  => B1
    and initially if Batch B1 has quantity 100 ,after saving this sales order, the quantity must be 80.
    but its not deducting, for future dates ,thats why the same batch is showing quantity 100, next time
    when i m creating new sales order.where as it should show 80.
    where exactly the quantity deduction is carried out (include or PAI PBO modules).
    any hints.
    I appreciate your response.
    Thanks

    Hi Folks,
                My requirement is when creating sales order for batch managed materials, if  i give any quantity with future date that is,
    if todays date is 02.07.2010 and if i create sales order..
    material    => mat1
    Quantity   => 20     
    Date   => 12.07.2010     (this is not required delivery date,this is first delivery date in schedule line for that item)
    Batch  => B1
    and initially if Batch B1 has quantity 100 ,after saving this sales order, the quantity must be 80.
    but its not deducting, for future dates ,thats why the same batch is showing quantity 100, next time
    when i m creating new sales order.where as it should show 80.
    where exactly the quantity deduction is carried out (include or PAI PBO modules).
    any hints.
    I appreciate your response.
    Thanks

  • Dynamic Actions not firing when using date picker?

    The dynamic actions don't seem to be triggering when selecting a date from the date picker, but trigger just fine when the dates are manually entered. Anyone else have this problem and if so is there a workaround to get it to work from the date picker as well? I am using Application Express 4.0.1.00.03
    And how can I report this problem?

    I'm already using Change.
    If it matters, I have it set to:
    Event: Select
    Selection Type: Item
    Condition: No Condition
    My action type is just an alert right now since all I want to do is to see if I can trigger it (as in you have to walk before you can run).
    Event Scope: Live
    Conditon type: Dynamic Action not Conditional
    Authorization Scheme: No Authorization Required

  • Free goods condition is not deleted when pricing date changes

    Hi experts,
    we want to use the free goods condition type 'NA00' / 'NRAB' with category '3' (inclusive rebate).  The condition records are valid a certain period ( 1 month e.g.).
    The system inserts the condtion 'NRAB' in the calculation scheme and calculates the rebate. So far, so good.
    The problem begins, when you change the pricing date into a date when no condition record is valid.
    The system should remove the rebate.
    But it does not.
    The rebate is still there. Wen you change the standard customizing of condition type ''NRAB' you can delete the condition line.
    any ideas?
    SAP-Mistake?

    Hi Bernhard,
    You are changing teh pricing date but as per y understanding th condition record consider the "Serv.rendered date".
    Better go to Condition tab page --> Click at "Analysis" tab --> on next screen you can find there are so many condition type on your left side --> select your rebate condition type --> once you open the tree of condition type --> sysytem will show the detail on right hand side
    See the details that system consider which date "Pricing date" or  "Serv.rendered date".
    Hope this helps.
    Regards,
    MT

  • Data table not working when jsp is in a subfolder

    In order to organize my jsps I created a few subfolders and placed my new jsps in there. The problem is that when I drag a data table onto the page it does not display correctly. Only the headers show up. Draging a datatable onto a jsp that is not in a subfolder works fine. What gives?

    There are known issues with moving the pages into subfolders as well as renaming subfolders... from release notes:
    Creating a web page in a subfolder causes a page bean to be created in a corresponding sub package in the Java Sources folder. When renaming a subfolder containing web pages, Creator might not properly update the package names of the page beans in the Java Sources directory. In addition, the
    managed-beans.xml file might contain leftover references to the old bean names.
    Workaround
    Use the code editor to change the package names of the Java page beans and delete obsolete
    references to the renamed beans in the managed-beans.xml file.
    http://developers.sun.com/prodtech/javatools/jscreator/community/forums/index.jsp
    This is one area where we know we need to do more testing - so there may be additional gotcha's we haven't identified yet.
    If you create the page initially in the subfolder, is all fine?
    v

  • CRM line item status not updated when delivery is deleted in ECC

    Hi All,
    When order is created in CRM it gets replicated to ECC.When delivery is created in ECC, the System Status in CRM  at the line item level is changed to completed and also Delivery completed status is created in CRm..
    Now when we delete the delivery, the Delivery completed status is deleted in CRM but the Completed status is not changed to In Process.It remains as Completed.This used to work fine before we applied support packs last weekend.We are currently at support pack level 10 for CRM.
    Please advice
    Thanks and Regards

    In CRM4 standard, changes to orders in R/3 or ECC do not replicate back to CRM
    Check out this SAPnote
    https://service.sap.com/sap/support/notes/710874

Maybe you are looking for

  • I just got a virus on my new MacBook Pro I used to get on my PC!

    This is my first Mac, and I am freaking out. I was just browsing the internet with Safari, and all of a sudden I had a popup that said, "Your PC is running slower than normal. You need to scan for viruses!" I tried just closing it, but it just kept p

  • IMac G5 video issues.

    I have a iMac G5 20" 2.16 s/n W86494YZVUV that has a serious video issue. What appears to be a set of small lines appears on each side of each icon and the cursor.  Additionally, large random angular spikes appear all over making the display virtuall

  • The note field is in non-editable mode in appraisal document

    Hi all, In appraisal document, the reviewer can give his comment in the status u201CIn Processu201D and in the Sub Status u201CAnnual Review by Addl Managers/Reviewersu201D in an appraisal document. It is editable when I am trying via web but when I

  • Trying to understand ViewStack and child creation

    I'm trying to work with the ViewStack, but keep on getting error 1009, which means that the object I'm trying to use is not created yet. I just dont understand why the object is not created and at which point will it get created. The attached code de

  • Font size change from 3.5 to 7.0 in web reports

    We have an issue where our font sizes all seem to be smaller in the 7.0 environment vs. the 3.5 environment.  Has anyone else had this issue?  I cannot seem to find a note pertaining to this.  Is there a global setting that can be changed for this?