Updating data from ODS to InfoCube

Hello experts,
I am not sure if my approach works so let me elaborate:
ODS1 contains trips on participant level.
The data in ODS1 looks like this:
ODS1:
trip_id___participant_id___price_____trip date
__101_____1___________25.00_____20070112
__101_____27__________12.50_____20070112
__102_____21__________55.00_____20070124
__102_____7___________55.00_____20070124
__102_____15__________35.00_____20070124
Now I want to update the data to InfoCube IC_TP which looks like this:
IC_TP:
dimensions:
- time
- participant_id (has nav. attribute participant_type on which I want to report or do I have to select participant_type instead of participant_id as dimension???)
measures:
- price
- number of trips (according to the data in ODS1 it should be "2" for jannuary)
- number of participants (according to the data in ODS1 it should be "5" for jannuary)
is this updating approach possible?
thanx
hiza

Hi,
You have take these prperties in  the edit screen of the info objects. In the <i>Change</i> screeen , go to <i>Aggregation </i>Tab page. Here  you can find these settings.
And try like this .
Hi,
Try this:
For the KF Info object : number of trips,
Take Exception Aggregat = <b><i>Counter(Values unequal to zeros)</i></b>
Agg.referen.char = Trip_id
And
For the KF Info object : number of participants,
Take Exception Aggregat = <b><i>Counter(Values unequal to zeros)</i></b>
Agg.referen.char = participant_id
With rgds,
Anil Kumar Sharma .P
Message was edited by:
Anil Kumar Sharma
With rgds,
Anil Kumar Sharma .P<b></b>
Message was edited by:
        Anil Kumar Sharma

Similar Messages

  • Error while loading the data from ODS to InfoCube

    hai
    Im trying to load the data from ODS to InfoCube for particular year .
    But it says that there is a source system problem .
    why it is like that .
    pls tell me
    i ll assing the points
    rizwan

    Hi Rizwan,
    you didn't mention the error message in details. there could be a few places to be checked:
    - check if BW itself source system is active and in tact and reactivate if necessary
    - check if update rule is active and reactivate if necessary
    - check if ODS is active and reactivate if necessary
    Regards,
    Lilly

  • Error While Loading data from ODS to Infocube

    I am trying to load data from ODS to Infocube  thru Update ODS data into data target. My requirement was to take a small subset of fields from ODS and design IC and load the data.
    My load fails at Extraction process as I get 0 records from total number of records sent in each package. Please let me know if you need more information.
    Please advise.
    Thanks,
    RR

    In Details tab of monitor, in extraction step,
    Extraction(messages): Errors occured
    Green Light for Data Request Received
    Green Light for Data Selection Scheduled
    Yellow for 25000 Records sent(0 records received)
    Yellow for 25000 Records sent(0 records received)
    Yellow for 15000 Records sent(0 records received)
    Green Light for Data Selection Ended
    Please let me know, If you need more information.
    Thanks,
    R R

  • How to debug start routines of update rules from ODS to InfoCube

    Dear gurus,
      I have an update rule from ODS to InfoCube. I wrote a start routine in the update rule. Now I want to debug it. I went to monitor and simulate update the data package and only got the prompt "No data exists in the corresponding PSA table". So how can I debug this start routine?
      Thanks in advance.
    Jin Ming

    Jin,
    In order to use PSA between ODS and InfoCube, you may have to use an exclusive InfoPackage and load separately. In that InfoPackage, choose the radio button to use a PSA.
    I think you are currently updating the InfoCube directly without using a separate InfoPackage.
    Look for an InfoSource under DataMarts (search for 8<ODS Technical name>) and create your InfoPackage there.
    Good luck.

  • Shortdump problem for loadinf data from ODS to InfoCube

    hai
    im trying to load the data from ODS to InfoCube.But i got the following error like below
    Short dump in the Warehouse
    Diagnosis
    The data update was not completed. A short dump has probably been logged in BW providing information about the error.
    <b>System response
    "Caller 70" is missing.
    Further analysis:
    Search in the BW short dump overview for the short dump belonging to the request. Pay attention to the correct time and date on the selection screen.
    You get a short dump list using the Wizard or via the menu path "Environment -> Short dump -> In the Data Warehouse".
    Error correction:
    Follow the instructions in the short dump.</b>
    I looked at the shortdump.But it says that there is no shortdump for that particular date selection.
    pls tell me wht i have to do
    i ll assing the points
    bye
    rizwan

    Hi Rizwan,
    Why does the error occurs ?
    • This error normally occurs whenever BW encounters error and is not able to classify them. There could be multiple reasons for the same
    o Whenever we are loading the Master Data for the first time, it creates SID’s. If system is unable to create SID’s for the records in the Data packet, we can get this error message.
    o If the Indexes of the cube are not deleted, then it may happen that the system may give the caller 70 error.
    o Whenever we are trying to load the Transactional data which has master data as one of the Characteristics and the value does not exist in Master Data table we get this error. System can have difficultly in creating SIDs for the Master Data and also load the transactional data.
    o If ODS activation is taking place and at the same time there is another ODS activation running parallel then in that case it may happen that the system may classify the error as caller 70. As there were no processes free for that ODS Activation.
    o It also occurs whenever there is a Read/Write occurring in the Active Data Table of ODS. For example if activation is happening for an ODS and at the same time the data loading is also taking place to the same ODS, then system may classify the error as caller 70.
    o It is a system error which can be seen under the “Status” tab in the Job Over View.
    What happens when this error occurs ?
    • The exact error message is “System response "Caller 70" is missing”.
    • It may happen that it may also log a short dump in the system. It can be checked at "Environment -> Short dump -> In the Data Warehouse".
    What can be the possible actions to be carried out ?
    • If the Master Data is getting loaded for the first time then in that case we can reduce the Data Package size and load the Info Package. Processing sometimes is based on the size of Data Package. Hence we can reduce the data package size and then reload the data again. We can also try to split the data load into different data loads
    • If the error occurs in the cube load then we can try to delete the indexes of the cube and then reload the data again.
    • If we are trying to load the Transactional and Master Data together and this error occurs then we can reduce the size of the Data Package and try reloading, as system may be finding it difficult to create SID’s and load data at the same time. Or we can load the Master Data first and then load Tranactional Data
    • If the error is happening while ODS activation cause of no processes free, or available for processing the ODS activation, then we can define processes in the T Code RSCUSTA2.
    • If error is occurring due to Read/Write in ODS then we need to make changes in the schedule time of the data loading.
    • Once we are sure that the data has not been extracted completely, we can then go ahead and delete the red request from the manage tab in the InfoProvider. Re-trigger the InfoPackage again.
    • Monitor the load for successful completion, and complete the further loads if any in the Process Chain.
    (From Re: caller 70 missing).
    Also check links:
    Caller 70 is missing
    Re: Deadlock - error
    "Caller 70 Missing" Error
    Caller 70 missing.
    Bye
    Dinesh

  • Update data from ODS to ODS with infopackage selection

    Hi,
    I am trying to update data from one ODS to another ODS with selection criteria in InfoPackage which is created manually.For Full load I can give selection criteria in InfoPackage. When I initialize data Selection is greyed out even selections for Full load exists. Please advise me how to give selections for delta loads from ODS to ODS loads.
    Thanks in advance.
    Ram

    Once you started an ODS as destination in FULL mode from a DS you cannot get back.
    So if you want to update from ODS to ODS using Change Log but considering only some data records you could create an Update Routine with a Start Routine that DELETES undesired records (e.g. DELETE DATA_PACKAGE WHERE ...) and then start an Init-Delta Loading.
    Hope it helps
    GFV

  • Error while laoding data from ODS to infocube

    Hi all,
    I am trying to load data from ODS to Cube but its giving error.
    I am getting following error
    An error occurred while executing a transformation rule:
    The exact error message is:
    The argument 'Result dependent booking' cannot be interpreted as a
    number
    The error was triggered at the following point in the program:
    GPD5CD2GMGXQYJ77HKMS0C0CQVE 2510
    System Response
         Processing the data record has been terminated.
    Procedure
          The following additional information is included in the higher-level
         node of the monitor:
         o   Transformation ID
         o   Data record number of the source record
         o   Number and name of the rule which produced the error
    Procedure for System Administration.
    How to resolve this error, it will be great help if anyone post the steps

    Thanks Ananda  for your suggestion,
    CAn you please tell me How to identify which rule has a problem ..is there any way which tell me which rule and which record is creating a problem

  • Error in updating data from ODS to CUBE.

    Hi,
    I am tryin to load data manually from ODS to CUBE in NW2004s.
    This is a flat file load from the datasource to the ODS and then from the ODS to the CUBE.
    In the CUBE, I am trying to populate fields by using the ODS fields.
    For eg.
    In the ODS, a CHAR Infoobject has the data in the timestamp format(i.e. mm/dd/yyyy hh:mm ). I need to split this data and assign them to the two individual DATE and TIME Infoobject in the CUBE.
    For this, I have done the coding in the Transfer Structure in the Rule Group.
    The time field is gettin populated , but the date field is not getting populated.
    I get an error as Eg:
    <b>Value '04052007' for CHAR 0DATE is not plausible</b>
    Due to this, the corresponding records is not getting displayed
    Also, the records where the time id displayed, the date is not getting displayed inspite of the date being correct.
    Please help me with a solution for this.
    <b><u><i>REMOVED</i></u></b>
    Thanks In Advance.
    Hitesh Shetty

    Hello Hitesh
    SAP accepts the date format in YYYYMMDD, so in the routine where you have concatenate the day month year...just do it in reverse order.....
    Thanks
    Tripple k

  • Updating data from ODS to Cube

    Hi Gurus,
    Data is getting poppulated in ODS but when the data is being loaded to the cube there is an error which says error when generating the Update Program..
    So can anyone help to solve the above problem.. its urgent...
    can you explain y that error occurs and how to solve the same.
    Thanks& Regards
    Vicky

    hI ,
    here is the solution for ur problem
    u can run the program in SE 38 as RS UPDATEACTIVATE _ALL
    Pls assign some points if answer is helpfull
    Regards ,
    Subash Balakrishnan

  • Data tranfer from ods to infocube

    Hi Friends,
    I have created ODS and infocube, the data was loaded on ods sucessfully , but when tried to transfer the data from ods to infocube, the error comes. the update rules and data flows are shown correctly as in FUFU book.
    the errors comes as check the load and after that the infopackage ask to delete the init request in same cube.
    can anyone suggest the right way of tranferring the data from ODS to INFOCUBE and the issues to check.
    Kind Regards,
    Irfankhan

    Hi
    Recheck whether you have the request Activate data in ods (odsrcactivate data & Activate Data automatically while ods creation & odsmanageRequest tab -- request -- Activate)
    If the Data is there in Active Data table then try to update the same with Update Rules.
    While Info Package from ods--Cube -- the Info Package Selection should be Delta ( Init is already there in your cube as I have seen the error message you mentioned)
    the update From ods to Cube
    Via Info Package -- Data Target Tab -- Schedule it with options Delta --
    Info Package -- Monitor -- Update Manually (Wheel)
    Adding it in Process chain
    Hope it helps and clear

  • Data Extraction from ODS to Infocube

    Hi.
    How will you extract data from ODS to Infocube. what is process ?
    please explain....

    Hi,
    as the no.. of records arelot more then your usual loading ..
    so it will take mmuch more time today ..but make sure that the job is running fine..
    You can create load the data by creating selection  but at this point i dont think you can do this.. because for this you have to kill the job ..may be some changes would have been happened
    in the Ip thats why its picking more records..
    hope this helps you ...
    Reagds,
    shikha

  • Data transfer from ODS to InfoCube

    How to transfer data from ODS to InfoCube ? Where exactly do I have to create the
    Infopackage or is it auto-generated ?

    Hi,
    If you are using BI 7.0 then do the following:
    Create Transformation from ODS to Cube by right clicking on cube.
    then create DTP in cube and execute it.
    No need to create infopackage again.
    regards,
    Pruthvi R

  • Updation of data from ods to cube

    hi all,
              I have 8 activated request in ODS . now I want to load data into a cube
    from this ods .
      is it possible to update request one by one so that I have same no. of request
    in cube as in ods?
    Thanks in adv.

    Hi
    If you want to do like that, you have to create an infopack which updates data from ODS to cube.....Go to datamart ODS in your Infosouces...create an infopack....and you can giv request id in selection and do one by one
    Assign points if useful
    Thanks
    N Ganesh

  • Some records not transfer from ODS to infocube

    Hello BW folks ,
    We have an ODS which stores the various sales doc. types.
    We are transfering all the data from this ODS to infocube. We do not have any routine or filter conditions while loading data from ODS to infocube.
    In the update rules of infocube we do not have any routine written .
    Also no start routine is present in Infocube.
    The data is loaded successfully from ODS to infocube.
    But still a particular 'sales doc type' is not transfer from ODS to infocube.
    While this 'sales doc type' is present in ODS.
    The Sales doc type is maintained with respect to the Ordernumber. So If I check the Ordernumber of that sales doc type in ODS then the same Order Number is not present in infocube.
    Means some / few Ordernumbers also getting deleted while transfering data from ODS to infocube.
    We do not have any object in update rules as master data attribute of.
    Please suggest me what to do in this case.
    Amol.

    hello VC,
    I have checked that in ODS update rules , for key figures we have update type as Addition and the data from ODS to infocube is INIT and then delta.
    Is this the reason for Overwritting the particular sales doc type ?
    I thing we should do full upload only from ODS to infocube in this case.
    Regards,
    Amol.

  • Error in Process Chain From ODS to InfoCube

    Hi There
    What variants should follow to load data from ods to infocube in process chains?
    I created Process Chain,first delete content of ods and data load,Activate ods , further update ods , delete index , load from ods to IC and generate index and it's warning message.
    Advice me regarding this.
    Regards,
    Chandu.

    HI Chandu,
    Please remove the further update process from the chain.
    The chain should look like...
    startdelete contents of the ODS-load to ODSactivate ODS-delete index of cubeload from ODS to Cubereconstruct indices.
    If its only a warning msg ...u can neglect...try activating the process chain and run it with an immediate option.
    By the way what does the warning msg say??
    There should be a process.....something like this ...then neglect it..
    Regards,
    Marc
    Message was edited by: Marc
    Message was edited by: Marc

Maybe you are looking for