Upgrade guidance

Hi Experts,
We tried to upgrade our SQL server 2005 std edition to SQL server 2008 std edition both in x86 server. We want to select in place upgrade option but we do not find the option in the upgrade to SQL server 2008 window. I did not find the guidance of SQL upgrade in the SQL administrator guide pdf file. SAP AG should provide it.
Pls advice. TIA
John

John,
you may check this link:
http://rmicteched.wordpress.com/2008/06/11/upgrading-to-sql-server-2008/
to know the different and how to use the upgrade type.
Steve

Similar Messages

  • New major release, JE 5.0, is available

    Hi all,
    We're pleased to announce a new major release, JE 5.0.34. The release contains a significant number of new features and performance enhancements. Complete information can be found in the JE documentation, specifically in the change log. The release is available via the download site or Maven.
    Below is a copy of the major enhancements listed in the release notes. See the change log for a complete list.
    <li> The new DiskOrderedCursor class can be used to iterate over all records in a database, for increased performance when transactional guarantees are not required. [#15260]
    <li> A new Environment.preload method can be used to preload multiple databases at a time, for increased performance compared to preloading each database individually. [#18153]
    <li> The JE environment can now be spread across multiple subdirectories to take advantage of multiple disks or file systems. [#19125]
    <li> The new AppStateMonitor class lets the HA application add more application specific information to the notion of node state in a replication group. [#18046]
    <li> New options have been added for changing the host of a JE replication node, and for moving a JE replication group. See the Utilities section of the change log.
    <li> Replicated nodes can now be opened in UNKNOWN state, to support read only operations in a replicated system when a master is not available. [#19338]
    <li> New Cursor methods were added to allow quickly skipping over a specified number of key/value pairs. [#19165]
    <li> A per-Environment ClassLoader may now be configured and will be used by JE for loading all user-supplied classes. [#18368]
    <li> The java.io.Closeable interface is now implemented by all JE classes and interfaces with a public void close() method. This allows using these objects with the Java 1.7 try-with-resources statement. [#20559]
    <li> The Environment.flushLog method has been added. It can be used to make durable, by writing to the log, all preceding non-transactional write operations, without performing a checkpoint. [#19111]
    <li> Performance of record update and deletion operations has been significantly improved when the record is not in the JE cache and the application does not need to read the record prior to performing the update or deletion. [#18633]
    <li> An internal format change was made for databases with duplicate keys that improves operation performance, reduces memory and disk overhead, and increases concurrency. [#19165]
    <li> An improvement has been made that requires significantly less writing per checkpoint, less writing during eviction, and less metadata overhead in the JE on-disk log files. [#19671]
    <li> Improved DbCacheSize utility to take into account memory management enhancements and improve accuracy. Added support for key prefixing, databases configured for sorted duplicates, and replicated environments. [#20145]
    <li> EnvironmentConfig.TREE_COMPACT_MAX_KEY_LENGTH was added for user configuration of the in-memory compaction of keys in the Btree. [#20120]
    -- The JE Team

    The format change is for BDB Java Edition 5.0 only, and does not apply to other BDB products. It's forward compatible, which means that a BDB JE application using JE 5.0 can use environments written with older versions of JE. However, it's not backwards compatible; once your environment has been opened by JE 5.0, it's been converted to the new format, and can no longer be readable by older versions of JE.
    Just for the benefit of others who may not have read the changelog, here's the full text:
    JE 5.0.34 has moved to on-disk file format 8.
    The change is forward compatible in that JE files created with release 4.1 and earlier can be read when opened with JE 5.0.34. The change is not backward compatible in that files created with JE 5.0 cannot be read by earlier releases. Note that if an existing environment is opened read/write, a new log file is written by JE 5.0 and the environment can no longer be read by earlier releases.
    There are two important notes about the file format change.
    The file format change enabled significant improvements in the operation performance, memory and disk footprint, and concurrency of databases with duplicate keys. Environments which contain databases with duplicate keys must run an upgrade utility before opening an environment with this release. See the Performance section for more information.
    An application which uses JE replication may not upgrade directly from JE 4.0 to JE 5.0. Instead, the upgrade must be done from JE 4.0 to JE 4.1 and then to JE 5.0. Applications already at JE 4.1 are not affected. Upgrade guidance can be found in the new chapter, "Upgrading a JE Replication Group", in the "Getting Started with BDB JE High Availability" guide.I may not have fully understood your question, so let us know if that doesn't answer it.
    Edited by: Linda Lee on Dec 1, 2011 10:41 AM

  • JE 5.0.55 and 4.1.21 available, critical fix for Database renaming

    All,
    I'd like to point out the critical bug fix that has to do with database renaming. This is fixed in JE 5.0.55 and JE 4.1.21. See below.
    --mark
    Berkeley DB Java Edition 5.0.55
    http://www.oracle.com/us/products/database/berkeley-db/index.html (BDB product page)
    http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html (BDB overview)
    http://www.oracle.com/technetwork/database/berkeleydb/overview/index-093405.html (BDB JE overview)
    Berkeley DB Java Edition 5.0.55 is a patch release consisting of fixes for a number of issues. We strongly recommend that users of the 5.0.x version upgrade to this release. These fixes include:
    [#21537] Fixed a critical bug that causes a database to be entirely deleted after a crash (or abnormal shutdown, i.e., when not calling Environment.close). The bug occurs when the database is renamed just prior to the crash (or abnormal shutdown). This bug was introduced in JE 5.0.48.
    [#21492] Fixed an inefficiency in the Checkpointer which manifests itself as a large amount of time being spent in com.sleepycat.je.recovery.DirtyINMap.removeNextNode() calling java.util.HashMap$HashIterator.remove() calling java.util.HashMap.removeEntryForKey().
    [#21106] An enhancement has been made to DbVerify to show a histogram of BIN counts by utilization percentage.This is a sample of the output:
        Verifying database p10
        Checking tree for p10
        BTree: Composition of btree, types and counts of nodes.
                binCount=3,207
                binEntriesHistogram=[40-49%: 3,093; 50-59%: 10; 60-69%: 22; 70-79%: 26;
        80-89%: 21; 90-99%: 35]
                binsByLevel=[level 1: count=3,207]
                deletedLNCount=0
                inCount=49
                insByLevel=[level 2: count=48; level 3: count=1]
                lnCount=209,716
                mainTreeMaxDepth=3Find the complete list of changes in the change log.
    http://download.oracle.com/otndocs/products/berkeleydb/html/je/je-5.0.55_changelog.html
    Read the detailed product documentation included in the download package or on the web.
    http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-098622.html
    http://download.oracle.com/docs/cd/E17277_02/html/index.html
    Download the source code.
    http://download.oracle.com/otn/berkeley-db/je-5.0.55.tar.gz
    http://download.oracle.com/otn/berkeley-db/je-5.0.55.zip
    http://download.oracle.com/maven/com/sleepycat/je/5.0.55/je-5.0.55.pom
    Review the frequently asked questions (FAQs):
    http://www.oracle.com/technetwork/database/berkeleydb/je-faq-096044.html
    Join OTN and participate in the Berkeley DB JE Support Forum discussions. Our engineering and support staff are highly active on these forums, if you have questions please ask them there first.
    Berkeley DB Java Edition
    For further information, or questions about licensing and sales of JE, please contact us at:
    mailto:[email protected]
    Thank you for your support of Berkeley DB Java Edition.

    The format change is for BDB Java Edition 5.0 only, and does not apply to other BDB products. It's forward compatible, which means that a BDB JE application using JE 5.0 can use environments written with older versions of JE. However, it's not backwards compatible; once your environment has been opened by JE 5.0, it's been converted to the new format, and can no longer be readable by older versions of JE.
    Just for the benefit of others who may not have read the changelog, here's the full text:
    JE 5.0.34 has moved to on-disk file format 8.
    The change is forward compatible in that JE files created with release 4.1 and earlier can be read when opened with JE 5.0.34. The change is not backward compatible in that files created with JE 5.0 cannot be read by earlier releases. Note that if an existing environment is opened read/write, a new log file is written by JE 5.0 and the environment can no longer be read by earlier releases.
    There are two important notes about the file format change.
    The file format change enabled significant improvements in the operation performance, memory and disk footprint, and concurrency of databases with duplicate keys. Environments which contain databases with duplicate keys must run an upgrade utility before opening an environment with this release. See the Performance section for more information.
    An application which uses JE replication may not upgrade directly from JE 4.0 to JE 5.0. Instead, the upgrade must be done from JE 4.0 to JE 4.1 and then to JE 5.0. Applications already at JE 4.1 are not affected. Upgrade guidance can be found in the new chapter, "Upgrading a JE Replication Group", in the "Getting Started with BDB JE High Availability" guide.I may not have fully understood your question, so let us know if that doesn't answer it.
    Edited by: Linda Lee on Dec 1, 2011 10:41 AM

  • New major release of Sun Storage 7000 software is available

    I noticed a new major release of the Sun Storage 7000 software is available at the website below.
    http://wikis.sun.com/display/FishWorks/Sun+Storage+7000+Series+Software+Updates.

    The format change is for BDB Java Edition 5.0 only, and does not apply to other BDB products. It's forward compatible, which means that a BDB JE application using JE 5.0 can use environments written with older versions of JE. However, it's not backwards compatible; once your environment has been opened by JE 5.0, it's been converted to the new format, and can no longer be readable by older versions of JE.
    Just for the benefit of others who may not have read the changelog, here's the full text:
    JE 5.0.34 has moved to on-disk file format 8.
    The change is forward compatible in that JE files created with release 4.1 and earlier can be read when opened with JE 5.0.34. The change is not backward compatible in that files created with JE 5.0 cannot be read by earlier releases. Note that if an existing environment is opened read/write, a new log file is written by JE 5.0 and the environment can no longer be read by earlier releases.
    There are two important notes about the file format change.
    The file format change enabled significant improvements in the operation performance, memory and disk footprint, and concurrency of databases with duplicate keys. Environments which contain databases with duplicate keys must run an upgrade utility before opening an environment with this release. See the Performance section for more information.
    An application which uses JE replication may not upgrade directly from JE 4.0 to JE 5.0. Instead, the upgrade must be done from JE 4.0 to JE 4.1 and then to JE 5.0. Applications already at JE 4.1 are not affected. Upgrade guidance can be found in the new chapter, "Upgrading a JE Replication Group", in the "Getting Started with BDB JE High Availability" guide.I may not have fully understood your question, so let us know if that doesn't answer it.
    Edited by: Linda Lee on Dec 1, 2011 10:41 AM

  • OSB-OWSM doesnt work after 11.1.1.4 Patch-NoSuchMethod getAapplicationName

    Hi OSB and OWSM Gurus,
    Can you please help with the issue that I encounter after applying the PS3 (11.1.1.4) patch on 11.1.1.3 SOA Suite, WL and OSB.
    Here is the scenario:
    1. Installed 11.1.1.3 environment of SOA Suite. ie. Weblogic 10.3.3, SOA PS2(11.1.1.3) and OSB 11.1.1.3
    - Deployed Synchronous Hello World SCA
    - Deployed a OSB Service calling the above SCA
    - Attached the wss_username_token_service_policy to the policy
    - Verified the Proxy Service WSDL thru' the browser and it prints fine with the correct End Point
    - Tested thru' SOAP UI by calling the Proxy Service WSDL - passing the WSS Credentials
    - Got the response back from SCA
    - All works fine
    2. Applied the Patch 11.1.1.4. ie. Weblogic 10.3.4, SOA PS3(11.1.1.4) and OSB 11.1.1.4
    - Installation went well for WL and SOA
    - OSB got stuck as it could not recogonize the oepe-galileo-linux64 of version 11.1.1.6.1 as I had used "galileo" in 11.1.1.3
    - Changed to oepe-helios-linux64 of latest version 11.1.1.6.1
    - OSB Installation was successful
    - Verified the Proxy Service WSDL thru' the browser and it prints fine with the correct End Point
    - Tested thru' SOAP UI by calling the Proxy Service WSDL - passing the WSS Credentials
    - Got the following Error in the log
    ####<Feb 22, 2011 5:43:06 PM EST> <Error> <OSB Security> <soadav02> <osb_server1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <be961060abb7d332:70b08e51:12e4f35ce9b:-8000-00000000000010b9> <1298414586223> <BEA-387026> <An internal web service security error ocurred [error-code: InternalError, message-id: 6821109666605260891-70b08e51.12e4f35ce9b.-7fd6, proxy: TestProjects/OWSMTest/ProxyServices/ServiceInvocationPS, target: null, operation: null]
    --- Error message:
    null
    java.lang.NoSuchMethodError: com.bea.wli.sb.security.wss.wsm.WsmContextInitializationHelper.getAapplicationName()Ljava/lang/String;
    at com.bea.wli.sb.security.wss.wsm.WsmInboundServiceHandler.init(WsmInboundServiceHandler.java:68)
    at com.bea.wli.sb.security.wss.wsm.WsmInboundServiceHandler.<init>(WsmInboundServiceHandler.java:36)
    at com.bea.wli.sb.security.wss.wsm.OWSMWSSProvider.getWssInboundServiceHandler(OWSMWSSProvider.java:63)
    at com.bea.wli.sb.service.ProxyServiceImpl.getWssInboundServiceHandler(ProxyServiceImpl.java:216)
    at com.bea.wli.sb.security.wss.WssHandlerImpl.doInboundRequest(WssHandlerImpl.java:220)
    at com.bea.wli.sb.context.BindingLayerImpl.addRequest(BindingLayerImpl.java:289)
    at com.bea.wli.sb.pipeline.MessageProcessor.processRequest(MessageProcessor.java:87)
    at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:593)
    at com.bea.wli.sb.pipeline.RouterManager$1.run(RouterManager.java:591)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at com.bea.wli.sb.security.WLSSecurityContextService.runAs(WLSSecurityContextService.java:55)
    at com.bea.wli.sb.pipeline.RouterManager.processMessage(RouterManager.java:590)
    at com.bea.wli.sb.transports.TransportManagerImpl.receiveMessage(TransportManagerImpl.java:375)
    at com.bea.wli.sb.transports.http.generic.RequestHelperBase.invokePipeline(RequestHelperBase.java:179)
    at com.bea.wli.sb.transports.http.wls.HttpTransportServlet$RequestHelperWLS.invokePipeline(HttpTransportServlet.java:227)
    at com.bea.wli.sb.transports.http.generic.RequestHelperBase$1.run(RequestHelperBase.java:154)
    at com.bea.wli.sb.transports.http.generic.RequestHelperBase$1.run(RequestHelperBase.java:152)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at com.bea.wli.sb.transports.http.generic.RequestHelperBase.securedInvoke(RequestHelperBase.java:151)
    at com.bea.wli.sb.transports.http.generic.RequestHelperBase.service(RequestHelperBase.java:107)
    at com.bea.wli.sb.transports.http.wls.HttpTransportServlet.service(HttpTransportServlet.java:129)
    at weblogic.servlet.FutureResponseServlet.service(FutureResponseServlet.java:24)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3717)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Thanks
    Bala

    Hi Anuj,
    Thanks for the update.
    Yes, I absolutely followed the procedure. In fact I had opened a SR with Oracle Support for the "PS3 upgrade guidance". So a support engineer guided me by pointing me out the right document.
    One thing FYI is,
    1. the 11.1.1.4 direct install does not have the same issue as the PS3 over PS2
    2. I also found the difference between PS2 and PS3 in the com.bea.alsb.owsm.sdkadapter.jar. The PS2 has the getAapplicationName(), but not the PS3. This jar is over written by the patch and some library reference is missing.
    Hope this will give you some clue.
    Please help.
    Thanks
    Bala

  • ThinkCentre M92P, Windows 10 update questions?

    I have received my update via Windows update but I am getting error code 80240020 so the update has failed to install several times now. I have found a few posts around the web suggesting that this was affecting quite a few folk, but I thought I would check the current position on the Lenova site before trying any of the suggestions on offer which may be hit and miss. The upgrade guidance on the Lenova website covering desktops suggests that there are a few utilities such as Lenova SimpleTap that should be uninstalled as well as some third party programs such as Evernote. Happy to do these as I don't think I have ever used them. However i am concerned about Lenova Rescue & Recovery having used it to create backups. Would I be able to reinstall post upgrade? I am also concerned to note that the Lenova ThinkVantage System Update (5.07.003) does not appear to be picking up the latest BIOS for my system - the website is showing Bios 9SKT89A released 30 July which is clearly newer than 9SKT88AUS that is on mine. I am also slightly concerned that there is no Bios for Windows 10 available. Whilst Microsoft have clearly decided that Windows 10 will run on my PC, I want to make sure that it will be fully functioning. Finally the error code 80240020. I realise that this is a Microsoft issue but given the Lenova advice regarding the removal of some of the Lenova utilities, I was wandering whether in doing so I would force Windows Update to actually update! If not, if anyone else has encountered this issue on an M92P and found away round it, a resolution would be welcome.  

    I wasn't aware of an automatic tablet mode, so I can't anwser your first question. But in regards to the second question: Here's a link to the Microsoft blog that describes that the face unlock feature requires Intel's "RealSense 3D camera technology". http://blogs.windows.com/bloggingwindows/2015/03/17/making-windows-10-more-personal-and-more-secure-with-windows-hello/So unfortunately that won't work with the Helix's normal webcam.  I have two question for you though. 1. Do you experience any problems with the touchpad/trackpoint stuttering at times? Mostly under load or right after startup and just for about 2,3 seconds.  2. Do you experience any issues with the display / app scaling? I explained my troubles in greater detail on the Microsoft community board: http://answers.microsoft.com/thread/236babed-47cd-4199-85d5-75d329e4b7fc I'm trying to figure out whether my problems are device specific or not.   

  • I'm looking for Apple desktop P.C. as an upgrade from my Dell /windows XP. I need  guidance.

    I currently use a 6 yr. old Dell Vostro 200 (Windows XP). I want to upgrade to an Apple desktop PC. I need guidance to a product. Are any peripherals compatible (ie. screen, printer, Maxtor hard drive)?

    Almost all  peripherals are compatible. I'd recommend reading https://www.apple.com/support/macbasics/  and if you have an Apple Store in your general area stop buy and ask questions. You were not specific as to what screen, printer etc... that you want to use with the iMac and that is all important so you can verify they are compatible.

  • I need guidance on upgrading a PCI driver for my company.

    I am trying to update the code we have for our current PCI card. We manufactured this card in house. When I do a fresh install of windows 7 32 bit it will work as intended. After applying all the windows updates nothing seems wrong but you try and shut down
    the machine it blue screens and reboot.  The PCI card will work with our application fine. Its just something in a windows update that is causing it to blue screen when you try to shut the machine down. Currently this driver isn't digital signed  either
    lame I now do you think this would be one of the reason?
    This driver is in need of a face lift for sure. I am not sure how to go about doing this. I have the source. I need some guidance. I have started reading the resource provided here https://msdn.microsoft.com/en-us/library/windows/hardware/ff554678  
    I have tried windows 8.1 and it just tells me fail and won't even install... So yeah its time to upgrade this driver. The unfortunate thing is the driver has passed through many developers. Not real guidance on the code or how it was compiled.  The
    driver also needs to work on 64bit as well. 
    I appreciate you taking the time to read this. 

    To get some idea on the blue screen enable the crash dumps for Kernel Memory Dump (under Advanced System Settings under System in the Control Panel).  Once you have the dump open it with Windbg and issue a !analyze -v command, if the crash is not obvious
    to you post the results to this discussion.
    On the driver you may want to consider migrating the driver to KMDF.  While this may look like more work it will actually make for a more robust and simpler driver.  Take a look at your drivers, IRP_MJ_READ, IRP_MJ_WRITE, and IRP_MJ_DEVICE_CONTROL
    this is the code from the current driver that would need to be migrated, the rest of the driver for the most part is pretty standard for any card.
    Don Burn Windows Filesystem and Driver Consulting Website: http://www.windrvr.com

  • HT1338 I have recently upgraded my iMac version 10.4.11 RAM from 1 GB to 4 GB. Wanted to install latest software lion. Need guidance to proceed.

    I need help in upgrading my iMac to latest version OS. I had purchased this machine sometime in 2007 and then recently upgraded the RAM to 4GB (2 - 2 GB). Need help and guidance to upgrade my OS to latest version or best possible version which the MB can support.

    Click here and read all three steps to the bottom. If you get told that Mountain Lion 10.8 isn't compatible with your computer, phone the online Apple Store and order a download code for Lion 10.7.
    (80419)

  • Seeking guidance on upgrading from single drive to RAID on XServe

    Hi,
    I'd be grateful for any guidance anyone can give me on upgrading my XServe to a RAID.
    My 2GHz G5 XServe runs 10.3 and has a single 80GB drive. It's been running for 3 years providing mail, web sites (around 100) and around 10 java applications for that time without any trouble. However, I'd like to get it running on a mirrored RAID array (RAID1).
    Is it possible to backup the existing disk to a FW drive. Insert a new disk, format the old and new disk as a RAID1 setup, then restore the previous OS setup, user, mail, web sites, applications etc?
    I've got this server running very sweetly, it's extremely reliable but I'm worried about the disk failing.
    I've read other posts here that have described trying to do this but that the old backup may overwrite low level RAID1 formatting upon restore. Any thoughts on how I can avoid that?
    Kind Regards,
    Chris.

    Hi Chris
    I’ve never done it that way because of the potential problems you describe. Perhaps some of the other guys have a way of making that method reliable. Seeing as you have an XServe why don’t you buy two drives instead of one? They are cheap enough nowadays. 2x250GB SATA drives should do.
    I would target disk mode the server to a laptop for example and prep your RAID Mirror that way. Restore using DU or clone using CCCloner to the new RAID, restart and test. This way if you hit any problems you will still have a working server on your original drive. Plan on 40mins to an hour downtime.
    Hope this helps – Tony

  • 11i to R12 upgrade preparation and guidance after multiple errors

    This seems like a nice place to get some help. The MOS help I have received so far hasn't been so great.
    I am trying to figure out how to proceed from where I am right now. Here's what I have:
    Project: 11.5.10.2 upgrade to R12
    1) Successfully installed MW version 2.18 and completed the 1st four steps under the "Configuration" category (I have not yet laid down the R12 code tree)
    - Tried step "1.6-Apply patch 7429271" and it failed:
    --- The script being run is "get_from_url_1703_7429271.sh".
    --- When running the script manually this error occurs:
    --- "Exception in thread "main" java.lang.NoClassDefFoundError: oracle/support/mw/AruExecutor"
    Needless to say it cannot download the patch.
    2) I thought that I might install the LivePatch release 2.19 patch (12728371)
    - I tried to install this patch using the "auto-install" method via "Configuration -> LivePatch" and recieved this error:
    --- "The requested URL /pls/EOF/eof_manage_livepatch.main_page was not found on this server".
    I think that I can install v2.19 manually if need be.
    3a) Moving forward should I apply MW version 2.19 patch manually and try again with step 1.6? Is v 2.19 important at this stage?
    3b) I can down download patch 7429271 manually but will further patch downloads fail? Should I insist on getting this issue fixed before continuing?
    What is the best path for continuing?
    Thanks, Chaz

    **** Maintenance Wizard configuration Information ****
    Protocol = https
    Am I going to need to drop the MW schema and start all over or is there some way to change this dynamically?
    Another thing that I noticed as part of the HTTPS selection is that it added these lines to these files:
    listener.ora:
    SSL_CLIENT_AUTHENTICATION = FALSE
    WALLET_LOCATION =
    (SOURCE =
    (METHOD = FILE)
    (METHOD_DATA =
    (DIRECTORY = /up2001/R12/10g/102/eof/config/ssl_wallet)
    tnsnames.ora
    (SECURITY=
    (SSL_SERVER_CERT_DN="CN=nwb-chi-tdb01.itciss.com, O=Maintenance Wizard, OU=Development"))
    I don't think that they were there when I selected Protocol=HTTP.

  • TS5168 Upgraded to OS X 10.9.1 and that has stopped me using iphoto 'yopu can't use this version ofv the application with this version of OS X   Yet there was no warning when selecting the upgrade and no guidance offered apple?

    No warning when downloading OS X 10.9.1 re the operating system disabling the iphoto programme! Result I now cannot access the photo's has any one else had this and found a solution. eg how to upgrade i photo?
    Seem remiss of apple not to warn/ offer a solutio.
    I have a time vault from Mac but reluctant to open in case I destroy records!
    Thanks
    Tony

    This graphic shows which previous versions of iPhoto qualify for a free upgrade to iPhoto 9.5.1 from the App Store and which don't:
    OT

  • Guidance for HDD upgrade MacBook Pro 2007

    Like the title says, I want to put in a heftier HDD on this computer, which has a Model ID of 3,1, 2.4GHz. Some of the choices and specs are confusing, so all knowledgable advice would be appreciated. It seems that the computer will only support up to 500GB drive, and the chip appears to be limited to 1.5 GBs connection speed, and I find no drives with less than 3GBs. I know that is generally backwards compatible, but is there any limit where it's not, at say 6GBs? And it appears to be true that this model will not support an SDD, but will it support a hybrid drive, like the ones Seagate makes?
    Again, any advice and experience appreciated.
    Thanks,
    -gg

    • is there any limit where it's not, at say 6GBs?
    So far, all the sata drives are backwards compatible. Folks like MacWorld that keep an eye on this stuff have never given us a heads-up.
    •  And it appears to be true that this model will not support an SDD,
    Are you sure? Where did you see that? Check what this site has to say: http://www.macsales.com
    The ssd upgrade is well worththe trouble and the expense - the speed boost is quite amazing. SSD should be officially renamed Super Sonic Drive.

  • Need guidance for upgrading application server

    hello everyone ,
    i have recently upgraded my oracle database from 9.2.0.5 to 10.2.0.4 on HP uX 11.11 , my EBS version is 11.5.10
    now i want upgrade my application server, firstly i didnt knew version of my AS
    after searching through oracle installer i found out the following components
    /appldvp/apps/prodora/8.0.6
    Oracle Unix Installer 4.0.3.0.0
    Oracle On-Line Text Viewer 1.0.1.0.0
    Client Software 8.0.6.0.0
    Ordts Common Libraries 8.0.6.0.0
    ORACLE NLS Libraries and Utilities 8.0.6.0.0
    ORACLE Core Libraries 8.0.6.0.1
    ORACLE Common RDBMS Libraries and Utilities 8.0.6.0.1
    ORACLE PL/SQL Libraries 8.0.6.0.0
    ORACLE Common Libraries 8.0.6.0.1
    ORACLE Common Precomp Libraries 8.0.6.0.1
    ORACLE Common Network Libraries and Utilities 8.0.6.3.0
    ORACLE Common Trace Libraries 8.0.6.0.0
    ORACLE Common Utilities 8.0.6.0.0
    ORACLE Common Agent Libraries 8.0.6.0.0
    ORACLE Common Libraries and Utilities 8.0.6.0.0
    Platform specific Libraries and Utilities 8.0.6.0.0
    Net8 (SQL*Net and Names) 8.0.6.3.0
    TCP/IP Protocol Adapter 8.0.6.0.0
    Remote Operations 3.0.2.0.1
    Oracle Names 8.0.6.3.0
    ToolKit 6.0 Base 6.0.8.10.1
    Discoverer Collector 4.1.48.06.00
    Configuration Guide 4.1.33f
    Discoverer Libraries 4.1.48.06.00
    Discoverer Locator 4.1.48.06.00
    Discoverer Preferences 4.1.48.06.00
    Discoverer Session 4.1.48.06.00
    Oracle Discoverer Viewer for Web 4.1.48.06.00
    Oracle Discoverer Plus 4.1.48.06.00
    Oracle Discoverer Server (Web) 4.1.48.06.00
    JInitiator 1.1.7.30
    JInitiator 1.1.8.11
    VisiBroker Smart Agent 3.3.1.0
    VisiBroker for C++ 3.3.3.0
    VisiBroker for Java 3.4.0.0
    VisiBroker Products 3.3.1.0
    PL/SQL 8.0.6.3.0
    Oracle Server Manager 3.0.6.0.0
    Oracle8 Enterprise (RDBMS & PLSQL) 8.0.6.3.0
    <Database Startup> Load Files 1.0.0.0.1
    Oracle Intelligent Agent 8.0.6.0.0
    Oracle Trace 8.0.6.0.0
    Precomp 8.0.6.3.0
    Pro*C/C++ 8.0.6.3.0
    Oracle8 JDBC Drivers 8.0.6.3.0
    Java Runtime Environment 1.1.6.2o
    Java Runtime Environment 1.1.8.13
    SQL*Plus 8.0.6.0.0
    ToolKit 6.0 Extension 6.0.8.10.1
    Multimedia APIs 6.0.5.33.0
    Tools Common Area 6.0.5.32.0
    PL/SQL Procedure Builder 6.0.8.11.0-449
    Integration Services 6.0.5.35.0
    Oracle SQL Manager Library 6.0.8.10.0
    Virtual Graphics System 6.0.5.35.0
    Oracle Charting Library 6.0.8.10.1
    Oracle Graphics 6.0.8.10.0
    Oracle Forms Server and Forms Developer 6.0.8.11.3
    Oracle Reports Server and Reports Developer 6.0.8.11.2
    ZRC Library 6.0.8.3.5
    GE Libraries 6.0.8.10.0
    Release Notes for Oracle Tools Products 6.0.8.11.2
    Tuxedo Support for Forms 6.0.5.2.0
    Oracle Jinitiator (Domestic) 1.1.7.31
    Oracle JDK Appletviewer (Domestic) 1.1.7.31
    Oracle Browser 6.0.5.32.0
    Oracle Wallet Manager 2.1.0.0.0
    Common documentation resources 2.0.0.0
    Oracle for HP 9000 Servers and Workstations Documentation 8.0.6.0
    Resource Object Store 6.0.5.0.1
    Toolkit Utility Library 6.0.5.33.1
    Toolkit Automation Library 6.0.5.33.1
    Oracle Information Navigator 6.0.4.0.0
    Online Documentation Library 6.0.8.11.4
    Project Builder 6.0.5.6.0
    is AS version 8.0.6 , if it is , how do i upgarde to the latest on avaialble
    thanx in advance

    document 146468.1 specifies how to upgrade to latest realese of 9i AS , but i want ot upgrade it to 10gYou cannot upgrade your Oracle 9iAS to Oracle AS10g, you can only upgrade it to 9iAS (1.0.2.2.2). For more details, refer to Note: 186981.1 (What versions of Oracle9i Application Server Release 1 can be used with Oracle E-Business Suite Release 11i) and (Can an existing Release 11i application server be upgraded to Oracle Application Server 10g?)
    If you want to have Oracle Applications Server 10g, you need to install it in a NEW ORACLE_HOME (Refer to Note: 233436.1 for more details).
    i am still confused for my AS version , how can i clarify that To determine the version, issue:
    UNIX: $ORACLE_HOME/Apache/Apache/bin/httpd -version
    Windows: %ORACLE_HOME%\Apache\Apache\apache.exe -version
    main components which i am using with my current AS are forms and reports serverOracle Developer 6i (Forms and Respports) are NOT part of Oracle Applications Server installation, it is installed under 8.0.6 ORACLE_HOME.
    can they be independently upgraded?Yes, see my answer to the first question in this reply.

  • Need guidance on upgrading RH5 Merged WebHelp project to RH8

    I just upgraded from RH5 to RH8 to use with a new product my company is developing.  I have quite a large merged help project that I have been editing and reorganizing.  I have a version published and in use but I have an updated version about 75% finished.  I would like to do in RH8.  Is there anything I need to watch for or recommended method to upgrading each child and then the parent?  Any help would be sincerely appreciated.

    Hi there
    There are two patches.
    Help > Updates...?
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 moments from now - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcererStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • WVC54GCA no longer working on wireless

    I had the camera for about 2 months and it was working fine wirelessly. The only problem I had was the camera randomly disconnects and gets reassigned a new IP so I set it to static and it worked fine. About 2 weeks ago it stopped working. I connecte

  • How long does the pre approval process take?

    I found a local lender with no overlays for an fha loan! He sent everything to AU. How long should it take to hear back? He couldn't give me a loan amount off the bat and now I'm anxious lol

  • Can you edit the default link style in muse?

    I'm not doing anything special, but haven't been able to change the default link style OR insert another link style to override it. Any help out there? Thx in advance.

  • Java for UDF's

    Hi Kindly guide me towards some basic principles or guidelines to master writing UDF's. I have neither a Java nor an ABAP background,but i have begun SAP PI and done some straight  one to one mappings and some idoc scenarios as well Actually i want t

  • MCL and PreLoader Debacle

    Hello...thanks in advance, especially those (kglad) who have been responding to previous posts of mine regarding this same problem. I'm going out of my mind though with this...basically I have an extremeley tempermental flash movie which plays differ