InfoSpoke for FlatFile

Can anyone who has implemented InfoSpoke for generating FlatFile tell me your problems and overheads.
I tried getting data into FlatFile and also into DB table. When i run for flatfile it just hangs up on me even though i check in the Open Hub monitor that its extracting data but i guess its not able to generate a flatfile out of it. Errors out by a Short DUMP message.
I used field seperation ";" and tried to saved in my work folder, but when i check the actual file it does show some of the whole data.
Thanx

Ok guys, I am trying to copy the data for a SEM transaction sales planning cube from Prod using a InfoSpoke, which has hierarchies and lotta fields. Then this faltfile i want it to upload to Dev system.
I guess this is not possible, as i thought. I think theres one more way by using a LOGICALFILE.
Message was edited by: Pradeep Kondra

Similar Messages

  • How to create DataSource for FlatFile Source Systems

    Hi,
    I am practicing BI7.I am familiar with BW 3.5 but while practicing BI7 i am facing some problems.I am trying to load master data of an infoobject (STUDENTID) STUDENTID ATTR.
    After creating Appl Comp and when i am trying to create transformations for the master data attribute i am unable to assign data source.I came to know that i have to create datsource at this step.But dont know how to create datasource for FlatFiles.
    Can anyone give me stpes how to create DataSource.
    Thanks in advance,
    Sunny

    Hi
    Find below help link for procedure
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/01ed2fe3811a77e10000000a422035/frameset.htm
    and below are some help links which will be usefull in BI7.0
    http://help.sap.com/saphelp_nw04s/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    Look at this new features in Bi 7.0
    http://help.sap.com/saphelp_nw04s/helpdata/en/a4/1be541f321c717e10000000a155106/content.htm
    how to's in BI 7.0
    http://help.sap.com/saphelp_nw04s/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    Demo's
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/ba95531a-0e01-0010-5e9b-891fc040a66c [original link is broken]
    Report designer new component
    Most of ur solutions u can get through help or SDN search
    Regards,
    Ravi

  • Transformation for flatfile???

    Hi,
    How can i create Transformations for DSO as i intent to upload the data from faltfile to DSO?
    Should i create infosource before creating transformation??
    as i see when i am trying to create transformations there is no option for flatfile as such--
    Raj

    Hi,
    Follow these steps.
    1. Create Source system for Flat File (PC File).
    2. Create Datasource with the same sequence of the CSV file you have.
    3. Create Infopackage to load data into datasource.
    4. Create transormation between your DSO and datasource.
    5. Check the mapping and activate the transformation.
    6. Create DTP and activate it.
    7. execute the DTP.
    Thanks
    Mayank

  • Creation of DataSource for FlatFile Interface in BI 7

    Hi Y'all!
    Can anyone please give me urgent assistance in creating/defining a DataSource for the FlatFile Scenario in BI 7.0.  I've been trying to no avail.  I certain I am doing this incorrectly, as such I seek your assistance.  Can anyone please be so kind as to give me a step-by-step walkthrough of the specific individual steps (in sequence) in creating/defining DataSources...  Also can this be accepted as a character (08-MAY-07)?
    Much thanks!
    Philips

    Hi,
    The following step can help you..
    1. create a info source and assign the data source -
    2. select data source as PC File ( give any name tech & desc)
    3. create a info source structure by include all individual info objects / har. keyfig
        those are available in your file
    4. you can always take the reference of the info objects from the cube/ODS as to
        make info source staructure easy
    5. map the corresponding info objects in the trasfer structure
    6. save and activate the info source
    7. go to your info provider cube/ODS and right click - select - create update rules
        select the name of the file data source name as given above
    8. map them as defult one-to-one mapping until other wise you have some require
        ment in data manipulation through update rules.
    9. save and activate.
    10. come to the info source - create a info package - select source as .CSV file
         and preview it before you actually load.
    11. as far as date is concern in your falt file..select the entire column of the date
         then goto-format column-select 'customize' then put format as 000000 (six
         zeros ) for 0calmonth.
    12. when you lookat the date at infoprovider it shows like 20070508 but
          when you execute in a query it displays its text as 08-May-2007
    I hope it would help you to understand and get your purpose solve.
    Thanks=points.
    Cheers.

  • Routine in InfoPackage for flatfile loading

    Hi Friends,
    Can you give be possiblesolution for my scenario.
    I am getting a flatfile from a Third Party source and I am loading the data into a Cube.
    Recently, we have identified that we are getting duplicate data in the file for the same week.And I am calculating the Calweek based on that date.
    For ex:For week 35, I have same data for date 07/23, 07/24,07/25.When I pull my report for that week, I am getting trippled data in my report.
    So my requirement is to ignore two dates in that file and load only one date's data.
    Can you tell me how to do that?
    Thanks in advance
    Priya

    Adding additional key field will be the option in addition to writing some abap code. In your abap code, you could get the 0CALWEEK of the date field and store it in internal table when loading data, then every time you update, you need to read the internal table to make sure that the data is not updated, if it is, then you need to skip.
    And also if you want to add key in your ods and but don't want to change the existing ods, then you can create another ods with overwrite option which will update to the ods you have now.
    I would recommend changing key of the ods instead of using abap code which will make the loading process slower.
    thanks.
    Wond

  • Infospokes for Infocubes and ODS

    Hi,
    Request to let me know based on the requirement below on how to create Infospokes using ascii flat file interface.....
    Can we create using ascii file format and would also like to know any other alternate means for the same.
    Please provide the steps involved for the same.......
    BW/BI - Recovery Process for SNP data.
    For each SNP InfoProvider,
    create:
    1) Export Data:
    1.a) Create an export data source, InfoPackage, comm structure, etc. necessary to create an ASCII fixed length flat file on the XI
    ctnhsappdata\iface\SCPI063\Out folder for each SNP InfoProvider.
    1.b) All fields in each InfoProvider should be exported and included in the flat file.
    1.c) A process chain should be created for each InfoProvider with a start event.
    1.d) If the file exists on the target drive it should be overwritten.
    1.e) The exported data file name should include the InfoProvider technical name.
    1.f) Include APO Planning Version, Date of Planning Run, APO Location, Calendar Year/Month, Material and BW Plant as selection criteria.
    2) Import Data:
    2.a) Create a flat file source system InfoPackage, comm structure, etc. necessary to import ASCII fixed length flat files from the XI
    ctnhsappdata\iface\SCPI063\Out folder for each SNP InfoProvider.
    2.b) All fields for each InfoProvider should be mapped and imported from the flat file.
    2.c) A process chain should be created for each InfoProvider with a start event.
    2.d) The file should be archived in the
    ctnhsappdata\iface\SCPI063\Archive directory. Each file name should have the date appended in YYYYMMDD format. Each file should be deleted from the \Out directory after it is archived.
    Thanks in advance.
    Tyson

    hi,
    you have to goto LISTCUBE. Where you can get the no of records per month.There you have to specify the particulour month of fiscal period.
    -Click on manage tab of the cube and go to content and then click on fact table. you can see no. of recs.
    -same for ods and click on active table button. you can see no. of records.
    -go to Se16
    enter table name RSRREPDIR . Press F8
    Enter your cube name. also give OBJVERS = A .. execute..
    Take the ODS active table name /BIC/AXXXXXXX00
    enter in SE16 and enter and click on number of entries button on top.
    pls go thru this
    Number of Records in Cube
    shreya

  • Source system for FLATFILE

    When I right click on the source system FLATFILE, I don't see the 'Replicate datasources' option. Would this be a problem because I am getting an error on the transports:
    <i>No mapping defined for source system FLATFILE
    When transporting InfoPackages the name of the source system is also transferred. As these names do not normally agree with one another in the test and productive systems a name replacement can be defined in table RSLOGSYSMAP using the view maintenance (transaction SM30).</i>

    Hi
    There will be no option of replicating datasouces to flat file Datasource because
    we will be first copying the flat files which are in the form of excel basically to our
    BW system and then we directly get those files by browsing the files while creating the data source for flat file from the BW system itself.
    We will get the option,replicte Data sources when we are loading data from the  sap source systems,db connect and ud connect.
    Hope this helps
    Sunil Reddy LCP

  • ActiveSync - Which one to opt for FlatFile or Database?

    Hi,
    Please suggest which ActiveSync is better in terms of Performance, FlatFile or Database.
    We need to use the better performing out of these two.
    Please suggest.
    Thanks,
    Jolly

    Other issues...
    We use DBTables for the reasons suggested above. We use logic to limit the number of rows we read and we do write data back to the tables from within IM. These DB tables are used primarily to read data from source systems into IM and to map the data to existing accounts, or create new ones as necessary.
    What we do... and I expect this is common... is we get a full extract from our source system, and we compare our current table to the data coming from the source system. Then we update any rows in our table where the data has changed, and update a timestamp. The active sync then reads any rows with a timestamp since the last Sync run.
    So in a sense, we're doing the same processing that you would do with a text-based diff file.
    The advantages of doing the DBTable method are that it behaves (mostly) like a real resource, so you can (1) do reconciles and (2) if you have any data corruption, you can reload the entire data source (by resetting the "last read" date in the resource config). We also update the rows -- we read the row, determine what account the row should be associated with, then write an account attribute out to the table so we don't have to correlate multiple times -- which as JerseyGuy notes can't be done with a text file.
    Main disadvantage of the DBTable is that it won't detect deletes. We have a special value that we write to a row when it's deleted, and the Sync workflow detects that value and changes the operation when that value is encountered. But it won't natively detect the deletion.
    Edited by: etech on Jan 22, 2008 10:05 AM

  • Error while creating the Generic Connector for flatfile

    Hi All,
    I was trying to create the Generic connector for the flat file reconciliation. But i was throwed into errors. I'm using 11.1.1.3 OIM and as well as SOA also. I have been following the OIM 9 document to create the GENERIC connector.
    i'm copying the error i got
    <Mar 14, 2012 3:48:12 PM IST> <Warning> <XELLERATE.SERVER> <BEA-000000> <readme.txt is not a valid connector resource file.>
    <Mar 14, 2012 3:48:12 PM IST> <Warning> <XELLERATE.SERVER> <BEA-000000> <readme.txt is not a valid connector resource file.>
    <Mar 14, 2012 3:48:12 PM IST> <Error> <XELLERATE.WEBAPP> <BEA-000000> <Class/Method: CreateConnectorAction/imageScreen encounter some problems: >
    java.lang.NullPointerException
    at oracle.iam.platform.utils.OIMMessageResourcesUtil.getConnectorResourcesFromFile(OIMMessageResourcesUtil.java:964)
    at oracle.iam.platform.utils.OIMMessageResourcesUtil.getConnectorResourceBundle(OIMMessageResourcesUtil.java:778)
    at oracle.iam.platform.utils.OIMMessageResourcesUtil.getConnectorResources(OIMMessageResourcesUtil.java:764)
    at com.thortech.xl.webclient.util.tcMessageResourcesUtil.getConnectorResources(tcMessageResourcesUtil.java:215)
    at com.thortech.xl.webclient.util.tcMessageResourcesUtil.getMsgFromConnectorRes(tcMessageResourcesUtil.java:238)
    at com.thortech.xl.webclient.util.tcMessageResourcesUtil.getLocalizedText(tcMessageResourcesUtil.java:66)
    at com.thortech.xl.webclient.util.UIFacade.getUserDefLocalizedLabels(UIFacade.java:3024)
    at com.thortech.xl.webclient.actions.CreateConnectorAction.imageScreen(CreateConnectorAction.java:1250)
    at com.thortech.xl.webclient.actions.CreateConnectorAction.goNext(CreateConnectorAction.java:521)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)
    at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)
    at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)
    at com.thortech.xl.webclient.actions.CreateConnectorAction.execute(CreateConnectorAction.java:135)
    at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
    at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
    at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
    at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
    at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.am.agent.wls.filters.OAMServletAuthenticationFilter.doFilter(OAMServletAuthenticationFilter.java:260)
    at oracle.security.am.agent.wls.filters.OAMValidationSystemFilter.doFilter(OAMValidationSystemFilter.java:133)
    at oracle.security.wls.oamagent.OAMAgentWrapperFilter.doFilter(OAMAgentWrapperFilter.java:121)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.thortech.xl.webclient.security.XSSFilter.doFilter(XSSFilter.java:103)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:61)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:115)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:100)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    i'm just using a flat file which contents are normal.
    #GTC Trusted Source
    login,firstName,lastName,eMail,organization
    RDUDE,Robert,Dude,[email protected],Xellerate Users
    Can somebody help where i have done wrong for this. All my deployment is in oracle linux 4.5
    Thanks,
    Venkatesh

    Follow the doc for 11g, guide you might be missing something:
    http://docs.oracle.com/cd/E17904_01/doc.1111/e14309.pdf
    Highlevel configuration steps (not all and exact) are:
    -> Give it Name
    -> select Reconciliation
    -> Select Transport Provider and format provides
    -> select Trusted Source Reconciliation
    ->provide flat file details
    -> Source reconciliation staging and mapping
    ->finish
    regards,
    GP

  • DataSource Creation for flatfile in BI 7.0

    I am new to BI 7.0. I have worked on BW 3.5. When i rightclick on Appl Comp for creating a datasource in 'Datasources' node, I am not able to find any option except 'Replicate MetaData'. Is there any setting to be made or shall I have to do it differently.
    Please let me know.

    HI
    first create flat file source system under file folder in source system tab
    Go to datasource tab click , click on yellow icon and select ur source sytem
    then u can create ur application component and datasource under that application component.
    http://help.sap.com/saphelp_nw04s/helpdata/en/fc/1251421705be30e10000000a155106/content.htm
    Regards
    Kiran
    Message was edited by:
            ravi kiran naalla

  • Data Conversion for Flatfiles in Sender-Adapter or Mapping

    Hi folks,
    I get a flatfile - let's say - with three fields with names f1, f2 and f3, with the corresponding values. The adapter creates the following xml
    <node1>
      <f1>v1</f1>
      <f2>v2</f2>
      <f3>v3</f3>
    </node1>
    Has anybody an idea how to convert these structure into
    <nodeA>
      <name>f1</name>
      <value>v1</value>
    </nodeA>
    <nodeA>
      <name>f2</name>
      <value>v2</value>
    </nodeA>
    <nodeA>
      <name>f3</name>
      <value>v3</value>
    </nodeA>
    without using Java? And if it is not possible how would a Java mapping look like? Or is it possible to create another structure with the file-adapter?

    You can make it with a graphical mapping, sending the normal XML to the integration server:
    <node1>
    <f1>v1</f1>
    <f2>v2</f2>
    <f3>v3</f3>
    </node1>
    and then changing the structure with a graphical mapping to:
    <nodeA>
    <name>f1</name>
    <value>v1</value>
    </nodeA>
    <nodeA>
    <name>f2</name>
    <value>v2</value>
    </nodeA>
    <nodeA>
    <name>f3</name>
    <value>v3</value>
    </nodeA>
    Regards,
    Sandro

  • Question about Creating DataSources for FlatFile Data Acquisition

    Hello eveyone,
    I am trying to create flatfile datasources.  I've been checking out the existing ds in my dev system and there are some infrastructure here that have loaded data in them, all via their won flatfile DS.  I've been looking at the DS and am trying to figure out logic in which they are defined. I saw that most of the fields are defined in CHAR even if they pertain to fields like quantity, Amount and so on...  They are also in the Internal format.  Yet they have been successfully loaded...
    My question is:  what are the rules of thumb in defining the DS?  How do i go about in mapping the fields to objects in the system?  Can anyone please give me the step-by-step scenario as to how to do this please?
    Many thanks,
    Philips

    Hi Philip,
    Pls. try the following steps ..may be helpful.
    1. when ever you want to create a flat file structure..keep in mind that, what are
        fields data available in your file. second thing is you need to know the IO of
        the info provider in which you are uploading.
    2. simply create your own DS with PC File, and other hand open up your infprovider, and keep on check with your flat file what is the sequence of the data
    fields and what are they corresponds to in the cube/ODS
    3. As your flat file sequence, keep on identify the related IO of your provider and
    copy it individual and paste it in your infosouce one by one as sequence of your
    flat file..
    4. No need to think of what type of data it is and how it is..
    5. simply copy all your correponding IO (what ever of their type) even including
        some of the ref. IO.
    6. And finally save and activate your DS creation.
    I hope it would help in creating your own Flat File DS.
    Need further info revert...
    Cheers,
    Thanks=Points.

  • MATERIAL MASTER STRUCTURE FOR FLATFILE CONSTRUCTION

    HI FOLKS PLEASE PROVIDE THE STRUCTURE MM FOR CONSTRUCTING FLAT FILE VERY URGENT PLZZ

    Hi,
    You can use the table for material master MARA from SE11 for creating the flat file. The required fields can be selected from the table based on the description given for the fields to create the flat file.
    Regards
    Radhika

  • Transaction Data Icon Missing For FlatFile Datasource

    Hi All,
    We are loading the data by using the flat file data is loaded successfully.But beside the cube we will have activation icon , Aggregates Icon and Transaction data icon. In our case we are missing transaction data icon.What could be the reason.
    But data loading is fine and for some of time chars also data missing .
    Pls anybody can throw some light on this.
    Thanks in Advance,
    Shah.

    Hello S SR,
    How r u ?
    just see the top and make the column adjustment like we do in MS-EXCEL you can see the Transactional Data ICON.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • Infoobjects for flatfile

    Hi All,
    I have to load data from a flat file. I am trying to find the stadard infoobjects which I can use to build my ODS and cube to store this data. I have managed to find some but with diff lengths i.e longer than the field size. For ex: the Material number coming from the file will be of 12 char whereas the 0MATERIAL is 18  and the incoming order number is of 6 char length whereas the Order number in BW is of 10 char length. Can I use these standard IOs as they are longer than the required length? Will it create any problem?
    I also have some key figures in the file for ex, Quantity whose length in the file is given as Decimal 18,0. Can I use the standard 0QUANTITY for this? What is the length of 0QUANTITY?
    All the useful replies will be highly rewarded.
    Many thanks in advance.
    RPK.

    Hi RPK,
    Especially when you are uploading Hist. data, that you will need to compare with actual data, you must use standard objects. The problem I was telling you is when values for IO are different from hist data and actual data (material ABC for hist is a shirt, in actual data is a shoe). In this case you must introduce or a table to translate old values in actual values or introduce Source System like compound in IO to understand in query if you are referring to a old value or to an actual value (otherwise you will never understand if value 100 for material ABC is shirt or shoes referred).
    For other IO you are asking me I do not know if there are BC objects to use, check in Metadata Repository or Help if there are cubes or ODS containing objects with this description, if not create the same and use this custom objects in Flat File (hist) and R/3 (actual) cubes.
    Ciao.
    Riccardo.

Maybe you are looking for

  • HT4906 As I set up my iCloud, Photo Stream which is faded cannot be chosen

    As I setup my iCloud, Photo Stream is faded. I cannot choose the Photo Stream.Why is that?

  • NSP - Sneak Preview SAPGUI Connection Errors

    Hi Got the SAPNW7.0 ABAP Trial installed on my PC.SAPGUI version is 710.All the configurations as per the instuctions are done but when i try to Connect to the NSP instance i get a GUI error partner '10.10.0.10:sapd00' not reached WSAECONNREFUSED Fol

  • Blank maps (me too)

    Hi, my maps don't work in iphoto 09. I have tried all basics (replacing plist, turning firewall off, waiting for a long time, restarting, repaired permissions, etc.) but if I turn information on I don't see a map. I also cannot enter new places (it s

  • SOAP with IDOC scenario

    Hi Experts, Could you help me with the following scenario using XI: The sender is a webservice client which sends a SOAP request with the order number (over HTTPS). The order number needs to be pased to SAP ECC to return the order details as a SOAP r

  • Web pages too large

    I just purchased a MacBook for the first time and I am having a problem with my web page being too large. I have to scroll almost half the page to read the screen. I have been unable to find a solution to fit the page to the screen. I have been unabl