Help!!!! Listeners playing up

Ive just upgraded 10.2.0.1 to 10.2.0.2 and i cant get connected to my database. When trying to connect using a sqlplus session i get en error saying
ORA-12514 TNS:listener does not currently know of service requested in connect descriptor
I can connect to an idle instance using a command prompt but when i try to start up the database it says
C:\Documents and Settings\Administrator>sqlplus
SQL*Plus: Release 10.2.0.2.0 - Production on Tue Sep 26 15:15:55 2006
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
Enter user-name: sys as sysdba
Enter password:
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 612368384 bytes
Fixed Size 1290916 bytes
Variable Size 176164188 bytes
Database Buffers 432013312 bytes
Redo Buffers 2899968 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
these are my tnsping and lsnrctl services
C:\Documents and Settings\Administrator>lsnrctl services
LSNRCTL for 32-bit Windows: Version 10.2.0.2.0 - Production on 26-SEP-2006 15:36
:35
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC0)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:0
LOCAL SERVER
The command completed successfully
C:\Documents and Settings\Administrator>tnsping cat
TNS Ping Utility for 32-bit Windows: Version 10.2.0.2.0 - Production on 26-SEP-2
006 15:37:05
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
E:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = dmsinter
face)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = cat)))
OK (30 msec)
Can anyone please help. would be much appreciated
Thanks
Lee

ORA-01092: ORACLE instance terminated. Disconnection forcedThis has nothing to do with listener. Check you alert.log for any other error or trace file.
Daljit Singh

Similar Messages

  • PLEASE HELP--gotoandPlay plays through frames I dont want it to.

    Hello--I am an architecture student and I am having problems
    with my Flash website. I have uploaded my half-done website on
    http://ilocker.bsu.edu/users/msgoyak/WORLD_SHARED/
    My animations end on frame 311, where I have five buttons
    linking to different frames (The Resume button links to 312 and the
    About Me button links to 313 using
    on (release) {gotoAndPlay(frame number);
    I also have "back" buttons on 312 and 313 which link back to
    311. All three frames have the stop command applied.
    My problem: Whenever I publish and try to click on Resume or
    About Me, it will only play to 312 due to the stop command, thereby
    not allowing me to get to the About Me frame (313). I have tried
    taking away the stop command but then when I click on the About Me
    button the timeline plays through 312 to get to 313 and you can
    actually see it flash through on-screen. I just want ithese buttons
    to jump to their respective frames and stop, without seeing
    anything in-between or stopping where it shouldn't. Is there a
    specific actions script that needs to be applied or would it be
    easier to create new flash documents for each link?
    Hopefully someone can help m after viewing the website
    itself.
    I have version 7 MX 2004.
    Thank you if you can provide any feedback!!!!!! Hopefully
    this frustration thing can be corrected.

A: PLEASE HELP--gotoandPlay plays through frames I dont want it to.

Use the gotoAndStop(frame number): instead of play.
The playhead will stop on the disignated frame, and you won't
need a stop
action on it.
"[email protected]" <[email protected]> wrote
in message
news:f0b17u$5ot$[email protected]..
> Hello--I am an architecture student and I am having
problems with my Flash
> website. I have uploaded my half-done website on
>
http://ilocker.bsu.edu/users/msgoyak/WORLD_SHARED/
>
> My animations end on frame 311, where I have five
buttons linking to
> different
> frames (The Resume button links to 312 and the About Me
button links to
> 313
> using
> on (release) {gotoAndPlay(frame number);
>
> }
> I also have "back" buttons on 312 and 313 which link
back to 311. All
> three
> frames have the stop command applied.
> My problem: Whenever I publish and try to click on
Resume or About Me, it
> will
> only play to 312 due to the stop command, thereby not
allowing me to get
> to the
> About Me frame (313). I have tried taking away the stop
command but then
> when I
> click on the About Me button the timeline plays through
312 to get to 313
> and
> you can actually see it flash through on-screen. I just
want ithese
> buttons to
> jump to their respective frames and stop, without seeing
anything
> in-between or
> stopping where it shouldn't. Is there a specific actions
script that
> needs to
> be applied or would it be easier to create new flash
documents for each
> link?
>
> Hopefully someone can help m after viewing the website
itself.
> I have version 7 MX 2004.
> Thank you if you can provide any feedback!!!!!!
Hopefully this frustration
> thing can be corrected.
>
>

Use the gotoAndStop(frame number): instead of play.
The playhead will stop on the disignated frame, and you won't
need a stop
action on it.
"[email protected]" <[email protected]> wrote
in message
news:f0b17u$5ot$[email protected]..
> Hello--I am an architecture student and I am having
problems with my Flash
> website. I have uploaded my half-done website on
>
http://ilocker.bsu.edu/users/msgoyak/WORLD_SHARED/
>
> My animations end on frame 311, where I have five
buttons linking to
> different
> frames (The Resume button links to 312 and the About Me
button links to
> 313
> using
> on (release) {gotoAndPlay(frame number);
>
> }
> I also have "back" buttons on 312 and 313 which link
back to 311. All
> three
> frames have the stop command applied.
> My problem: Whenever I publish and try to click on
Resume or About Me, it
> will
> only play to 312 due to the stop command, thereby not
allowing me to get
> to the
> About Me frame (313). I have tried taking away the stop
command but then
> when I
> click on the About Me button the timeline plays through
312 to get to 313
> and
> you can actually see it flash through on-screen. I just
want ithese
> buttons to
> jump to their respective frames and stop, without seeing
anything
> in-between or
> stopping where it shouldn't. Is there a specific actions
script that
> needs to
> be applied or would it be easier to create new flash
documents for each
> link?
>
> Hopefully someone can help m after viewing the website
itself.
> I have version 7 MX 2004.
> Thank you if you can provide any feedback!!!!!!
Hopefully this frustration
> thing can be corrected.
>
>

  • Help with playing sound in applications

    im new to java and i was practicing playing sound in a swing application but the problem is that when i press the play button no sound is played...here is my code
    import javax.swing.*;
    import java.applet.AudioClip;
    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.net.MalformedURLException;
    import java.net.URL;
    import java.io.File;
    public class JukeBox extends JFrame {
        private JLabel label;
        private JPanel panel, buttonPanel;
        private JComboBox playList;
        private JButton play, stop;
        private URL url1, url2, url3, url4, url5, url6;
        private AudioClip[] musicList;
        private AudioClip current ;
        public JukeBox() {
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            setSize(500, 120);
            setLocation(50, 50);
            setTitle("JAVA JukeBox");
            url1 = url2 = url3 = url4 = url5 = url6 = null;
            current = null;
            try {
                url1 = new URL("file", "localhost", "C:\\Documents and Settings\\KADA\\IdeaProjects\\Sound\\bottle-open.wav");
                url2 = new URL("file", "localhost", "C:\\Documents and Settings\\KADA\\IdeaProjects\\Sound\\BP2.mp3");
                url3 = new URL("file", "localhost", "C:\\Documents and Settings\\KADA\\IdeaProjects\\Sound\\fhm.aiff");
                url4 = new URL("file", "localhost", "C:\\Documents and Settings\\KADA\\IdeaProjects\\Sound\\jungle.rmf");
                url5 = new URL("file", "localhost", "C:\\Documents and Settings\\KADA\\IdeaProjects\\Sound\\spacemusic.au");
                url6 = new URL("file", "localhost", "C:\\Documents and Settings\\KADA\\IdeaProjects\\Sound\\trippygaia.mid");
            } catch (MalformedURLException e) {
                e.printStackTrace();  //To change body of catch statement use File | Settings | File Templates.
            musicList = new AudioClip[7];
            musicList[0] = null;
            musicList[1] = JApplet.newAudioClip(url1);
            musicList[2] = JApplet.newAudioClip(url2);
            musicList[3] = JApplet.newAudioClip(url3);
            musicList[4] = JApplet.newAudioClip(url4);
            musicList[5] = JApplet.newAudioClip(url5);
            musicList[6] = JApplet.newAudioClip(url6);
            label = new JLabel("JAVA JukeBox", JLabel.CENTER);
            String[] musicList = {"select a track..."
                    , "bottle open"
                    , "bitch please II"
                    , "flutte, harmonica, mambo"
                    , "jungle"
                    , "spacemusic"
                    , "trippygaia"};
            playList = new JComboBox(musicList);
            playList.addActionListener(new ListListener());
            play = new JButton("Play");
            play.setActionCommand("play");
            play.addActionListener(new ButtonListener());
            stop = new JButton("Stop");
            stop.addActionListener(new ButtonListener());
            buttonPanel = new JPanel();
            buttonPanel.setLayout(new BoxLayout(buttonPanel, BoxLayout.X_AXIS));
            buttonPanel.add(play);
            buttonPanel.add(stop);
            panel = new JPanel();
            panel.setLayout(new BoxLayout(panel, BoxLayout.Y_AXIS));
            panel.add(label);
            panel.add(Box.createRigidArea(new Dimension(0, 5)));
            panel.add(playList);
            panel.add(Box.createRigidArea(new Dimension(0, 5)));
            panel.add(buttonPanel);
            getContentPane().add(panel);
        private class ButtonListener implements ActionListener {
            public void actionPerformed(ActionEvent e) {
                if(current != null){
                    current.stop();
                if(e.getActionCommand().equalsIgnoreCase("play")){
                    if(current != null){
                        current.play();
        private class ListListener implements ActionListener {
            public void actionPerformed(ActionEvent e) {
                if (current != null) {
                    current.stop();
                current = musicList[playList.getSelectedIndex()];
        public static void main(String[] args) {
            setDefaultLookAndFeelDecorated(true);
            JukeBox jb = new JukeBox();
            jb.setVisible(true);
            jb.setResizable(false);
    }can u please tell me whats wrong with my code coz i cant hear no sound when i press the play button and can u please tell me why i cant simply put the file name in the URL instead of the complete path although the files are in the same directory of the source code and can i play mp3 using this little program ???
    plz help...im a newbie so plz explain as much as u can...

    After
    musicList = new AudioClip[7];
            musicList[0] = null;
            musicList[1] = JApplet.newAudioClip(url1);
            musicList[2] = JApplet.newAudioClip(url2);
            musicList[3] = JApplet.newAudioClip(url3);
            musicList[4] = JApplet.newAudioClip(url4);
            musicList[5] = JApplet.newAudioClip(url5);
            musicList[6] = JApplet.newAudioClip(url6);initialise the variable current with
    current = musicList[1];or similar because the AudioClip current always == null in your code so your listener blocks don`t execute.
    regards

  • Need help to play a DV file in full screen mode w/o losing resolution

    I just finished a 20 minute film using iMovie, and in order to share it, I created a Quicktime DV File using the Full Quality mode. However, when I play the obtained Quicktime file in full screen, the images become blurry and the titles are unreadable, so I am forced to sticking to the standard size (which is relatively small).
    I need to project this video THIS SAME WEEK on a screen in front of a large crowd and the largest screen size for Quicktime to avoid pixelation is very small (1/6 of my screen).
    Is there any way in which I can get a larger resolution DV file than the one iMovie creates? How can I share this with the audience w/o having to project it from the original iMovie file?
    HELP PLEASE...!!!!! I am desperate, so any urgent advice will be greatly appreciated. And please note I am a novice at iMovie (first time I used it). Any help to increase the resolution quality of my DV file will be EXTREMELY HELPFUL.
    Thanks a lot in advance.

    Any help to increase the resolution quality of my DV file will be EXTREMELY HELPFUL.
    For faster editing iMovie 08 & 09 uses single-field processing. This means every other horizontal line of the video is thrown out, which reduces the sharpness of the footage. iMovie 06 uses all of the image, I think you will find it looks better.
    iMovie 06 and iDVD 09 is a terrific combination.

  • I have moved all of my music from my laptop to a portable hard drive...need help :( cant play music

    Hi all,
    I moved all my music from my laptop to a portable hard drive, my hope was that i could just plug and play into my mabook air not the case...
    I was wondering if anyone could help with the following, in a perfect world i would love to be able to keep the music on my drive (there is about 500 gb worth) and then when i want to play through mac to apple tv be able to just plug into mac and then be good to go, or if poss for itunes to be able to recognise the music on my portable drive...and for me then to play through itunes without adding it (as there wouldnt be enough space)...and to also have the capability to plug the drive into my windows comp and be able to also still play from there.
    I dont know if any of this is poss...it all seems really complicated to me...and i am new to mac.
    If anyone thinks they could help please get in touch!
    my main goal is to be able to play my music through apple tv to the surround system in the house, and to be able to play music through my mac if poss, doesnt have to be itunes so long as i can air play or even better select through apple tv.
    thanks so much in advance to anyone who can help me out
    p.s. i tried this...didnt work, unless i am doing it wrong
    http://support.apple.com/kb/ht1449

    iTunes: How to move [or copy] your music [library] to a new computer [or another drive] - http://support.apple.com/kb/HT4527 - a somewhat bewildering and not always easily understandable set of options.
    Quick answer if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the Option (alt) key (shift on Windows), then guide it to the iTunes Library.itl file in the moved iTunes folder.
    For the record there's this reference for iTunes 11 but it really doesn't strike me as having the specifics you need. iTunes 11 for Mac: Move your library to another computer - http://support.apple.com/kb/PH12168 
    Windows users see tip at: https://discussions.apple.com/message/18879381
    If you put it in the default location of Macintosh HD > Users > *User Name* > Music  then you don't even need to start with the option key held down, iTunes will automatically look for it there.  (Make sure there isn't anything already in the iTunes folder there that you want to keep since you will be replacing it with the one you are moving.)
    Do not confuse (as you did) moving your whole folder and library with moving just media files as in
    iTunes for Mac: Moving your iTunes Media folder - http://support.apple.com/kb/HT1449

  • ITunes Extras for The Help not playing

    I bought The Help in HD with iTunes Extras. I can't seem to play any of the videos such as the deleted scenes. I contacted Apple Support and they sent me another file to download again. The same problem still occurs though. Apple said that they'll look into it.
    I broswed my computer hard drive and found the missing files for the bonus videos. They're all located in C:\Users\Owner\Music\iTunes\iTunes Media\Downloads\The Help - iTunes Extras _ Tate Tayl.tmp\The Help - iTunes Ex 1.tmp. There's a total of 8 videos loacted in 8 different folders titled Tate Tal.tmp\The Help - iTunes Ex 1-8.tmp, but the files names are all titled download. They can't be opened in iTunes Extras because they don't have the correct file name.

    I've seen a few of these threads now. I think the current build of iTunes must be failling to unpack the video files properly. I've had another hunt around the Extras folder structure and it seems the files are detailed in ...\controllers\data.js. This is the relevant section from the Batman Begins Extras:
      audioLoop : { src : "audio/batmanbegins_loop.m4a", loop : true},
    extras  : [
                  { thumb : "image_videoBox_mind.png",    structure: "shaping",  string : "Shaping Mind & Body",         src : "batmanbegins_shapingmindbody.m4v",  time: "12:49",      blurb : "Examining the construction of the fight sequences. "},
                  { thumb : "image_videoBox_tumbler.png", structure: "tumbler",  string : "Batman: The Tumbler",         src : "batmanbegins_batmantumbler.m4v",  time: "13:40",   blurb : "Goyer describes it as a cross between a Lamborghini and a Humvee. This featurette details it from conception to its current form."},
                  { thumb : "image_videoBox_journey.png", structure: "journey",  string : "Batman: The Journey Begins",  src : "batmanbegins_journeybegins.m4v",  time: "14:16",   blurb : "Interviews with Christopher Nolan, David Goyer, Christian Bale, production designer Nathan Crowley, as well as others. "}
    Using this it might be possible to work out what the temp files should be called. They need to go into a videos folder.
    tt2

  • Help me play an audio file in my GUI

    Hi
    I've been having some trouble getting code to play an audio file in my GUI
    Basically all I want to do is play a file in the same directory as the program, and have it loop. No controls, no buttons to change the play state.
    Could someone point me to or help me implement this with some example code? I'm really stuck and I'm just not sure how to implement it into the existing GUI class.
    Thanks for any help

    Hi
    I've done so, and the method gets called without any problems, but doesnt play anything.
    Have a look -
    public void audioFile()
        try {
            // From file
            AudioInputStream stream = AudioSystem.getAudioInputStream(new File("test.wav"));
            // From URL
            //stream = AudioSystem.getAudioInputStream(new URL("http://hostname/audiofile"));
            // At present, ALAW and ULAW encodings must be converted
            // to PCM_SIGNED before it can be played
            AudioFormat format = stream.getFormat();
            if (format.getEncoding() != AudioFormat.Encoding.PCM_SIGNED) {
                format = new AudioFormat(
                        AudioFormat.Encoding.PCM_SIGNED,
                        format.getSampleRate(),
                        format.getSampleSizeInBits()*2,
                        format.getChannels(),
                        format.getFrameSize()*2,
                        format.getFrameRate(),
                        true);        // big endian
                stream = AudioSystem.getAudioInputStream(format, stream);
            // Create the clip
            DataLine.Info info = new DataLine.Info(
                Clip.class, stream.getFormat(), ((int)stream.getFrameLength()*format.getFrameSize()));
            Clip clip = (Clip) AudioSystem.getLine(info);
            // This method does not return until the audio file is completely loaded
            clip.open(stream);
            // Start playing
            clip.start();
        } catch (MalformedURLException e) {
        } catch (IOException e) {
        } catch (LineUnavailableException e) {
        } catch (UnsupportedAudioFileException e) {
    }

  • Please Help: Problem Playing Songs Imported from CD's

    I know this question has probably been asked before but I have yet to find an answer to help me fix my problem. When I upload songs from a CD to itunes they won't play. It skips over them. There isn't any wierd symbols next to the song that says that there is something wrong and I am not getting any error messages. The only thing that is wierd is under time it says "not available". I am really bad at using computers and any responses will be greatly appreciated.
    P>S> I have windows 2000 but my computer used to have windows XP.

    Aloha,
    Just a suggestion since I've had a similar problem which has taken me weeks to fix! What happened was the iTunes library files got trashed somehow, but the music was still there! Use Windows Explorer ( run explorer.exe ) and look at My Documents\My Music\iTunes\iTunes Music\ and see whether your music is still there or not. If it is, you're going to have to reimport each album from within iTunes by clicking on File, Import Library, which will bring up a window...browse to the iTunes Music Folder and click on each album...a real pain, but it works! This may leave you with a lot of duplicate songs in your music library which will have " ! " exclamation marks next to them ...they have no links...which you'll have to delete manually ( just the ones with the ! next to them ).
    It's important that you back up the two files, iTunes Music Library.xml and Itunes Library.itl every day!!! ( and find some easy way to do it...I not only use an auto backup, I actually copy and paste them into a 'saved' folder. Without them, your iTunes music is ..um..useless!
    Hope this helped.
    DRDRJAY
    Kailua-Kona, Hawai'i

  • HELP - Problem Playing Music Videos on 5G iPod

    I've downloaded 3 music videos to my 60 Video iPod. I've watched all of them recently but today i've got no sound or no picture but the video playlist is still there and the iPod starts to play them but i just get a black screen with the white play arrow and i can alter the volume.
    Any ideas or help please???
    Many thanks

    If the audio for movies plays through the headphones and you see "Now Playing" on the iPod screen with a progress bar, but the video does not appear on the iPod screen, then you may have the TV Out video setting turned on.
    To change your TV Out setting so you can view video with your sound:
    Navigate on your iPod to Videos > Video Settings
    Select TV Out to set it to Off or Ask.
    If the issue continues, make sure you are accessing the video through the Videos menu. If you have a video mixed in an audio playlist, you also won't be able to see the video.

  • New to Quicktime-Please Help-Not Playing Streaming Video

    _PLEASE HELP, I AM NEW TO THIS._ I can't see that Quicktime is playing streaming videos. I have the latest version of Quicktime including Perian and every other plug-in I can find. In System Preferences I have tried Automatic and Custom (Port 80) for the Transport Protocol. I have everything checked in the MIME settings. In Safari Preferences I have all the plug-ins enabled. The streaming videos play in Safari, but if I try to open ANY URL in Quicktime, it says URL INVALID. THANK YOU.

    I dont believe you can put a youtube link in quicktime itself. An easy way to download them however is to add &fmt=18 for HQ videos or &fmt=22 for HD videos to the end of the youtube url ex http://www.youtube.com/watch?v=GRSbC6HAgNE&fmt=18 Then load that page and then in safari click window then activity. Find the one with the largest size (should be the only one in MB) and double click on it. THen it will download to where you set safari to download your files.

  • Help needed playing a dvd on laptop

    I recently just bought the HP Pavilion dv5-1235dx laptop. It works like a dream, except for one thing. I can't seem to play dvds. It has windows vista home premium which comes with the Windows Media Center and dvd decoder, but whenever I insert a dvd and click on the mediasmart dvd player, it says "No disc in drive. Please insert a movie"
    I was just wondering if anyone else had this problem and if they were able to fix it, or if anyone has any idea of how to fix this.
    My dvd player just wont read dvds. And I've been trying to play commercial dvds-not ones that i created myself. I tried playing "forgetting sarah marshall". So its not something wrong with the dvd.
    Thanks.

    Id really like to help. However certain issues are beyond the scope of what I can do.
    You can check here:
    http://welcome.hp.com/country/us/en/support.html
    And follow the directions to see if theres any solutions to your problems.
    Otherwise I would try running a factory recovery and see if this clears things up.
    *******DISCLAIMER********
    I am not an employee of BBY in any shape or form. All information presented in my replies or postings is my own opinion. It is up to you , the end user to determine the ultimate validity of any information presented on these forums.

  • Help to play Type: Movie-mpeg1 files

    Hey!
    I'm very new to Macs so I hope someone can help me with this:
    I got some Movie-mpeg1 files from a sony camera, but I can't play the files in my quicktime player.
    Someone who can help me?
    Thank you

    QuickTime Player can view MPEG-1 files so I would guess yours are really MPEG-2.
    http://www.apple.com/quicktime/mpeg2
    That extra component will allow MPEG-2 playback in QuickTime.
    You can also view them using the free VLC app:
    http://www.videolan.org/vlc/

  • Need help on playing videos on 80 Gb I Pod Classic

    Hi,
    I need help!!!!!!!!!!!
    My I Pod Classic 80 GB jus wont play any video files.
    I have set it to manually sync songs and videos using iTunes.
    I dont have a problem with any of the music files.
    The video files just would'nt play.
    The video files are in the .mov format and play both in my quick time player and in i tunes.
    However, when I try to add the videos to the iPod, it displays the following error message
    "MC_1 was not copied to the iPod 'ar iPod' because it cannot be played on this iPod"
    This ipod is new and since i brought it it this is the first time am adding videos to the iPod.
    Any suggestions?
    P.S. I have also tried automatic sync from itunes and also reset iPod to the factory settings.
    Message was edited by: ar_08

    Hi Ar_08. It is probably a problem with video format. Make sure you are using a compatable format. What extension does the filehave on it. Check this link - http://support.apple.com/specs/ipod/iPod_classic.html . It will give you information about video and audio format. Good luck.

  • Need help with playing tracks

    Haven't used my player in awhile and never did really learn how to use it well. I have some meditations I've loaded, to listen to e.g. before I go to sleep. I was getting other music playing when the meditation was finished. Think I finally figured out how to get the right track to repeat....BUT I'd really like to turn it off after the one track plays-automatically. Can I do this? Manual not much help!   There might be times I'd want it to repeat, times want it to turn off, and times when I might want to switch to another track/mediation and go on.  Help???  Thanks!

    Black-Rectangle wrote:
    When you go into Settings you change the defaults. The unit should remember them after being turned off. Ok.....the Power one seems to stay but Sleep doesn't. Am I doing something wrong or is that one an exception? With Repeat off it should play through the Go List once and stop. If you just want to play one track, just put one track in the Go List. Otherwise it will keep playing through the whole list (your six tracks). Ok.....Got this figured out and moved 5 out of the GoList. And checked and they're still there, in another folder......wasn't sure about that! I'd wondered if I could do this all on the unit and not have to go into the pc to do it. Thanks for the clear info! The Go List is supposed to be the track(s) you want to hear now and only those tracks. It's designed for you to add and remove tracks on the unit itself. To take a track OFF the Go List, start playing it and hold the center button to remove it.  You can make more elaborate, more permanent playlists using the computer, but that's actually pretty well explained in the manual. The Go List is made for quick changes. If you set the Power Saver to 10 minutes it will shut off 10 minutes after the last track is played.  (It doesn't say automatic, I was just trying to explain what it does.) Got it!  The same track can be in the Go List and elsewhere because unless you click all the way down and go to Folders, you are not seeing folders as you would on a computer. You're seeing lists made from the database, which is made from the ID3 tags, electronic labels that are part of each file. Ditto that there is not a separate folder of Albums, a separate folder of Artists, etc.--all that info is gathered from the files and placed under categories like Album, Artist, etc. Each one is like an index, not a folder full of files. The Go List (like other playlists) is a list of locations where the files are. The Sansa sees the list, understands it's a list, and follows the list to play the files you want. Thanks for your patience and clear explanations!! Now I can add more items and move them around as I need to. Considering the sorely incompetent manual, how on earth do total newbies figure all this out? Why isn't the manual more comprehensive (not that you should know why but just wondering!!) I want to also ask about finding an ac adapter to charge the unit off the pc but figure I should start a new thread!! Don't want to lose you!  Somewhere on here someone sugg using a cell phone charger. Tried mine, the plug looks the same size but will only go in part way and then the battery icon has a slash through it. Others said it's faster with an adapter. Also want to ask about updating the software......others on here recc some specific softward to download (have to look it up again) rather than the Sansa software (don't think it's available now); would doing that/updating the software help? and would there be more capabilities with it? Just let me know if I should start new threads for these?  Thanks again! I am really grateful for your help! 

  • Help - Itunes plays all music fragmented/chopped up/mangled suddenly.

    I've had this problem happen a couple times already. All the audio/movie files play properly. Then all of a sudden itunes won't play audio clearly. The sound is all chopped and fragmented. It sounds like choppy cell phone service or that the audio is being played through a fan or something.
    In the past I've always reinstalled my itunes and everything was fine. This time I tried that a couple times and it doesn't change anything. I get the same old choppy/fragmented sound. Help me get my itunes working again. (I've got windows XP OS, all the updated drivers & windows updates, aswell as all my active x updates. - what else is there?) (FYI I also run a 30 GB ipod photo from it.)
    Any help would be appreciated in me getting my itunes back to playing properly and clearly. Any ideas why this keeps happening? I'm not aware of any significant changes to my PC or file set up to cause the change.
    thanks.

    hi Skippy!
    let's try working through the possibilities in this document. if you've got an itunes version 5.0.x or 6.0.x, you'll need to check the QT 7 settings:
    iTunes and QuickTime for Windows: Songs and other audio don't play correctly
    love, b

  • Maybe you are looking for

    • Error opening document

      Could not complete your request because the file is not compatible with this version of Photoshop. I received this error when I opened a document I created in CS6 and went to edit it. I also tried to open it in CS5 with the same result. Any ideas?

    • Process doesn't work

      Hi Experts,             I created a PC, which loads  records from APO into an ODS and from the ODS to IC1.and IC1 to IC2. When i schedule the pc, it works fine till activation of ODS but upon looking at RSMO, it throws a error in the details tab unde

    • Persistent Data Question

      Hi all, As I was looking into implementing persistent data conversion, I tried something for giggle (see below), and I found out that I didn't actually have to do anything, to perform the conversion. This baffles me, and so if anyone could explain to

    • Functional requiremnts for table level entry from webui in crm 7.0

      Hi Experts. Please guide me how to give the functional requirements to the technical consultants. Also need to know how to navigate from the webui in crm 7.0, to get the table details. If i enter F2, I can see the details of the feild, I need to know

    • Free bumper cases wont work with car chargers

      Apple sent me a bumper and I tried it with a griffin car charger and it will not plug in as the cutout in the case is not large enough to fit the end of the cord. These have been around for a while and if you want to use them do not order the bumper.