Flat file question?

hai
i have doubt that after extracting the falt files from client work station, what is the security status of that flat files.
bye
srinu

Dear Srinu,
When you are asked to load a file from Client workstattiion. the file would be locked against changes, and if you need to change any changes you ahve to ask the owner of the file to make it . and if it is more secured file, they would keep in the appserver to load.
Thanks,
Krishna

Similar Messages

  • IDoc XML - Flat File Question

    Hello All,
    I've gone through the 'How To… Convert Between IDoc XML Structures and Flat Files in XI 3.0' guide.  What I am having trouble wrapping my head around is the creation of the interface mapping, in particular the 'Target Message' interface.  Obviously the 'Source Message' interface would be the incoming IDoc but what is the 'Target Message' interface that is used? 
    Looking forward to seeing the light,
    Mike

    Hi Mike,
    your target message will be a XML structure which will be written to your output file.
    The Structure will somewhat be of this type:
            <root>
                 <Sub structure>
                              <Data/>
                 </Sub structure>
            </root>
    And you need to configure the Receiver File Adapter to see your output, also you can use File Content Conversion to change the output to<i> text.</i>
    For that please go through this weblog by Mr. Arpit Seth:
    /people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion
    I hope it helps,
    Thanks & Regards,
    Varun Joshi

  • Flat File-to-RFC question, multiple RFC calls for one file.

    Hi guys,
    I'm quite new to XI / PI and I have a question regarding a File-to-RFC scenario we're trying in NW PI 7.1.
    We have a flat file which has two lines with two fields each, let's take this as an example :
    001,001
    002,002
    The files needs to be converted to XML and then transferred to the RFC program which will update a table with the values above.
    In the ESR I've created 3 data types (z_row1,z_record1 and z_fileinput1), 1 message type (z_file2rfc_ob_mt), 1 message mapping (z_file2rfc_mm), 2 Service Interface (z_file2rfc_ob_si and z_file2rfc_ib_ztestpi) and 1 operation mapping (z_file2rfc_om).
    In the Integration Builder (ID) I've created everything required (The sender and receiver communication channels, sender and receiver agreement, receiver determination and interface mapping).
    We're also using content conversion to convert the flat file to XML, this does seem to work because I see all the lines/field in the message when it gets into PI. The problem is that the RFC can only accept two fields at a time and only the first line gets updated. I see that only the first line gets sent to the RFC.
    How can I make the RFC call for each and every line ?
    Thanks !!

    Create the RFC with table, which takes multiple lineitem as input and update the table in single call.
    If you want response back then call RFC as synchrounous else in Asynchrounous mode.
    By doing this in single call it will update the complete table.
    Gaurav Jain
    Reward Points if answer is helpful

  • Question about flat file schema definitions

    Hello,
    I have defined a flat file schema which works fine. However, I got now a new requirement for this schema: It has to support future potential additional fields in the end of the records.
    The solution I used is quit "ugly". I added an additional filler at the end of the record and configured it as "minOccurs = 0" and set Allow early termination of optional fileds to true.
    This works but I don't like it.
    It seems to me that there must be a property for ignoring any additional fields after the last one, so I won't need  this filler field.
    Does anyone familiar with such option/ property?
    Thanks all.

    Hi David,
    Min occurs and allow_early_termination options for perfectly valid to mark the last record as optional. There is no issue with approach and its not ugly. I have seen this approach being implemented in many projects without any issues.
     Refer this MSDN blog on this context and what you're doing is correct.
    http://blogs.msdn.com/b/skaufman/archive/2004/05/07/127899.aspx
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Flat File and Control Files Questions

    Greetings,
    I've worked with Oracle for about 10 years, but have little experience with using sql-loader.
    I have data from Visual FoxPro tables going into Oracle 10g via a Perl script. I am having issues and therefore have a couple questions.
    1) If the data from my foxpro table is basically everything in the table as in 'Select * from table-name', does the control file have to list every column that is in the FoxPro table?
    -- I have a case where a FoxPro table has 15 columns but we are trying to upload only 10 columns. The script is dynamic. It selects * from each FoxPro table and creates a Flat File for each on the fly. Then sql-loader uploads the data to Oracle. The Flat File for this one table has data from all 15 columns, but the Control File only lists 10 of the columns to be uploaded into Oracle.
    2) Do the column names in the control file 'have' to match both the column names in the FoxPro table and the Oracle table, or only the Oracle table?

    YankeeFan wrote:
    Greetings,
    I've worked with Oracle for about 10 years, but have little experience with using sql-loader.
    I have data from Visual FoxPro tables going into Oracle 10g via a Perl script. I am having issues and therefore have a couple questions.
    1) If the data from my foxpro table is basically everything in the table as in 'Select * from table-name', does the control file have to list every column that is in the FoxPro table?
    -- I have a case where a FoxPro table has 15 columns but we are trying to upload only 10 columns. The script is dynamic. It selects * from each FoxPro table and creates a Flat File for each on the fly. Then sql-loader uploads the data to Oracle. The Flat File for this one table has data from all 15 columns, but the Control File only lists 10 of the columns to be uploaded into Oracle.
    Yes - use the FILLER spec to ignore columns you do not care about - http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/ldr_field_list.htm#sthref946
    2) Do the column names in the control file 'have' to match both the column names in the FoxPro table and the Oracle table, or only the Oracle table?Only the Oracle table.
    HTH
    Srini

  • A question on ETL on flat file folder

    Hi,all, I am a student currently exploring Oracle Technologies.
    I used to use Microsoft SQL Server Integration/Analysis/Reporting Services. Wanted to achieve something like this too, using oracle.
    Had done some simple tutorial on owb for a day, I briefly understand the basics.
    Q:
    However, all the tutorial taught me on flat files was a single individual flat file, if I want to perform extraction on ALL the flat files in a particular folder, is this possible with OWB?
    Thank a lot!.

    yes, its available now, trying to learn it, thank guys.
    Another question: that I was pondering over about:
    I was always wondering what will happen to the data in table if I were to run the ETL process flow twice, what actually happens to the previous existing data?
    extra:
    What I was planning to do is, I have a folder is populated with new flat files everyday, I only want to extract these datas once and have them in the Cube/Fact table for analysis.
    Question is, do I have to move extracted flat files to another directory after process flow such that next time the process flow wont extract these flat files again?
    Edited by: 854616 on May 3, 2011 11:45 PM

  • Quick question - how to use flat files OWB 10gR2

    Sorry, really dumb question here. I'm using the OWB client on my windows machine, but the database is on a separate UNIX box.
    The data file I'm trying to access is in
    /usr/local/test
    and the DBA's have created a directory object ("TEST") inside the database with read privs on that /usr/local/test directory.
    Given all that, exactly what do I need to do to:
    a) create the file location in OWB
    b) "see" the flat file in it
    When I try to set the directory up, it seems like the client is looking at my local drive instead of connecting to the Unix box?
    Thx,
    Scott

    Indeed... if you use the Import metadata wizard, it will look for the flat files on your local machine, but this is only for you to define the layout of this file... when you actually read this file (in a process flow for example) the flat file must be on the server where your OWB repository is installed... notice that this is not necessarily the same server where your database is running.

  • Creating reconciliation events from a flat file--a design question

    Hello,
    I am currently evaluating an existing OIM implementation to rebuild it using OIM 11g and have a question regarding the ideal method to create reconciliation events from a flat file.
    The current implementation is using a web service call to process a flat file and creates the reconciliation events. This runs every hour.
    Although this looks cool but I thought there was no need to go to the extent.
    If OIM cannot consume the flat file directly, meaning if it needs some data massage, I can always load the data from the flat file into an external table, write a pl/sql procedure to transform the data and put it into a temporary global table and create reconciliation events like that.
    What would be the ideal method to load data from a flat file into OIM?
    THanks
    Khanh

    If it's a flat file, then have you looked at GTC option? And why any staging in between? OIM can read flat files just fine either through GTC or write up your own recon code.
    -Bikash

  • Extended Analytics Flat File extract question

    I have modified the Extended Analytics SDK application as such:
    HFMCONSTANTSLib.EA_EXTRACT_TYPE_FLAGS.EA_EXTRACT_TYPE_FLATFILE
    instead of
    HFMCONSTANTSLib.EA_EXTRACT_TYPE_FLAGS.EA_EXTRACT_TYPE_STANDARD
    I am trying to figure out where the Flat file extract is placed once the Extract is complete. I have verified that I am connecting to HFM and the log file indicates all the steps in the application have completed successfully.
    Where does the FLATFILE get saved/output when using the API?
    Ultimate goal is to create a flat file through an automated process which can be picked up by a third party application.
    thanks for your help,
    Chris

    Never mind. I found the location on the server.

  • Loading Flat File and Temporary Table question

    I am new to ODI. Is there a method to load a flat file directly in to the target table and not have ODI create a temporary file? I am asking this in trying to find out how efficient ODI is in bulk loading a very large set of data.

    You can always modify the KM to skip the loading of the temporary table and load the target table directly. Another option would be to use the SUNOPSIS MEMORY ENGINE as your staging database. But, this option has some drawbacks, as it relies on available memory for the JVM and is not suitable for large datasets (which you mention you have).
    http://odiexperts.com/11g-oracle-data-integrator-%E2%80%93-part-711g-%E2%80%93-sunopsis-memory-engine/
    Regards,
    Michael Rainey
    Edited by: Michael R on Oct 15, 2012 2:44 PM

  • Question in Flat file GTC  Recon

    HI,
    I wanted to know how Reconciliation works in GTC with respect to Reconciliation Key.
    My requirement is ,i have a flat file with attributes firstname,lastname,empno and i would like to reconcile users from this file into OIM. OIM UserID will be generated as Firstname-lastname,for which I have written an "Pre-Insert" Event handler.
    Now,when I run the GTC with a record
    *#firstame,lastname,empo*
    aaaa,bbb,111
    recon went fie and user gets created in OIM with userid aaaa-bbb .
    Now,I want to run the recon with only empno changed,like
    *#firstame,lastname,empo*
    aaaa,bbb,112
    When i run the recon now,my event handler again get triggered and generating same userid as aaaa-bbb and user creation in OIM failled with the message duplicate userid.
    I wanted to know,where and how can i mention my Recon field key ( which will be some attribute which is unique in the flat file) ?
    Thanks in Advance

    Hi,
    You need to define recon rules for that GTC with username==userlogin.
    Define it and then run the recon for update. it should work. And make sure you have the rule is valid checkbox as selected.
    Thanks
    Kunal Jain

  • Flat file: loading Master data questions

    Hi Experts,
    1
    If I have a flat file with columns, Columns1, Columns2, Columns3, and we load this manually to an ODS monthly.
    a.
    Where in BW can I see the exact match to the columns, Columns1, Columns2, Columns3?
    b.
    What will be the effect of receiving the flat file from the user this month if the columns are not in the usual order e.g. Columns3, Columns2, Columns1?
    2..
    I have an Info Object CustCode_10, check with Text (Medium description) and it also has an attribute CustDispl_11.
    a.
    What should be the format of the flat file in order to get in the Master data?
    b.
    After loading a flat file, I can go to the infoobject CustCode_10, right click and select Maintain Master… to see the master data. How do I see the data in the Attribute.?
    Thanks

    Hi,
    for 1 a) you can see the exact order in the maintain Transfer rules section, where in you can check in the transfer structure.
    b) if you give it in the wrong order, wrong data will be loaded if all the 3 colums has same data type and length. or else you will get an error while updating.
    2) a) The flat file should contain like Key, Language and description.
    Regards
    Srini
    Message was edited by:
            Srinivas
    Message was edited by:
            Srinivas

  • Flat file mapping question

    Hello
    I'm very new to XI. I have to a flat file which contains Order No, Product, Value, and looks something like this:
    A,A,1
    A,B,1
    A,C,1
    B,A,1
    B,B,2
    B,C,3
    I need to be able to map it to a target structure that has a header for Order No, and detail for the Product  and Value fields, i.e. looks a bit like this:
    <Order No>
    A
    <Product> A </Product>
    <Value> 1 </Value>
    <Product> B </Product>
    <Value> 1 </Value>
    <Product> C </Product>
    <Value> 1 </Value>
    </Order No>
    <Order No>
    B
    <Product> A </Product>
    <Value> 1 </Value>
    <Product> B </Product>
    <Value> 1 </Value>
    <Product> C </Product>
    <Value> 1 </Value>
    </Order No>
    In my attempts with various contexts etc. I either get just one output message for order A, or a message for every product within an order (so 6 messages). Amateur stuff, I know.....
    Thanks for your help
    Regards
    Robert

    Hi,
    Please do this mapping:
    For the node Order
    OrderNumber --> removeContext --> splitByValue:ValueChanged --> collapseContext --> Order
    For the node Ordernumber
    OrderNumber --> removeContext --> splitByValue:ValueChanged --> collapseContext --> splitByValue:EachValue --> Ordernumber
    For the node OrderLines
    OrderNumber --> removeContext --> splitByValue:ValueChanged --> OrderLines
    For the node Product
    Product --> Product
    For the node Value
    Value --> Value
    Hope this helps,
    Edited by: Mark Dihiansan on Mar 12, 2009 6:04 PM

  • Question on "Flat file upload into BW-BPS - How-to paper"

    The How-to document for "How to Load a Flat file into BW-BPS using a Web Browser" discusses that the function modules "UPB_ALV_EXIT" and "UPB_ALV_EXIT_INIT" can be used as templates for copying the code to a zfunction module.
    We are on BW 3.5 and cannot locate the above functions. I see there is a function "UPF_EXIT_INIT_EXAMPLE_01" that contains import,export and tables settings that matches one of the above functions but the code does not match to what is referred to in the document.
    Does anyone know of a similar function that refers to the same code in the "UPB_ALV_EXIT" and "UPB_ALV_EXIT_INIT" FUNCTION MODULES" in the How-to-paper.
    Thanks,
    Kumar

    Hi Kumar,
    I think those functions mentioned in the "How to .." guide are replaced with the following two functions that will also provide the correct interface:
    TEMPLATE_EXIT
    TEMPLATE_EXIT_INIT
    They are part of function group UPFX. This function group will also provide the rest of the function examples for functions of type 'Exit'.
    Hope this helps.
    Kind regards,
    Dorothy

  • Refreshing the data in a flat file

    Hi
    I am working on data integration.
    I need to fetch data from Oracle data base and then write it to a flat file.
    It is working fine now,but for the next fetch I don't need the old data to remain there in the file.The data should get refreshed and only the newly fetched data should be present.
    After the data is written to the flat file can i rename the file?
    I need the format of the file to be 'File_yyyyMMDDHHmmss.txt'.
    My final question is how should I FTP this to the target?
    Please help me on this as soon as possible since this is needed in an urgent part of the delivery.

    All you ask is achievable:
    1) The IKM SQL to file has a TRUNCATE option, which will if set to YES, will start from a clean file.
    2) You could rename the file after writing it, but why not just write it with that name? If you set the resource name to be a variable, (e.g. #MyProj.MyFilename), and be sure to set the variable in the package before executing your interface, you should be able to get the file you want. Otherwise, you can use the OdiFileMove tool in your package to rename the file.
    To set the name of the variable you can use a query on the database (if you are using Oracle, something like SELECT 'File_'||TOCHAR(SYSDATE) from DUAL.)
    3) ODI has ftp classes built in- you can find the doc under doc\webhelp\en\ref_jython\jyt_ex_ftp.htm
    Hope this helps
    Message was edited by:
    CTS

Maybe you are looking for

  • Only one DVI works on the dock

    I just purchased two new Dell U2412M displays (1920x1200) for use with my W530 and dock. I had planned to plug them both into the DVI ports on the dock, but it seems like this is problematic. When I do so, I only get an image out of the display on po

  • Spry menu problem with div

    when I try to place a horz. spry menu into a div, it hops outside the container.

  • SMS sent from Nokia Suite is not saved

    PC Nokia Suite (7.1.18.0) seems to be working fine on both Bluetooth and USB Cable with my Nokia 6300 (FW is V07.21). EXCEPT, whenever I send SMSs from the Nokia Communications Centre, they are not saved anywhere.  I assume that they should save in N

  • Controll of Table T090L in transaction AO25 used in FI-AA

    Hi SDN I am currently implementing Fixed assets and have a problem with the security on one of the key tables. Table T090L accesable via transaction AO25 is a table that holds production and reserve values which are input by Fiscal period / year , ho

  • Fade to black, what is SLUG

    Probably some simpleminded questions: Is it possible merely to fade to black in FCE? Not fade out/fade in. Also, what is SLUG? Also, while I'm at it, what is the function of the SEQUENCE icon in the Browser window? At the moment, it seems to me to be