Help flashing do not disconnet won't go away and problem with video

Hi - when I go into the options to set my music download etc, the page for video is grey and will not allow me to select automatic updates. When I drag the video over it says it has been unable to install it.
It now also keeps flashing the 'do not disconnet screen'
I am technophobic so really need help. My hubby bought this for my christmas as I love music but I am lost - it is the 60 GB version so there is loads of room.

If your ipod is a 60gig one, you have a fifth generation ipod (As known as ipod video)
this is the correct forum for your answer
http://discussions.apple.com/forum.jspa?forumID=808
i would like to help you, but i never used and ipod video.
good luck

Similar Messages

  • Help Importing objects from 1 user to another user and problem with trigger

    Hello community, i am having a little difficulty with the exporting objects from one user to another specifically the exporting of the trigger.
    Here is the situation, because of SOX purpose whenever a update is sent to the client the dba have to execute the script as himself (priviliged user) and is not allowed to log into the schema to make changes. Therefore we perpend the object definitions with &user_schema.. and they define user_schema in sqlplus and execute the update script.
    Here is a small example which requires two users (user1 and user2) with the following grants (connect, create table, create trigger, create view, create sequence). Please forgive the naming of the objects, just trying to be as simple as possible.
    I start out by logging in as system user via sqlplus and execute the following.
    ------------------Begin sqlplus----------------------
    define user_schema=user1;
    create table &user_schema..abc01 (
      col1 number,
      col2 varchar2(20),
      col3 number,
      constraint pk_abc01_col1 primary key (col1)
    create table &user_schema..xyz01 (
      col1 number,
      col2 varchar2(20),
      col3 number,
      constraint pk_xyz01_col1 primary key (col1)
    create or replace view &user_schema..view1 as
    select x.col1, x.col2, x.col3, a.col1 as acol1, a.col2 as acol2, a.col3 as acol3
    from xyz01 x
    inner join abc01 a on a.col1 = x.col1;
    create sequence &user_schema..seq_xyz01 start with 1 increment by 1;
    create or replace trigger &user_schema..trig01
    before insert on &user_schema..xyz01 for each row
    begin
      if (nvl(:new.col1, -1) = -1) then
        select seq_xyz01.nextval into :new.col1 from dual;
      end if;
    end;
    /--------------------End sqlplus----------------------
    I would then proceed to export using the exp utility via the command line
    exp system/systempassword file=user1.dmp owner=user1
    Then import user1 objects into user2
    imp system/systempassword file=user1.dmp fromuser=user1 touser=user2
    Now the problem:
    When i take a look at the sql for user2 trigger (trig01) i see the following (viewed via sqldeveloper)
    create or replace TRIGGER "USER2".trig01
    before insert on user1.xyz01 for each row
    begin
      if (nvl(:new.col1, -1) = -1) then
        select seq_xyz01.nextval into :new.col1 from dual;
      end if;
    end;its referring to user1.xyz01 table, however i want it to point to is user2.xyz01 table. Can someone please help me out or offer another solution to go about this because i need the ability to import the objects into a different user without the import failing and having to recompile the object.
    I've also tried executing this while connected as system user via sqlplus:
    define user_schema=user1
    create or replace trigger &user_schema..trig01
    before insert on xyz01 for each row
    begin
      if (nvl(:new.col1, -1) = -1) then
        select seq_xyz01.nextval into :new.col1 from dual;
      end if;
    end;
    /but that fails stating that table or view does not exist, please help
    however that fails because i
    Edited by: user3868150 on Nov 6, 2009 6:05 PM

    When performing an update in their system, the same script will be run with different values, thats not the problem.
    The client currently have just that one schema in their environment, however they want to have another instance of the application set up in their environment (same database) and have that go off on its own track separate from the original application.
    Now when we do an exp of the schema and the imp it into another user it get imported, however its incorrect. As stated before the trigger will be acting on the table in the original schema when it should be acting on the table in the newly imported schema.
    I suppose there is no other way around this when a trigger is created the way in which i outlined above. I guess after the data gets imported into a different user the trigger would have to be recompiled to point to the correct table.
    If you have an alternate solution to go about this i am open to suggestions. However like i mentioned in the original post because of SOX purpose the dba is not allowed to log in and execute update scripts as the schema user. The scripts should only be executed as that privileged user (dba).
    Also if i hard code the user when the trigger is created
    create or replace trigger user1.trig01
    before insert on user1.xyz01 for each row
    begin
    if (nvl(:new.col1, -1) = -1) then
    select seq_xyz01.nextval into :new.col1 from dual;
    end if;
    end;
    /it still doesn't get imported the way that i want it to be imported in user2
    create or replace TRIGGER "USER2".trig01
    before insert on user1.xyz01 for each row
    begin
      if (nvl(:new.col1, -1) = -1) then
        select seq_xyz01.nextval into :new.col1 from dual;
      end if;
    end;now when i do an insert to test
    insert into user1.xyz01 (col2, col3) values ('abc', 123); -- Works fine, no problems here
    insert into user2.xyz01 (col2, col3) values ('abc', 123);Results in an error ORA-01400: cannot insert NULL into ("USER2".XYZ01"."COL1") because the trigger doesn't exist on user2.xyz01 table.
    Just try and create the schema like how i outlined above in your environment to see what i'm talking about. It seems that the only way to get the trigger to be imported the way i want it to is to actually log in as that user and create the trigger.
    sqlplus user1/user1
    {code}
    create or replace trigger trig01
    before insert on xyz01 for each row
    begin
    if (nvl(:new.col1, -1) = -1) then
    select seq_xyz01.nextval into :new.col1 from dual;
    end if;
    end;
    {code}
    Edited by: user3868150 on Nov 6, 2009 6:10 PM

  • Do not disconnet won't go away

    I have a g4 and updated my ipod ver.3.. when I don't it and it downloads new muisc to the auto playlist, it continues to say do not disconnect. I didn't have this issue before I updated the ipod software.
    any ideas anyone??

    "when I don't it and it downloads new muisc to the auto playlist"
    When you don't it?! What does that mean?
    If you have your iPod set to automatically sync with iTunes, right click on the iPod in iTunes, select options and if you have a check mark in the box marked “enable disk use”, remove it and your iPod should automatically disconnect after it’s finished transferring music.

  • 20G U2special edition i-pod "do not disconect" won't go away

    Hello I need help!!!!
    I connected the Ipod to the pc and the "do not disconnect" icon appeared...Then it took a while I tried to disconnected in the pc using the eject button but my pc didn't recognized it(ITUNES didn't recognized the ipod either) I intalled the latest software, try to use the updater to restored but it can't read it. Now I plug everything off of it and it still shows that Icon. I put it to charge and it looks its charging and when using the hold button I can de the little lock icon, but the "do not disconnect icon is still there my pc doesn't recornize it and I can't listen to anything.
    If anyone have ideas please let me know Thanks!

    Now when I connect my nano to the new computer, it says it's synching but when it's done the "do not disconnect" won't go away (I let it stay connected all night and when I woke up it was still there)
    If you have your iPod set to automatically sync with iTunes version 7 or later, connect the iPod and when you see the summary screen, uncheck the box marked "enable disk use".
    If you are using an earlier version of iTunes, right click on the iPod in the source list, select options and uncheck the same box.
    In future your iPod should automatically disconnect after it’s finished transferring music.

  • Why ill the flash player not intialize even after disabling firewall and antivisurs software

    Why will the flash player not intialize even after disabling firewall and anitvirus software?

    Windows XP and internet exployer?  I can get the flash player to begin the
    download but stops at about 50% initalization
    Greenleaf Compaction, Inc.
    142 W. Main
    P.O. Box 265
    Hopkins, MI  49328
    Phone:  1-877-552-9369
    Fax:  (269) 793-7298
    New email address: [removed]

  • I have just purchased elements 12. It will not convert a raw file for me. i have downloaded DNG convertor 8.5 but it says that my Canon 70d is not compatible. I never had a problem with my last camera canon 7d and elments 8. Can someone help me please..

    i have just purchased elements 12. It will not convert a raw file for me. i have downloaded DNG convertor 8.5 but it says that my Canon 70d is not compatible. I never had a problem with my last camera canon 7d and elments 8. Can someone help me please

    Did you buy PSE in the mac app store? If not, just go to Help>Updates in the editor and update camera raw and you should be able to open the raw files in PSE 12 directly without the DNG converter.

  • Apple Picture won't go away and won't turn on!

    Help! First my nano was stuck in disc mode,took it to the apple store, they got out and said it just needed to charge .... now the Apple picture won't go away and I can't turn it on. I 've been letting it charge for two to three hours! What's wrong

    I ended up having the same problem last weekend as well. My 80 gig iPod was acting weird from the very beginning (not remembering view settings), and its only a few months old.
    I took it to the Apple Store, they ran a diagnostic, and it turned out it had corrupted drive. Thankfully I had applecare and they replaced it. I picked it up today, and guess what... This one doesnt remember the view settings either.

  • I just upgraded to FF 7 and now when I open Firefox none of my history or cookies have been saved. I have checked in options that Firefox will remember my history and all relevant settings but it is not doing it. Is there a problem with this on FF7?

    I just upgraded to FF7 & now when I open it none of my history or cookies are saved. I have checked in options that Firefox will remember my history and all relevant settings but it is not doing it. Is there a problem with FF7?

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    See also "Help About".
    *Tap the Alt key or press F10 to show the Menu bar.
    In current Firefox releases (29 and later) the orange Firefox menu button has been replaced by the three-bar Firefox Menu button at the far right end of the Navigation Toolbar and this button is always visible, whether you have the menu bar visible or hidden<br>A consequence of this location is that you no longer can hide the Navigation Toolbar
    *There is a star like button next to the search bar on the Navigation Toolbar to bookmark the current web page and a "Show your bookmarks" button next to it to open the Bookmarks in a drop down menu.<br>You can find "Show All Bookmarks" to open the Bookmarks Manager (Library) at the bottom of this drop-down list
    *If you bookmark a page then "Bookmark This Page" in the Bookmarks menu changes to "Edit This Bookmark"
    *You can make the title bar visible via the "Title Bar" button at the bottom left in the Customize palette window
    It is still possible to have the menu bar visible via the right-click context menu of a toolbar to have menus like the File menu with Print (Ctrl+P) and Print Preview and the Bookmarks menu available.
    See also:
    *https://support.mozilla.org/kb/how-to-make-new-firefox-look-like-old-firefox
    *https://support.mozilla.org/kb/common-questions-after-updating-to-new-firefox
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox

  • HT1527 when I try to download apps in my iphone , i get a spinning circle that won't go away and a icon that is gray and says "waiting". Any ideas how to solve?

    When I try to download apps in my iphone , I get a spinning circle that won't go away and a grey icon that says "waiting" .Any ideas how to fix the problem?

    First go into settings, Itunes and App store,  sign out and then sign in again! (This might not work)

  • TS1702 I had this Scrabble on my iPad2 and began to have connection problems, it would lock in the "connecting" position. This is not the first time Scrabble has had problems with interface. Typically customers delete the Ap then download it again to rein

    I have contacted EA about this and can find no help. I had this Scrabble on my iPad2 and began to have connection problems, it would lock in the "connecting" position. This is not the first time Scrabble has had problems with interface. Typically customers delete the Ap then download it again to reinstall it. During the process you sign in and approve the purchase KNOWING that another window will open saying that you have previously purchased it and that there is no charge. So what happened this time? It will not connect and all of my saved and current games are wiped out. I want my money back, this game interface is pretty junk and operates like some ancient DOS program,,bug,bug,buggy. I want my money back.

    Go here:
    http://www.apple.com/support/itunes/contact/
    and follow the instructions to report the issue to the iTunes Store.
    Regards.

  • 'iTunes could not run because it had detected a problem with your audio...

    ...configuration.'
    I have just updated to the newest iTunes version from the latest version.
    I have installed iTunes and when I click 'iTunes' to launch iTunes, it says this 'iTunes could not run because it had detected a problem with your audio configuration.'
    I get the option to click 'OK' or 'Help'
    When I click 'OK' the window closes and then nothing happens.
    When I click 'Help' nothing happens.
    Any advice??

    It's probably QuickTime 7.3 that is the problem. Uninstall it and install version 7.2 instead. http://www.apple.com/support/downloads/quicktime72forwindows.html

  • TS1398 hi, my iphone is not connecting to wifi. there is no problem with the connection of wifi. i tried so much but the connection is not stable. some times it connect and sometimes not connecting at all. if connected also its disconnecting again.pls hel

    hi, my iphone is not connecting to wifi. there is no problem with the connection of wifi. i tried so much but the connection is not stable. some times it connect and sometimes not connecting at all. if connected also its disconnecting again.pls help

    At the very least, I recommend you restart your router, (your internet box).
    More detail on your problem is needed - are you in a submarine? On the moon? On a tropical island?
    You can help yourself by providing as much info as you can about your present situation - what kind of router do you have? Have you moved it? DId you update it?  Did you do anything to change your setup, and if you did, what?

  • Favicon does not show up on Google chrome and firefox with new muse release. Opera showing favicon ok.

    Favicon does not show up on Google chrome and firefox with new muse release when exporting HTML or publishing with FTP. Opera showing favicon ok. Previews Muse release was working fine.
    this website was created with one update back BK Foto
    this one page was updated with latest updated Muse and after publishing with FTP through Muse favicon does not show up Paslaugų Era | Foto Video Paslaugos

    Export your HTML and then Just edit index.html with any text editor look for sentence <link rel="...................................>
    Then delete all this sentence and copy this one
    <link href="//PATH/favicon.ico" rel="shortcut icon" type="image/x-icon">
    PATH = Where you have your favicon.ico
    I usually copy the favicon.ico in the folder images so the sentence will be like this
    <link href="//mydomain.com/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
    i hope it helps you
    Sorry about my english, my spanish is much better
    Juan Pedro Avila

  • Is there a way to view Flash videos on my iMac without downloading Adobe Flash Player? I'm concerned about performance and security with Flash Player.

    Is there a way to view Flash videos on my iMac without downloading Adobe Flash Player? I'm concerned about performance and security with Adobe Flash Player.

    If the video is only available in a format that requires Flash player : then no.
    However, a great many can also be viewed in an HTML5 version, in which case http://hoyois.github.io/safariextensions/clicktoplugin/ or similar can be set up so that Flash never runs unless you specifically choose it to.

  • Why cant i re-add gmail button on google toolbar? 4.01 is not good, I have never had a problem with your products..Whats going on??

    Question
    Why cant i re-add gmail button on google toolbar? 4.01 is not good, I have never had a problem with your products..Whats going on??

    http://support.mozilla.com/en-US/kb/how-do-i-use-bookmarks

Maybe you are looking for

  • Force a pdf to open in web browser

    Is there a way to make a media (pdf file) open in a web browser rather then download?

  • Viewing photos from an SD card

    Is there a way to view photos from an SD card without actually importing them to iPad 4 (I'm low on available storage)?

  • FIX: Exchange Portlet (5.5 and 2000) - MAPI_E_NOT_FOUND

    I've found out what's causing [Collaboration Data Objects - [MAPI_E_NOT_FOUND(8004010F)]] to appear in test.asp. (By the way, if you are getting this in test.asp, your portlets will not work). EXPLANATION: When an ASP page uses CDO to logon to an Exc

  • How do split tunnelling in VPNs work?

    How do split tunnelling in VPNs  work?

  • System Info Error

    System Info  reports the wrong OS and CPU. I'm on Windows7 using a dual core I3 CPU, but it reports Windows 2000 and a slow single core CPU. Might it be because one of my HDD has remnants of a W2000 system? In any event  how do I fix Premiere to take