Delta loading unsuccessful from cube

hi all,
I am using a delta load from one planning cube to another.When the changed records are of a magnitude of 100 then it is successful but when the records are of magnitude of 100000 then it stays yellow with no data records sent and eventually fails.the packet size is 20000.
any help is appreciated.

Hi ,
   do Reintialization of delta loading.... and also check out infopackage.
  Check out with this link
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e6769d90-0201-0010-848d-ae3c7bb18f8a
Hope it helps
Reg
VArun CN

Similar Messages

  • Delta Load failure from ODS to Cube

    Experts,
    After CRM upgrade, I had to reinitilized the delta process. In this, I reloaded ODS with first init delta without data and then delta load with new data created in CRM. This worked good so far. After this when I tried to load cube with init. delta without data, no issues. But delta load from ODS to Cube doesn't work. Does anybody have any suggestions, please?
    Thanks,
    Nimesh
    Following error observed in Status for delta load from ODS to Cube.
    Error when transferring data; communication error when analyzing
    Diagnosis
    Data Packets or Info Packets are missing in BW, but there were - as far as can be seen - no processing errors in the source system. It is
    therefore probable that an error arose in the data transfer.
    With the analysis an attempt was made to read the ALE outbox of the source system, which lead to error .
    It is possible that no connection exists to the source system.
    Procedure
    Check the TRFC overview in the source system.
    Check the connection of the source system for errors and check the
    authorizations and profiles of the remote user in both the BW and
    source systems.
    Check th ALE outbox of the source system for IDocs that have not been

    Hi,
    As far as i understood, you have successful deltas' loading to the ODS and you want to update entire ODS data to the Cube followed by daily delta's.
    If this is the case,
    Make sure that you have active update rules exist between ODS and Cube.
    First goto your ODS and right click and select option 'Update ODS data in data target'.
    Select Init update > IT will take you to the init info package where you select init <b>with data transfer</b> (Init with data transfer will bring all the records from ODS to Cube)
    Once init is completed ,you can schedule to load delta's regularly form ODS to Cube by following the same steps.
    Hope this helps
    Praveen
    Message was edited by:
            Praveen Vujjini

  • Loading data from Cube to Planning area

    Hi,
             If I am loading data from a cube to a planning area using transaction TSCUBE,
    does the system load data into planning area for the combinations that exist in the cube or does it load for all CVCs?
    For example,
    I have my CVC as Plant, Material, Customer
    If there are 4 CVCs in the POS that were previously generated as
    Plant--Material--Customer
    01--M1--
    C1
    01--M2--
    C3
    01--M2--
    C2
    01--M4--
    C5
    If the cube has data like this:
    Plant--MaterialCustomer----Qty.
    01--M1C1--
    10
    01--M2C3--
    20
    01--M2C2--
    5
    (doesnot have the last combination), then if I use TSCUBE transaction to load data to Planning area from this cube,
    is the data loaded as
    Plant--MaterialCustomer----Qty.
    01--M1C1--
    10
    01--M2C3--
    20
    01--M2C2--
    5
    Only for the 3 combinations that exist in the cube and not load anything for the last one
    OR
    is the data loaded as
    Plant--MaterialCustomer----Qty.
    01--M1C1--
    10
    01--M2C3--
    20
    01--M2C2--
    5
    01--M4C5--
    0
    Load all 4 combinations and send 0 as the cube doesnot have this combination?
    Hope I am clear on this question.
    Thanks.

    Thanks a lot Vinod, Srinivas and Harish. The reason why I am asking you is that we have a scenario where we get this situation.
    We initially get data from R/3 to BW to APO like the below:
    Plant--MaterialCustomer----Qty.
    01--M1C1--
    10
    Later when the customer is changed or bought out by somebody C1 is changed to C2. Some times when the business doesnot know who the customer is initially they just put C1 as dummy and then after sometime replace it by C2. Then the new record coming in is as follows:
    Plant--MaterialCustomer----Qty.
    01--M1C2--
    10
    BW can identify changes in transaction data  but not in Master data. What I mean by this is when Qty. 10 changes from 10 to 20, the system can identify it in deltas.
    If the customer (master data) changes to C2 from C1, the system thinks it's a new record all together then if I use delta loads, it gets me the following:
    Plant--MaterialCustomer----Qty.
    01--M1C1--
    10
    01--M1C2--
    10
    If I am looking at Plant and Material Level, my data is doubled.
    So we are planning to do a full load that works like this:
    1. Initial data like the below:
    Plant--MaterialCustomer----Qty.
    01--M1C1--
    10
    The CVC is created and the planning area has Qty.10
    Then we delete the contents of cube and do a full load into the cube with changed customer
    Plant--MaterialCustomer----Qty.
    01--M1C2--
    10
    This time a new CVC is created. Then we have another 10 loaded into Planning area.
    If the system loads all CVCs, then the it would send
    Plant--MaterialCustomer----Qty.
    01--M1C1--
    0
    01--M1C1--
    10
    If the system loads only combinations in cube,
    then it loads
    Plant--MaterialCustomer----Qty.
    01--M1C2--
    10
    But the system already has another 10 for Customer C1 duplicating the values.
    We are trouble in the second case.
    We had to go fr this solution instead of realignment as our business has no way pf knowing that C1 was replaced by C2.
    Hope I am clear.

  • Delta loading procedure from Write Optimized DSO to Infocube

    Hi All,
    We are using Write optimized DSO in our project to which I am loading data using Standard DSO 0FI_GL_12
    From Write optimized DSO, we are loading delta records into Infocube, please provide your inputs to my following questionnaire:
    1) I am quite interested to know how the delta records gets loaded into infocube whenever we are using 'Write optimized DSO' as we don't have any image concept in Optimized DSO
    Ex: If am using Standard DSO, we have Change log table and image concept will allow to get updated value to Cube
    let us assume
    Active Table
    111            50
    111            70 (overwrite)
    Change Log Table
    111            -50        (X -- Before Image)
    111             70    ( '  ' -- After Image) symbol for after image is 'Space'
    So if we load this record to the target as a delta the above two records from change log table will get loaded to the CUBE and Cube will have 70 as the updated record
    If am using 'Write Optimized',
    Active Table
    111            50
    111            70 (overwrite)
    When this record loaded to the cube, as Info Cube is always having 'Additive' feature so the total value will 50+70 =120 which is wrong?
    Correct me what feature will work here to get updated value as '70' into Cube from Write Optimized DSO'
    2)As the data source is delta capable and having  'ADDITIVE' delta process, only the delta records based on REQUEST ID are loaded into Info Cube with the  updated key figure value?
    Thanks for your inputs and much appreciated.
    Regards,
    Madhu

    Hi Madhu,
    In best practice, we use WODSO in Initial layer and then Standard DSO. Just for mass data load/staging purpose.
    In best practice : Data source ----> WODSO ---> std. DSO
    In your case : Data source ----> Std.DSO  -----> WODSO.
    In both cases if data load design is not in accurate way, then your cube will have incorrect entries.
    For ex:  today 9 am : 111,  50  (in active table)
    Data load to cube, same day 11 am : then cube will have 111    50.
    Same day, value got changed  in std. DSO  1 pm :   111   70(over write function @ active table).
    Same day/next day if you load data to cube, it will have 2 records one is with value 50 and other would be 70.  So to avoid such scenarios we should plan load in accurate way.  Else make change your DTP settings as  ‘source table : change log table.
    Coming to your case:
    Once after the load to Std. DSO, load data to WODSO by changing the DTP settings ‘Delta Init.Extraction from’  : Change log.
    Now data available @WODSO from change log table, then you load to cube In delta mode.

  • Delta loading in info cube

    Hi Gurus,
    I am trying to load a cube <b>0fiar_c03</b> using delta mechanism. In the infopackage i have given as initialize delta process and while i tried to delta in extraction mode it is saying that delta mechanism is not possible and please use full update. Whether delta load is possible in this cube or should i follow some other procedure for delta load.
    Regards,
    Raghavendra.

    Sanity check the datasource you are using is DELTA capable itself.
    After that ,create IP as INIT to load data from ECC  to PSA
                   create DTP - DELTA to load from PSA to Infocube (no need of  creating INIT DTP)..
    http://help.sap.com/saphelp_nw70/helpdata/en/79/0d163c240a9440e10000000a114084/frameset.htm
    Hope it Helps
    Chetan
    @CP..

  • Loading data from Cube to ODS

    Hi All,
    I have a cube which contains projects data. I want to load the data from cube to a write optimized ODS. In the cube for a project i have multiple records. But while loading the data to ODS, I have to summarise the data in such a way that i should have one record for a project i.e if the cube has data as follows:
    Project Cost
    abc      100
    abc       200
    abc       300
    Then in the ODS the record should be
    Project    Cost
    abc        600
    How do i achieve this ?
    Thanks,
    Satya

    Hi Satya,
    Generate export datasource from Cube ( Right click on cube ->generate export datasource).
    Create update rules for the ODS and in the update rule of Cost , you will find two options
    1. overwrite
    2. addition.
    Choose addition and activate update rules. ..This will work exactly same way you wanted.
    One more thing to mention ,Put project info object in to key fields of ODS and rest all info objects in to data fields.
    Hope that helps.
    Regards
    Mr Kapadia
    Assigning points is the way to say thanks in SDN.
    Message was edited by:
            Mr Kapadia

  • How to delete perviously loaded request from cube

    Hi All,
    I am loading a standard cube from r3 w/o PSA through DTP.
    1 ) how to delete data automatically from cube w/o using Process chains.( previously we have a facility in Infopackage to delete old loaded data ) .In BI7 how to delete the same automatically.
    2) How to schedule the DTP to run on daily basis( w/o process chain ) .I am not able to schedule it via RSRDA ?
    What might be the reason ?
    Regards
      KK

    Chivukula,
    I'm curious as to why you aren't using the process chains.  There's now a "delete overlapping request" process type within rspc.
    You are right thought, the DTP does not offer a facility to delete out the old loaded data.  This feature is not in BI 7.0
    As for scheduling a DTP to run daily, there's no way I know of to run it daily without rspc.  Yes I understand that rspc could get very messy but just create a separate holding area, say DAILY DTPS and put your DTP's in there.
    Cheers,
    Pom

  • Loading data from cube to Planning Area - Error

    I have two cubes. one has history data and other ratios.
    the forecast is dis aggregated based on that ratios.
    first the ratio data is getting loaded and gets populated.
    when i try to load the history data, a error says, CVC not maintained.
    there are totally 6 Char used in this Config.
    MPOS is created using the ratio cube and has the same char as in history cube, additionally one more sub family.
    Can some one help me in this.??
    Thanks !!!

    hi
    char in hist cube           
    mkt fam                           
    mkt seg                           
    regn                                
    gobl                                
    cntry 
    Char in the MPOS(from Ratio cube)
    mkt fam                           
    mkt seg                           
    regn                                
    gobl                                
    cntry 
    sub family                           
    the main obj of not including it in hist cube, i forecast @ mktfam level n dis aggre to sub family.
    if i include the sub family also in hist cube, then i can forecast @ sub family itself..
    the whole dis agg. logic does not serve the purpose.
    On the Adjustment of Time series, will try it n revert n back.
    like can you please tell me how it affects the process???? or the logic behind doing this????
    Thanks!!!
    Edited by: Aswath ram on Sep 10, 2008 6:33 PM

  • Delta load problem from ODS

    Hello everyone here.........,
    I have a problem loading frm ODS to another target with delta.
    Actually to ODS i am loading from two datasources. Both are full loads. Full1 and Full2. When i am trying to load from ODS to another target with delta..., it takes only Full1 data not Full2. So for loading Full2 now i am loading manually.
    so why this happend here. Please let me know how to do
    for making full2 also automatically........,
    swetha

    yes u r correct. after full1 loaded into ODS, its activating the ODS. these two can done through process chain. For full2 load we are loading manually. and doing manual activation.
    lets take small example here that for yesterdays full1 & activation has done successfully. and after that i am loading
    full2 manually & activated. and again today process chain ran, it loads full1 & activated ODS. Now what i am thinking is does this further datamart load which is run in process chain picks only full1 load and it doesn't pick full2 load which is already loaded & activated successfully.
    I think u will get what i suppose to ask you now...,
    clear my confusion here please......
    swetha

  • Delta load issue from DSO to DSO

    Hi Experts,
    We have a scenario where we need to load the delta from DSO to DSO. when we are running delta from DataSource  to DSO it is picking some around 100 records, but when we are running delta from DSO to DSO it is picking some around 80000 records. But in previous deltas it has taken as equivalent to staging DSO only, but in today delta it has different. Could you please give some pointers, why it is happening like this.
    Thanks
    Konda Reddy

    Hi,
    There are no routines in DSO's and transformations also we have not changed, the thing is that in previous deltas it has taken same recoreds as in the staging layer. In between we have done one full load from DSO to DSO, is this makes difference in picking up the delta. And again we done delta then it has taken aroung 80000 records which includes the full load records also. could you please provide some pointers.
    Regards,
    Konda Reddy

  • Error while loading data from cube

    while ia m trying to load into the infocube i am unable to load data into the infocube. it is getting an error as raise_exception in the short dump analysis.  how to solve the problem if u know give me clear clarification.

    Hi,
    Can you check what is the difference in the PSA Data in the previous load and the latest load.
    May be by that way you can find what is wrong in any fields if any chance. It may be the case that it would be giving you that error because of some data mismatch in the fields. And in the Short Dump analyse it completely there would be definitely something which will be evident of the error.
    It may also very well be a data base table space issue as well.
    Hope this helps,
    Pradip Parmar

  • Delta from cube

    Hi,
    Is it possible to have delta load from cube.
    Erick.

    Hi,
    Yes its possible. Delta will be based on request.
    Refer
    what are the navigational steps  in loading data from cube to cube?
    3.X
    how to copy the one cube to onether cube
    7
    Create transformation btn cubes.
    Create DTP and run it.
    Loading data from one cube to another cube.
    Cube to cube data loading
    how to upload data from cube to cube
    Can we pull data from one cube to another cube
    Data Load Steps:
    Reading data from another cube
    Thanks,
    JituK

  • Load from cube to planning area

    Hi,
    We are facing a problem in loading data from Cube to planning area, we need to distinguish between the Zero and the blank values in planning area when loading data from cube to planning area.
    Scenario is like this.
    For a CVC u2013A on day D I am having key figure value as blank and on D1 is Zero and on D2 is 2, I want the same to appear as my planning area data If I load this data to cube my day D value will appear as Zero  (but it was blank) and on D1 Zero and on D2 as 2 in cube.
    I am using Std T-code /SAPAPAO/TSCUBE to load data from cube to planning area, in std T-code we are having option of ignore Zero, if I use this it will also stops the actual zero value(which I need) on day D+1 to come in to planning area which I donu2019t want.
    I want my planning area data to be as blank on day D and Zero on D1 and 2 on D2 after loading data from cube to planning area..
    Can any one put some light and help me out from this issue.
    With regards,
    Sreerama

    Hi Seerama,
    I am not sure to understand completely the issue: do you have an issue in the cube or in the planning area?
    In order to differentiate a blank for a zero in the planning area, you need to set the flag "zero allowed" in the planning area settings. (in the tab keyfigure, click details, then for each key figure you can select or not the flag "zero allowed")
    When you load the data, you should indeed not flag "ignore zero value"
    If the issue you have is in your cube (between the file and the cube) then it is another matter...
    Kind Regards,
    Julien

  • Only Delta load from R3 to MDM using MDM_CLNT_EXTR

    Hi ,
    I need to set up *only delta load * extraction from R3 to MDM using MDM_CLNT_EXTR.  I dont want to put Intial load.
    Can anyone help me in sorting out this.
    BR
    Syam

    Hi Syam,
    The extraction of delta data can be very well done by selecting the distribution mode as D in the transaction MDM_CLNT_EXTR.
    But prior to that u need to take initial loads so as to differentiate the changes.
    For more information you can refer to the below links.
    https://websmp103.sap-ag.de/installmdm
    Re: MDM-XI-ERP (customer master data)
    https://websmp201.sap-ag.de/~sapidb/011000358700001119492007E
    Hope it helps.
    Thanks,
    Minaz

  • DTP - Load from cube to cube - Setting "Use aggregates"

    Hi all,
    what exactly does the setting "Use aggregates" on the extraction tab in a DTP which loads data from Cube to Cube mean? The F1-Help didn't really bring me any further...
    Thanks to any answers in advance!
    Kind regards,
    Philipp

    Hi,
    U can update data from from one data target to other data target through data marting.
    right click ur ODS or Cube from where u r updating data to other target and select the Generate export data source. then it will create a data source with the name 8forllowed by ur data taget name. there after assign ur data source to ur infosource. and then create Update b/n the targets and then select the update data to other data target from where u r updating.
    select the type of update. and then load it from ur IP.
    regards-
    MM

Maybe you are looking for

  • Opening Balances and Closing Balance of customer

    Hi, Does SAP provide any standard customer account statement for Opening Balances and Closing Balance for specific date range have given in selection screen? The statement also contains reference number, order, and Delivery number. Note: FBL5N Transa

  • Items in Library must be deleted from the Finder?

    If you want to export to iBooks, you can't use SVG or GIF, and the export will fail if those formats are present. However, even after deleting them from the project, they're still in the Library, and exporting still fails. (Note that if you've ever u

  • Unable to create service

    Hi experts, I am new in oracle forms. I have installed oracle 11g database and oracle forms 10g. When i am trying to add service of database in forms it was not succeeded. I did it so many times. So please help me........

  • Calling webservice in SAP XI from Servlet

    I have requirment of Calling webservice in SAP XI from Servlet. COuld you provide information of caling simple webservice from servlet

  • Best way to export my DV and HDV mixed footage film

    here's a tricky one I have a 9 minute film, shot on dv-pal, still photography and some parts on HDV progressive. I have finished editing but can't find a way to have a good to screen film. The problem is the fields, and they appear for some reason wh