Copying script for itunes database files?

Hi,
I stored my itunes music on another internal HD called Spitfire. The default storage folder for the itunes xml and library files is in my main internal HD /user/music/itunes folder ie. Master
i use superduper to backup Spitfire, but i would like to backup the 2 aforementioned files.
is there a script (I'm using panther latest version) to automatcially copy and paste the 2 files from Master to Spitfire?
Cheers,
keebler

Try this:
tell application "Finder"
repeat with this_item in items of folder "path:to:folder"
if modification date of this_item is greater than date "Sunday January 1, 2006 00:00:00" then
set the_alias to this_item as alias
tell application "iTunes"
add alias the_alias
end tell
end if
end repeat
end tell
The path to the folder in line 2 and the date in line 3 can be customized as needed. The path needs to be delimited by colons.
(13381)

Similar Messages

  • Oracle SQL template to create re-usable DDL/DML Scripts for Oracle database

    Hi,
    I have a requirement to put together a Oracle SQL template to create re-usable DDL/DML Scripts for Oracle databases.
    Only the Oracle DBA will be running the scripts so permissions is not an issue.
    The workflow for any DDL is as follows:-
    1) New Table
    a. Check if the table exists from the system/admin views.
    b. If table exists then give message "Table Exists"
    c. If table does not exist then execute DDL code
    2) Add Column
    a. Check if Column exists for a given table from system/admin views
    b. If column exists in the specified table,
    b1. backup table.
    b2. alter table to make changes to the column
    b3. verify data or execute dml script convert from backup to the new change.
    c. If Column does not exist
    c1. backup table
    c2. alter table to add column
    c3. execute dml to populate column with default value.
    The DML scripts are for populating base tables with data required for business operations.
    3) Add new row
    a. check if row exists by comparing old values of each column with new values to be added for the new record.
    b. If exists, give message row exists
    c. If not exists, add new record.
    4) Update existing record (We have createtime columns in these tables so changes can be tracked)
    a. check if row exists using primary key.
    b. If exists,
    b1. deactivate the record using the "active" column of the table
    b2. Add new record with the changes required.
    c. If does not exist, add new record with the changes required.
    Could you please help with some ideas which can get this done accurately?
    I have tried several ways, but I am not able to put together something that fulfills all requirements.
    Thank you,

    First let me address your question. (This is the easy part.)
    1. The existence of tables can be found in DBA_TABLES. Query it and and then use conditional logic and execute immediate to process the DDL.
    2. The existence of table columns is found in DBA_TAB_COLUMNS. Query it and then conditionally execute your DDL. You can copy the "before picture" of the table using that same dba view, or even better, use DBMS_METADATA.
    As for your DML scripts, they should be restartable, reversible, and re-run-able. They should "fail gracefully" on error, be written in such a way that they can run twice in a row without creating duplicate changes.
    3. Adding appropriate constraints can prevent invalid duplicate rows. Also, you can usually add to the where clause so that the DML does only what it needs to do without even relying on the constraint (but the constraint is there as a safeguard). Look up the MERGE statement to learn how to do an UPSERT (update/insert), which will let you conditionally "deactivate" (update) or insert a record. Anything that you cannot do in SQL can be done with simple procedural code.
    Now, to the heart of the matter...
    You think I did not understand your requirements?
    Please be respectful of people's comments. Many of us are professionals with decades of experience working with databases and Oracle technology. We volunteer our valuable time and knowledge here for free. It is extremely common for someone to post what they feel is an easy SQL or PL/SQL question without stating the real goal--the business objective. Experienced people will spot that the "wrong question" has been asked, and then cut to the chase.
    We have some good questions for you. Not questions we need answers from, but questions you need to ask yourself and your team. You need to reexamine this post and deduce what those questions are. But I'll give you some hints: Why do you need to do what you are asking? And will this construct you are asking for even solve the root cause of your problems?
    Then ponder the following quotations about asking the right question:
    Good questions outrank easy answers.
    — Paul Samuelson
    The only interesting answers are those which destroy the questions.
    — Susan Sontag
    The scientific mind does not so much provide the right answers as ask the right questions.
    — Claude Levi-Strauss
    You can tell whether a man is clever by his answers. You can tell whether a man is wise by his questions.
    — Mahfouz Naguib
    One hears only those questions for which one is able to find answers.
    — Friedrich Nietzsche
    Be patient towards all that is unresolved in your heart and try to love the questions themselves.
    — Rainer Maria Rilke
    What people think of as the moment of discovery is really the discovery of the question.
    — Jonas Salk
    Judge a man by his questions rather than his answers.
    — Voltaire
    The ability to ask the right question is more than half the battle of finding the answer.
    — Thomas J. Watson

  • Lost Music with upgrade 9.2 - Found iTunes Database File???

    When I upgraded to 9.2 itunes, I lost all the music I had downloaded from CD's. I found the itunes database file dated October 2007 in the Previous iTunes Library Folder. How do I get that music back on the itunes library dated August 2010 which was the date of the upgrade?? Thanks for any help you can provide.

    Are you saying there wasn't an ITL file with a more recent date? There should be one from the date you upgraded to 9.2 if it is on the same PC and same windows userID.

  • ITunes database file question

    Starting up the computer I opened iTunes immediately. A box came up-- something about searching for the library, or so I interpreted it. I realized the external hard drive, housing the library, had yet to mount, so I hit cancel.
    iTunes opened up anyway, and it was as if it was opening for the first time ever. All settings gone, all playlists gone, no songs present.
    Quitting, restarting, etc. did nothing. I eventually used 'add to library' to add all the music back, but still the settings and playlists are gone.
    I imported the library xml file, but that file was dated a year earlier when the hard drive library was created. It restored playlists from a year ago, but no info such as times played, date last played, etc., all still blank.
    An alleged genius at the apple store said I had to import the iTunes database file, and that would do it, but that file, so says iTunes, may not be imported.
    So. Any idea how to restore iTunes to what it was before? To get back my playlists and all the individual song info?

    I don't know what you have done since this has happened but all you should have to do is open itunes while holding down the option key. Select Choose library, and point itunes to your itunes library.

  • Trying to create a script for iTunes

    This is one of those questions that probably has a very simple answer unless you haven't worked with Automator or applescripts.
    I found Automator, created a script for iTunes to change settings for audiobooks that I import from CD so that it remembers it's place in a "song", makes it so that it doesn't show up in shuffle lists, and doesn't have a gap between songs. Yippee for me.
    I click on File, Save, name the file and save it and ... it doesn't show up under iTunes. It only took me 45 minutes to get it so that the scroll icon shows up under iTunes (I'm so confused now that I don't even know which thing I did caused that to happen) but my script I created doesn't show up.
    I did find one place that said to place the file in (myname\library\scripts\programname) So I went to my home folder, find the library folder, found the scripts folder, and found only one application under there (Safari) but no iTunes. I created a folder called iTunes and saved my script there but ... it doesn't show up under iTunes.
    I did try quitting iTunes and opening it back up and ... it still isn't there.
    Is this even the right place to ask this question?

    OlsonBW wrote:
    ........Is this even the right place to ask this question?
    If it's not, then may I recommend MacFormat Magazine's own discussions forum -
    http://forum.macformat.co.uk/login.php?redirect=privmsg.php&folder=inbox
    I found that this is full of 'Users' and more likely to be experienced using AppleScript and Automator.
    Although I don't say that someone here won't be able to help. Just might take longer here or, as you yourself suggest, may need posting elsewhere on this site. Just speaking from previous experience of both sites

  • Duplicate iTunes database files in Home Folder

    Due to an ever-increasing number of songs in iTunes, I downloaded them to an external hard drive -relatively easily(with a lot of help) and successfully for the most part. But....
    In order to trash my iTunes Music on the internal drive I had to re-organize the sub-files found in the iTunes file(path - Home>Music>iTunes>). All of the iTunes database files were in the iTunes Music file so I dragged them out and put them in the iTunes file. After I trashed all the music, by highlighting the songs and dragging them to the trash bin, the iTunes Music file(which should be empty) has ‘re-created’ the iTunes database files.
    The iTunes seems to work fine. All newly added music is stored on the external hard drive and downloads to my iPod. However now my iTunes window crashes consistently and my external hard drive gets disconnected intermittently.
    What should I do about the duplicate iTunes database files and is this duplication causing these new problems?

    I would happily assign to you 100 points even now
    LOL - just clicked 'Solved' on one of my replies when or if you are happy!
    Is it possible that when you create a new library the database files also get duplicated
    Well, almost. When you create a new Library, you are creating a new iTunes "window" into which you can import any of your music, irrespective of whether it also exists in another library. So, although the music may be the same, iTunes creates a NEW (not duplicate) set of iTunes Library database files for your new Library. The main one (iTunes Library) holds all your playlists, ratings, etc.
    That explains why those new files you found inside your iTunes Music folder were all much smaller than the 4 files you moved out - they were new iTunes Library files. (that's what I meant in paragraph 2; the file sizes of the new set were all wrong - way too small; the set you moved out of the iTunes Music folder, were much more realistically bigger.
    However, it may be that the CURRENT set of iTunes Library files is on the eHD with your iTunes Music folder, from what you say. Does the iTunes Library file on the eHD have a very recent timestamp on it? If so, that's the one iTunes seems to be using.
    Following your directions in paragraph 3 I couldn't find the main iTunes Preferences .plist file
    I'm now inclined to believe that your Preferences are not the problem, though I'm baffled as to how you couldn't find the file. The com.apple.iTunes.plist file MUST be there, I'm not sure how iTunes can run without it. And if it wasn't there, iTunes would create it anew when you run the program. You sure you looked in ~user/Library/Preferences ?
    then download iTunes from the Apple site
    The problems you describe are from a "wrong way of doing things" rather than a corrupt application, so I'd say no to this, right now.
    Could I delete or trash parts or all of the iTunes folders and files somewhere along the path, such as after User/Music and on the external hard drive, without jeopardizing the music located on the external hard drive
    {sharp intake of breath} - this is ONLY worth doing once we know which is the Library that iTunes is currently using. Certainly, we haven't got to the bottom of why iTunes re-creates those iTunes Library files in your iTunes Music folder.
    One way to track down the current Library file is to add one track only to your iTunes, then quit iTunes. Now, drag each of the "iTunes Music Library.xml" onto TextEdit and then do a TextEdit "Find" for that track name. The .xml file that has that track in it, is part of the set currently being used by iTunes and you should note down where that set is.
    Will hear from you again, I'm sure.

  • I get an alert that says I have no write access for itunes media file

    I get an alert that says I have no write access for itunes media file. What should I do?

    Downloaded it (Firefox Setup 35.0.1) but still have the same problem. I double clicked and right clicked and "Ran as Administrator" but still had the same result. The setup file description shows "7z Setup SFX" so I suspect that is why the popup title is 7-Zip. It tries to extract but at about 80% is when I get the popup.

  • Need  Shell Script  for picking the files

    Hi,
        I want to write a shell script for piking the files in a sequence order (according to filename with time stamp)  from the sorce FTP server ..
                     Requirement is  in the source directory I'm getting files (Jain_1.xml  , Jjain_2.xml, Jain_3.xml .. ect..)  at  present my file adapter is picking all the files at a time  but  i want to pick  one by one... that to first i want to Jain_1.xml  after finish the processing of the file then only my file adapter should  pick the next file ( Jain_2.xml )  .
                  so..  all the forum mates suggest me to write a shell script..  but where  i have to write the s hell script. and where i have to deploy this script.... my Xi is running on UNIX ... so please sugest me  the procedure ...
    Regards
    Jain

    Hi,
    Why dont you use the option EOIO in which files will be picked up in order and will be proccessed in sequence....one after another....
    Regards,
    Sreeni.

  • Unable to locate a default player for iTunes audio files in Windows Vista

    I previously owned a Compaq and saved my music in an external storage and worked perfectly. I then purchased a HP with Windows Vista and now am having problems with iTunes. The new computer indicates that iTunes has detected that is not the default player for audio files. It gives me a selection of file extensions, "iTunes music database files", "iTunes music store URL", "M3U Audio Playlist", "MPED4 Audio Files", and others in Windows Media Player. Which one should I select? Thanks
    Joe

    I created a config file (which is very handy in deployment and debuggin) that contains the class name and other additional parameters that is available in the optionsMap inside the LoginModule.
    My Config file looks like :
    DatabaseAuthenticate {
    com.mahesh.research.jaas.auth.CLoginModule required debug=true database.userid="matest" database.password="matest" database.driver="oracle.jdbc.driver.OracleDriver" database.url="jdbc:oracle:thin:@den-dev-2:1521:trexdev" ;
    and i have an entry in the policy file
    grant{
    permission java.util.PropertyPermission "*" , "read, write" ;
    when running the application i specify the following VM Parameter.
    -Djava.security.auth.login.config ="file:/D:/Research/Jb6/JaasResearch/config/login.config"
    offcourse, the jar files in the classpath.
    When i Create a LoginContext and call its login() method, Everything works fine.
    you might wanna try this way and very important you need to specify all permission.
    if you are running under Security manager , try switcing on the debug option as -Djava.security.debug=access.failure that should give a hint on where the problem is.
    hope this helps

  • Best Location for iTunes Library Files

    Greetings:
    Ive moved all of my iTunes media to NAS.  Is it best to have the iTunes library files on the NAS or should I leave on PC.  What are the considerations?   thanks in advance.  John

    It depends a bit on the size of the library. Each action with iTunes causes the database to be updated and there can be some detectable overhead if the library files are stored remotely. On the other hand it is then much easier to backup and restore or migrate the library to a new system if everything is located in a portable layout on that NAS. See Make a split library portable for some background. In practice it may be best to move the library files to local storage for performance but be prepared to move them to the correct path to make the library portable when the need arises.
    tt2

  • Best script for recreating control file

    Hi
    Yesterday I had a lot of fun trying to refresh a Dev db with an inconsistent backup (just learned that the offline backup from that night finished late and not before the db was started up again, thus making datafile inconsistent).
    Today I will try again. I am waiting for the tape backup to finish restoring to the Dev datafile directory.
    I would love to know if there is a template out there, or if we can agree here, for the best standard for recreating a control file through a @script.
    I will include the one I intend to use here, minus the datafiles.
    I am using the RESETLOGS, since we are using :"SET" database.
    STARTUP NOMOUNT
    CREATE CONTROLFILE SET DATABASE "DEV" RESETLOGS ARCHIVELOG
    -- SET STANDBY TO MAXIMIZE PERFORMANCE
    MAXLOGFILES 16
    MAXLOGMEMBERS 2
    MAXDATAFILES 500
    MAXINSTANCES 1
    MAXLOGHISTORY 19285
    LOGFILE
    GROUP 1 (
    '/oradbi1/oracle/proddata/log01a.dbf',
    '/oradbi1/oracle/proddata/log01b.dbf'
    ) SIZE 10M,
    GROUP 2 (
    '/oradbi1/oracle/proddata/log02a.dbf',
    '/oradbi1/oracle/proddata/log02b.dbf'
    ) SIZE 10M,
    GROUP 3 (
    '/oradbi1/oracle/proddata/log03a.dbf',
    '/oradbi1/oracle/proddata/log03b.dbf'
    ) SIZE 10M
    -- STANDBY LOGFILE
    DATAFILE
    '/oradbi1/oracle/proddata/system01.dbf',
    '/oradbi1/oracle/proddata/applsysd09.dbf',
    '/oradbi1/oracle/proddata/bend06.dbf'
    CHARACTER SET US7ASCII
    RECOVER DATABASE USING BACKUP CONTROLFILE
    ALTER DATABASE OPEN RESETLOGS;
    ALTER TABLESPACE TEMP ADD TEMPFILE '/oradbi1/oracle/proddata/tmp04.dbf'
    SIZE 2040M REUSE AUTOEXTEND OFF;
    ALTER TABLESPACE TEMP ADD TEMPFILE '/oradbi1/oracle/proddata/tmp03.dbf'
    SIZE 2040M REUSE AUTOEXTEND OFF;
    ALTER TABLESPACE TEMP ADD TEMPFILE '/oradbi1/oracle/proddata/tmp02.dbf'
    SIZE 2040M REUSE AUTOEXTEND ON NEXT 10485760 MAXSIZE 32767M;
    ALTER TABLESPACE TEMP ADD TEMPFILE '/oradbi1/oracle/proddata/tmp01.dbf'
    SIZE 2000M REUSE AUTOEXTEND OFF;
    If anyone can see room for improvement on this, please let us know.
    Thanks.
    AIX 5.2
    Oracle 9.2

    I normally break it up into seperate scripts (even though the "trace" file generates a single script file).
    1. The first is the CREATE CONTROLFILE itself. If successful , it also mounts the database.
    The most important portion is to validate that we do have ALL the datafiles included.
    (eg if you are generating from an old controlfile backup and some new datafile(s) have been added since that backup you had better ensure that you add them to the script , else the RECOVER DATABASE will ignore them and they will be unrecoverable after the OPEN RESETLOGS !)
    2. The next portion is the RECOVER DATABASE USING BACKUP CONTROLFILE which I never run non-interactively.
    Always ensure that it is NOT an interactive run. If you really have more than a dozen archivelogs to apply, then you could just enter AUTO after supplying the first 3 or 4 archivelogs and wait for the RECOVER DATABASE to "error" out after it applies the last archivelog.
    3. The next portion is a manual RECOVER to apply any Archivelogs that couldn't be applied by the AUTO -- eg Archives that weren't on disk but which I've restored OR the actual last Active/Current Online Redo Logs that hadn't been applied.
    between step 3 and step 4,
    to be safe : I could SHUTDOWN (it is MOUNTED but not OPEN) and take a Cold Backup of the database files and controlfiles. -- This can help me retry a RESETLOGS or restore a datafile that I might have mistakenly excluded from the CREATE CCF script
    and re-"recover" database -- meaning that Oracle will recover that datafile alone.
    4. Finally I review the alert.log, satisfy myself that I have applied all archivelogs and then manually issue the ALTER DATABASE OPEN RESETLOGS.
    5. Now I add TEMPFILEs (if 10g hasn't done it "automagically")
    6. If I have time, take a Cold Backup OR initiate a Hot Backup asap.
    I know that 10g now provides supported methods of recovering through a RESETLOGS, based on Incarnation ID, ... but still , old habits and old commands die hard.
    Have I answered your question about how to format the CREATE CCF ? No. But I've just added some inputs on how I prefer the next few steps be done.
    Hemant K Chitale
    http://hemantoracledba.blogspot.com
    Edited by: Hemant K Chitale on Oct 22, 2008 10:05 PM
    Added the addition of TEMPFILEs
    Edited by: Hemant K Chitale on Oct 22, 2008 10:20 PM
    Corrected step 2 to be "Always ensure that it is NOT an interactive run"

  • Running a oracle script for multible database on same server

    Hello friends
    I am thinking of creating a script in HP UX which will run a SQL script on multiple oracle in same server. I can do this for one oracle but i'm unable to do it for multiple database.
    I need to do newid oraSID user every time for diff. database .. can u suggest something..
    regards
    Ashish

    Hi Markus,
    Its not working .. When i run this script from my ID, it says SQLPLUS not found. see this .. i have created 1 sql file and 1 script file to call it with exporting ORACLE_HOME & ORACE_SID for one of the system E40.
    Can you suggest something ..
    er3asu82:(/tmp)(xchason)#ll /tmp/testsql.sql /tmp/testscr.dat
    -rwxrwxrwx   1 xchason    dba            109 Aug  9 11:10 /tmp/testscr.dat
    -rwxrwxrwx   1 xchason    dba             32 Aug  9 11:08 /tmp/testsql.sql
    er3asu82:(/tmp)(xchason)#cat /tmp/testsql.sql
    select * from v$instance;
    quit
    er3asu82:(/tmp)(xchason)#cat /tmp/testscr.dat
    #! /bin/ksh
    export ORACLE_HOME=/oracle/E40/102_64
    export ORACE_SID=E40
    sqlplus "/as sysdba" @testsql.sql
    er3asu82:(/tmp)(xchason)#/tmp/testscr.dat
    /tmp/testscr.dat[5]: sqlplus:  not found
    Again when i try to run this from other orasid, it does not work as well..
    er3asu82:oraq52 1> /tmp/testscr.dat
    Error 6 initializing SQL*Plus
    Message file sp1<lang>.msb not found
    SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
    thanks
    ashish

  • RMAN Backup script for RAC Database..please suggest

    Hi All,
    I am currently working on backup policy for RAC Database for my client.The client requirement is to backup while database is shutdown(mount state).I have made below script and could any one please suggest what further things should I need to add with below rman script.
    echo "Shutdown Database";date
    srvctl stop database -d PROD
    srvctl status database -d PROD
    echo "Database shutdown on";date
    echo "Mount Database ";date
    srvctl start instance -d PROD -i "PROD1" -o mount
    srvctl status database -d PROD
    echo "Start Full Database Backup on";date
    $ORACLE_HOME/bin/rman target / nocatalog <<EOF
    configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to '/BACKUP/PRODBKP/%F';
    run{
    allocate channel c1 device type disk connect 'sys/******@node1-vip:1521/PROD';
    allocate channel c2 device type disk connect 'sys/*****@node2-vip:1521/PROD';
    backup format '/BACKUP/PRODBKP/PROD_df_%t_%s_%p.bak'(database);
    backup format '/BACKUP/PRODBKP/archive_%t_%s_%p.bak' archivelog all;
    copy current controlfile to '/BACKUP/PRODBKP/PROD.ctl';
    delete noprompt obsolete;
    release channel c1;
    release channel c2;
    exit
    EOF
    echo "RMAN Backup Finished on";date
    echo "Shutdown Database";date
    srvctl stop database -d PROD
    echo "Start Database";date
    srvctl start database -d PROD
    srvctl status database -d PROD
    Please share your experiences.
    Regards

    Hi,
    Some tweaks for your script.
    echo "Shutdown Database";date
    srvctl stop database -d PROD
    srvctl status database -d PROD
    echo "Database shutdown on";date
    echo "Mount Database ";date
    srvctl start instance -d PROD -i "PROD1" -o mount1. If you database does not shutdown properly , does your script stops the execution of next step?
    2. configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to '/BACKUP/PRODBKP/%F';(Why you need to configure this every time) ?
    It's persistent at db level one time setting (until some other script changes the settings by other dba - else remove that - set the configuration at db level once for all)
    - Pavan Kumar N
    3.

  • Script for moving & deleting files

    Hi
    I'm quite new to scripts & looking for a script to move selected files with time-stamp & also a script to delete selected file/s in a directory. Below is an example of my requirement
    Move
    Ex:  c:\work\source\test.txt to c:\work\target\test.txt_04202015022100
    Delete
    Ex: c:\work\target\test-1.txt
    Could someone help me please.
    Thank very much
    Neil

    This forum is for scripting questions rather than script requests.
    Please start by reading the following:
    Posting guidelines
    Handy tips for posting to this forum
    How to ask questions in a technical forum
    Rubber duck problem solving
    How to write a bad forum post
    Help Vampires: A Spotter's Guide
    -- Bill Stewart [Bill_Stewart]

  • Script for emailing multiple file types?

    Is there a script that will allow me to place a button on a form, that when clicked, will email the completed form in PDF format as well as in csv, or xml format?
    Thanks!

    Wow, thanks. That was extremely helpful, but I have a couple questions.
    First, is there a way to make it print to CUPS without opening the default application for the particular file first? For example, I used a .docx file, and it had to open microsoft word to send the job the print. This makers it very unpredictable to decide how much time the automator application will need to pause. If that file were for example, and adobe illustrator file, it would take an incredible amount of time just for illustrator to open. I don't really anticipate needing to do this a whole lot with anything other than text files and standard image types, but is that the only way for those other files to print? I figured that since OS 10.6 can do a quick look preview on just about any file type I use, that the OS would be able to do this without the application actually opening, but it seems not to be the case. Just wondering.
    The other issue is the only real problem, and it's one that I have had whenever I use automator to make PDFs. It always duplicates the job. So, I am getting a combined pdf, but it has the same file in there 2 or even 3 times.
    In automator, I used:
    get selected finder items
    then
    print finder items
    I have verified that it is printing everything multiple times because I see them going into the CUPS folder twice. Then, the final PDF sometimes even has the same doc or image in it 3 times. I have always had this problem with automator and PDFs, any idea how to solve that?
    Other than that duplication issue, this seems like it will work perfectly! Thanks for the reply here!

Maybe you are looking for

  • Select option in Struts - problem

    Hi, I have a following problem. I have a collection of objects (TDOs) which I am displaying using <logic:iterate> tag. TDO contains property whose value is for example number 1 but instead I need to display some text value - for example "Some text fo

  • OBIEE 11.1.1.6.12 - value modification during export in tab delimited format

    Hi all, we have noticed unproper value modification during export in tab delimited format. Please find example below: The proper value is 24150170000011615 (it is state register number of enterprise). The wrong value is 24150170000011600. Correct val

  • Can't connect to visual studio online source control from vs 2010 ice starting today 1-23-2015

    apparently there has been a breaking change and I can no longer connect to my visual studio online account anymore through vs 2010 ice - i get this message when i try to connect to it in the ide Microsoft Visual Studio Error Team Foundation Server ht

  • Java script and Servlets

    Any body can give a sample program how can i included a java script in a servlet program Regards Marimuthu

  • Hash Table -Runtime error.

    Hi, i am defining internal table as hash table but it is giving runtime error like bolow. some times it is executing properly or giving dump.please give me some suggestions to come out of this problem. Ex: What happened?     Error in the ABAP Applica