Cannot access out object  Help Pls

Hi
In my jsp page , i had created some functions .. in those functions i am not able to access the out object
( out.println(" ")) . can any one of u explain me why i am not able to acces that ??.. i had attached the error given by the webserver . pls help me :)
Error Message Given by webserver --> Undefined variable or class name: out out.println( cal +" "+ iStartTime+" "+ iStartMin+" "+ iStartSec+" "+iEndTime+" "+iEndMin+" "+iEndSec);

Thanks for ur reply .. but i had already included that in my jsp files ....
pls see my declaration ..
<%@ page import="java.io.*"%>
<%@ page import="java.util.*"%>
<%@ page import="java.util.Date"%>
<%@ page import="java.sql.*"%>
<%@ page import="javax.servlet.*"%>
<%@ page import="javax.servlet.http.*" %>
I cannot access the out class ONLY in the function i had declared .. i can access the out class in other parts of the program

Similar Messages

  • "Site System Status Summarizer still cannot access storage object" after DB Move

    After our SCCM server was up and running, the DBAs moved the SQL Site Database to a new drive which is a supported SQL Operation according to this Support document:
    https://support.microsoft.com/en-us/kb/2709082
    Using the methods described by the above document we were able to restore functionality to SCCM but I am still seeing Informational messages in the SMS_SITE_SYSTEM_STATUS_SUMMARIZER component.
    Site System Status Summarizer still cannot access storage object "\\<SQLServer>\S$\SMS_<SQLServer>" on site system "\\<SQLServer>". The operating system reported error 67: The network name cannot be found.
    Possible cause: The site system is turned off, not connected to the network, or not functioning properly.
    Solution: Verify that the site system is turned on, connected to the network, and functioning properly.
    Possible cause: Site System Status Summarizer does not have sufficient access rights to connect to the site system and access the storage object.
    Solution: Verify that the accounts are properly configured to allow the site to connect to the site system and access the storage object.
    Possible cause: Network problems are preventing Site System Status Summarizer from connecting to the site system.
    Solution: Investigate and correct any problems on your network.
    Possible cause: You took the site system out of service and do not intend on using it as a site system any more.
    Solution: Remove the site system from the list of site systems used by this site; this list appears under Site Systems in the Configuration Manager Console.
    Possible cause: You accidentally deleted the storage object or took the storage object out of service.
    Solution: The components will eventually detect that the storage object no longer exists on the site system and will either recreate it or choose a new storage object. Monitor the status messages reported by other site components to verify that this
    occurs properly.
    The storage object has been inaccessible since "14/03/2015 1:23:20 AM". When you correct the problem and Site System Status Summarizer successfully accesses the storage object, Site System Status Summarizer will set the storage object's status
    to OK, providing that the storage object has sufficient free space.
    I have run a site reset to try and fix this but the site server still seems to be trying to access files on the old drive. Is there a method to get SCCM to start looking for these files on the NEW DB drive (H$) in my case?

    Was a site reset performed at all yet? This has to be done. 
    Torsten Meringer | http://www.mssccmfaq.de
    Yes, I tried a site reset prior to making this post. I was sure I had read that this should resolve the issue but unfortunately it seems a site reset did not resolve the issue.
    Since we are running a virtualized environment, is it possible the old drive has to still exist prior to running the site reset? If we add a small "S" drive back to the server and run the site reset again, might that help?

  • My computer crashed before i was able to deactivate my Visual Communicator 3 software.  Please help!  I have my disc, but cannot activate my software again.  I have several projects that I cannot access. Please help!

    My computer crashed before I was able to deactivate my Visual Communicator 3 software.  Please help!  I have my disc, but cannot activate my program again.  I have projects that I cannot access. Please help!

    I wish I could help, but I am in a similar situation.
    I need to deactivate it because we are getting rid of the computer it is on and are buying a new one. When I go to Help there is no Deactivate option. The only options are: "Help", "Hide Coach", "Tip of the Day", "Adobe Website", "Technical Support Website", "Frequently Asked Questions", "Check for Updates", "Register", "Download e-License..." (Greyed out), "Return e-License..." (Greyed out) and "About Adobe Visual Communicator 3". I spoke with support through chat and they said my product was no longer supported.
    Patrick

  • Thread safety bug in XPS Serializer or FixedDocument sequence? "calling thread cannot access this object..."

    Every once in a while (500 iterations or more) I'm getting an exception in the static method below stating "calling thread cannot access this object because a different thread owns it".  Thing is, this method references no external objects
    and performs no special threading operations.  All of the WPF objects are created and consumed in this method.  The only aspect that is multi-threaded is that this method can get called concurrently on different threads in the same app domain (the
    project is a Windows service). That said the fileToDecollate parameter will be unique every time, so there is no "collision" as far as that goes.
    Any ideas?   This is maddening and in theory it should not be possible to blow this error.
    Exception Information------------------------------------------
    System.InvalidOperationException: The calling thread cannot access this object because a different thread owns it.
       at System.Windows.Threading.Dispatcher.VerifyAccess()
       at System.Windows.DependencyObject.GetLocalValueEnumerator()
       at System.Windows.Xps.Serialization.SerializersCacheManager.GetTypeDependencyPropertiesCacheItem(Object serializableObject)
       at System.Windows.Xps.Serialization.SerializersCacheManager.GetSerializableDependencyProperties(Object serializableObject)
       at System.Windows.Xps.Serialization.SerializablePropertyCollection.InitializeSerializableDependencyProperties()
       at System.Windows.Xps.Serialization.SerializablePropertyCollection.Initialize(PackageSerializationManager serializationManager, Object targetObject)
       at System.Windows.Xps.Serialization.SerializableObjectContext.CreateContext(PackageSerializationManager serializationManager, Object serializableObject, SerializableObjectContext serializableObjectParentContext, SerializablePropertyContext serializablePropertyContext)
       at System.Windows.Xps.Serialization.ReachSerializer.DiscoverObjectData(Object serializedObject, SerializablePropertyContext serializedProperty)
       at System.Windows.Xps.Serialization.ReachSerializer.SerializeObject(Object serializedObject)
       at System.Windows.Xps.Serialization.FixedDocumentSerializer.SerializeObject(Object serializedObject)
       at System.Windows.Xps.Serialization.ReachDocumentReferenceSerializer.PersistObjectData(SerializableObjectContext serializableObjectContext)
       at System.Windows.Xps.Serialization.ReachSerializer.SerializeObject(Object serializedObject)
       at System.Windows.Xps.Serialization.ReachDocumentReferenceCollectionSerializer.SerializeDocumentReference(Object documentReference)
       at System.Windows.Xps.Serialization.ReachDocumentReferenceCollectionSerializer.SerializeDocumentReferences(SerializableObjectContext serializableObjectContext)
       at System.Windows.Xps.Serialization.ReachDocumentReferenceCollectionSerializer.PersistObjectData(SerializableObjectContext serializableObjectContext)
       at System.Windows.Xps.Serialization.ReachSerializer.SerializeObject(SerializablePropertyContext serializedProperty)
       at System.Windows.Xps.Serialization.ReachSerializer.SerializeProperty(SerializablePropertyContext serializablePropertyContext)
       at System.Windows.Xps.Serialization.ReachSerializer.SerializeProperties(SerializableObjectContext serializableObjectContext)
       at System.Windows.Xps.Serialization.ReachSerializer.SerializeObjectCore(SerializableObjectContext serializableObjectContext)
       at System.Windows.Xps.Serialization.DocumentSequenceSerializer.PersistObjectData(SerializableObjectContext serializableObjectContext)
       at System.Windows.Xps.Serialization.ReachSerializer.SerializeObject(Object serializedObject)
       at System.Windows.Xps.Serialization.XpsSerializationManager.SaveAsXaml(Object serializedObject)
       at System.Windows.Xps.XpsDocumentWriter.SaveAsXaml(Object serializedObject, Boolean isSync)
       at System.Windows.Xps.XpsDocumentWriter.Write(FixedDocumentSequence fixedDocumentSequence)
       at MyCompany.Utilities.Document.XPSDocument.Decollate(String fileToDecollate, String outputPath) in E:\Projects\MyCompany\Utilities\MyCompany.Utilities.Document\XPSDocument.cs:line 358
       at MyCompany.Services.ERM.XPSCapture.Decollate(String fileToDecollate, String outputPath) in E:\Projects\MyCompany\Services\MyCompany.Services.ERM\XPSCapture.cs:line 210
       at MyCompany.Services.ERM.ERMFileProcessor.decollateERMFile(String tempERMFile, IFileCapture fileCapture) in E:\Projects\MyCompany\Services\MyCompany.Services.ERM\ERMFileProcessor.cs:line 1257
       at MyCompany.Services.ERM.ERMFileProcessor.process() in E:\Projects\doc-link\MyCompany\Services\Altec.Services.ERM\ERMFileProcessor.cs:line 354
       at MyCompany.Services.ERM.ERMFileProcessor.Process(ProcessingCompleteCallback callback) in E:\Projects\MyCompany\Services\MyCompany.Services.ERM\ERMFileProcessor.cs:line 90
    Additonal Info------------------------------------------
    ExceptionManager.MachineName: BTP-30-DEV
    ExceptionManager.WindowsIdentity: XXXXX-WA\Bradley
    ExceptionManager.FullName: WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
    ExceptionManager.AppDomainName: MyCompany.XXXXXXServiceHost.exe
    ExceptionManager.ProcessInfo: PID=7392, ThreadID=7816, Managed ThreadID=36, Name=MyCompany.XXXXXXServiceHost, Uptime=00:02:12.2548416
    ExceptionManager.ProcessResourceUsage: Working Set=265188 KB, Peak Working Set=525940 KB, Virtual Memory Size=530264 KB, Peak VM Size=809832 KB, Handles=631
    ExceptionManager.SystemMemory: Load=81%, Total Physical=3168748 KB, Free Physical=586736 KB, Total PageFile=5213700
    publicstaticList<string>
    Decollate(stringfileToDecollate,
    stringoutputPath)
      // iterate fixed documents and fixed pages, create new XPS files
    List<string>
    xpsDecFiles = newList<string>();
      using(XpsDocumentxpsSourceDocument
    = newXpsDocument(fileToDecollate,
    FileAccess.Read))
        FixedDocumentSequencefixedDocSeq
    = xpsSourceDocument.GetFixedDocumentSequence();
        intpageNumber = 0;
        foreach(DocumentReferencedocReference
    infixedDocSeq.References)
          FixedDocumentsourceFixedDoc
    = docReference.GetDocument(false);
          foreach(PageContentpage
    insourceFixedDoc.Pages)
            pageNumber++;
            // prepare new fixed doc sequence
    FixedDocumentSequencenewFixedDocSeq
    = new
    FixedDocumentSequence();
    DocumentReferencenewDocReference
    = new
    DocumentReference();
    FixedDocumentnewFdoc
    = new
    FixedDocument();
    newDocReference.SetDocument(newFdoc);
    // copy the page
    PageContentnewPage =
    new
    PageContent();
    newPage.Source = page.Source;
    (newPage asIUriContext).BaseUri
    = ((IUriContext)page).BaseUri;
    // tickle this method... presumably just to load the FixedPage data.
    FixedPagenewFixedPage
    = newPage.GetPageRoot(false);
    // Add page to fixed doc sequence.
    newFdoc.Pages.Add(newPage);
    // Always do this last: add document reference to fixed doc sequence. 
    newFixedDocSeq.References.Add(newDocReference);
    // create and save new XPS doc                   
    stringdecFileName =
    Path.Combine(outputPath,
    Path.GetFileNameWithoutExtension(fileToDecollate)
    + "~"+ (pageNumber).ToString()
    + FileExtensions.XPS);
    if(File.Exists(decFileName))
    File.Delete(decFileName);
    XpsDocumentnewXPSDoc
    = new
    XpsDocument(decFileName,
    FileAccess.ReadWrite);
    // testing.  thread IDs should be the same.
    //Debug.Assert(System.Windows.Threading.Dispatcher.CurrentDispatcher.Thread.ManagedThreadId == newFixedDocSeq.Dispatcher.Thread.ManagedThreadId);
    XpsDocument.CreateXpsDocumentWriter(newXPSDoc).Write(newFixedDocSeq);
    newXPSDoc.Close();
    // add file to list
    xpsDecFiles.Add(decFileName);
      returnxpsDecFiles;

    I have opened a support case with Microsoft through my employer.  I'm convinced there is some .NET framework code that is not thread safe.  I did put together a test harness app that demonstrates the problem (within 30 seconds or so after
    you start it) and I sent that to MS support.  They're looking into it. Anyone else who is curious can download the sample project here:
    https://skydrive.live.com/redir?resid=5CBB4B55BCCB2D67!443&authkey=!AGEnR3CKrXUU6E0
    Bradley
    Bradley P.

  • Cannot access null object reference in flex

    Hi All,
    Please provide me the solution ASAP....for the below error........
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
        at Components::References/communicationServicesPort_resultHandler()[C:\Documents and Settings\xp\Adobe Flash Builder 4 Plug-in\LawPadPDA\src\Components\actionscript\ReferenceAS.as:345]
        at Components::References/__communicationServicesPort_result()[C:\Documents and Settings\xp\Adobe Flash Builder 4 Plug-in\LawPadPDA\src\Components\References.mxml:40]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at com.adobe.fiber.services.wrapper::AbstractServiceWrapper/http://www.adobe.com/2008/flex/model/internal::propagateEvents()[C:\depot\DataServices\bra nches\lcds_modeler101\frameworks\projects\fiber-swc\src\com\adobe\fiber\services\wrapper\A bstractServiceWrapper.as:200]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.rpc::AbstractService/dispatchEvent()[E:\dev\4.0.0\frameworks\projects\rpc\src\mx\rpc\A bstractService.as:333] 
        at mx.rpc.soap.mxml::WebService/dispatchEvent()[E:\dev\4.0.0\frameworks\projects\rpc\src\mx\ rpc\soap\mxml\WebService.as:267] 
        at mx.rpc::AbstractOperation/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[E:\dev\4.0.0\frameworks\pro jects\rpc\src\mx\rpc\AbstractOperation.as:254] 
        at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[E:\dev\4.0.0\frameworks\projec ts\rpc\src\mx\rpc\AbstractInvoker.as:318] 
        at mx.rpc::Responder/result()[E:\dev\4.0.0\frameworks\projects\rpc\src\mx\rpc\Responder.as:5 6] 
        at mx.rpc::AsyncRequest/acknowledge()[E:\dev\4.0.0\frameworks\projects\rpc\src\mx\rpc\AsyncR equest.as:84] 
        at DirectHTTPMessageResponder/completeHandler()[E:\dev\4.0.0\frameworks\projects\rpc\src\mx\ messaging\channels\DirectHTTPChannel.as:446] 
        at flash.events::EventDispatcher/dispatchEventFunction() 
        at flash.events::EventDispatcher/dispatchEvent() 
        at flash.net::URLLoader/onComplete() 
    private function communicationServicesPort_resultHandler(event:ResultEvent):void{
                str = new ArrayCollection();
                if (event.token.result as ArrayCollection) { // When result contains more than one string
                    str = event.token.result as ArrayCollection;
                    if(str.length <= 15){ 
                        if(str.length<15)
                            nextLabel.enabled =false ; //  Here i am getting error for not accessing nextlabel i.e id of next button
                        else {
                            nextLabel.enabled =true ;
                        referenceDG.dataProvider = str; //Here i am getting error
                else {// When result contains single string or validation message
                    str = new ArrayCollection([event.result]);
                    if(str[0] == "NULL"){
                        str[0]= "                              Sorry! No Search Results Found... Please do search again..........          ";
                        nextLabel.enabled = false;
                    referenceDG.dataProvider = str;

    Hi,
    Thanks for ur reply,,
    I have posted u with some more code snippets .....please provide me solution ASAP
    Reference.mxml
    <s:HGroup width="1003" height="45" gap="2">
                <mx:Image id="judgements" width="98" minHeight="10" click="this.createMenu('judgements',JudgementsXMLTag)" buttonMode="true"
                          maxHeight="350" maxWidth="250" height="41" source="assets/images/ReferencesImages/JudgementsImg.jpg" left="0"/>
       </s:HGroup>
    <mx:Canvas id="datagrid" width="100%" height="100%">
                    <mx:VBox width="100%" height="100%" paddingBottom="5" paddingLeft="1" paddingRight="0"
                             paddingTop="10" verticalScrollPolicy="off" horizontalScrollPolicy="off">
                        <mx:DataGrid id="referenceDG" itemClick="openFile(event)"     //datagrid
                                     width="100%" height="100%" showHeaders="false"
                                     alternatingItemColors="[#ffffff,#ffffff]">
                            <mx:columns>
                                <mx:DataGridColumn dataField="*" fontWeight="normal" visible="false"
                                                   direction="ltr" fontGridFitType="pixel" color="#000000"
                                                   fontSize="12" fontStyle="normal" fontFamily="Verdana"
                                                   wordWrap="true" resizable="false" width="14"/>
                                <mx:DataGridColumn dataField="*" fontWeight="normal" labelFunction="SplitFunc" 
                                                   direction="ltr" fontGridFitType="pixel" color="#000000"
                                                   fontSize="12" fontStyle="normal" fontFamily="Verdana"
                                                   wordWrap="true" resizable="false" width="14"/>
                            </mx:columns>
                        </mx:DataGrid>
                        <mx:HRule width="968"/>
                        <mx:HBox horizontalAlign="right" width="968">
                            <mx:LinkButton id="prevLabel" label="Prev" fontWeight="bold" enabled="{counter>1}" click="prv_clickHandler(event)" color="#FF8800"/>  //Previous button
                            <mx:LinkButton id="nextLabel" label="Next" fontWeight="bold" click="nxt_clickHandler(event)" color="#FF8800"/>
    //Next Button
                        </mx:HBox>
                    </mx:VBox>
    </mx:Canvas>
    private function createMenu(btnName:String,xmlTag:XML):void {   //On click of judgements image
                /*reader.htmlText="";*/
                menu = new ScrollableArrowMenu();
                menu = ScrollableArrowMenu.createMenu(null,xmlTag, false);
                menu.labelField="@label";
                menu.verticalScrollPolicy =  ScrollPolicy.OFF;
                menu.arrowScrollPolicy =  ScrollPolicy.AUTO;
                menu.maxHeight=350;
                menu.maxWidth=250;
                var pt:Point = new Point(0, 40);
                    menu.addEventListener(MenuEvent.ITEM_CLICK,JudgementsMenuBar_itemClickHandler); ///menu item click event listener
                    pt = judgements.localToGlobal(pt);
                menu.show(pt.x, pt.y);
    protected function JudgementsMenuBar_itemClickHandler(event:MenuEvent):void /// On dropdown menu item click
                //Alert.show("Data under process","No Data");
                searchTxt.text ="";
                searchFlag = false;
                judgementItemLabel = null;
                var judgementItemLabel:String = null;
                judgementItemLabel = event.item.@label;
                var judgementItemLabelSplit:String = null;
                var judgementItemLabelSplitArray:Array = new Array();
                judgementItemLabelSplitArray = judgementItemLabel.split(" ");
                judgemntItemLabelAfterSplit=judgementItemLabelSplitArray[0];
                judgementsTtlWndw = PopUpManager.createPopUp(this, JudgementMenubarClickPopup, true) as JudgementMenubarClickPopup;   /// opening a pop up.... once th user enters the I/P iam dispatching the event from popup
                judgementsTtlWndw.addEventListener(ReferenceJudgementsEvent.SEARCH_CLICK_EVENT,searchButt onClickPopUp); //event listener for dispatched event from popup
                judgementsTtlWndw.judgementMess.text = " Please Enter Furthur Keywords to be Searched with respect to " + event.item.@label;
                judgementsTtlWndw.judgementitemlabelSplitPopUp.text = judgemntItemLabelAfterSplit+"btn";
                PopUpManager.centerPopUp(judgementsTtlWndw);
    private function searchButtonClickPopUp( event:ReferenceJudgementsEvent ) : void
                judgementFileDownloadString = event.judgementUserIp;
                searchButtonClick();
    public function searchButtonClick():void {
                    RefTxtInput = StringUtils.stripTags(judgementFileDownloadString);
                    judgementFileDownloadString = null;
                    searchFlag = false;
                    counter = 1;
                    getSearchEngineForReferencePageResult.token = lawPadCommunicationServicesPort.getSearchEngineForReferencePage(RefTxtInput, 15, counter);
    /////////////LawPad Search//////////////////////////
            private function lawPadCommunicationServicesPort_resultHandler(event:ResultEvent):void{
                str = new ArrayCollection();
                if (event.token.result as ArrayCollection) { // When result contains more than one string
                    str = event.token.result as ArrayCollection;
                    if(str.length <= 15){ 
                        if(str.length<15)
                            nextLabel.enabled =false ;
                        else {
                            nextLabel.enabled =true ; //error at this point
                        referenceDG.dataProvider = str; //error at this point

  • Network Magic v 5.5 I cannot access the online help from the links within NM

    When I try to access the online help from any link button in NM V5.5 including the main help > Help center > Network magic help, the browser will open and resolve address ,  Status bar will state done but I have a blank page.
    The URL in the address bar is
    http://go.purenetworks.com/redir/webhelp/nm/_cover.htm?pn=nm&a=5.5.9195.0&as=0&ad=2&bt=shp&b=Pure&dc=Pure0.LinksysRouterSetup&dt=OLN&k=1611759616&ct=cisco&ag=d9429c0fe2fd40b9&g=d04c74e28eb95300%2Cb2610a4f03b2f988&lcid=1033&ulcid=2057&am=99&it=upgrade
    I am running windows 7 Ultimate,  have tried 
    Firefox  3.6 and
    IE 8.0  -- I have put the Url into the trusted zone  and the web page will again show up as done and status bar shows trusted zone
    I have tried all this with my Firewall & AV (Kaspersky Internet Security 2010) both on and disabled
     NB  The "ask linskys link works" as does the "community forums"
    The Main help > Help center >Getting Started also works.
    ( I am running the WRT610N Router set up by Network Magic)
    Many Thanks

    I've seen this too use http://support.networkmagic.com
    Mikro the Owner of the Linksys BEFCMU10_V4-UG Modem & The BEFSR41v4 Router.

  • Reg: Full outer join help pls

    hi friends,
    i have created the following query using full outer join
    pls help me.
    Thanks
    Rajesh
    Message was edited by:
    Rajesh.mani

    I'm not sure if there should be a AND before FULL OUTER JOIN clause. I've always been reluctant to use ANSI syntax. here you can check the actual syntax. Bu then, from now on, try to keep quote your query between [pre] and [/pre] tags to preserve the format.
    Cheers
    Sarma.

  • Create a dynamic object HELP PLS!!! URGENT

    hi
    I would like to create an object(e.g. a torch ... this will be created using 3D MAX or VRML) which can be viewed in an applet, where the object will dynamically grow by just keying in values. Is this possible?? If so can you pls tell me how OR point me to the right directions on where i can find more information. Thx in advance!!!

    It's definitely possible. I have seen quite a few people
    with interactivity problems, though, after loading their
    objects from files. You will have to interfere with the
    object creation process enough to allow changes to your
    object after getting your scene live. This is the first
    you will need to check: How to set the capabilities for
    your loaded object. Second, I would advise you to have
    a look at transforming and translating. You will need to
    define transformations which - when applied to some
    object - result in changing its size. It would probably
    be easier to use distance instead of real resizing. In
    other words: The object at the beginning is some distance
    away, when you start "enlarging" it, it is moved closer
    to the viewer, thereby visually growing. Truly enlarging
    something to scale will be a lot more difficult, I'd
    think. Oh, and one other thing, since you said, it should
    be an applet: You DO know, that Java 3D by default is not
    supported by browsers without first installing the Java 2
    and Java 3D plugins, right?
    Jens

  • Recent Itunes upgrade, now cannot access store, PLZ Help

    My Itunes was working perfectly until I did the recent upgrade. Now I cannot connect to the store. The connections are the same, only change was the upgrade.
    I ran the restore feature in windows to roll back to earlier time, but still having same problem.
    I would gladly uninstall Itunes and Quicktime and reinstall fresh, if I knew _how to save the 300 album cover artwork and playlists and purchased items_ I had saved in itunes to link to my apple t.v.
    Any help would be greatly appreciated

    Scroll down through this : http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-backing -up-your-itunes-library/
    and it will tell you what folder in iTunes contains what you want to preserve.
    Copy those folders to a safe location and then, after the new install, move them back to the correct locations.

  • I updated to FF 4 and now cannot access Windows Media-help please

    I recently upgraded to FF 4. Since then, I am unable to play music or open email with a Windows Media attachment. When I try, I get the following message: "windows media player encountered a problem" I'm given two choices - "close or help". I tried "help" but the possible solutions did not fix the problem.

    same here anthoneyc, upgraded my iphone 4 and ipad2 to ios5 using my friends laptop, went home, then upgraded my itunes to 10.5, after which i synced my iphone it worked fine, then connected the ipad2, it just froze on stage 2. contacted apple support and told them that i managed to sync my iphone but not the ipad. i was told to :
    1. uninstall itunes using their recommended steps. did that, still have the same problem.
    2. i was told to wait for max of 3 hours, stupidly i did that. still froze at step2.
    3. i was told to try to sync it on a different computer. did that as well, but still having the same problems.
    i then phoned the nearest apple store, told me to restore the ipad using itunes. did that and the whole f thing just froze, now i can't even use the ipad. i was then told to book it in for inspection and hope that they find a fix, or they will have to replace the unit.

  • TS1702 Help cannot access my AppStore after updating my ipad2 to iOS 6

    I updated my software into iOS 6. After the update I noticed that the you tube apps is gone and I started to open my AppStore but I can't access it... What will I do??? I tried to reset everything but still I cannot access the AppStore . Pls help me. Tnx

    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
    YouTube is  not now part of iOS 6. However, you can download the YouTube app at http://itunes.apple.com/app/youtube/id544007664.
    See this similar post https://discussions.apple.com/thread/4335468?tstart=30
     Cheers, Tom

  • I paid for membership and cannot access the program please help???????

    I paid for the program and cannot access it please help may i talk to someone?

    Did you install the trial or any update version?
    What were the instructions when you purchased?

  • Firefox 9.0, I cannot access Netflix web sight, but I can access it with IE, tried clearing cache & cookies stil cnnot access Netflix.

    I use Firefox 9.0, I cannot access Netflix web sight, but I can access it using IE, I tried clearing the cache & cookies, but I still cannot access it. Help.

    Try looking at [[Error loading web sites]] first.

  • TS3899 For my email account of Yahoo, I can receive emails but I CANNOT sent out emails.

    For email function of the IPhone, I can receive emails but CANNOT send out emails. Pls assist.

    Are you getting any errors?
    Try this:
    http://www.apple.com/support/iphone/assistant/mail/

  • Once I downloaded the new IOS 5.0 I've lost all of my photos that were stored on my PC, and I no longer have access to them on the IPOD.  Cannot figure out what has happened.  Please help.

    Once I downloaded the new IOS 5.0 I've lost all of my photos that were stored on my PC, and I no longer have access to them on the IPOD.  Cannot figure out what has happened.  Please help.

    Thanks lllaass, but I am not computer literate and do not understand exactly what it is I am supposed to do.  All of my photos were stored on Microsoft Windows Live Photo Gallery.  When I now access the gallery the only thing that is there are the folders with the title of the folders.  The pictures that were in those folders are now gone. I can no longer access them on my IPOD either.  My photo library on my IPOD is now empty. 
    Thanks again for your help.

Maybe you are looking for

  • Install gcc 3.2.3 on Solaris 9

    Have installed Sol 2.9 on a SparcStation 4, now trying to get GCC onto it. However, the "make bootstrap" command from the html documentation does not work. It asks for a valid copy of 'cc' which I do not have, which was the reason I am trying to inst

  • Random Questions not selecting Pool

    Intermittently, a pool question is bypassed in Cap6. I have 3 random questions slides, each linked to one of three pools.  I named each question Q1P1, Q2P1, etc. for tracking purposes.  Not all pools are having questions used. Has anyone else been ab

  • TS1702 Can't connect with iMessage

    Everything just stopped working. Now when I try to log on to my I message it tells me to check my Internet settings, but I'm connected to wifi.

  • EA slow to open compositions

    Is it just an impression, or my computer, but it seems that EA is very slow to open files. I get a large white rectangle first and have to wait for the composition however simple it is to stabalise and open.

  • HCM & HR version details

    Hi,    I am new to SAP HCM and to start with I am interested from where SAP HR started, i.e. from which R/3 version and what were the changes that came through with differenct support packs and new R/3 versions finally to ECC system. Can someone prov