Initialization of delta loads possible with process chain?

hello all,
followed situation:
i load data from file and sap extractor to ods 1. from this ods i have an automatic delta load to another ods 2, where the data are filtered and aggregated.
its possible that some of the data change their state from filtered out to in but are not in ods 2 because of the earlier criterias they had have. now i want a weekly load (initial load) from ods 1 to ods 2 and a daily delta load if new data arrived ods 1 to the no 2.
i tried to create a process chain for that but i cant! i cannot use the info package for the initialization of the load from ods 1 to 2 because it is generated info package. and if i use the process "update ods object data" there is always tried to make a delta load! at first step i delete all data of ods 2, so i need an initialization with data as next step.
how can i do what i want?
thanks for any idea
Frank

Hello Tom,
ok, i understand but i dont know how...
The only way i know to create an InfoPackage between ODS is to use "Update ODS Data in Data Target" of the context menu of an ODS. Then i chose between full/delta/init load and the infopackage will be generated. How else can i create it?
Frank

Similar Messages

  • Delta load problem in process chain

    Hi,
    I have ODS givng data to another ODS. The init of this flow was done manually...Now i have created process chain in which further processing has variant as "execute infopackage" as the delta package made .. now when i check this process chain its giving me error ""Delete init. request
    REQU_49LKNGG0SE5966D3S7SQYYDQX before running
    init. again with same selection"" .. Actually this is not the Init req which i ran manually..this is the req which was run when i ran this process chain... what shld i do to add only delta IP in process chain so that i dnt ve to delete init
    Thanks
    Prashant

    hi,
    first load all the init loads from the ods to cube. then u have to create the delta infopack and include that in the chain.
    create the int info pack under the infosource 8<ods name>
    trigger that infopack, create the delta infopack under the 8<odsname> infosource , and you have include that in the PC.
    Please do changes in your process chain.
    Local chain 1 - start -> load to ods -> activation of ods ->further processing(remove the infopack in this process maintain variant).
    Lcoal chain 2 - start -> delete index ->load delta to cube -> create index -> roll up (if needed)
    Main chain -> start -> local chain 1 ->local chain2
    Ramesh

  • Initialize the delta load

    Hi BW Experts,
    I have question...
    1. There is a ODS01 which feeds many data targets.
    2. We created a ODS02 which also will be loaded by this ODS01. The update type would be  DELTA.
    3. We created a INFOCUBE01 which will be loaded by the ODS02. The update method would be FULL UPDATE.
    4. The first time (later on i didnt get this msg) when i went to the infosource for the <b>8ODS02</b> and tried to create a infopakge to load the full update of the INFOCUBE01, i got a msg that " THERE IS NO ACTIVE DELTA INITIALIZATION FOR THIS DATASOURCE".
    The details of the msg is:
    Procedure
    You have to initialize the delta load for a DataSource before you are able to load the delta data from it.
    If you want to load deltas only for the purposes of testing, or you do not require any initialization data (because you have already uploaded it using a full upload, for example) use an initialization simulation.
    This way, only the init. entries you require are made in the control tables of the source system, and a 'dummy' entry appears in the Monitor, setting the load status to green.
    No data is in fact loaded, however, and the initialization takes only a few seconds to complete.
    Does this mean i have initialize the delta load in the ODS02 or the INFOCUBE01.
    How do i do that ?
    <i>(I actually did few full loads then i was informed that it would be a delta load from the ODS01 to ODS02,
    within the infopkg for ODS02, I selected the Delta update next time, and did start immdtly, then check the monitor, it displays no records)</i>
    I'm little confused with this initialization, and in what cases would i do it.
    Would you please help...
    Thank you,
    Tia
    Message was edited by: Tia Ismail

    1. so, you are saying for the ODS02, do a full load first.
    2. Then do a "Initialize delta process".
    3. Then do a "delta process".
    I had partially tried this, I did a full load first in one infopackage, then created another infopackage trying to do a "Initialize delta process". I get a msg as following:
    <i>Diagnosis
    Deltas have already been loaded for the init. selection of request REQU_3ZEHH34LV68LVHAWT75TJVIF8. A second initialization is therefore not possible with these selection conditions.
    Procedure
    If you want to carry out a new initialization, you have to choose selections that do not overlap.
    If you want to repeat the init. for the same selection, you have to delete the delta queue in the source system, and restart the delta process.
    Choose the menu entry 'Init. Selections in the Source System' from the Scheduler.</i>
    Any thoughts...
    Thank you,
    Tia

  • Delta datasource management in process chain

    Hi experts,
    I have the following problem with process chains.
    I have one <b>Delta</b> infosource used to load two different infoproviders (ODS1 and 2).ODS 2 must be loaded only once ODS 1 is loaded and activated. The Delta process implies that the <b>2</b> ODS are datatarget for the delta infopackage.
    In my process chain, I have :
    'execute infopackage IFPCK1'
    <i>(with 'only PSA' option and of course the two datatargets ODS1 and ODS 2 selected)</i>
    then a first
    'Read PSA and charge datatarget process'
    <i>(with options : datatarget = ODS 1, execute infopackage IFPCK1)</i>
    followed by
    'Activate ODS' ODS 1
    then a second
    'Read PSA and charge datatarget process'
    <i>(with options : datatarget = ODS 2, execute infopackage IFPCK1)</i>
    Each time, I run the Process chain, I have the following message for <b>ODS 2</b>
    "the request <b>(ODS1)</b> already exists in infocube/ODS; Not loaded."
    It is as if the first Read PSA process tries to load both ODS instead of only one.
    Any suggestion to help me slve this problem ??
    Thanks in advance

    Hi Daniel,
    unfortunately there is no easy way around this. I would suggest to create an ODS 3 as exact copy of the info source and load ODS 1 and 3 in parallel and then ODS 2 from ODS 3.
    Best regards
       Dirk

  • Data Load Requirement through Process Chain

    Hello All,
    I have implemented an area through a custom data source and following is my data load requirement through Process Chain. Request you to kindly help me for the same.
    1. The design is an InfoCube and updated using a Transformation through the custom data source.
    2. For the entire year 2008 I want a single request to be loaded. So it gets loaded into the PSA and then into the Infocube through a (Delta) DTP.
    3. Now, I have created an InfoPackage (Full Update) with year as 2009 in the selection. Tht is I want tht hencforth the data load should be for the year 2009.
    4. Hence, the Infopackage will run to bring the 2009 data into PSA and I run the (Delta) DTP to update the same in the Cube.
    5. Now, what i require is everyday the InfoPackage (Full Update) with 2009 should run and bring data into PSA. and the same should be updated in the InfoCube after deleting the 2009 request already present keeping 2008 request loaded previously intact.
    I hope the above is nt confusing.
    Please let me know if i can elaborate the same.
    Thank you.
    Regards,
    Kunal Gandhi

    Hi,
    Please go through the links.
    http://help.sap.com/saphelp_nw04/Helpdata/EN/21/15843b74f7be0fe10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/Helpdata/EN/f8/e5603801be792de10000009b38f842/frameset.htm
    http://help.sap.com/saphelp_nw04/Helpdata/EN/b0/078f3b0e8d4762e10000000a11402f/frameset.htm
    These may help you in designing the process chain as required.
    Regards,
    Sunil
    Edited by: sunil kumar on Apr 17, 2009 6:20 PM

  • How to load hierarchies using process chains

    Hi ,
    Can any one please explain the steps for loading hierarchies using process chain.whenever i drag the hierarchy infopcakage Save variant is also coming by default,so do we need to have different SAve variant for different hierarchy infopackages or can we have one save variant for all the hierarchy variables.
    Thanks,
    Vaka

    Hello Veka,
    How r u ?
    Yes ! SAVE Variant & Attribute Change Run will add up while loading the Hierarchy InfoPackage.
    Provide the InfoObject Name for which u r loading the Hierarchy in the SAVE variant and SAVE it. The same will be transferred to the Attribute Change Run also.
    If u r creating the Chain with more InfoPackages then have the Save Variant & Attribute Change Run at the last.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • How i run that delta infopackage in my process chain

    Hello Sir,
    i have a delta infopackage which sciduled in a process chain but it does not pick any delta i have to manualy run repair full infopackage dally and then delta comes in to picture my target is a dso so it does't have any problem.
    the datasourse is costamize
    delta pointer is cal day
    my question is how i run that delta infopackage in my process chain
    Thanks...

    Hi
    IS the process type "delta infopackage " is executing in the process chain or not? Plz once check in SM37 Tcode . and Why r u running the repair full request infopackage . If u miss any delta records then only u have to run the repair full request . If delta records are not extracted then better to manually extract the delta infopackage.
    Plz once check in SM37 Tcode whether the execute infopackage process step is running or not? or any error has occured in that PC.
    Thanx & Regards,
    RaviChandra

  • How to redirect loading flow in process chain based on logic?

    Hi Experts,
    I have a scenario where I want to keep data for last 3 years in 3 different cubes.e.g. lets say cube 1 holds data for current 2006 year, cube 2 holds 2005 and cube 3 holds 2004.Now in next year 2007, I want to keep data for 2007, 2006 and 2005.I want to keep data for 2007 in cube 3 which was holding 2004 data.(delete 2004 data and load 2007).
    This process should be automated i.e. which cube to load should be done auto.In short, <b>data for new cube should go into cube which is holding data for oldest year.</b>
    I want to know :
    1) Which Options I can use to do this?
    2) What about ABAP program : custom table can be maintained to know which cube is holding what data, but how to redirect loading flow?
    3) What about "Decision process type" in process chain?
    4) Also would custom process type solve this functionality?
    Any ideas would be highly appreciated.
    Thanks in advance,
    Sorabh

    Hi Sorabh,
    Its just an Idea, Im assuming that this would work. This should also work for INIT DELTA I guess. But would need proper testing.
    Have a Custom Table ZCUBEYEAR and maintain the CUBE as the Key.
    ZCUBEYEAR
    CUBE     YEAR
    Y1       2004
    Y2       2005
    Y3       2006.
    In the update rule->Start Routine for Cube Y1, extract this entry from the table ZCUBEYEAR for Y1, which in this case would be 2004.
    DELETE DATA_PACKAGE WHERE YEAR NE YEARFORCUBEY1.
    in our case YEARFORCUBEY1 = 2004.
    For cube Y2 and Y3 the Delete statement would be as follows in their Start Routines.
    DELETE DATA_PACKAGE WHERE YEAR NE YEARFORCUBEY2.
    DELETE DATA_PACKAGE WHERE YEAR NE YEARFORCUBEY3.
    This would ensure that only 2004 data would flow to Y1, 2005 for Y2 and 2006 for Y3.
    Once we come to a NEW YEAR, We need to run a program or Manually change the CUSTOM TABLE "ZCUBEYEAR" updating the cube Y1 with 2007, the Deltas would flow correctly.
    Please email me at [email protected], we could have a detailed discussion.
    Hope the above helps your cause.
    Regards,
    Praveen.

  • Help with Process Chain - Stop remaining Processes if Package returns 0 rec

    Hi, i have a Process Chain that starts with a single InfoPackage.  Then it goes on to distribute the load to multiple DSO's and then onto DSO Activation.  I would like the Process Chain to stop right after the InfoPackage if no records are loaded. 
    Is this possible using the decision variant somehow?  Any details on how to achieve this are greatly appreciated!

    Hi ,
    The request is goin to red status when 0 records are pulled in. There is a option in info package so that even when 0 records come in the request status would be green.
    Open your info package , then in the menu goto "Scheduler > Treatment of warnings > Select Green" so that in future even if the info package pulls 0 records the status would be green . then the activation step in the process chain would also be carried out smoothly.
    In this way you need not manually change any request status to green . Saves you time.
    regards
    Venky

  • Data load Error using Process chain

    Hi,
    In NW2004s when I schedule delta loads for 2LIS_11_VAITM using process chains, when there is zero delta, the manage screens of the infocubes show green light with zero records correctly whereas the process chain log display shows red. The details of the process monitor show zero records. Is this right? I assume that even if there is zero delta, the log must show green and all the subsequent processes like activation of ODS, deleting of PSA, construction of indexes must be carried out. Please confirm. Is this a bug?
    Thanks.
    Param

    Hi Victor,
    Can you please advice how you solved issue as we are having similar issue where it works fine when loaded manually but throws communication error when process chain runs, following is error message..
    Communication error: call FM RSSDK_DATA_REMOTE_GET
    Thanks in advance for your help!!
    Sandeep

  • Loading Data Using Process Chains

    Hi All,
    we are having 3 layers for loading data using DB connect i.e 1st and 2nd layers we are having DSO's and the 3rd layer is cube.we are following the following updates for the 3 layers
    1st layer- full
    2nd layer - delta
    3rd -delta
    is there any possibilites of getting duplicates in the cube and if so how to solve this one using process chains
    regards,

    Hi,
    Your dataflow looks ok.
    Hopefully you are using "Std DSO", there is no chances of getting duplicate records.
    But in case...
    If you are using "WO DSO" with check box "Do not check Uniqueness of records"
    In this situation you will get the duplicate... as "WO DSO" with this property will simply keep on adding adding the records.
    Thanks
    Mayank  

  • Delta load failing with dump TSV_TNEW_PAGE_ALLOC_FAILED

    Hi,
    When we are loading BW statistics delta load, the load is failing with error "Job in source system terminated --> Request is set to red." and its giving short dump with "TSV_TNEW_PAGE_ALLOC_FAILED".
    I have already gone through Forum and changed package size also. But could not solve the problem.
    We are using 3.5 version, Could you please post your thought ASAP.
    Regards
    Satya

    Hi there,
    Yes that dump is lack of memory...
    So probably your package has too many records to be processed, especially if you have code in start routine or end routine or something like that, the process for each package might take too long and fails with out of memory.
    Try in fact change the package size to a smaller size, so fewer records are processed in each package.
    Diogo.

  • Can I delete 'Initialization Options for Source System' in Process Chain?

    Hi All,
    Can I automate the process of deleting the 'Initialization Options for Source System' for Delta Init package? I need to include this step in a process chain, rather than deleting the init request manually.
    Thanks,
    Naveen.

    Naveen,
    As far as I know, nope. And it's logical, considering the Initialization is a "one time" process and not a repetitive one (unless you have to reinitialize, of course...)
    Regards,
    Luis

  • Urgent: Problem with Process chain.

    Hello Experts,
    In my process chain I have an ABAP Program which produces an error message:
    RFC server sapftp cannot be started - 1 : Programm nicht über RFC gestartet. Kein Rückruf möglich.Message no. CMS057
    Manually I executed this program with out any problems. But this program was not responding via Porcess chain.
    After finishing the successfull load this program copies the files from Application Server in to our Central Project  Directory to archive the data and deletes the file from Application server.
    Any suggestion please...........
    Thanks in advance.
    Thanks & Regards

    Hi Sailekha,
    When the program was excuted through the Process Chain the Program was not able to access the Application Server, this could happen sometimes due to RFC issues.
    Did you try repeating the Program from the Process Chain???
    Is this issue happened for the first time???
    Depending on these questions you can decide on whether it was an RFC issue.
    If such is not the case check for the next run of Process Chain and also check for the variant assinged in Maintain Variant of this ABAP Program in this Process Chain.
    Hope it helps!!!
    Cheers,
    Neelesh Jain.

  • BW Statistics query with process chain run times.

    Hello Guru's,
    We are using BW 3.5 system and the client have asked if it is possible to create a report in BW based out of the Statistics Cube that shows the current status of the Process Chains .i.e. the start/end time of specific process chains along with some sort of Exceptions to show successfully completed chains as 'Green', chains finishing with errors as 'red' and chains presently running as 'Yellow'.
    I have seen such a report in my previous project, but that was using BI 7.0, I am not able to find such Statistics Info Cube in BW 3.5 which meets my requirements.
    Has anybody created such a report in BW 3.5? If yes, would very much appreciate if you can share your way of approach with me.
    Thanks
    Arvind

    Hi Arvind,
    Yes you can achieve this functionality using BW Technical Content. I already implemented this for one of our client. We have some Standard InfoProviders where in wee can get the Start and End time of chains. You can build a query on these Cubes & Multiprovider and there in create exceptions to reflect which step got completed with in stipulated time limit and which took longer than usual......u can display those time statistics in different colour.
    Here are soem cubes names from BW Technical content which may meet your requirement specification:
    1. 0TCT_C01
    2. 0TCT_C02
    3. 0TCT_CA1
    4. 0TCT_C23
    5. 0TCT_C21
    Hope it helps
    Regards,
    Raj

Maybe you are looking for

  • HTML in the data

    Hi, I have a form where user enters Data (textarea with HTML Editor). I then need to print this contents in a word/pdf without saving them into the database. When I try to display the contents, the HTML tags are removed and just the plain text is dis

  • Deleting Query Views

    Hi, I am trying to delete a  saved view form Bex tool bar and it is hitting me a error saying "The object cannot be deleted due to the transport problem" Is there a way to detach a view form the workbook? Is earched a lot in the forums but I couldn't

  • Application/x-mplayer2, application/x-mplayer2

    hi guys help please i try to watch tv in intrnet in some wep and it syas u need to download vlc and idid that and instal a plugin and is not working  help please

  • How do i deleting many backup on one shot ? (Bulk deleting backup)

    Hello, I looking for any method for removing old backup on one shot. Anyone already done it ? Thanks Guy

  • SRM - BW

    Hello everyone, I am trying to pull the data from SRM extracter 0BBP_TD_PO_1. Issue is with for more information PO status filed (InfoObject) in BW is -0bbp_PROPO. When its pulling  the data into bwextractor  its not pull the inactive status for po p