Help me in my data flow ... new to Bi 7.0

Dear friends,
Iam new to data flow in Bi7.o. Iam loading  data into infocube from flat files which has 7 records. i loaded the data into infocube with 7 records .. then i added 2 records to my flat file when i load it .. iam getting 9 records in my PSA but 16 records in infocube..   i donot knw how to do it..  what setting i should  do  at data source maintaintence...plz help me in understanding the data flow for Bi7.o though i am studying help files..
Regards,
pavan

Hello Pava,
1. The InfoPackage are the same
2. The processing type for the DTP must be DELTA
--> The source for the DTP is in this case the DataSource (PSA).
--> So u need 3 processes: Delta Infopackage from FF --> to PSA, detla DTP from PSA to DSO --> detla DTP from DSP to InfoCube
3. "only get delta once" means, the source request is extracted via delta DTP from the source to the target. If you delete the target request from the InfoCube or DSO, the related source request will NOT transfered to the target again with the next delta upload. Usually it will.
4. "get data by request" means, the delta DTP uses the same number of requests as in the source. Usually the DTP collects the data from the source and creates a new Request that could include several source requests. With this flag the DTP request uses the source requests to transfer the data into the target. So the nb. of requests are the same in the source and in the target.
I hope this helps,
Michael

Similar Messages

  • Extended Rebate Processing - Data flow in tables

    Hi Gurus,
    Can somebody help me understand how data flows through various tables in extended rebate processing. i.e. once a new condition record for a rebate agreement is created, in which table it is updated first? Once VBOF is executed, which are the tables taken as reference and which are the ones updated on execution.
    Please explain wrt all concerned tables and info-structures like KONA,KONV,KONH,KONP,S136 & S469.
    It'll be a great help if somebody could explain thoroughly.
    Thanks & Regards.

    Thanks Arun.
    I understand now that to have the extended rebate functionality we have to activate the generic Business Function- EA-ISSE (Industry specific sales enhancement).
    I am more interested in the Indirect sales functionality for which I understand we have to use the Pendulum List Indirect Sales component.
    I have a situation where I am a producer and I have wholesalers who have end customers. The end customers may or may not belong to a corporation(an umberalla organization) .
    I want to set rebates on the sales of the end customers. The sales details of the end customer would be given to me (producer) by the wholesaler. But the rebate payments, I (the producer) want to pay it out to the Wholesaler ( I understand the standard solution is to pay out to the end customer) with details of each end user rebates.
    Do you have any pointers to how this could be acheived?

  • Error on Data Flow Task MSSQL 2012 Clustered "Description: The version of Lookup is not compatible with this version of the DataFlow. "

    We have an SSIS package that runs on clustered MSSQL 2012 Enterprise Nodes that is failing.  We use a job to executer the package.
    Environmental information:
    Product - Microsoft SQL Server Enterprise: Core-based Licensing (64-bit)
    Operating System - Microsoft Windows NT 6.1 (7601)
    Patform - NT x64
    Version - MSSQL Version 11.0.3349.0
    Package is set to 32 -bit.  All permissions verified.  Runs in lower environments, same MSSQL version.  All environments are clustered.  In the failing environment, all nodes are at the same service pack.  I have not verified if all
    nodes in the failing environment have SSIS installed.  Data access is installed.  We have other simpler packages that run in this environment, just not this one.  Time to ask the community for help!
    Error:
    Source: Data Flow Task - Data Flow Task (SSIS.Pipeline)     Description: The version of Lookup is not compatible with this version of the DataFlow.  End Error  Error:  Code: 0xC0048020    
    Description: Component "Conditional Split, clsid {7F88F654-4E20-4D14-84F4-AF9C925D3087}" could not be created and returned error code 0x80070005 "Access is denied.". Make sure that the component is registered correctly.  End Error 
    Description: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "Conditional Split;Microsoft Corporation; Microsoft SQL Server; (C) Microsoft Corporation; All Rights
    Reserved; http://www.microsoft.com/sql/support;0".  End Error 
    (Left out shop specific information.  This is the first error in the errors returns by the job history for this package. )
    Thanks in advance.

    Hi DeveloperMax,
    According to your description, the error occurs when you execute the package with Agent job on clustered MSSQL 2012 Enterprise Nodes.
    As per my understanding, I think this issue can be caused by you use SQL Server Agent to schedule a SQL Server Integration Services package in a 64-bit environment. And the SSIS package is referencing some 32-Bit DLL or 32-Bit drivers which are available
    only in 32-bit versions, so the job failed.
    To fix this issue, we should use the 32-bit version of the DTExec.exe utility to schedule the 64-bit SQL Server Agent to run a package. To run a package in 32-bit mode from a 64-bit version of SQL Server Agent, we can go to the Job Step dialog box, then
    select “32 bit runtime” in the Advanced tab.
    Besides, we should make sure that SQL Server Integration Services is installed on the failing environment.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Data flow Design

    Hi guys,
    Can any one help me with the data flow design in ODI.
    Thanks,
    Praveen

    Absolutely, but we'll need some details :)
    What technologies are your sources/targets? Are you intending on performing any flow control checks, lookups, joins or filters?
    Edited by: _Phil on Oct 11, 2012 12:16 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Help needed-Survey template data not flowing from CRM to Mobile & V V

    Hi experts,
    We have a requirement to create a custom survey template and pass it to mobile. The data flow should be to and fro. as in; from CRM to Mobile Application and vice versa.
    Currently we are facing an issue in this that the data if not being passed properly from the CRM TO Moblie.
    As i am new to the middleware concepts, i am not sure how to go about analysing if my data in the BDocs for the survey template if correct or not.Some data is present for the survey in the Bdoc(xml), but i am not sure if this xml value is correct or not as the Bdoc table entry (xml value)seems to have been truncated(i cannot view the entire xml there wen i try to open the BDoc fields in SMW01).
    any pointers to this is highly appreciated.
    Thanks
    Swapna.

    May be this thread will help
    v('APP_USER') not returning HTMLDB user
    regards,
    Shijesh

  • Help Required Regarding - SAP Job names using R3 data flows

    We are calling a set of SAP Jobs using R3 data flows in data services. When ever a job fails we first kill the active SAP jobs by logging into SAP and then restarting the Jobs.
    There are about 100 odd SAP jobs that we call using these Data services Jobs so we wanted to kill the jobs using a reusable code on the SAP side by passing the Job name just before every R3 flows just incase its still in active status.
    So wanted to know if there are any short cuts to retrive the set of associated SAP job names because it will be a tedious process to hardcode the SAP job names and pass them as parameters for all the 100 + SAP job names in the custom defined resuable code.
    Any help or advice on this please !!

    The program is not meeting the expectations
    and the problem is due to reflection.Do we know this for certain?
    ... my application gets the class name, field name
    etc. from an XML file so i don't know their method names
    beforehand .
    Now since every class instance corresponds to a row
    in the database and i have to call get and set
    methods of each class instance so the performance
    keeps on degrading as the number of columns and rows increase .
    Can somebody suggest some improvement regarding this
    and regarding creating multiple instances of the same object Class.forName() will be using a hash already, so there is probably not much room for improvement.
    Class.newInstance() probably does not take significantly more processing than a simple "new Fubar();".
    Umpteen reflective method invokations (one per column) for each row/instance - Are you saying these are the problem?
    You can test this easy enough.
    If you comment out the reflective method invocations and leave the rest of your code untouched,
    does your application processing speed up significantly?

  • What are the differences between the old and new data flow technology?

    I have seen many places mentioned the new data flow tech ( In BI7) are much different from the old one,, can anyone list a few differences?
    Thanks

    Hi Dylan,
        An infosource can be used in the 7 flow model, but its purpose is completely different from the 3.x model.
    In the 3.x model, the infosource consisted of 2 structures  transfer and communication.
    The transfer structure was where you specified which field in the datasource corresponds to which infoobject ie the field type.
    You now do this in the datasource maintainence in 7.0 (the tabs called proposals and fields)
    The communication structure was the structure which was available for uploading.
    You can refer the link for the 3.x flow
    [http://help.sap.com/saphelp_nw70/helpdata/en/90/64553c845ba02de10000000a114084/content.htm]
    In the 7.0 flow, you generally use a  DSO when you perform sequential transformations ie you want to change the data format or do some processing twice before you actually load to the final infoprovider.
    The sequence in this case would be
    Datasource -> transformation1 -> DSO -> Transformation 2-> DSO -> Transformation 3-> Cube
    The disadvantage of doing this, is that the DSO will store data.  To avoid this, you can use an infosource instead of a DSO.
    You can refer the below link for using 7.0 infosources
    [http://help.sap.com/saphelp_nw70/helpdata/en/7e/001342743eda2ce10000000a1550b0/frameset.htm]
    Hope this helps.
    Regards.

  • F4 help and data flow

    Hi,
                 I created online sale order interactive form using ABAP. In web dynpro component I maintained Display type as native. In the form Layout type as ZCI layout. In form layout I drag and drop the Value help button and Submit button form web dynpro native tab. Now buttons are working but data flow is not happening so I am not able to create sales order.
                But if I use Display type as ActiveX ,form Layout as Standard, Buttons From Webdynpro activeX. In this case f4 help is not working but data flow was happening so I am able create sales order. I need f4 help and as well as I should able to create sales order.
    So please help me.
    Thanks & Regards,
    Krishna,

    Hi Mohan,
    For ZCI Layout in the Designer have you inserted the WebDynpro Script. If not goto Layout Designer and in the WebDynpro Tool Bar goto Utilities->(select) Insert WebDynpro Script.
    To check whether the Script is inserted or not, goto Palette->Heirarchy of Adobe Form Toolbar and in Heirarchy scroll down to Variables, in the variables you'll find one script object i.e. "containerFoundation_JS". If this is present then it will work.
    If it is not inserted then use the Report FP_ZCI_UPDATE.
    Regards
    Pradeep Goli

  • Need help ASAP with Data Flow Task Flat File Connection

    Hey there,
    I have a Data Flow Task within a ForEach loop container.  The source of the flow is ADO.NET connection and the destination is a Flat File Connection.  I loop through a collection of strings in the ForEach loop.  Based on the string content,
    I write some data to the same destination file in each iteration overwriting the previous version. 
    I am running into following Errors:
    [Flat File Destination [38]] Warning: The process cannot access the file because it is being used by another process.
    [Flat File Destination [38]] Error: Cannot open the datafile "Example.csv".
    [SSIS.Pipeline] Error: Flat File Destination failed the pre-execute phase and returned error code 0xC020200E.
    I know what's happening but I don't know how to fix it.  The first time through the ForEach loop, the destination file is updated.  The second time is when this error pops up.  I think it's because the first iteration is not closing the destination
    file. How do I force a close of the file within Data Flow task or through a subsequent Script Task.
    This works within a SQL 2008 package on one server but not within SQL 2012 package on a different server.
    Any help is greatly appreciated.
    Thanks! 

    Thanks for the response Narsimha.  What do you mean by FELC? 
    First time poster - what is the best way to show the package here?

  • Data Flow Service while starting BAM services. Please help.

    Hi,
    I successfully installed BAM without any error. But when I start BAM i.e. START>ALL PROGRAMS>ORACLE BAM>STRAT ORACLE BAM, I recieve an error which says,
    System error 3 has occured.
    The system cannot find the path specified.
    Even when I try to manually start the Data Flow service it gives the same error. But the Sadcsvc.exe file is present in the path specified.
    What could be the cause for this error? How can I handle this?
    Can anyone kindly help me with this.
    Thanks for help,
    Vishal

    Hi,
    I am not able to continue further. Please can anyone suggest what should be done?
    Thanks,
    Vishal

  • Can i copy the entire data flow from one std-Infocube to a new RT Infocube

    Hi,
    I created a new Real Time Infocube , copy of an existing Standard Infocube. But is there any option to copy the entire data flow - like transformations, DSO and all that ?

    Hi,
    We can copy standard Infocube to Realtime Infocube ,it will work in BI7.0.
    The procedure is  1) Go to Context menu of Standard IC and select copy option.
                                 2)In Edit IC option select Real Time and create it ,it copies as real time info cube.
                                 3)But for Loading data,Go to context menu of Real time IC and select option Change Real Time Load Behavior
                                     we get 2 options the first one is  1)Real time data target can be loaded with data,planning not allowed ,if we select data will be loaded.
                                 4)if we go for second option that is 2)Real time data target can be planned , data Loading not allowed ,if we select this,it  is  used for planning that is comparison of data.
                                5) This is difference between standard and Real Time InfoCube.
    Thanks,
    Supriya@n

  • Please help  ! Can I cut-off New G/L migration date during fiscal year ?

    Dear Experts
    I know that the principles of migration date of New G/L migration should be on first day of fiscal year and Year-end closing of the old fiscal year must be complete before New General Ledger Accounting is activated.
    However, if I need, can I cut-off new G/L migration date during fiscal year before year-end closing ? And Which points should be concern.
    Best regards,
    Suphawat

    Hi,
    First you should have installed the cockpit., you should have completed the testing and migrated the transports before the end of the Fiscal year which is 31st March in your case.  Depending on the scenario, this will take 20 - 40 days.
    You can begin the migration once your year end activity is performed.
    If you have not installed the cockpit and completed the configuration and tested it.. forget it for this year, do it next year.
    Hope this is clear now.
    Edited by: Jayaraman N on Apr 7, 2011 10:41 AM

  • Data Flow in SAP BI - Please Help

    Hello All,
    I have to prepare a Data flow in SAP BI for one of the Insurance system application.
    There are 4 flat files coming from the source. Each flat file has records on insurances details like policies and so on.
    Each flat file represents a line of business. Now the data model is newly being made. There will also be historic data for last three years for reporting and current year data is loaded in monthly basis.
    Also the error records will go in different target for reporting for each line of business.
    Please suggest a data flow which which would be made in best.
    Edited by: Syed786 on Oct 23, 2009 5:09 PM
    Edited by: Syed786 on Oct 26, 2009 11:31 AM

    Hi sridhar
    1) Sender Adapter & Sender agreement & communication channel
    2) receiver determination
    3) interface determination
    4) message branch
    5) receiver agreement & communication channel
    6) call inbound adapter
    Regards Mario

  • Data flows and technical terms

    Hi all,
    Anyone please give me SD data flow i.e what is sales order and when it will be generated and how it is linked with billing and delivery and what is invoice, cost centre, profit center, business area, wbs element etc.
    And also the purchase data flow ie Purchase order purchase requisition, material document etc.
    Provide me what exactly these mean in simple words.
    I am new to BI and i am very confused with these technical  terms.
    Regards,
    Nishuv.

    Hi,
    Cost centre & profit Centre Hierarchy:
    you have to look at the Implementation Guide (IMG) for Profit Center Accounting, Master Data -> Create/Change/Display Hierarchy or something similar..with Transaction Code:KCH3 .
    But if you want specfic one , need to build a specific hierarchy in R3 and load it in BW.
    You can also build it directly in BW.
    If it is product hierachy u have to generate the levels in R/3 side (using same transaction in SBIW), which activates PRODH1, PRODH2...etc.
    SBIW or SAP reference IMG under General Logistics -> Master Material -> Material or Settings for Central Fields -> Sales-Relevant Data -> Define Product Hierarchies
    Please check this link for the detailed procedure to create hiearchy;
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/fd4e3c97f6bb3ee10000000a114084/frameset.htm.
    Create Hierarchy in R/3 -Sample
    http://www.bwexpertonline.com/go/sample/
    Pls chk this links;
    Re: Hierarchy Loading from R/3 to BW
    Product Hirarchies for 0MATERIAL (from R3)
    R/3 Hierarchy Text upload issue
    http://help.sap.com/saphelp_nw70/helpdata/en/b3/41cc373de44040e10000009b38f8cf/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/en/c6/f3dc3709e9ea12e10000009b38f8cf/frameset.htm
    Hope this helps,
    Regards
    CSM Reddy

  • SQL 2005 SP2 - Cannot open Data Flow Task in SSIS

    I have just installed Service Pack 2 on my SQL 2005 Standard Edition.
    However, now all my SSIS packages will not allow me to open my Data FLow Tasks.  I get the following error:
    TITLE: Microsoft Visual Studio
    Cannot show the editor for this task.
    ADDITIONAL INFORMATION:
    The task returned an unsupported control editor type. (Microsoft.DataTransformationServices.Design)
    If I try to create a new Data Flow task I get:
    TITLE: Microsoft Visual Studio
    Failed to create the task.
    ADDITIONAL INFORMATION:
    The designer could not be initialized. (Microsoft.DataTransformationServices.Design)
    I have tried to install the latest hotfixes after this but they had no effect.
    Can anybody help me???? Please?

    I have had this same issue, where tasks would open fine in an SSIS package until SP2 was installed and then I get the same issue as noted above, i.e. :
    TITLE: Microsoft Visual Studio
    Cannot show the editor for this task.
    ADDITIONAL INFORMATION:
    The designer could not be initialized. (Microsoft.DataTransformationServices.Design)
    If anyone has some ideas on this, it would be greatly appreciated.

Maybe you are looking for

  • Goods receipt and goods issue smartform

    Hi :    Is there any standard smartform for Goods receipt / Goods issue slip ? How to create a customizing form using smartforms when a material document is created and saved . Thx. Raghu

  • Define Variants for Manual Bank Statement

    Dear Sir, Please treat it urgent. While Executing T-Code - OT43 i am getting the following Error in object editing Changes to Repository or cross-client Customizing not permitted, Choose 'Display object' or 'Cancel'. as a result i am unable to Define

  • Solution Manager create an IBase...

    Hi fellows, My question is, if in the future I must apply more satellite/backend systems in my SLD (SMSY) in Solution Manager... As you know when we want setup maintenance optimizer generally appears an error which it said that we must have to Genera

  • Looking For ICC Profile for Printable Poly

    I am trying to find any Icc Profile for Primex Digi-Hips which is a printable poly, or a profile for anything similar. I am running a HP Designjet L25500 60. I have contacted the company which is Primex Plastics Corp and they do not have profiles for

  • Want to create folders on iPod.

    I want to create folders on iPod.  Have read comments from 2006, but not the answer.  Maybe if I explain:  I want to have a folder called Chopin and include individual playlists for different artists.  How do I do it?  Thanks