Saving import filters of text data files in AddressBook

Hello,
Is there a way of saving the import filters that you setup when importing datas from a text file in Address Book ?? Thanks in advance.
Robert Lespérance

     

Similar Messages

  • Tp import fails with error "data files not transferred"

    Hi colleagues,
    I am working on transport requests. I had issued out the <i>tp addtobuffer SIDKxxxx <sid>  pf=TP_DOMAIN_SID.PFL </i> command for a number of transport requests at OS level; but when i then try to do <i>tp import SIDKxxxxx <sid> client= u18 pf=TP_DOMAIN_sid.PFL</i>, i get this error: "Data files are not transfered</b>" in the QAS system. Everything works fine in PROD though. What could be the reason for this. I can't get it done within the application either.
    Your responses appreciated.

    Hi,
    I guess you have individual transport directories. I f you have configured the Transport Domain and added the Other Two into the Domain and configured the Transport Route. You should be able to see the Some RFC Destinations in SM59.
    TMSADM@<SID>.<DOMAIN NAME>
    TMSSUP@<SID>.<DOMAIN NAME>
    Please check the Test connection. of all these RFC Destination. If these fail check if you have firewall issues between the system stopping the communication on Port 33<Instance No>.
    Thanks,
    Tanuj

  • Import Movie-type Raw Data File

    Hi Folks - this one should be an easy one but having problems.  Been given a single file that is a series of 10 frames with 256 rows x 320 cols for each frame.  Data representation is I16 or U16 (I have tried both [also tried I8/U8 just in case]). I am using the following simple piece of code to try to open but getting error 71 (File datalog conflict).  Any thoughts - need a second set of tired eyes to look at this.  The raw data file I have named .doc just because the forum post would not accept .raw extension which is what you can rename the raw data file to.
    Message Edited by DonRoth on 09-04-2008 03:27 PM
    Message Edited by DonRoth on 09-04-2008 03:28 PM
    Message Edited by DonRoth on 09-04-2008 03:29 PM
    Message Edited by DonRoth on 09-04-2008 03:30 PM
    Attachments:
    open movie-type file.png ‏7 KB
    al_cor_shut3_10frames.doc ‏1600 KB
    test1.vi ‏41 KB

    My impression when I got the file was that all of the frames were first stored in an array prior to just writing to a file.  (The acquisition was done with a non-LabVIEW controlled instrument).  Then I thought maybe each frame acquired was then stored, followed by next frame acquisition and storage, etc.  Now, my next approach is the byte (binary file) reading using options of I16, U16, big-endian, little-endian as options.  For example, here is the code to do one variation and this seems to be getting me closer (I am not in touch with data acquirer to see what the actual frames should look like).  With this code, I am definitely opening the data frames and displaying them. 
    Message Edited by DonRoth on 09-05-2008 11:08 AM
    Message Edited by DonRoth on 09-05-2008 11:09 AM
    Attachments:
    open movie-type file-binary_read.png ‏9 KB
    therm.png ‏44 KB

  • Reading a text data file into memory

    hi,
    I have a text file which contains data, The text file is parsed and objects are created. The problem is the text file is quite huge measuring upto 1.8~2 Mb. The format of the text file is as follows
    Units: METRIC (atm, m3)
    * Step: 1 Time: 0.00
    * Average Field Pressure : 204.14
    * Region 1 Pressure : 204.14
    Well GROUP Layer Blk_Pressure BHP ResRate OilRate WaterRate GasRate KhProd Windex PindeWELLTYPE
    1 FIELD 1 204.14 49.33 6601.22 6568.10 37.14 538.07 99999.00 260.35 99999.00 P
    1 FIELD 2 204.14 50.34 6558.13 6525.23 36.90 534.56 99999.00 260.35 99999.00 P
    1 FIELD 3 204.14 51.35 6515.04 6482.36 36.65 531.04 99999.00 260.35 99999.00 P
    1 FIELD Tot 204.14 50.34 19674.40 19575.69 110.69 1603.67 99999.00 99999.00 99999.00 P
    2 FIELD 1 204.14 377.66 7573.96 0.00 7403.68 0.00 99999.00 260.35 99999.00 I
    2 FIELD 2 204.14 378.40 7606.33 0.00 7435.32 0.00 99999.00 260.35 99999.00 I
    2 FIELD 3 204.14 379.14 7638.70 0.00 7466.96 0.00 99999.00 260.35 99999.00 I
    2 FIELD Tot 204.14 378.40 22818.99 0.00 22305.95 0.00 99999.00 99999.00 99999.00 I
    * Step: 2 Time: 20.23
    * Average Field Pressure : 300.11
    * Region 1 Pressure : 300.11
    Well GROUP Layer Blk_Pressure BHP ResRate OilRate WaterRate GasRate KhProd Windex PindeWELLTYPE
    1 FIELD 1 194.20 49.33 858.83 853.40 5.36 68.22 99999.00 260.35 99999.00 P
    1 FIELD 2 194.48 50.34 871.71 866.22 5.42 69.35 99999.00 260.35 99999.00 P
    1 FIELD 3 194.76 51.35 884.86 879.29 5.48 70.49 99999.00 260.35 99999.00 P
    1 FIELD Tot 194.48 50.34 2615.40 2598.91 16.26 208.06 99999.00 99999.00 99999.00 P
    2 FIELD 1 370.40 377.66 912.25 0.00 891.74 0.00 99999.00 260.35 99999.00 I
    2 FIELD 2 371.26 378.40 895.75 0.00 875.61 0.00 99999.00 260.35 99999.00 I
    2 FIELD 3 372.12 379.14 879.29 0.00 859.52 0.00 99999.00 260.35 99999.00 I
    2 FIELD Tot 371.26 378.40 2687.28 0.00 2626.86 0.00 99999.00 99999.00 99999.00 I
    The Step goes on till like 3000, I am creating an object for each step which inturn has nested object for each well and the well in turn for each layer. In the above case of step 3 the object would be
    class Step 2{
    inner class well
    {     //for well 1
    inner class layer { // for layer 1 }
    inner class layer {/ for layer 2  }
    inner class layer {/ for layer 3  }
    inner class well
    {     //for well 2
    inner class layer { // for layer 1 }
    inner class layer {/ for layer 2  }
    inner class layer {/ for layer 3  }
    This architecture of mine is proving to be heavy as I would end up with around 9000 Java objects in memory, though my classes only have have int, float, String data items. I am using this data to plot graphs, so I guess it wouldnt be optimal to read data from text file for each plot.
    So in short the problem is can anyone tell a better way to read the data into memory ? given that there could be 3000 steps in the format given above.
    Thanks
    AM

    I have implemented and it takes around 30-45 sec to parse and also the GUI has become very slow. I query the objects for multiple combinations of graphs.
    The data from the objects is being used to feed the graphs on my GUI. I have a number of options on my GUI for different kinds of graphs, for each combination chosen the Objects are queried for the data. The GUI is written using Swing.
    So is there anyway I can fine tune the application, any tips about the object architecture or how to improve the speed. I am also explicitly running the garbage collector a few times in my program. Also how can I make JVM occupy lesser memory so that my program can have more memory.
    Thanks
    am

  • Saving results to a text data

    Hello,
    I need to build a text file such as in attachement.
    any idea ?!
    thanks alot
    Message Edited by Support on 11-13-2007 12:59 PM
    Attachments:
    Saving.txt ‏1 KB

    Hi,
    I made some assumptions on the inputs, there are arrays for each input.  The output is plain text and can be saved to a text file by flipping the toggle switch up.  the program is written in Labview 8, let me know if you need it saved in version 7.x.
    Chris
    Chris Reyerson
    Optical Systems Engineer
    Arete Associates
    Tucson, AZ
    Attachments:
    Text File Generator.vi ‏24 KB

  • How to import old Contacts Card Data files into 10.8.5 Contacts app

    My old Snow Leopard Macbook died but its hard drive lived.
    I was able to find the Address Book contacts but they are in a format that the new Contacts app doesn't recognize.
    Its kind is "Contacts Card Data" and each file ends with ".abcdp".
    How can I import these files into the new Contacts app? Contacts does not seem to want them. Do I need to convert them to v.card?
    Thanks.

    I've had no exposure to 10.8 or even 10.7, but the following should work, with 'AddressBook' replaced by 'Contacts'. (It's copied from https://discussions.apple.com/thread/1436528. It worked for me in 10.6.8.)
    Quit Address Book.
    Make a copy of folder ~/Library/Application Support/AddressBook in case anything goes wrong.
    Delete AddressBook-v22.abcddb from ~/Library/Application Support/.
    Put your abcdp files in folder ~/Library/Application Support/MetaData.
    Restart Address Book.

  • How to Create text(dat) file.

    I have ~ separated String in my table.
    Now i have to make a text file form my this string which i have in table.
    How can this be done in a procedure
    Please give any example.
    Regards,
    AgrawalV

    A quick example
    sql>create or replace directory test_dir as 'd:\test';
    Directory created.
    sql>
    drop table t;
    Table dropped.
    sql>
    create table t
    (str varchar2(100));
    Table created.
    sql>
    insert into t
    values('a~b~c~d~e~');
    1 row created
    sql>
    insert into t
    values('f~g~h~i~j~');
    1 row created
    sql>commit;
    commit complete
    sql>
    create or replace procedure proc1(p_file_name varchar2)
    as
    f_id utl_file.file_type;
    vc_str varchar2(100);
    n1 number := 1;
    n2 number;
    n number;
    p_str varchar2(100);
    begin
    f_id := utl_file.fopen('TEST_DIR',p_file_name,'w');
    for rec in (select str from t) loop
      p_str := rec.str;
      n1 := 1;
      n := length(p_str) - length(replace(p_str,'~'));
      for i in 0..n-1 loop
       n2 := instr(p_str,'~',1,i+1);
       if i > 0 then
        n1 := instr(p_str,'~',1,i);
        vc_str := substr(p_str,n1+1,n2-n1-1);
       else
        vc_str := substr(p_str,1,n2-1);
       end if;
       dbms_output.put_line('wrote value : '||vc_str);
       utl_file.put_line(f_id,vc_str);
      end loop;
    end loop;
      utl_file.fclose(f_id);
    end;
    show errors;
    Procedure created.
    No errors.
    sql>exec proc1('a.doc');
    wrote value : a
    wrote value : b
    wrote value : c
    wrote value : d
    wrote value : e
    wrote value : f
    wrote value : g
    wrote value : h
    wrote value : i
    wrote value : j
    PL/SQL procedure successfully completed.
    "a.doc" will be created in d:\test of server                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Converting/Importing Now  Up To Date files to iCal

    Is there a way to import all my Now Up To Date info into iCal?

    Brad,
    Since you used the word "convert" it implies to me that you are moving from the windows version.
    If that is true, you may find some help at Now Software Support.
    Now Up-to-Date and Contact FAQ Search
    Technical Support Archive for Frequently Asked Questions (FAQ's)
    ;~)

  • XML data file import

    1. I exported data using SQL Developer 3.1 in XML format.
    2. I get 'No reader of xml type registered' error when I try to import the same XML data file using SQL Developer 3.1. The 'file open' dialog does have an option to pick XML files and it shows my XML file on the directory.
    Do I need to install any extension to be able to import XML data file?
    Thanks in advance.
    Note: If it allows XML export out-of-the-box, then it should allow import of XML also out-of-the-box.
    .... Sushanta

    Unfortunately we don't support XML in our Table Import feature. You can request this in our exchange on SQLDeveloper.oracle.com

  • How to import old iPhone SMS.CSV file into new iPhone?

    Hey everyone,
    So I've spent a couple days on this as I just upgraded to the iPhone5S from my 4S.  Long story short, my backup restore didn't work after multiple tries (gave me the file is corrupt or not compatible with the iPhone error). 
    I tried:
    -reinstalling itunes
    -updating itunes
    -combining the 5S backup with the old 4S backup
    -tinyumbrella
    and a few of other things as I've forgot now.
    The most important things I needed was the contact list and SMS history.  I've got the contact list from extracting is successfully from the iTunes backup folder and using iCloud, but cannot figure out how to import the SMS.CSV file into my iPhone5S.
    Any suggestions on how I can get my SMS messages from my iPhone4s into my 5S?
    If anyone has any other suggestions on getting my Backup Restore to work that would be awesome too!
    Thanks!

    A word on SMS text messages. It is pracitcally impossible to import an SMS text-messages file to a new iPhone and have the Messages app on the new device read the messages.
    You can transfer, however contacts and other individual data (such as calendars and notes) from one iphone to the next. I had my old Nokia which whose contacts I exported to a CSV file. I then imported the file to my iphone which converted the file into multiple contacts in the Contacts app on the iphone. You can use a contact management app such as this one in order to import the contact file to the new iPhone.

  • Essbase Data Export not Overwriting existing data file

    We have an ODI interface in our environment which is used to export the data from Essbase apps to text files using Data export calc scripts and then we load those text files in a relational database. Laetely we are seeing some issue where the Data Export calc script is not overwriting the file and is just appending the new data to the existing file.
    The OverWriteFile option is set to ON.
    SET DATAEXPORTOPTIONS {
         DataExportLevel "Level0";
         DataExportOverWriteFile ON;     
    DataExportDimHeader ON;
         DataExportColHeader "Period";
         DataExportDynamicCalc ON;
    The "Scenario" variable is a substitution variable which is set during the runtime. We are trying to extract "Budget" but the calc script is not clearing the "Actual" scenario from the text file which was the scenario that was extracted earlier. Its like after the execution of the calc script, the file contains both "Actual" and "Budget" data. We are not able to find the root cause as in why this might be happening and why OVERWRITEFILE command is not being taken into account by the data export calc script.
    We have also deleted the text data file to make sure there are no temporary files on the server or anything. But when we ran the data export directly from Essbase again, then again the file contained both "Actual" as well as "Budget" data which really strange. We have never encountered an issue like this before.
    Any suggestions regarding this issue?

    Did some more testing and pretty much zoomed on the issue. Our Scenario is actually something like this "Q1FCST-Budget", "Q2FCST-Budget" etc
    This is the reason why we need to use a member function because Calc Script reads "&ODI_SCENARIO" (which is set to Q2FCST-Budget) as a number and gives an error. To convert this value to a string we are using @member function. And, this seems the root cause of the issue. The ODI_Scenario variable is set to "Q2FCST-Budget", but when we run the script with this calculation function @member("&ODI_SCENARIO"), the data file brings back the values for "Q1FCST-Budget" out of nowhere in addition to "Q2FCST-Budget" data which we are trying to extract.
    Successful Test Case 1:
    1) Put Scenario "Q2FCST-Budget" in hard coded letters in Script and ran the script
    e.g "Q2FCST-Phased"
    2) Ran the Script
    3) Result Ok.Script overwrote the file with Q2FCST-Budget data
    Successful Case 2:
    1) Put scenario in @member function
    e.g. @member("Q2FCST-Budget")
    2) Results again ok
    Failed Case:
    1) Deleted the file
    2) Put scenario in a substitution variable and used the member function "@member("&ODI_Scenario") and Ran the script . *ODI_SCENARIO is set to Q@FCST-Budget in Essbase variables.
    e.g. @member("&ODI_SCENARIO")
    3) Result : Script contained both "Q1FCST-Budget" as well as "Q2FCST-Budget" data values in the text file.
    We are still not close to the root cause and why is this issue happening. Putting the sub var in the member function changes the complete picture and gives us inaccurate results.
    Any clues anyone?

  • 'Error in Loading Master -Text data'

    hi Experts,
    i am Novice in BW Tech. Today i have tries to Load Master data Attr and Text from Flat file(CSV ) format .
    AttrData  Load was Successful but  I My Text is failed to Load.
    My Text Data file has Three fields
    (1) Langu  for this filed i have  Loaded data 'E'
    (2) Materailnumber it is  my key field it size is char  
          15  and values in the file 'MAT01'  ' MAT02 ' and so on
    (3) Third is the Description and its size 20 char
    I can see following error
    First field 'langu' is successful in loading.
    System response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    Advance thanks
    Cheers,
    Anil

    Hi Nagesh ,
    These are the  Messages
    Error message when processing in the Business Warehouse
    Diagnosis
    An error occurred in the SAP BW when processing the data. The error is documented in an error message.
    System response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    Further analysis:
    The error message(s) was (were) sent by:
    Update
    Procedure
    Check the error message (pushbutton below the text).
    Select the message in the message dialog box, and look at the long text for further information.
    Follow the instructions in the message.
    In Preview only  Language Fields  'E"  filled
    Remaining two fields are Empty.
    I remained you Transfer rules are Ok
    Thanks

  • Does the address book have a physical data file somewhere?

    Hi all:
    Sorry about the transition questions..but
    On windows, all the contacts in outlook actually were based off of (and saved to) a physical outlook data file called .pst.
    In Mac, when you add new contacts and look at your contacts in Address Book, is there an actual phsyical address-book-data file located somewhere?

    ~/Library/Application/Support/AddressBook is where the database is stored. There is also the backup tool from within the application itself, which will let you save a backup where ever you wish.

  • Bulk text data insertion in Partitioned Table

    Hi All,
    I want to insert more than 200 crore records from 5 text data files in a single table say TAB1 (PARTITIONED table with RANGE type).
    Currently I am using EXTERNAL TABLE concept and providing 5 filenames (of total 45 crore records) at a time to external table definition access criteria LOCATION() with COMMA ",".
    After that using following sql statement:
    INSERT /*+ APPEND PARALLEL(6) */ INTO TAB1 SELECT * FROM TAB1_EXT;
    Presently The execution time statistics for 45 crore records is as follows:
    1)     With /*+ PARALLEL(6) */ hint, execution time : 81 Mins     
    2)     with /*+ APPEND PARALLEL */ hint, execution time : 73 Mins     
    3)     With cursor loop; bulk collect and FORALL with interval of 1000000 records, execution time : 98 Mins
    Earlier the execution time was too much but after changing and trying with variation in SQL logic, DB parameter, and H/w, now it is somewhat good.
    Now INDEXES are also removed from table. NOLOGGING is purposely not using as it will not be considerable at PROD environment.
    Also Database is not in ARCHIVE mode now.
    I also tried with change in DB parameters like SGA_MAX_SIZE which is now 16GB. I am thinking even to change DB_BLOCK_SIZE value from 8K to 32K.
    O/S: LINUX
    ORACLE DB: ORACLE 11g
    RAM: 256 GB
    48 CPU CORES, AMD Opteron (HP DL 585 Model)
    If you have any suggestion, please pass it to me.

    Instead of disturbing parallel coordinators you could just submit n jobs each doing a simple <b>insert into big_table select * from external_table_n</b> or something similar - all external_tables_i having the same structure just different location parameters.
    Regards
    Etbin
    Edited by: Etbin on 26.2.2011 12:25
    possibly grouping text data files according to partitions the data would end within

  • Data file produced by Java application

    A application developed with pure Java should work on any platform with Java VM. But what about the data file produced by such application? For example: if i developed an application with pure java on PC(windows), then i ran the application and the application produced some data files on PC. Then if i copy both the application and the data files to other platforms (sun work-station, Apple, IBM mainframe, Vax 11, ...), will the application be able to continue load these data files? Is there any difference between java.io 'character stream' and 'byte stream' in terms of data file transfer among different platforms?
    Thanks for your consideration.

    generally speaking text data files can be used on different systems, but it would depend on the encoding used.
    if data portability is a big concern for you then the solution does already exist, it is XML.

Maybe you are looking for

  • Unable to purge cache on unix

    Hi gurus, I have installed OBIEE 11.1.1.5 on Red Hat Linux 5, when i try purge the cache of this obiee server from a windows system, it is working perfectly fine. But when I try to clear the cache from unix system it is throwing the following error m

  • Reports for MIR7 & MIRO..?urgent

    Hi Can anybody guide me ..i need a Transaction code to get a report for below details 1. list of docu to get Pending for Parking invoice - MIR7 (Goods Receipt done,pending for MIR7). 2.list of docuto get Pending for MIRO, Parking MIR7 done.. thanks s

  • My skype number is not active

    my skype number is not active this is my number [redacted for privacy]i call this number but is busy not riningi hope to check this problem thanks u 

  • Capturing Computer Activity on DVCAM deck

    I am looking to capture the activity on a computer for a seminar that we are shooting. Is there a tablet type device - PC or MAC - that anyone has used that allows for s-video, firewire, or composite outputs that can be plugged directly into a DVCAM

  • Connecting to audio hardware

    This question was posted in response to the following article: http://help.adobe.com/en_US/audition/cs/using/WS58a04a822e3e5010548241038980c2c5-7fde.html