Need to upgrade R12.AD.B.delta.2 to R12.AD.B.delta.3.

Hi,
Please tell me which patch or patches requried to upgrade the R12.AD.B.delta.2 to R12.AD.B.delta.3.
and R12.AD.B.1 to R12.AD.B.2 and R12.AD.B.2 to R12.AD.B.3???
thanks

Hi,
R12.AD.B.DELTA.3, Patch 9239089 -- Note: 1077769.1 - Oracle E-Business Suite Applications DBA Readme, Release 12.1.3 (R12.AD.B.DELTA.3, Patch 9239089) and Note: 1080973.1 - Oracle E-Business Suite Release 12.1.3 Readme
R12.AD.B.DELTA.2, Patch 8502056 -- Note: 949406.1 - Oracle E-Business Suite Readme, Release 12.1.2 (Customer Recommended) and Note: 879322.1 - Oracle E-Business Suite Applications DBA Readme, Release 12.1.2
Thanks,
Hussein

Similar Messages

  • Upgrade R12.0.4 DB 10.2.0.3 to 11.1.0.7

    Hi All,
    I have followed the below steps to upgrade R12 DB on SLES 10 SP2 from 10g to 11g
    3- Perform pre-requsites for patch 6928236
    4- Apply INTEROPERABILITY PATCH 6928236
    5- Apply TXK - 12.0.4 Consolidated Patch 1 7207440
    6- Perform patch 7207440 post install steps
    7- Apply patch 6400501 to applicaition tier, follow these steps:
         cd /oracle/apps/prod/a*/a*/a*
    . ./APPSPROD_prod.env
    export PATH=$PATH:$ORACLE_HOME/OPatch
    cd /oracle/patches/apps/6400501
         opatch lsinventory -invPtrLoc $INST_TOP/admin/oraInst.loc
    opatch apply -invPtrLoc $INST_TOP/admin/oraInst.loc
    After patch is applied do the following:
    cd $ORACLE_HOME/forms/lib
    make -f ins_forms.mk install
    cd $ORACLE_HOME/reports/lib
    `
    8- Apply timezone V4 patch 5632264 to 10g DB (OLD DB) using opatch apply. shutdown and start it up again for the change to take effect
         export PATH=$PATH:$ORACLE_HOME/OPatch
         cd /oracle/patches/db/5632264
         opatch lsinventory -invPtrLoc $ORACLE_HOME/oraInst.loc
         opatch apply -invPtrLoc $ORACLE_HOME/oraInst.loc     
    9- gedit /home/oracle/.bash_profile Create (create it if it doesn't exist) and write in it
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/oracle/apps/prod/db11; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/tech_st/11.1.0; export ORACLE_HOME
    ORACLE_SID=PROD; export ORACLE_SID
    LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/perl/bin:$PATH; export PATH
    PERL5LIB=$ORACLE_HOME/perl/lib/5.8.3:$ORACLE_HOME/perl/lib/site_perl/5.8.3 export PERL5LIB
    TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN
    10- Install Oracle Database 11gR1 software only using the command
    ./runInstaller -invPtrLoc /oracle/apps/prod/db11/tech_st/11.1.0/admin/oui/PROD_prod/oraInventory/oraInst.loc
    In the Installation Types window, use the Product Languages button to select any languages other than American English that are used by your Applications database instance. Choose the Enterprise Edition installation type. In the subsequent windows, select the options not to upgrade an existing database and to install the database software only. Select Oracle Home Name to be PROD_db111_RDBMS
    11- Install Oracle Database 11g Products from the 11g Examples CD using the command
    ./runInstaller -invPtrLoc /oracle/apps/prod/db11/tech_st/11.1.0/admin/oui/PROD_prod/oraInventory/oraInst.loc
    In the Installation Types window, use the Product Languages button to select any languages other than American English that are used by your Applications database instance.
    12- Set ENV variables in /home/oracle/.bash_profile
    ORACLE_BASE=/oracle/apps/prod/db11; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/tech_st/11.1.0; export ORACLE_HOME
    LD_LIBRARY_PATH=$ORACLE_HOME/lib; export LD_LIBRARY_PATH
    PATH=$ORACLE_HOME/bin:$ORACLE_HOME/perl/bin:$PATH; export PATH
    PERL5LIB=$ORACLE_HOME/perl/lib/5.8.3:$ORACLE_HOME/perl/lib/site_perl/5.8.3 export PERL5LIB
    13- Install Oracle Database 11gR1 Patchest 7 using the command
    ./runInstaller -invPtrLoc /oracle/apps/prod/db11/tech_st/11.1.0/admin/oui/PROD_prod/oraInventory/oraInst.loc
    14- Run $ORACLE_HOME/perl/bin/perl $ORACLE_HOME/nls/data/old/cr9idata.pl
    15- Add the following line to /home/oracle/.bash_profile ORA_NLS10=/oracle/apps/prod/db11/tech_st/11.1.0/nls/data/9idata; export ORA_NLS10
    16- export $PATH:$ORACLE_HOME/OPatch
    17- cp $ORACLE_HOME/oraInst.loc /etc
    18- opatch lsinventory
    19- Apply patch 7486407 to 11g home using
         opatch apply
    20- Apply patch 7684818 to 11g home using
         opatch napply -skip_subset -skip_duplicate
    21- Gather stats for dictionary tables on the 10g DB (OLD DB) using exec dbms_stats.gather_dictionary_stats;
    22- Extende old Database tablespace SYSAUX to be 500 using the following command
    A- alter database datafile '/oracle/apps/prod/db/apps_st/data/sysaux01.dbf' resize 500m;
    B- alter database datafile '/oracle/apps/prod/db/apps_st/data/sysaux01.dbf' autoextend on;
    23- Run the Oracle Net Configuration Assistant, to start Oracle Net Configuration Assistant run
    netca from $ORACLE_HOME/bin.
    24- Edit /etc/oratab and add the following line PROD:/oracle/apps/prod/db/tech_st/10.2.0:N otherwise DBUA will not find the old DB
    25- MANDATORY STEP: Copy the initPROD.ora file from Linux Patches to $ORACLE_HOME/dbs
    26- copy new DB oraInst.loc to etc cp $ORACLE_HOME/oraInst.loc /etc/oraInst.loc
    26- Upgrade the Database Using the Database Upgrade Assistant from 11gR1 database and follow the steps
         run dbua to start the Database Upgrade Assistant
    The upgrade failes in the post-upgrade steps were it's creating the control file for the new database (during the DBUA i have specifed that i need to move DB files to a new location) with the error ORA-01166: file number 288 is larger than MAXDATAFILES (100) ORA-01110: data file 288: '$ORACLE_HOME/apps_st/data/PROD/system10.dbf'
    I have checked DB_FILES in initPROD.ora and it's 512 I also checked the MAXDATAFILES in the control file from source 10g DB and it's 512 (i used alter database backup controfile to trace to get the maxdatafiles value)
    Any ideas how to fix this issue?
    Appreciate your help.
    Mohammed Tammous

    Create a sql script file create_controlfile.sql. Open a trace log, and find something similar to:
    show sqlprompt
    set sqlprompt 'SQL>'
    Create controlfile reuse set database "INSTANCE_NAME"
    MAXINSTANCES 8
    MAXLOGHISTORY 1
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    Datafile
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system04.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system05.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/ctxd01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/owad01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_queue02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/odm.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/olap.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_tools1.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_ref03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/xx_cdf_data1.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/xx_cdf_idx1.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system10.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system06.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/portal01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system07.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system09.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system08.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/system11.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/undo01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_data01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_ref01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_int01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_summ01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_nolog01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_archive01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_queue01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_media01.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_data02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_data03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind02.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind03.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind04.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_txn_ind05.dbf',
    '/disk1/dbtier/db/oradata/INSTANCE_NAME/a_ref02.dbf',
    '/disk1/dbtier/data/sysaux01.dbf'
    LOGFILE GROUP 1 (>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log01a.dbf',>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log01b.dbf' ) SIZE 10240K,
    GROUP 2 (>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log02a.dbf',>'/disk1/dbtier/db/oradata/INSTANCE_NAME/log02b.dbf' ) SIZE 10240K RESETLOGS;
    set heading off
    set timing off
    set pagesize 0
    set feedback off
    set linesize 2048
    set sqlprompt 'SQL_ENGINE_END_OF_SQL'
    show sqlprompt
    set sqlprompt 'SQL>'Copy this to your create_controlfile.sql and change MAXDATAFILES 100 to MAXDATAFILES 1024. Then connect to database with sqlplus as sysdba user and run @create_controlfile.sql

  • Why to upgrade R12 from 11i?

    Hi there,
    I would like to get buy-in from business for upgrading from 11i to R12. I know there are lot of benefits but what are the risks for not upgrading besides losing Oracle support?
    We have the following modules on 11i for use - GL, AP, PO, INV, ONT, BOM, WIP, FA, PC, ASCP, iProcurement, iSupplier, iExpense, and HRMS.
    Thank you,
    Vinod

    Hi Vinod;
    Hussein Sawwan post already answer you. I just want to ask you one question. Let you assume I have oracle 8i or 10g database and i am making post here and asking " I am using Oracle 8i should I move Oracle 11g? What is benefit"
    I am sure you can think first " Its old version or it will not supported soon". Than secondly you can think " New version mean many bug fix and it has new future which i can use in future"
    Soo its same for EBS upgrade too, 11i will be unsupported soon so you need to upgrade.Also R12 has new tech.
    One other example we were using windows 2000 but we are using now Win7 and win 8 on way.. We were also use 512MB ram before and many pc has at least 3 Gb ram those days... Why we need to upgrade or OS or hardware? Coz new future need source and also bring us many new benefit.
    Hope i could show you to way to think or imagine why upgrade is neccessary always in IT.
    Check What Hussein Sawwan you can see many good think in it
    Regard
    Helios

  • Inactive  products in EBS need to upgrade ?

    I'm in midst of applying a patch to fix one bug in EBS . I've all pre-reqs available for that patch except listed below .
    The patch pre-req is BNE.D (WEB ADI ) and FRM.H (oracle report manager) but these products are Inactive and we don't use it.
    Do I still need top upgrade or I can skip ?
    *FRM      Inactive       11.5.0   11i.FRM.F           
    *BNE      Inactive       11.5.0   11i.BNE.C           
    3218526 - Patch 11i.BNE.D
    4206794 - Patch 11i.FRM.H

    user10922685 wrote:
    I'm in midst of applying a patch to fix one bug in EBS . I've all pre-reqs available for that patch except listed below .
    The patch pre-req is BNE.D (WEB ADI ) and FRM.H (oracle report manager) but these products are Inactive and we don't use it.
    Do I still need top upgrade or I can skip ?
    *FRM      Inactive       11.5.0   11i.FRM.F           
    *BNE      Inactive       11.5.0   11i.BNE.C           
    3218526 - Patch 11i.BNE.D
    4206794 - Patch 11i.FRM.H
    What is the patch you are trying to apply?
    If those modules are not used, then you can skip them.
    Please note that WebADI and Reports Manager in R12 replace Client ADI (which is no longer used), so if you have any plans to upgrade to R12 you need to activate those modules from OAM (License Manager) before you start the upgrade.
    How to License Products in R12 ? [ID 1133413.1] -- This doc is applicable to 11i as well.
    Thanks,
    Hussein

  • I have a 2005 Jaguar xj8.  When I tried to upgrade my 3gs to a 4g I got a ticking noise in the speaker and no one on the other end could hear me.  I had to go back to a 3gs.  My phone is shot and I need to upgrade.  Has there been a fix to the problem?

    I have a 2005 Jaguar xj8.  When I tried to upgrade my 3gs to a 4g  two years ago, I got a ticking noise in the speaker and no one on the other end could hear me.  I had to go back to a 3gs.  My phone is shot and I need to upgrade.  Has there been a fix to the problem?  Apple told me there was some sort of interference with the airbag system.  Jaguar was totally unhelpful.

    Hi Labjock,
    Welcome to the Support Communities!
    The article below may be able to help you with this. 
    iPhone: Microphone issues
    http://support.apple.com/kb/ts5183
    Cheers,
    - Judy

  • I have a macbook 4.1 with osx10.6.8 and just added memory (2gig) so I could sync my new Ipome and Ipad.  and Ipad. Now I'm told I need to upgrade my operating system. The apple store gave me conflicting instructions. Any suggestions? Thanks

    I have a macbook 4.1 with osx10.6.8 and just added memory (2gig) so I could sync my new IPhone and Ipad. Now I'm told at the apple store that I need to upgrade my operationg system. They said they couldn't help and gave me conflicting advice about what to do. Any ideas? Thanks you!

    There are three models of MacBook that comprise the 'macbook 4.1' category, and each of them a little different; however other than 'macbook 4.1' the other thing they have in common is they all are considered Early 2008. Two are white, one black, polycarbonate case, Core2Duo 2.1GHz, 2.4GHz white, 2.4GHz black.
    So if you can determine which one, if any of these, is the model build year and spec you have, that would be handy. Did you tell whoever you spoke to the serial number of your computer, so they'd know by looking up the specs to see what the supported maximum RAM upgrade capacity was, and other minimum requirements to make any upgrade to Mac OS X 10.6.8 at all?
    If you have the serial number you can do a lookup to 'indentify by serial number' online, and use that information to determine if the computer needs even more RAM to take it past the minimum for Snow Leopard 10.6.8 and then get it ready to upgrade (via paid download from App Store, Snow Leopard gets you that far) and see what the next supported OS X full upgrade would be for the hardware limitations on that old MacBook.
    If your MacBook IS a 4.1 build, the highest OS X it could run if it has the 2.4GHz cpu, is Lion 10.7.5. That would be an upgrade from the App store, available to OS X 10.6.8+ computers that access it online. And I kind of doubt how supported a newest iphone etc may be in lion.
    everymac.com has a fair amount of information across many years of Apple computing hardware...
    Here's the three MacBooks that share the 4.1 designation; first shipped with as much as 1GB RAM upgrade and the other two only a 2GB RAM*, (one white/one black color) according to this information...
    • MacBook "Core 2 Duo" 2.1 13" (White-08) 2.1 GHz Core 2 Duo (T8100)   
    • MacBook "Core 2 Duo" 2.4 13" (White-08) 2.4 GHz Core 2 Duo (T8300)  
    • MacBook "Core 2 Duo" 2.4 13" (Black-08) 2.4 GHz Core 2 Duo (T8300)
    ...as seen here: http://www.everymac.com/systems/apple/macbook/index-macbook.html
    *But according to MacTracker (free: download database) http://mactracker.ca
    these MacBooks can use more RAM in aftermarket specs as much as:
    Maximum Memory
    6.0 GB (Actual) 4.0 GB (Apple)
    Memory Slots
    2 - 200-pin PC2-5300 (667MHz) DDR2 SO-DIMM
    To get more information use a service such as this...
    •identify by serial number:
    http://www.powerbookmedic.com/identify-mac-serial.php
    The Apple? store or whoever you talked, to may have been as accurate as they could be without further research. Could be you may have a newer or older MacBook, which would change whatever later OS X it could run past 10.6.8. And to go past Snow Leopard, you need to download the last bits for 10.6.x to be able to go and get any later upgrade. The ones that may let a newest iphone or ipad work with it, are past SL10.6.8
    Anyway, as you further verify the model build year and configuration specifications, report back.
    Good luck & happy computing!

  • I need to upgrade my macbook ram and hard drive pls help

    Hi all,
    I need to upgrade my macbook's RAM and hard drive as after 3 yrs of use it is showing signs of aging.
    I am novice in hardware stuff. I am planning on doing it entirely by myself and on tight budget will need to compare the prices across sellers and buy a suitable peice of kit. Please help
    Questions:
    1 - How to find out which RAm do I need to buy and what is the maximum I can go on my macbook?
    2 - How to find which hard drive to buy and what is the maximum my macbook will support?
    3 - Can I buy the SSD drive instead of SATA for this macbook?
    Some of the specs are listed below:
    Hardware Overview:
      Model Name:          MacBook
      Model Identifier:          MacBook5,2
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache:          3 MB
      Memory:          2 GB
      Bus Speed:          1.07 GHz
      Boot ROM Version:          MB52.0088.B05
      SMC Version (system):          1.38f5
    MANY THANKS FOR READING AND REPLYING TO MY POST
    [email protected]

    Hi Chefjeegar
    Yes that screwdriver kit has the #00 phillips screwdriver that you need to access the RAM and hard drive. You'll also need the Torx driver to change the hard drive. http://www.amazon.co.uk/LINDY-Computer-Technician-Precision-Torx/dp/B0000934GO/r ef=sr_1_1?s=computers&ie=UTF8&qid=1348072554&sr=1-1
    For a good explanation about RAM look at the page on OWC http://eshop.macsales.com/shop/memory/MacBook/DDR2/
    In the UK Amazon or eBay might be your best bet for cheap RAM but read the description and reviews carefully. For a little more expensive but with a better warranty is Crucial UK http://www.crucial.com/uk/
    A good resource for working on your MacBook is ifixit.com http://www.ifixit.com/Device/MacBook_Core_2_Duo
    Is your external hard drive formatted for Mac? To transfer your current hard drive I like the free application Carbon Copy Cloner. It makes a bootable copy of everything on your hard drive http://www.bombich.com/index.html Check that it's set up right by booting up from the external drive. Put the new drive in your MacBook, then format and partition the new drive. Then use Carbon Copy Cloner to transfer your OS back to the new drive.
    Yes, you can put an SSD in the MacBook.

  • I need to upgrade my MacBook 13" white 2008 hard drive.  I have found a WD6400BPVT western digital Scorpio blue 640GB (5400rpm) SATA 8MB 2.5" will this fit and work? Many thanks for any help

    I need to upgrade my MacBook 13" white 2008 hard drive.  I have found a WD6400BPVT western digital Scorpio blue 640GB (5400rpm) SATA 8MB 2.5" will this fit and work? Many thanks for any help

    I had a 640GB HDD in my Early 2008 Macbook and it was just too much it would always freeze up the computer a bit for only a few seconds but ya. Then I realized that it was the size of the HDD that was causing it since the Early 2008 Macbook models can only handle a MAX od 500GB while the Early 2008 Macbook Pros could have a MAX of 640GB (Lucked out there!) lol But ya the Early 2008 Mocbooks can only handle a MAX HDD size of 500GB and that's it!! lol

  • I have iMovie 09 and have successfully used an older Sony Handycam to directly capture and record. Now I have a Sony HDR-PJ230 and it is not recognized. Do I need to upgrade to iMovie 11 or ???

    Now I have a Sony HDR-PJ230 and it is not recognized in iMovie09. Do I need to upgrade to iMovie 11 or ???

    Hi jcm2656,
    iMovie ’09 does not support the Sony HDr-PJ230 camcorder. See this article for a list of cameras supported for that version of iMovie -
    iMovie '09: Camcorder Support
    http://support.apple.com/kb/HT3290#1
    iMovie ’11 however, does support it. See this article -
    Apple - iLife '11 Help - iMovie ’11 Supported Cameras
    http://help.apple.com/imovie/cameras/en/index.html
    Note that iMovie does not support footage recorded in 1080-60p from this Camcorder.
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • I noticed that Find My iPhone on iCloud hasn't worked since iOS 8 came out. My device uses iOS 7. My question is: do I need to upgrade my device? If not, what should I do? I do not wish to upgrade my device.

    I noticed that Find My iPhone on iCloud hasn't worked since iOS 8 came out. Whenever I try to use it, it always says "All Devices Offline." This is regardless of whether I am in a good Wi-Fi zone or not.  I like to use Find My iPhone to remotely track my battery charging status whenever my phone is charging in a different room. That's been really handy, which is why I really need to get this fixed. No matter what computer I use, the problem is always the same.
    My device uses iOS 7. My question is: do I need to upgrade my device? If not, what should I do? I do not wish to upgrade my device, especially considering the bad things I've heard about iOS 8.
    Feedback would be welcome ASAP.

    You don't need to update to iOS 8 to use Find My iPhone.  If you haven't already tried, go to Settings>iCloud>Find My iPhone and turn it off, then reset your phone (hold the sleep/wake and home buttons at the same time until you see the Apple logo, then release).  After it restarts, turn Find My iPhone back on and see if it works properly now.

  • I need to upgrade the silverlight version that is deployed with the SCCM 2012 client installation

    We have SCCM 2012 SP1 installed and I need to upgrade the version of silverlight that get installed on the client deployement.
    The version that is automaticly deployed is 5.1.10411.0 and this one is not compatible with Firefox.  When you click on Application Catalog it start the browser but it fails to load because of the silverlight plug-in that is not up to date.  The
    version that is working fine is the 5.1.20913.0 and it's already installed on my SCCM site server.
    So that is why I'm looking to upgrade the silverlight that is installed with the SCCM client.
    I know that a simple workarround would be to create a package that would be deployed after the client gets installed, but why not changing the original package at the source instead of installing twice the same software the get the right version!
    Is there someone that could point me where I could upgrade this Silverlight prerequirement software version ?

    Note that I have not tested either of these and they will not be supported by Microsoft. 
    1. Copy your new version of Silverlight.exe to C:\Program Files\Microsoft Configuration Manager\Client\i386
    (you'll have to re-distribute the client package after this).
    OR
    2. You could edit the ccmsetup.xml file with an alternative location for silverlight.exe
    </Item>
     <Item FileName="i386/Silverlight.exe" FileHash="417B442E128D821119008ACEEEE6CDC2A41224377A829B6EC52BABA2724F0151">
      <Applicability Platform="ALL" OS="ALL">
       <Skip>Embedded</Skip>
      </Applicability>
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • HT1386 I have an older iPhone (3gs) and need to upgrade to a newer phone (4S).  I need to get my NOTES, CALENDAR, CONTACTS, PICTURES, etc backed up on iTunes so I can get that data loaded onto the new phone.  But not sure how to do that.

    I have an older iPhone (3gs) and need to upgrade to a newer phone (4S).  I need to get my NOTES, CALENDAR, CONTACTS, PICTURES, etc backed up on iTunes so I can get that data loaded onto the new phone.  But not sure how to do that.  When I open iTunes it has a button that say "Back Up iPhone", but I'm not sure what that does.  When I go into the sync options it say I have another user account and asks me if I want to merge of replace. I'm assuming it's trying to tell me I have an older iTunes Library, but don't know that.  Geez, maybe people over 60 shouldn't have iPhones, iTunes just bafles me.

    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • Upgrade of our 10.4.11 laptop to 10.5 is accomplished and we now need to upgrade Quicktime and iTunes; however, the user name and password is now not working after the upgrade to 10.5.

    Object is to sync address and calendar between laptop with Max OS 10.4.11 and iPhone. Upgrade of our 10.4.11 laptop to 10.5 is accomplished and we now need to upgrade Quicktime and iTunes; however, the user name and password for the laptop is now not working after the upgrade to 10.5., though it was working prior to the upgrade, for file sharing.

    @ BDAqua > I tried your suggestion but no luck. holding opt+command just gave me a blue screen and it rebotted, pushing the disk out of the drive. Yes, the macbook has 1 gb of ram. I realize that the min req. call for 2 gb of ram so i've got an order in for another dimm to put into the machine. Thanks for your suggestions.
    @ a_brody > Yes. The machine was plugged into a power source. The disk promts you to do that and i recall aspect this form other installs. Thanks for the reminder tho! ( btw your second post is like greek to me man!) 
    @ Kuncklesmac > You're right about Snow Leopard being an upgrade from Leopard. I'm aware of this. And yes previously i've been told by Apple that I needed the Box Set (not the family pack.  i am using the family pack for OS Snow Leopard) to upgrade my 10.4.11 mac - they never mentioned adding ram but i figured that out on my own and an apple specialist recommended it when i purchased Snow Leopard and confirmed that I coul duse the Snow Leopard to upgarde from Tiger (10.4.11). I've also read extensively (as i said above) that it isn't necessary (always) to buy the box set. Several 10.4.11 users report having upgraded using the Snow Leopard upgrade disk only (not the Box Set) without trouble on intel macs (also see the apple link i posted). So i'm just ondering how they did it and i cannot. 
    Thanks fo rall yor help!

  • Need to upgrade memory in ppc mac mini

    Does anyone know of a step by step guide with pictures to installing memory in a ppc mac mini? Need to upgrade to a gig to use some graphics software. Thanks,
    Steve

    In sleep mode (STR) the RAM has to be refreshed to
    keep the memory content, so the more you got the more
    power will be consumed on this.
    Having less ram will therefore benefit battery life
    in sleep mode.
    This is only of concern to portable users of course, and the additional RAM has barely any impact on power demand whether from mains-power or battery. Some admittedly, but not much. Nor would it be all that easy to tell what drain it caused since there are other variables involved with battery drain rates too, such as ambient temperature.
    There is still room for improvement in whatever
    algorithm it is that determines when "inactive"
    memory is released. Paging frequently happens after
    copying large files since all memory is in use and
    "recently" so, even if this use is one where the
    content is NOT likely to be needed again.
    The much hyped idea that "old" inactive memory is
    being released when more is needed I find it
    difficult to confirm, or paging would not be needed.
    Simply caching EVERYTHING does not in my mind count
    as an "intelligent" algorithm..
    As much as this may be valid, there is no way the user is able to change the algorithm - it's part of the operating system. As such, the user can really only take such steps as may be possible to improve the working of the system - one significant such step being adding RAM.
    This can be cleared up by running "repair
    permissions" in DU, since it seems to release much of
    the inactive RAM. It would be much better to have a
    small utility to do this, though, if making the OS
    more intelligent is not an option.
    Running disk utility may be an effective method of resolving memory allocations etc, but it then places the onus on the user to monitor the system and manually activate a process. Part of the appeal of MacOS to many people is that it removes much of the onus users of other operating systems feel is placed on them to keep tuning the system - activities which detract from the use of the system.
    Ultimately, I have to say that I have never found the need to do anything of that sort. I do use MenuMeters (a very neat little app to place system monitoring tools in the menu bar and which uses barely any CPU overhead to do so) to watch the status of my system, but only as an occasional troubleshooting aid when I'm testing software or experimenting with the system. That is about as far as I go with anything other than using the system. Certainly, I've not found any need to perform the sort of tasks that are often being recommended, and even the systems I run 24/7 remain efficient in operation.
    I can say that while my G4 was running off a 5400rpm drive, increasing RAM from 768Mb to 1.5Gb quite dramatically improved performance of both 10.4 and 10.2 but had little benefit in OS9 (all booting from separate drives). The effects were rather less noticeable after swapping out to 7200 drives instead.

  • Please help, need to upgrade from 9.2.2 to osx 10.4 Tiger on imac g3 400 dv

    Hello, I would greatly appreciate assistance to upgrade my operating system from 9.2.2 to osx 10.4.10. I have gotten the firmware upgrade installed to 4.1.9. Can anyone tell me what else I need to upgrade to have this computer able to install Tiger 10.4, on an imac g3 400 dv slot loading.....
    Right now when I try to install the disc 10.4 using the option key at restart, it wont load the install disc. Any help would be appreciated , thank u in advance!!!!!!!

    Hi, thank u for responding, my harddrive is 10 gigs, and my memory ram is only 64 megs, I ordered 2 512 mg from 18004memory.com and it didnt work , the computer said there was a memory issue. So I returned the memory back to 18004 memory.com...... I will neve ruse them again , because on their website they stated its guranteed to work and is compliant with imac 400 dv. They stated they will send me another set from another manufacturer, but to return the memory first.....
    I know I meet all the requirements for tiger , except for the ram which apple says I need 256 mg,
    But I was referring to any firmaware upgrades or bios upgrades or any of those type of programming upgrades to ready it for tiger, I know I installed the 4.19, and went from os 9.0 to its current 9.22, I think that alone was 5 upgrades. I think I might be missing an upgrade or maybe not. I will run the utility u posted and thank u for that.....
    Apple told me that I can installl tiger 10.4.10 on this computer.
    The install discs I bought on ebay state imac MAC osx install disc one and there is and install disc 2, it says AHT VERSION 3A127, and dated as produced in the year 2007. it colored grey , but doesnt have the black X like someone else posted it should have
    Oh and it does open the files in 9.22, it does mount, and it does have folders,
    Thank u for ur help as I progress to ultimately saving this imac....
    many thanks!!!!!!!!!!!!!!!!!!

Maybe you are looking for