Changing the location of the Flash Recovery Area

My flash recovery area is currently on the same disk as the database. The recovery area also has all out backups for the past month. What's steps should I take to change location of the flash recovery area? Do I have to do anything besides changing db_recovery_file_dest? Would I have to update the control files, spfile and so on?
Thanks in advance,

you can make the change at pfile or spfile level and stop and restart the database. this should work.

Similar Messages

  • Changing the location of archive log from flash recovery area PLZ HELP!!!

    Hi All,
    My archive log is being stored in flash memory area which got full and the production server went down.
    alert log file details.....
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 43432960 bytes disk space from 2147483648 limit
    *** 2010-04-25 14:22:49.777 62692 kcrr.c
    ARCH: Error 19809 Creating archive log file to
    '/oracle/product/10.2.0/flash_rec
    overy_area/EDWREP/archivelog/2010_04_25/o1_mf_1_232_%u_.arc'
    *** 2010-04-25 14:22:49.777 60970 kcrr.c
    kcrrfail: dest:10 err:19809 force:0 blast:1I removed the files and started the database,
    Can someone kindly tell me as to how to avoid this problem in future by keeping archive log destination in flash recovery area.
    I want to change the location of archive log files, can someone please guide me as to hiow to do that
    I changed the size of flash recovery area for the time being, but i am afraid it will be full again!!
    SQL> select * from v$flash_recovery_area_usage;
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                99.44                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    6 rows selected.
    SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE = 4G ;
    System altered.
    SQL> select * from v$flash_recovery_area_usage;
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                49.72                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    6 rows selected.regards,
    Edited by: user10243788 on Apr 25, 2010 6:12 AM

    user10243788 wrote:
    Hi All,
    My archive log is being stored in flash memory area which got full and the production server went down.
    alert log file details.....
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 43432960 bytes disk space from 2147483648 limit
    *** 2010-04-25 14:22:49.777 62692 kcrr.c
    ARCH: Error 19809 Creating archive log file to
    '/oracle/product/10.2.0/flash_rec
    overy_area/EDWREP/archivelog/2010_04_25/o1_mf_1_232_%u_.arc'
    *** 2010-04-25 14:22:49.777 60970 kcrr.c
    kcrrfail: dest:10 err:19809 force:0 blast:1I removed the files and started the database,
    Can someone kindly tell me as to how to avoid this problem in future by keeping archive log destination in flash recovery area.
    I want to change the location of archive log files, can someone please guide me as to hiow to do that
    I changed the size of flash recovery area for the time being, but i am afraid it will be full again!!
    SQL> select * from v$flash_recovery_area_usage;
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                99.44                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    6 rows selected.
    SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE = 4G ;
    System altered.
    SQL> select * from v$flash_recovery_area_usage;
    FILE_TYPE    PERCENT_SPACE_USED PERCENT_SPACE_RECLAIMABLE NUMBER_OF_FILES
    CONTROLFILE                   0                         0               0
    ONLINELOG                     0                         0               0
    ARCHIVELOG                49.72                         0              57
    BACKUPPIECE                   0                         0               0
    IMAGECOPY                     0                         0               0
    FLASHBACKLOG                  0                         0               0
    6 rows selected.regards,
    Edited by: user10243788 on Apr 25, 2010 6:12 AMPointing the archive log dest (and/or the FRA) to a new location, or enlarging them, will do no good if you are not performing regular housekeeping on the archivelogs. You will just keep knocking down the same problem over and over.
    If you simply delete the archivelogs at the OS level, the database will never know about it and it will continue to think the destination is full, based on records kept in the control file.
    For regular housekeeping, you need to be doing something similar to this in rman:
    run {
      backup archivelog all not backed up 1 times tag='bkup_vlnxora1_arch';
      delete noprompt archivelog all backed up 1 times to device type disk;
    run {
    delete noprompt obsolete;
    crosscheck archivelog all;
    delete noprompt expired archivelog all;

  • Flash recovery area issue. I can not open the database??

    Hi all
    I am using oracle 11.2.0 .1.0 on windows
    when i tried to start the database I got the following error.
    ORA-03113: end-of-file on communication channel
    I clear out all information in Trace file. I cleared out all operating system level audit trails. then i deleted archivelog files using operating system level delete. still my database is not opening???
    I tried to start this using RMAN but got the same error. now i have deleted the files from flash recovery area how can i let oracle system to know that those are deleted and there is enough space. Rman does not execute crosschek commands at mount state of the database?
    Need solution.
    Regards
    MAlik

    malikdba wrote:
    the last option which ask to delete the files. i already have deleted the files at operating system level. now the issue is how to let the system that the space is free in flash recovery area? rman is not running crosscheck command at mount stage of the target database. What steps should i follow now?
    Thanks
    malik
    Are you saying you are getting an error while trying to crosscheck at mount?  Or you simply don't believe it will work?
    oracle:orcl$ rman target /
    Recovery Manager: Release 11.2.0.2.0 - Production on Thu Jul 11 10:52:48 2013
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    connected to target database (not started)
    RMAN> startup mount;
    Oracle instance started
    database mounted
    Total System Global Area     839282688 bytes
    Fixed Size                     2231128 bytes
    Variable Size                503317672 bytes
    Database Buffers             331350016 bytes
    Redo Buffers                   2383872 bytes
    RMAN> crosscheck archivelog all;
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    specification does not match any archived log in the repository
    RMAN>
    A perfectly normal crosscheck at the mount stage

  • I'm trying to change the location where my apps etc are stored

    I'm trying to change the location where my apps etc are stored, when I close iTunes and reopen, it is automatically reset to the default location

    Take a look at his link, http://support.apple.com/kb/HT1391

  • Retention policy for archivelogs in the flash recovery area

    I am using the flash recovery area for all my backup files (archive logs, data and control files). I want to use the redundancy retention policy because it is easy to calculate the space requirement. However, I am not clear how the retention policy applies to archive logs.
    Say I set the retention policy to be "keeping 3 backups". How does it affect the archive logs? Will archive logs in the flash recovery area be deleted automatically or I need to do it manually. If they are deleted automatically just like dataset files, what is the "retention policy" for them? I do not have a tape device so all archive logs are going to be stay in disk.
    Thanks.

    I am using the flash recovery area for all my backup
    files (archive logs, data and control files). I want
    to use the redundancy retention policy because it is
    easy to calculate the space requirement. However, I
    am not clear how the retention policy applies to
    archive logs.
    RMAN> show retention policy
    2> ;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 2;
    RMAN> report obsolete
    2> ;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    no obsolete backups found
    RMAN> list backup
    2> ;
    RMAN>AS documentation says
    "Besides affecting datafile and control file backups, the retention policy affects archived logs and archived log backups.
    First, RMAN decides which datafile and control file backups are obsolete. Then, RMAN considers as obsolete all archived
    log backups that are older than the oldest datafile or control file backup that must be retained."
    Now i connect to SQL and create two big table for filling the redo log file and then get it archived.Please
    consider it here that i am getting archived before any taking backup i.e backup database in order to make
    archive older then the oldest datafile.
    SQL> show parameter control_file_record_keep_time
    NAME                                 TYPE        VALUE
    control_file_record_keep_time        integer     7
    SQL> create table a1 as select * from all_objects
      2  /
    Table created.
    SQL> create table a2 as select * from all_objects
      2  /
    Table created.
    C:\>dir C:\oracle\product\10.1.0\flash_recovery_area\ORCL\ARCHIVELOG\2008_03_17
    Volume in drive C is khurram
    Volume Serial Number is F49D-FF2B
    Directory of C:\oracle\product\10.1.0\flash_recovery_area\ORCL\ARCHIVELOG\2008_03_17
    03/17/2008  03:44 PM    <DIR>          .
    03/17/2008  03:44 PM    <DIR>          ..
    03/17/2008  03:44 PM         9,750,528 O1_MF_1_15_3XWLVK6T_.ARC
                   1 File(s)      9,750,528 bytes
                   2 Dir(s)  62,714,875,904 bytes free
    Now i take backup
    RMAN> backup database
    2> ;
    Starting backup at 17-MAR-08
    using channel ORA_DISK_1
    RMAN> report obsolete
    2> ;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    no obsolete backups found
    RMAN> backup database
    2> ;
    Starting backup at 17-MAR-08
    using channel ORA_DISK_1
    RMAN> report obsolete
    2> ;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    Report of obsolete backups and copies
    Type                 Key    Completion Time    Filename/Handle
    Archive Log          402    17-MAR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL\ARCHIVELOG\2008_03_17\O1_MF_1_15_3XWLVK6T_.ARCYou can see the obsolete archived files which is the older then the oldest file which has been obsolete.It also
    does'nt make sense to keep the archived log files which is older then the oldest file cause it will no longer
    be useful for recovery process.
    now back to pavillion
    RMAN> delete obsolete
    2> ;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    using channel ORA_DISK_1
    Deleting the following obsolete backups and copies:
    Type                 Key    Completion Time    Filename/Handle
    Archive Log          402    17-MAR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL\ARCHIVELOG\2008_03_17\O1_MF_1_15_3XWLVK6T_.ARC
    Do you really want to delete the above objects (enter YES or NO)? yes
    deleted archive log
    archive log filename=C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ORCL\ARCHIVELO
    G\2008_03_17\O1_MF_1_15_3XWLVK6T_.ARC recid=402 stamp=649611842
    Deleted 1 objects
    RMAN> delete backup
    2> ;
    using channel ORA_DISK_1
    RMAN> list backup
    2> ;
    C:\>dir C:\oracle\product\10.1.0\flash_recovery_area\ORCL\ARCHIVELOG\2008_03_17
    Volume in drive C is khurram
    Volume Serial Number is F49D-FF2B
    Directory of C:\oracle\product\10.1.0\flash_recovery_area\ORCL\ARCHIVELOG\2008_
    03_17
    03/17/2008  03:59 PM    <DIR>          .
    03/17/2008  03:59 PM    <DIR>          ..
                   0 File(s)              0 bytes
                   2 Dir(s)  62,724,440,064 bytes freenow this time what i did i created the archived log files after first backup in order to not to make it older
    then the oldest datafile backup.
    RMAN> backup database
    2> ;
    Starting backup at 17-MAR-08
    using channel ORA_DISK_1
    RMAN> report obsolete
    2> ;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    no obsolete backups foundnow i come to at SQL and make redo log file filled by creating 2 big tables in order to get it archived
    SQL> create table a3 as select * from all_objects
      2  /
    Table created.
    SQL> create table a4 as select * from all_objects
      2  /
    Table created.
    C:\>dir C:\oracle\product\10.1.0\flash_recovery_area\ORCL\ARCHIVELOG\2008_03_17
    Volume in drive C is khurram
    Volume Serial Number is F49D-FF2B
    Directory of C:\oracle\product\10.1.0\flash_recovery_area\ORCL\ARCHIVELOG\2008_
    03_17
    03/17/2008  04:09 PM    <DIR>          .
    03/17/2008  04:09 PM    <DIR>          ..
    03/17/2008  04:09 PM         9,751,552 O1_MF_1_16_3XWNCGRS_.ARC
                   1 File(s)      9,751,552 bytes
                   2 Dir(s)  62,563,205,120 bytes free
    RMAN> backup database
    2> ;
    Starting backup at 17-MAR-08
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting compressed full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    RMAN> report obsolete
    2> ;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    no obsolete backups foundYou can see no archived logs get obsolete yet cause the archivelog O1_MF_1_16_3XWNCGRS_.ARC
    is not older then oldest datafile backup.
    But this archivelog file will get obsolete if its beyond the retention policy,lest see how ,just take one more
    backup ,as i have already taken two time backup and the moment i go to take third backup it will cross ours
    retetnion policy from the period of 2.
    RMAN> backup database
    2> ;
    RMAN> report obsolete
    2> ;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 2
    Report of obsolete backups and copies
    Type                 Key    Completion Time    Filename/Handle
    Backup Set           240    17-MAR-08
      Backup Piece       231    17-MAR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL\BACKUPSET\2008_03_17\O1_MF_NNNDF_TAG20080317T160604_3XWN4WTB_.B
    KP
    Backup Set           241    17-MAR-08
      Backup Piece       232    17-MAR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL\BACKUPSET\2008_03_17\O1_MF_NCSNF_TAG20080317T160604_3XWN6Z95_.B
    KP
    Archive Log          403    17-MAR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL\ARCHIVELOG\2008_03_17\O1_MF_1_16_3XWNCGRS_.ARCKhurram

  • How can I change the location of the iPAD backup

    It is possible to change the location on the harddisk where iTunes is backuping the iPAD?
    Thanks

    are you looking to move the bloated Apple Computer\MobileSync\Backup file?  i had this same problem (my iTunes points to an external drive, but the default Backup Profile is still stored locally, and with a 64GB iPhone, it's killing my hard drive.  here's what i found!
    there are several posts about this, none are apple sanctioned it appears, all work arounds.  read these:
    https://discussions.apple.com/thread/3100828?tstart=0
    https://discussions.apple.com/message/16235234
    https://discussions.apple.com/thread/2617941
    https://discussions.apple.com/message/16438310
    the last one has the most simple directions i think.  here's the direct link to his blog post (i can't take credit!)
    http://pep-p.com/wp/?p=44
    basically you will "Create a symbolic directory link using the mklink command".  no software to install, just a little dos editing.
    best of luck!

  • Folder redirection with Offline files enabled - Can I change the location of the locally cached files?

    I have a 2012 r2 server setup with folder redirection and offline files enabled. All this works perfectly.
    As you probably know, the local cache for offline files is stored at c:\windows\csc\v2.0.6\namespace\servername\
    The problem I have run into is that one user (who cannot be told to delete files cough ceo cough) has a very large documents folder, and a small SSD drive for his C drive. So the offline files are filling up his SSD. He wants all his files to be synced,
    so decreasing the max disk usage is also not an option.
    What I would like to do is move the Offline files to his D drive which is a large drive, however I have been unable to find any official method for doing this. Is there any provision to change this?
    If not, would it work to move the entire \servername\ path to the d drive and then create a junction at c:\windows\csc\v2.0.6\namespace\servername\ that points to d:\servername\?
    Thanks,
    Travis

    Hi,
    The following article is for Windows Vista but it should work at least in Windows 7.
    How to change the location of the CSC folder by configuring the CacheLocation registry value in Windows Vista
    http://support.microsoft.com/kb/937475
    Meanwhile creating a symbolic link should also work like:
    mklink /d "C:\Windows\CSC" "D:\CSC"
    Note: It will create d:\csc folder so you do not need to manually create it. 
    Note 2: As mentioned above, you may need to re-sync the offline files. Personally I also think robocopy will not work. 
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Can I change the location of the Info popup window?

    Whenever I double click an event to edit or add information, it appears at the far upper left corner of my screen. I have to move my mouse that way to edit it; on a 27 inch screen that is very inconvenient. If I move the window and close it, the next one I open is back in the corner again. Is there a way to change the location where the info window pops up? I'd rather have it close to the appointment in my calendar!
    TIA

    Team Ben Hur
    SG will probably have more to say about his reply, but in the meanwhile you might want to check out Premiere Elements 11/Elements Organizer 11/File Menu/Catalog Manager... and the Custom Location option. I suspect that is what both of you have in mind?
    When Photoshop Elements 11 and Premiere Elements 11 are installed on the same computer, they share a common Elements Organizer (catalog) although they can be purchased as standalone products each with its own Elements Organizer (catalog).
    ATR

  • Can I change the location of the scratch disc without causing problem?

    Hi,
    I just noticed that I set my scratch disc in (on?) the internal drive, but I prefer to have it on an external. I'm in the middle of editing a project now, will it cause confusion to FCE HD if I change the location of the scratch disc?
    Thank you for your help.

    No.
    You will have stuff in two locations and just as long as all changes are done within FCE it will know where to find things.
    Al

  • Is it possible to make flash detect the location of the mouse and....

    Hello
    I'm looking for a script in AS2 that can detect the location of the mouse and when you leave the zone it trigger an action. This script need to detect the location of the mouse without interference of any other object inside the zone ( that include button ) and without "blocking" those object because of the invisible zone that could be on top of it.
    I know the trick about the invisible button where you detect the mouseover with it, when you place it under all your stuff ( so that your mouse can navigate in peace ).
    The main probleme will be that tee flash will be smaller than the viewscreen so it need to detect imediatly and at any speed the mouse leaving it's location. So the button trick is a no-go because too slow. Also because the website will need to auto-adapt to your viewscreen.
    I need to be able to set the X and Y position of the mouse and i don't know.. does it require to put in the script the boundary location of the zone itself ? left top bottom right side ?
    Right now i have a flash of 2000 px large and it is centering itself perfectly, But however, i get a horizontal scrolling bar that i want to get rid off. I am exploring all possible solution.
    Dreamweaver forum link : http://forums.adobe.com/thread/613249?tstart=0 about my probleme with more detail. I am considering resizing the flash ( and having to move everything inside it for that... ) down from 2000 to 950px large, So when the user leave the zone inside the flash in a quick move the script need to detect before it leave the flash zone. I know that AS3 so it, but i have no time nor ressource to translate to AS3 the whole flash.
    Thanks !

    Probleme solved without having to change anything in the flash.
    The solution was to add a small part in the CSS in HTML
    html {
    overflow-x: hidden;
    overflow-y: auto;
    Solve probleme. All browser. VERY usefull to know !

  • HT1364 I have moved my library to an external hard drive and changed the location of the iTunes media folder in Preferences, but every time I close and re-open iTunes, I have to do it all over again.  How can I make the iTunes media folder change permanen

    I have moved my library to an external hard drive and changed the location of the iTunes media folder in Preferences, but every time I close and re-open iTunes, I have to do it all over again.  How can I make the iTunes media folder change permanent?  I have an older machine with Windows XP.

    I don't believe mounting the hard drive should be necessary, unless you have several external drives and want your computer to recognise them as folders, rather than drives. I've never had to mount a hard drive, ever. If you don't know how to do it, then it shouldn't be necessary now.
    Try this:
    Prepare iTunes so that it can see the external drive.
    Make a note of which drive-letter the external drive has been allocated. (Look in Windows Exploer)
    Look at the file location for a song. Make sure it plays (and therefore that iTunes has found it). Highlight it and select File/Get Info/Summary>Where: and make a note of the drive letter for that song.
    Close and shut down the computer.
    The next time you turn the computer on again, connect the external drive
    Before you start iTunes - check the external drive in Windows Explorer. Is it ready, does it have the same drive-letter that it had last time? Can you go into the drive and see the files on it?
    Once you can, start iTunes. (If the drive lettter has changed, you need to work out why before going any further.)
    If iTunes fails to find your external drive, you need to check where iTunes is looking for your Library.
    Select the same song you checked before (presumably iTunes can no longer find it). Follow the procedure for locating it. You should be able to see where iTunes thinks the file is. It's the drive that counts. Which drive letter is iTunes looking at? Is it the same one that it was previously (which should also be the same one that the drive has now).
    What happens, which step do you have problems with?
    Message was edited by: the fiend

  • How do I change the location of the coldfusion-out.log and coldfusion-error.log files in CF10

    When I change the log location in ColdFusion Administrator it changes the location of most but not all the log files.  I have a requirement from my customer to place all log files on a separate partition on the server.  For ColdFusion 9 I was able to modify the registry settings to change StandardOut and StandardErr for the ColdFusion Jrun service.  This does not appear to the case for ColdFusion 10 which now uses Tomcat 7.
    I tried modifying log4j.properties file and was able to relocate the hibernatesql.log, axis2.log, and esapiconfig.log but not the coldfusion-out.log.
    I am running ColdFusion 10 Enterprise Edition on a 64-bit Windows 2008 Server.

    The location of the rest of the ColdFusion logs can be changed in the ColdFusion Administrator.  Go to the Debugging and Logging section, Logging Settings.  There is a form at the top of the page where you can change the log storage location.
    -Carl V.

  • Is it possible to change the location of the Oracle logo

    I need to change the location of the Oracle logo in home page from left to right side. We tried to edit in common .css and failed. Please help.

    The logo is in it's own table cell - so css will not work (can't change the order of table columns using css). You could possibly replace the logo image on the server with a single white pixel (create a custom skin if you want), then add a new background image to the table (class is HeaderTopBar) aligned right and no repeat using CSS. You would need to pad out that right side somehow to make it align (the last cell has class HeaderPageStatus and contains the status image).
    Regards,
    Robert

  • Error : The version of Adobe Flash you are attempting to install is not the most current version

    1. I was upgrading from Adobe CS5 and based on Adobe's own recommendations I uninstalled all Adobe products prior to installing Adobe Creative Suite. This included not only Adobe CS5 but ALSO FLASH v16.
    2. After uninstalling all Adobe products (including Flash 16) I rebooted the computer and installed the latest build generated for Adobe Create Suite.
    3. After installing Adobe Create Suite I attempted to reinstall Flash but it will not let me install it.
    4. The error received is "The version of Adobe Flash you are attempting to install is not the most current version".
    5. Flash is NOT installed and when running the "Is Flash Present" test from Adobe's site the answer is NO.
    Windows 7 64-Bit w/ All Updates
    Internet Explorer 11 w/ all Updates

    C:\Windows\SysWOW64\Macromed\Flash Log:
    2014-11-26+14-35-11.636 [error] 1226 1062
    =O====== M/15.0.0.239 2014-11-26+14-35-02.485 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_239_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/15.0.0.239 2014-11-26+14-35-13.136 ========
    2014-12-10+3-35-7.947 [error] 1226 1062
    =O====== M/15.0.0.246 2014-12-10+03-35-02.191 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_15_0_0_246_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/15.0.0.246 2014-12-10+03-35-09.677 ========
    2015-1-14+14-35-16.393 [error] 1226 1062
    =O====== M/16.0.0.257 2015-01-14+14-35-02.812 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [W] 00001036 Software\Macromedia\FlashPlayer\SafeVersions/16.0 2
    0002 [I] 00000011 1
    0003 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0004 [I] 00000013
    0005 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.exe
    0006 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.exe
    0007 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_257_ActiveX.dll
    0008 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0009 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0011 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0012 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0013 [W] 00001106
    0014 [W] 00001106
    0015 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0016 [I] 00000012
    =X====== M/16.0.0.257 2015-01-14+14-35-19.445 ========
    2015-1-22+21-35-9.384 [error] 1226 1062
    =O====== M/16.0.0.287 2015-01-22+21-35-01.909 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_287_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/16.0.0.287 2015-01-22+21-35-11.163 ========
    2015-1-25+0-35-8.129 [error] 1226 1062
    =O====== M/16.0.0.296 2015-01-25+00-35-02.174 ========
    0000 [I] 00000010 FlashPlayerInstaller.exe -install -iv 11
    0001 [I] 00000011 1
    0002 [I] 00000020 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0003 [I] 00000013
    0004 [I] 00000025 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe
    0005 [I] 00000015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe
    0006 [I] 00000016 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll
    0007 [I] 00000023 C:\Windows\SysWOW64\Macromed\Flash\activex.vch
    0008 [I] 00000019 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
    0009 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 183
    0010 [W] 00001024 C:\Windows\SysWOW64\FlashPlayerApp.exe 183
    0011 [I] 00000021 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe
    0012 [W] 00001106
    0013 [W] 00001106
    0014 [W] 00001024 C:\Windows\SysWOW64\Macromed\Flash\FlashPlayerUpdateService.exe 183
    0015 [I] 00000012
    =X====== M/16.0.0.296 2015-01-25+00-35-10.149 ========
    2015-1-25+1-55-45.645 [error] 1226 1062
    =O====== M/16.0.0.296 2015-01-25+01-55-39.406 ========
    0000 [I] 00000010 "C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe" -maintain activex
    0001 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0002 [I] 00000018
    0003 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0004 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0005 [I] 00000018
    0006 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0007 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\RunOnce/FlashPlayerUpdate 2
    0008 [W] 00001037 Software\Macromedia\FlashPlayerActiveX/ 2
    0009 [W] 00001037 Software\Macromedia\FlashPlayer/SwfInstall 2
    0010 [W] 00001037 Software\Microsoft\Code Store Database\Distribution Units\{D27CDB6E-AE6D-11CF-96B8-444553540000}/ 2
    0011 [W] 00001021
    0012 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0013 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0014 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0015 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0016 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0017 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0018 [W] 00001037 Software\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\System.ControlPanel.Category/C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl 2
    0019 [W] 00001036 Software\Macromedia\FlashPlayerActiveX/PlayerPath 2
    0020 [W] 00001036 Software\Macromedia\FlashPlayerPlugin/PlayerPath 2
    0021 [W] 00001036 Software\Macromedia\FlashPlayerPepper/PlayerPath 2
    0022 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0023 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.dll 5
    0024 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0025 [W] 00001015 C:\Windows\SysWOW64\Macromed\Flash\FlashUtil32_16_0_0_296_ActiveX.exe 5
    0026 [I] 00000011 1
    0027 [I] 00000012
    =X====== M/16.0.0.296 2015-01-25+01-55-47.803 ========
    =O====== M/16.0.0.287 2015-01-25+05-04-35.407 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.edf1fd364fd4b82615d676685eca8f584008c398\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-04-35.980 ========
    =O====== M/16.0.0.287 2015-01-25+05-06-21.632 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.e7d5cbfdc262e3fcfab3a71ab1741dda1aa693e9\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-06-22.242 ========
    =O====== M/16.0.0.287 2015-01-25+05-08-20.242 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.98273375f65da58d26a77f12b066b1d98eb9cd18\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-08-20.751 ========
    =O====== M/16.0.0.287 2015-01-25+05-11-21.222 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-13-21.916 ========
    =O====== M/16.0.0.287 2015-01-25+05-18-06.796 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_ax.exe"
    0001 [E] 00001013
    0002 [E] 00001039
    =X====== M/16.0.0.287 2015-01-25+05-18-25.584 ========
    =O====== M/16.0.0.287 2015-01-25+05-18-51.721 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.8b2a45eba0ce2309fa48abf974fec31cd3ca6a17\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-18-52.261 ========
    =O====== M/16.0.0.287 2015-01-25+05-20-02.033 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.cf48578f48ef193540acbc092464e89e73df5f41\insta ll_flash_player_ax.exe" -install -iv 8 -au 2
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-20-02.568 ========
    =O====== M/16.0.0.287 2015-01-25+05-21-34.710 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_ax.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-21-45.540 ========
    =O====== M/16.0.0.287 2015-01-25+05-22-00.248 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.a2bf34a7f3993ca5fa8aa5c80ad7264175c89bfe\insta ll_flash_player_ax.exe" -install -iv 8 -au 0
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-22-00.778 ========
    =O====== M/16.0.0.287 2015-01-25+05-28-58.363 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-30-38.253 ========
    =O====== M/16.0.0.287 2015-01-25+05-32-31.563 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Microsoft\Windows\Temporary Internet Files\Content.IE5\5SOP3FDB\install_flash_player_ax.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-33-40.378 ========
    =O====== M/16.0.0.287 2015-01-25+05-34-13.862 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+05-34-16.524 ========
    =O====== M/16.0.0.287 2015-01-25+14-59-51.435 ========
    0000 [I] 00000010 "C:\Users\GDaniels\AppData\Local\Adobe\AIH.a2bf34a7f3993ca5fa8aa5c80ad7264175c89bfe\insta ll_flash_player_ax.exe" -install -iv 8 -au 0
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+14-59-51.867 ========
    =O====== M/16.0.0.287 2015-01-25+14-59-22.273 ========
    0000 [I] 00000010 "C:\Install\install_flash_player_16_active_x.exe"
    0001 [E] 00001013
    =X====== M/16.0.0.287 2015-01-25+15-14-52.033 ========

  • How can I change the location for the backup from iphone to itunes?

    How can I change the location for the backup from iphone to itunes? I want to backup to my external harddisk and not the computer itself. How do I do it?

    Moving the iOS device backup location
    Open a command prompt by hitting the start button and typing CMD<Enter> in the search box that opens up, or with Start > Run on older Windows.
    To move the current backup folder from C: to D: (for example) type in this command and press <Enter>
    Move "C:\Users\<User>\AppData\Local\Apple Computer\MobileSync\Backup" "D:\Backup"
    Where <User> is your Windows user name.
    To make iTunes look for the data in the new location type in this command and press <Enter>
    MkLink /J "C:\Users\<User>\AppData\Local\Apple Computer\MobileSync\Backup" "D:\Backup"
    If your preferred drive has a different letter or you already have a folder called "Backup" then edit "D:\Backup" accordingly in both commands.
    If you have Windows XP then you'll need a third-party tool such as Junction to link the two locations together instead of the MkLink command. The source folder is C:\Documents and Settings\<User>\Application Data\Apple Computer\MobileSync\Backup
    tt2

Maybe you are looking for