Upgrading Tomcat 5.0.27 to Tomcat 5.5 for BO XI R2 SP3

When upgrading Tomcat 5.0.27 to Tomcat 5.5 for BO XI R2 SP3 do you have to redeploy the war files for SP3?

This is from 1198389 - Deploying WAR Files in Tomcat 5.5.
1)      Stop Tomcat.
2)      Copy cewcanative.jar from "C:Program FilesBusiness ObjectsBusinessObjects Enterprise 11.5javaapplications" to "Tomcat 5.5sharedlib".
3)      Add the following System Environment Variable:
Variable Name: Path
Variable Value: C:Program FilesBusiness ObjectsBusinessObjects Enterprise 11.5win32_x86
4)      Create XML files in "Tomcat 5.5confCatalinalocalhost" as follows:
NOTE: The name of the XML file is directly related to the Context path.
XML File Name: businessobjects.xml
XML Contents:
5)      Rename the XML Files you just created to prepare for the deployment order as follows:
businessobjects.xml à businessobjects.xmlB
businessobjects#enterprise115#adminlaunch.xml à businessobjects#enterprise115#adminlaunch.xmlB
jsfadmin.xml à jsfadmin.xmlB
businessobjects#enterprise115#desktoplaunch.xml à businessobjects#enterprise115#desktoplaunch.xmlB
6)      Reboot the server (required).
7)      Start Tomcat.
8)      Rename the XML Files in the following order:
NOTE: watch the processor utilization of the server to ensure that the WAR file is deployed before moving on to the next one.
businessobjects.xmlB à businessobjects.xml
businessobjects#enterprise115#adminlaunch.xmlB àbusinessobjects#enterprise115#adminlaunch.xml
jsfadmin.xmlB à jsfadmin.xml
businessobjects#enterprise115#desktoplaunch.xmlB à businessobjects#enterprise115#desktoplaunch.xml

Similar Messages

  • Upgraded from Tomcat 3.3.1 to Tomcat 4.0.4 receiving Stack

    I moved my war file into my new Tomcat 4.0.4 webapps directory since I
    need to upgrade in order to use some 'other' tags and I'm receiving
    the following stacktrace when I try to hit the first page in my
    application....
    Any ideas as to why this is occurring?
    StackTrace Below:
    Application Error
    javax.servlet.ServletException: Invalid request - request handler
    "VoyagerLogin"
    not found
    at
    com.iplanet.jato.ApplicationServletBase.onRequestHandlerNotFound(Appl
    icationServletBase.java:1153)
    at
    com.iplanet.jato.ApplicationServletBase.fireRequestHandlerNotFoundEve
    nt(ApplicationServletBase.java:977)
    at
    com.iplanet.jato.ApplicationServletBase.getViewBeanInstance(Applicati
    onServletBase.java:717)
    at
    com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationSer
    vletBase.java:429)
    at
    com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase
    .java:312)
    at
    com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.
    java:282)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:243)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:190)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve
    .java:246)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2347)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:180)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
    468)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:174)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.connector.http.HttpProcessor.process(HttpProcesso
    r.java:1027)
    at
    org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.ja
    va:1125)
    at java.lang.Thread.run(Thread.java:536)

    There's definitely something wrong with my application directory or
    the .war file because I can run the JatoSample and the JatoTutorial
    applications fine from within Tomcat-4.0.4.....
    --- In SunONE-JATO@y..., "Craig V. Conover" <craig.conover@s...>
    wrote:
    Send me the war file with source. I'll see if I can run it on mymachine
    or figure out what the issue is.
    send to: craig.conover@s...
    craig
    chubbykidd wrote:
    Total disaster. My application will not work. I've closed all
    instances of Netscape and even logged off the SunRay I'm working on
    and I still get the same error. I then took your advice and
    downloaded
    Resin and installed it. Now when I hit the following URL...
    http://localhost:8080/Voyager/voyagermodule/VoyagerLogin I receivean
    'Application Error' page which states "Invalid request - request
    handler VoyagerLogin not found"
    I don't know what to do, I'm running out of possiblities...
    Help :-/
    --- In SunONE-JATO@y..., "Craig V. Conover" <craig.conover@s...>
    wrote:
    This will happen if the browser was already running, but you say
    you
    closed your browsers first. Make sure all instances of the browser
    are
    closed. For IE, when you launch one IE instance from another
    (Ctrl-N),
    they share the same process space.
    For Netscape, all instances always share the same process space.
    This
    includes the Mail client, so be sure all of them have been closed.
    I might suggest test running in Resin from Caucho (www.caucho.com)
    to
    make sure it's not a Tomcat bug or setup/install issue. Resin
    installs
    with just an unzip, and drop the war file in the webapps dir, and
    start
    the server.
    c
    chubbykidd wrote:
    I deleted my jakarta-tomcat-3.3.1 directory and now I'm getting a
    different error when I try to hit the first page in my
    application:
    >>>>
    The URL of my app is:
    http://localhost:8080/Voyager/voyagermodule/VoyagerLogin
    StackTrace below.... I've restarted tomcat after this stack was
    thrown
    and I've also closed my browsers and started over and I keep
    getting
    the same outcome....
    javax.servlet.ServletException: This session has timed out
    at
    com.iplanet.jato.ApplicationServletBase.onSessionTimeout(ApplicationServletBas\
    e.java:1075)
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.fireSessionTimeoutEvent(ApplicationSer\
    vletBase.java:941)
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.fireSessionEvents(ApplicationServletBa\
    se.java:649)
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.\
    java:427)
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase.java:312\
    >>>
    >>>
    at
    com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.java:282)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFi\
    lterChain.java:247)
    >>>
    >>>
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChai\
    n.java:193)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java\
    :243)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java\
    :190)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566\
    >>>
    >>>
    at
    org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2347)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566\
    >>>
    >>>
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.ja\
    va:170)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564\
    >>>
    >>>
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564\
    >>>
    >>>
    at
    org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:468)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:564\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:1\
    74)
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline.java:566\
    >>>
    >>>
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.connector.http.HttpProcessor.process(HttpProcessor.java:10\
    27)
    >>>
    >>>
    at
    org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.java:1125)
    at java.lang.Thread.run(Thread.java:536)
    [85] wb138834@s...:
    --- In SunONE-JATO@y..., Todd Fast <Todd.Fast@S...> wrote:
    This error means the page/ViewBean you requested was not found.
    What is the
    URL you are using? Also make sure everything is compiled.
    Todd
    ----- Original Message -----
    From: "chubbykidd" <bacon33@o...>
    Sent: Thursday, August 29, 2002 11:13 AM
    Subject: [SunONE-JATO] Upgraded from Tomcat 3.3.1 to Tomcat
    4.0.4
    >>>>>
    >>>>>
    >>>>>
    >>>>>
    receiving
    Stack
    I moved my war file into my new Tomcat 4.0.4 webapps directory
    since I
    need to upgrade in order to use some 'other' tags and I'm
    receiving
    the following stacktrace when I try to hit the first page in my
    application....
    Any ideas as to why this is occurring?
    StackTrace Below:
    Application Error
    javax.servlet.ServletException: Invalid request - request
    handler
    "VoyagerLogin"
    not found
    at
    com.iplanet.jato.ApplicationServletBase.onRequestHandlerNotFound(Appl
    icationServletBase.java:1153)
    at
    com.iplanet.jato.ApplicationServletBase.fireRequestHandlerNotFoundEve
    nt(ApplicationServletBase.java:977)
    at
    com.iplanet.jato.ApplicationServletBase.getViewBeanInstance(Applicati
    onServletBase.java:717)
    at
    com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationSer
    vletBase.java:429)
    at
    com.iplanet.jato.ApplicationServletBase.doPost(ApplicationServletBase
    .java:312)
    at
    com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBase.
    java:282)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:243)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:190)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve
    .java:246)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:
    2347)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:180)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatche
    rValve.java:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:170)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:
    468)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:564)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:174)
    at
    org.apache.catalina.core.StandardPipeline.invokeNext(StandardPipeline
    .java:566)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav
    a:472)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:943)
    at
    org.apache.catalina.connector.http.HttpProcessor.process(HttpProcesso
    r.java:1027)
    at
    org.apache.catalina.connector.http.HttpProcessor.run(HttpProcessor.ja
    va:1125)
    at java.lang.Thread.run(Thread.java:536)
    To download the latest version of JATO, please visit:
    http://www.sun.com/software/download/developer/5102.html
    For more information about JATO, please visit:
    http://developer.iplanet.com/tech/appserver/framework/index.jsp
    To download the latest version of JATO, please visit:
    http://www.sun.com/software/download/developer/5102.html
    For more information about JATO, please visit:
    http://developer.iplanet.com/tech/appserver/framework/index.jsp
    To download the latest version of JATO, please visit:
    http://www.sun.com/software/download/developer/5102.html
    For more information about JATO, please visit:
    http://developer.iplanet.com/tech/appserver/framework/index.jsp

  • Upgradation of tomcat from 3.2 to tomcat 5.5

    Hello,
    Does anybody knows how to upgrade the web application running in tomcat 3.2 to tomcat 5.5.
    Thanks

    Hi,
    Sorry but that isn't related to Java programming, and it's a question that is specific to Tomcat. I would google for a Tomcat forum or mailing list.
    Kaj

  • If I upload new class for Tomcat It necessarily to restart tomcat or not?

    If I upload new class for Tomcat It necessarily to restart tomcat or not?
    If it not, How can I do that?
    Thank you.

    For me you need to restart.
    I don't know why but...

  • Upgrade 8.0.6 to 8.1.5 intrusctions for NT

    Does anyone have instructions for upgrading Oracle 8.0.6 to 8.1.5 on NT?
    Thanks

    server A is dedicated for oracle database ( oracle database is 10.2.0.3)
    server B is dedicated for oracle application. ( oracle 12.0.6)
    oracle application installed on two server like below
    concurrent server are installed on (server A)
    and all others component installed on (server B)
    i need to upgrade from 12.0.6 to 12.1.1
    for that i have below question
    1. what is the upgrade path should i use1) Upgrade 12.0.6 to 12.1.1
    Oracle E-Business Suite Release 12.1.1 Maintenance Pack Installation Instructions [ID 752619.1]
    2) Upgrade 12.1.1 to 12.1.3
    Oracle E-Business Suite Release 12.1.3 Now Available
    https://blogs.oracle.com/stevenChan/entry/ebs_1213_available
    3) Upgrade your database to 11.2.0.3 – Interoperability Notes EBS R12 with Database 11gR2 [ID 1058763.1]
    Please note that you can upgrade your database prior to 12.1.1/12.1.3 upgrade.
    2. 12.1.1 is latest release ?No, 12.1.3
    3. anyone can suggest me any action plan .Already did above.
    4. i have two full days to down our application , 2 days is enough or do i need more time?Depends on the hardware resources you have. How many CPUs are running on the server?
    Please try this upgrade in a TEST instance which has a resources close to your production to estimate the time it takes.
    Thanks,
    Hussein

  • Can I use my new 4gs on a line different then the one it was upgraded on. I have many phones on my account. I am not eligible for upgrade but I had to buy two new phones for others. Can I give one of them my old iPhone 4 and take the 4gs.?

    I have many phones on my account. I am not eligible for upgrade but I had to buy two new phones for others. Can I give one of them my old iPhone 4 and take the 4gs? Thinking maybe switch sim cards? Thanks in advance for any help

    Yes.
    Just call your provider and tell them what you want and they will help you get it done properly.

  • Photos does not support external editing like iPhoto. Is there likely to be an upgrade to change this or will I abandon Photos for software that does support editing in Photoshop?

    Photos does not support external editing like iPhoto. Is there likely to be an upgrade to change this or will I abandon Photos for software that does support editing in Photoshop?

    iPhoto does work and there is an upgrade:
    Go to the App Store and check out the Purchases List. If iPhoto is there then it will be v9.6.1
    If it is there, then drag your existing iPhoto app (not the library, just the app) to the trash
    Install the App from the App Store.
    Sometimes iPhoto is not visible on the Purchases List. it may be hidden. See this article for details on how to unhide it.
    http://support.apple.com/kb/HT4928
    One question often asked: Will I lose my Photos if I reinstall?
    iPhoto the application and the iPhoto Library are two different parts of the iPhoto programme. So, reinstalling the app should not affect the Library. BUT you should always have a back up before doing this kind of work. Always.

  • After upgrading to 10.7.2, my iMac works fine for 40-50 minutes, then slows to a crawl.  Restart gets back to normal, then 40 minutes later need to restart again.  Thought about reinstalling Lion through Lion Recovery, but says my hard disk is locked?

    After upgrading to 10.7.2, my iMac works fine for 40-50 minutes, then slows to a crawl.  Restart gets back to normal, then 40 minutes later need to restart again.  Thought about reinstalling Lion through Lion Recovery, but won't let me, says my hard disk is locked?  Any suggestions?

    Launch the Terminal app in /Utilities/, run these two commands (copy & paste each one separately and hit the return key):
    sudo chflags 0 /volumes/*
    sudo chmod a+rx /volumes/*
    at the Password: prompt, type in your admin password, carefully since nothing displays on the screen, and hit the return key. These should unlock your drives. You might have to restart.

  • Is it possible to upgrade to lion or do I have to wait for mountain lion?

    Is it possible to  still upgrade to Lion or do I have to wait for Mountain Lion later in July?  I currently have Snow Leopard and upgraded RAM to 4GB on an older iMac Core Duo in order to use iCloud features in Lion.  Also, I'm wanting to upgrade iMovie and iPhoto, but I'm having difficulty finding a download link that will let me do it online without going through the App Store, and it says I need to be running 10.7.  I feel like I'm in an "obsolete" double bind until I upgrade to Mountain Lion and it isn't possible yet.  I'm wanting to use iMovie 8 or higher in order to download AVCHD video.  I just bought a new camera that shoots AVCHD and I can't download any HD video,  nor can I find any of my old video which used to be on iPhoto and would open w/ Quick Time.  User friendly Mac is no longer so intuitive.

    Yes, you can purchase Lion as well as iPhoto and iMovie from the App Store. But before you can do that you must update Snow Leopard to 10.6.8 by installing the Mac OS X 10.6.8 Update Combo v1.1 update. Then you can sign into the App Store with your Apple ID and password, locate the items you want, purchase them, and download them to your computer.

  • After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the

    After upgrading to OS Mavericks, I realized that the Partition for Windows is gone. I have really important data on this drive without a back up. Is there any way I can get this data before reformatting. Is there any third party software for receiving the data or any possible way? Money is not a limitation to this fix. Please help!!!

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • My itunes library has organically grown from more than one itunes account but all now on a separate computer.  If I upgrade to iTunes match will I have to pay for each account?

    My itunes library has organically grown from more than one itunes account (all paid for by me) but all now on a separate computer.  If I upgrade to iTunes match will I have to pay for each account or just once, for the computer?

    No.  Provided the computer that you use to upload / match your Songs is authorised to play all of the Songs all works well - once complete you can download Song files that will play on your libraries / other computers without each computer having to be authorised.

  • I just upgraded to mountain lion and all my mail folders for storing all old emails are gone. How do I get them back?

    I just upgraded to mountain lion and all my mail folders for storing all old emails are gone. How do I get them back?

    Buffzap,
    Make sure that you choose Mail>View>Show Mailbox List, then hover your cursor over one of the subordinate mailbox categories, and you should see "Show." Next click on "Show."

  • Can't upgrade IOS 4.2.1 to 4.3.5 for iPad 1

    Please hlep.
    I have iPad1 with original IOS 4.2.1. I tried to upgrade IOS 4.2.1 to 4.3.5 for that ipad1 and iTunes said that it was not eligible to upgrade to 4.3.5.
    I used downloaded firmware file of IOS 4.3.5.
    I don't want to upgrade to IOS 5 and therfore what should i do to upgrade to 4.3.5?

    Please anyone help for my issue.
    I have iPad1 and I did not jailbreak it. It has original IOS 4.2.1 installed.
    I downloaded IOS 4.3.5 for iPad from Internet and tried to upgrade througth iTunes but I got error message "The device is not eligible".
    Is upgrading to IOS5 is the only way for iPad1 or is there a way for me to overcome this problem?
    Thanks and regards...

  • I was wondering, would be able to use my eligible upgrade on 1 phone line to buy a phone for another line?

    Hey, I was wondering if I would be able to use my eligible upgrade on one phone line to buy a phone for another line?.
    Also, I saw a commercial on TV about getting a plan with 10 gb of data for like 130 a month, that does include the cost of both phones instead of 130 + 40 + 40 for each smartphone on the line?...

    SumWiiTodd wrote:
    Also, I saw a commercial on TV about getting a plan with 10 gb of data for like 130 a month, that does include the cost of both phones instead of 130 + 40 + 40 for each smartphone on the line?...
    The $130 price is actually $110 and is for 2 situations, none of which involve subsidized contract upgrade.
    1) Edge payment plan. Cost of service is $110, but then the monthly phone payment added to that, usually around $25/phone
    2) phones out of contract, then it is $110 with no extra charges.
    The the costs break down is $80 for data, and $15/line

  • Upgrade MS SQL 2005 to MS SQL 2008 (R2) for High-Availability SAP ERP System

    Hi,
    We are having ECC 6.0 SR3 Hight-Availability system on windows cluster environment.
    Our platform is Windows Server 2008 SR2  with MS SQL Server 2005 SR3. We have two nodes in our windows cluster. Active-passive nodes.
    Node-1 is having CI, ASCS, ERS & DATABASE
    Node-2 is having DI, ERS & stand-by database software.
    I've check all the pre-requisites for sql upgrade.
    our kernel is on 700_Rel. I'm planning to stabilize the kernel with 721_Rel before Database upgrade.
    Support package patch level condition is met for sql upgrade in our scenario.
    Now we are planning to upgrade our MS SQL Server from 2005 sr3 to MS SQL Server 2008r2.
    Please provide me the steps for Kernel upgrade and sql upgrade to 2008r2 on Windows cluster environment.
    Thanks
    Venkat

    Hi Venkat
    1. Could you share your ECC support package level & also you can check the PAM
    2. Yes you can upgrade the MS Sql to 2008 R2, before starting upgrade Kindly ensure the full OS / DB level backup on both cluster node's
    3. MS Sql 2008 R2 upgrade refer the SAP Note
    1152240 - Setting Up Microsoft SQL Server 2008 (R2)
    4. For Kernel upgrade its release change kindly go thru the SAP Notes
    1713986 - Installation of kernel 721 (EXT)
    1728283 - SAP Kernel 721: General Information
    1726899 - 721 DCK: Upgrade from 7.0n to 7.1n
    BR
    SS

Maybe you are looking for

  • Game Center friend request problem

    I am using an iPad Air on iOS 8.1.3. Me and a friend are trying to become friends in Game Center. At first, we couldn't get any requests to show up. We both went to the Add friend feature and tried entering both usernames and email addresses and neit

  • Can you please help me change the name of my device in iPhoto?

    I am trying to find out a way to change my new sony dsc-h70 camera from "no name" to it's proper name in iphoto. I've googled it, but cannot find any information other than you can change the name in Finder. I cannot figure out how to do this and hav

  • PDF to Word black background in Text blocks

    I converted a pdf flyer to Word for editing date and location of an event. Three of the blocks of text that I wasn't going to change looked like  they were in text blocks with black backgrounds. I was unable to change the black blocks and had to do a

  • Dispaly condition in report column

    Hi I want to ask if there is way to control the display of report column depending on the value of cloumn itself, for example if the value of the coulmn is null, the column will not appear note: the report return one row Thanks in advance

  • Album artwork does not sync to iPod

    I am hoping somebody has encountered the same and has a solution to the following issue: I successfully had iTunes 7 automatically download the album artwork for most of the titles in my collection (i.e. those that appear in the iTunes music store).