Can't change database entries

There is a number of entries in my iTunes database that are reset to their first version when I click on them to play them, e.g., when I have entered "Song no.1" as the name and later decide to change that into "Song no.2", the entry will be reset to "Song no.1" when I click on the title to play it. Strangely, this happens only with some of my entries, whereas others can be changed without problems, and as far as I can tell, it concerns only the fields "Name", "Album", and "Genre".
This has been a long-standing bug in iTunes (10.5.1) I currently have , and Apple don't seem to care. Is there any fix/workaround for it?
Thanks,
Tom

Yes, either via the menu or via the keyboard shortcut Command-I. Then you have this window opening with a number of buttons at the top ("Summary", "Info",...). When you select "Info", you get the mask to enter information about the title, (Name, Composer, etc.), and that's what I edited. Pressing "Ok" after the changes then changes the entry, but when the title is played at some point thereafter (be it minutes or weeks later), it is reset. I have checked the xml version of the database, which is human-readable, and observe that the change is recorded there as well, and after playing the song at some point later, it is also reset to the previous value.

Similar Messages

  • Change database entry through RFC

    how I can change my database entry from RFC by one field as a importing parameter
    please help me out
    Moderator message : Not enough re-search before posting. Thread locked.
    Edited by: Vinod Kumar on Oct 22, 2011 11:15 PM

    close

  • Changing database entry only by entering a password

    I'm trying to have a page that displays a persons data and each person is assigned to an agent. I want the field where the persons agent can be changed to have a password.
    i.e if some other agent tries to change the persons agent they have to fill in the original agents password, so that only the agent assigned can change the assigned agent to a new one.
    I hope that makes some sense some example code would be great.
    Thanks Paul :)

    THANK YOU SO MUCH!
    It is a client-side setup. I'm afraid though i have a few more questions. I read your post a few times to gleam all i could.
    I understand most of it, I'm just unsure of how to "connect to database to get the password corresponding to this user name". You said to use an int if i wanted different access levels the problem is that i need different access levels and each 'agent'/'user name' to only be able to edit the properties they have added to the database. how could i achieve this?
    this is what i've come up with, it work but when i press login i get two errors:
    * There is an error with your username, please fill it in exactly as assigned.
    * You are not logged in, or your username does not exist or your password is not correct.
    import javax.swing.event.*;
    import javax.swing.*;
    import java.sql.*;
    import java.awt.*;
    import java.util.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener; // used for ActionListener
    public class Login extends JFrame implements ActionListener
        private JComboBox cmbNames;
        private JLabel lblUsrName = new JLabel ("User name");
        private JLabel lblPass = new JLabel ("Password");
        private JTextField txtUsrName = new JTextField ();
        private JTextField txtPass = new JTextField ();
        private JPasswordField pasPass = new JPasswordField ();
        private JButton btnLogin = new JButton ("Login");
        private JButton btnCancel = new JButton ("Cancel");
        private boolean loggedIn = false; //or you can have an int here to show access level with 0=notlogged, 1=user, 2=admin for example
        private Connection conn = null;
        private Container c;
        public Login ()
            super ("Agent Login Panel");
            setDefaultCloseOperation (EXIT_ON_CLOSE);
            setSize (235, 160);
            setResizable (false);
            show ();
            Dimension dim = Toolkit.getDefaultToolkit ().getScreenSize ();
            int w = getSize ().width;
            int h = getSize ().height;
            int x = (dim.width - w) / 2;
            int y = (dim.height - h) / 2;
            setLocation (x, y);
            c = getContentPane ();
            c.setLayout (null);
            connectToDB ();
            populateFrame ();
            show ();
        public void connectToDB ()
            try
                Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
            catch (ClassNotFoundException c)
                JOptionPane.showMessageDialog (this, "Error loading driver", "Error", JOptionPane.ERROR_MESSAGE);
            try
                conn = DriverManager.getConnection ("jdbc:odbc:BASE");
            catch (Exception e)
                JOptionPane.showMessageDialog (this, "Error with connect", "Error", JOptionPane.ERROR_MESSAGE);
        public void dispose ()
            super.dispose ();
            try
                conn.close ();
            catch (SQLException e)
                JOptionPane.showMessageDialog (this, "Error with Disconnect", "Error", JOptionPane.ERROR_MESSAGE);
        public void populateFrame ()
            c.add (lblUsrName); // horz vert
            lblUsrName.setBounds (30, 20, 75, 30);
            c.add (lblPass); //       width height
            lblPass.setBounds (30, 50, 75, 30);
            c.add (txtUsrName);
            txtUsrName.setBounds (105, 20, 100, 30);
            c.add (pasPass);
            pasPass.setBounds (105, 50, 100, 30);
            c.add (btnLogin);
            btnLogin.addActionListener (this);
            btnLogin.setBounds (20, 85, 95, 30);
            c.add (btnCancel);
            btnCancel.addActionListener (this);
            btnCancel.setBounds (115, 85, 95, 30);
        public void actionPerformed (ActionEvent e)
            if (e.getSource () == btnLogin) //or the "OK" buton of the loginDialog
                try
                    Statement s = conn.createStatement ();
                    ResultSet rs = s.executeQuery ("SELECT Password FROM tblAgents WHERE UserName = " + txtUsrName.getText ()); //ORDER BY used to find names easier
                    txtPass.setText (rs.getString ("Password"));
                    rs.close ();
                    s.close ();
                catch (SQLException se)
                    JOptionPane.showMessageDialog (this, "There is an error woth your username, please fill it in exactly as assigned.", "Error", JOptionPane.ERROR_MESSAGE);
                //verify user
                String username = txtUsrName.getText ();
                String correctPassword = txtUsrName.getText (); //the correct pass now stored as 'correctPassword'
                if (pasPass.getText ().equals (correctPassword))
                    loggedIn = true;
                else
                    JOptionPane.showMessageDialog (this, "You are not logged in, or your username does not exist or your password is not correct.", "Error", JOptionPane.ERROR_MESSAGE);
                //Finally checks if logged in and open new window
                if (loggedIn)
                {                new MainHome ();            }
            else if (e.getSource () == btnCancel)
                dispose ();
            }    } }

  • Can you change calendar entries on iPhone once they've synced with Exchange

    I've noticed that I cannot edit calendar entries on my phone that I have put into my calendar via Exchange. Sometimes appointments run longer or the time changes, and all I can seem to do is delete it and re-enter a new appointment. This is a pain!
    Any suggestions?

    works fine on mine (1st gen)? I can "Edit" the same as on other calendars!
    When you select "Edit" can you not select the start end time etc by touching the screen?
    Message was edited by: ukfe11a

  • How can i change database character

    i have installed oracle8.16 for redhat 7.2. but the database character is US7ASCII,i want to change to ZHS16GBK, how can i do?
    i test in svrmgrl,
    connect internal
    alter database ORCL character set ZHS16GBK;
    ORACLE reports error:ORA-01679: database must be mounted EXCLUSIVE and not open to activate.
    please tell me how to resolve it?

    i have installed oracle8.16 for redhat 7.2. but the database character is US7ASCII,i want to change to ZHS16GBK, how can i do?
    i test in svrmgrl,
    connect internal
    alter database ORCL character set ZHS16GBK;
    ORACLE reports error:ORA-01679: database must be mounted EXCLUSIVE and not open to activate.
    please tell me how to resolve it?

  • Can't change blog entries date - double clicking in date field doesnt work

    I've read some posts here that you can't manually arrange the order in wich your blog entries appear, but you can change their dates, so that iWeb will always show from newest to oldest.
    The thing is when I'm at the entries pane and I double click an entry's date field, nothing happens. I simply can't edit their date (wich means I can't rearrange them, I'm stuck with the order I created them).
    When I double click their title I can change it, and if I press TAB it simply focus out of the editing pane, it doesn't move to the date field.
    Any ideas why this is happening ? Im using iWeb 09 (3.0.1)

    Found the solution! (I'm using iPhoto 4, BTW)
    I click the film roll once.
    I highlight the date field and change to my preferred date (MM/DD/YYYY format).
    I hit "tab" or "enter" once.
    I close the iPhoto window!
    iPhoto quits, which is awkward, but when I reopen it, the date is set, and sticks.
    If anyone else has this problem and has not migrated to the new iLife, this should do it for them!

  • How can I change database date/time(Sysdate) without changing OS date

    Hello all,
    I have a need to change the sysdate on a database for testing purposes and need to set the database date to a future date(ex. 6/30/2009). I have 2 other instances on the same server so changing the OS date is not an option. I'm familiar with setting the sysdate to a fixed value, but doing so changes the date to a constant because I still need the time to elapse. I've searched the forum and cannot find a way to do this. Any help would be greatly appreciated.
    Thanks,

    Write your own sysdate function in pl/sql and create public synonym.
    Sorry, It doesn't work.
    create public synonym sysdate from my_sysdate
    ERROR at line 1:
    ORA-00995: missing or invalid synonym identifierBartek
    Edited by: brtk on 2009-05-14 15:54

  • Change an entry in the CDHDR Table

    Hello Everyone,
    How can I change an Entry which is present in the CDHDR Table.
    I know of the FM ENTRYSHEET_WRITE_DOCUMENT which allows me to
    create entries in CDHDR programitically but I am not sure this will help me change the entries.
    Thanks for your Help
    Ashwin

    Thanks for your reply Arun.
    I am trying out the FM BAPI_DOCUMENT_CHANGE.
    Can you suggest some way of determining the Input parameters for the same. This seems to be a DMS related FM.
    My intention of changing the CDHDR Entry is to change the value in the "USERNAME" field of this table.
    Thanks and Regards
    Ashwin

  • Change database from NoArchivelog to Archivelog

    Hi,
    I currently using oracle9i(9.2.0.2) under w2k. How can I change database from NoArchivelog node to Archivelog node?
    Thanks
    Ken

    If your using an spfile, then you can do the suggested using ALTER SYSTEM with the SCOPE=spfile; condition otherwise when you restart your instance the changes won't be recognized (if you're using an init.ora file then change it in the init.ora, but don't try to edit the spfile with a text editor, you'll corrupt it)
    With the database open, issue
    ALTER SYSTEM SET log_archive_start = true SCOPE=spfile;
    ALTER SYSTEM SET log_archive_dest_1 = "location=c:\Oracle\oradata\orcl817\archive" SCOPE=spfile;
    ALTER SYSTEM SET log_archive_format = %%ORACLE_SID%%T%TS%S.ARC SCOPE spfile;
    Then do the shutdown and mount etc. as described above
    Andy

  • Can't change macbook keychain password , 'invalid entry'

    I can't change macbook keychain password ,I get a notice 'invalid entry'. I have changed the password on my login account and was trying to change the keychain login password.  Any suggestions?

    Hi,
    One of our users has iMac, 10.6.8.
    She has not got any local account.
    She logs on to AD domain, with domain ID
    When after 40 days or so she is asked the change the password; it does not work.
    If we change it for here through AD or through another Windows PC, it works.
    Could you please let me know the best course of action for this type of users who are not administrators of iMac?
    I tested by changing my account's PAssword and it worked( I have administrative role).
    Kind regards

  • How can you change data on a SQL 2012 application database that uses availability groups from BizTalk server?

    If you use the WCF-SQL adapter it is recommend that you set UseAmbientTransaction to true if you are changing data. I think this requires MSDTC to be enabled on the SQL server that you are changing the data on. (http://msdn.microsoft.com/en-us/library/dd787981.aspx)
    I think that Availability groups does not support MSDTC. (http://msdn.microsoft.com/en-us/library/ms366279.aspx).
    How can you change data on a SQL 2012 application database that uses availability groups from BizTalk server?

    Hi,
    Yes, Availability groups doesn't support MSDTC. Please refer to the similar discusison which maybe helpfull:
    http://dba.stackexchange.com/questions/47108/alwayson-ag-dtc-with-failover
    http://stackoverflow.com/questions/17179221/msdtc-in-always-on-availability-groups

  • ICal in OS X Lion default on new entries is 'all day'.  How can I change that default?

    The OS X Lion default on new iCal entries is 'all day'.  How can I change that default?  It seems odd that the default would be 'all day' when most entries are for meetings lasting less than that. 

    Unfortunetely the only way is to uncheck the box each time you set up an entry. I trust enough feedback from users will convince Apple to change that in the future.
    http://www.apple.com/feedback/ical.html
    Yours will help that effort.

  • How can I change Time data with List Entry Screen ?

    Hi expert.
    I transfer Time Data (Infotype 2003) via CAT6.
    When I go to transaction PA61 and click List Entry icon.
    Record is display and cannot change data.
    If I wanna change data.I must to click Choose Icon one by one record.
    How can I change data with List Entry Screen?
    ps. If record create via PA61. I can change data with List Entry Screen.
    I can't change with record that create via CAT6.
    Best Regards.

    have u tried to change your time entry through CAT2 tcode, ithink if u have created profile for time entry then it should allow you to change and you can use esc otherwise, its generally the standard profile given by SAP. but is 4 one user
    hope this helps
    guds

  • Lock: Can't get shadow database entry for root

    Hi all--
    posting this here since I'm having trouble with a Solaris release version and not OpenSolaris. Plus, Rich makes it pretty clear not to bug him with questions about this program! :-D
    Anyway I've been using Rich Teer's lock program on Solaris 10 (and 9) and it's been great. http://www.rite-group.com/rich/sw/lock.html
    But now that I've built a new machine with the latest general Solaris 10 x86 release (Solaris 10 8/07 s10x_u4wos_12b X86) the portion of lock that gets info from the shadow file doesn't seem to work:
    if I enter the incorrect password (to either lock or lock -p) I get:
    lock: Can't get shadow database entry for root: Error 0
    Rich discusses the background on his lock program in this article:
    http://developers.sun.com/solaris/articles/program_privileges.html
    ...but it's over my head.
    Anyone have some guidance on this? I'd really like to use this program in my work environment. thanks! ..and happy Thanksgiving!
    -Matt

    Futher information on this problem OS is Windows XP PRO SP2
    Jer, I have tried stopping and stating the database many times to no avail. I even stop the listener first before trying a restart, see below
    I need some one to tell me what or where to look next Are there log files could I have some sort of trace report that might tell me more etc...?
    M:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleXETNSListener
    The requested service has already been started.
    More help is available by typing NET HELPMSG 2182.
    M:\oraclexe\app\oracle\product\10.2.0\server\BIN>net start OracleServiceXE
    The OracleServiceXE service is starting........................................
    The OracleServiceXE service was started successfully.
    M:\oraclexe\app\oracle\product\10.2.0\server\BIN>netstat -a
    Active Connections
    Proto Local Address Foreign Address State
    TCP HPPavillonXP:135 HPPavillonXP:0 LISTENING
    TCP HPPavillonXP:445 HPPavillonXP:0 LISTENING
    TCP HPPavillonXP:1521 HPPavillonXP:0 LISTENING
    TCP HPPavillonXP:1981 HPPavillonXP:0 LISTENING
    TCP HPPavillonXP:2869 HPPavillonXP:0 LISTENING
    TCP HPPavillonXP:1025 HPPavillonXP:0 LISTENING
    TCP HPPavillonXP:1045 HPPavillonXP:0 LISTENING
    TCP HPPavillonXP:1048 HPPavillonXP:0 LISTENING
    TCP HPPavillonXP:139 HPPavillonXP:0 LISTENING
    TCP HPPavillonXP:1389 by2m6-cs99.msgr.hotmail.com:1863 ESTABLISHED
    TCP HPPavillonXP:139 HPPavillonXP:0 LISTENING
    UDP HPPavillonXP:445 *:*
    UDP HPPavillonXP:500 *:*
    UDP HPPavillonXP:1030 *:*

  • Installed HandyCafe. Didn't like, so uninstalled it. Now I can't change startup homepage option. Manually deleted handycafe registry entries. Changed homepage from about:config. Still nothing. Using Chrome now.

    Installed HandyCafe. Didn't like, so uninstalled it. Now I can't change startup homepage option. Manually deleted handycafe registry entries. Changed homepage from about:config. Still nothing. It's really bad that another app, even though it's uninstalled, can override your program settings like this. Firefox is my favourite browser, but I can't be taken to advertising each time I want to use it sorry. Using Chrome now.

    Installed HandyCafe. Didn't like, so uninstalled it. Now I can't change startup homepage option. Manually deleted handycafe registry entries. Changed homepage from about:config. Still nothing. It's really bad that another app, even though it's uninstalled, can override your program settings like this. Firefox is my favourite browser, but I can't be taken to advertising each time I want to use it sorry. Using Chrome now.

Maybe you are looking for

  • Configure and activate BI in ERP 2005 ECC 6.0

    Hello, I would like to know what are the different steps to configure and activate BI in ERP 2005 ? If any documents or links, Thanks a lots. Best regards,

  • How to get over DYNPRO_SEND_IN_BACKGROUND?

    Hi, I have the following problem: I connect via ECC5 to R/3 4.6C. I need to enter data into an R/3 transaction. I wrote a BAPI that does a batch input (yes, it is a sin). The problem is that I get the error (actually dump from the R/3) - DYNPRO_SEND_

  • SEM-BCS on SAP-BW master data alignment

    We are implementing SEM-BCS rel 3.2 on SAP-BW 3.2 In the SEM infoproviders some standard BW info-objects are used such as 0CO_AREA, 0COMPANY etc. These info objects are also used in BW infoproviders. In SEM-BCS the masterdata that is already availabl

  • Clear and refresh

    Hi friends, I seem to have some confusion between clear and refresh. Do we use clear only for workareas and refresh only for internal tables? Can you give me an example of how these clear and refresh works for an internal table with and with out head

  • MAC OS 10.5.8 upgrade

    Here is the problem, I have MAC OS 10.5.8 and I am trying to upgrade to 10.6.8 and when I boot off the disc, the system reads the disc and then after a few minutes it ejects the disc.  Does that mean the disc is not bootable, or is there something el