Could not open init ORA_SID .ora parameter file

Actually I installed oracle 11g R2 before and for some reasons that box was crashed and DB is not working. Now I uninstalled DB and reinstall it on the same box with same ORA_SID and ORA_HOME and ORA_BASE set on the environment variables.
error is coming while starting server.
"" LRM-00109: could not open parameter file '/ora11g/base/ora11gR2/db_1/dbs/inituimr2.ora' ""
I created 'inituimr2.ora' file from 'init.ora' file and then I am getting below error.
""ORA-00205: error in identifying control file, check alert log for more ""
Please help me what should I do to generate inituimr2.ora file by default. What step I am missing so that it is not generating.
I tried creating 'pfile' from 'spfile' also. Even spfile also not created. That one also giving error.

Hi,
What does alert log says? Does CONTROL_FILE points to correct files?
Paste the alert logs related to the error. Make sure that control files are correctly specified in CONTROL_FILE parameter.
Regards,

Similar Messages

  • Entourage error 'could not open that feature end of file reached

    When opening Entourage I received the error 'Could not open that feature. End of file reached' I tried Utility and rebuild. when attempting to rebuild a pane came up stating 'preparing to rebuild 0 of 0' and the pane has been stuck there for 8 hours. Every other office product works though. any ideas?

    Contact Microsoft for support. That's not an Apple product.

  • Recover redemption codes/Apple configurator could not open your library

    Hi,
    I closed Apple Configurator down when a couple of iPads weren't responding and not unsupervising as they were supposed to. When I started it back up it said "Apple Configurator could not open your library. The file couldn't be opened.' I've tried restarting, updating, and searching google for a fix.
    I did come across this: Re: Apple Configurator 1.2 "The file couldn't be opened", but when I went to search for ~/Library/Containers/com.apple.configurator, it turned out that the directory doesn't even exist.
    I don't have Time Machine enabled on this macbook, and we have a number of redemption codes at risk of being lost here as everything is saved in that configuration.
    Alternatively could someone please advise if/how it's possible to use the redemption codes we had purchased again - if we were to start again with a brand new installation of AC?
    I would greatly appreciate some support with this issue.
    Many thanks,
    Martin

    This has happened to me a few times and in each instance it has been solved by going to the computer and toggling sharing on and off. If this alone doesn't solve your problem try rebooting the computer and then the ATV.
    The error message, suggesting that you make sure your computer and ATV are on the same network isn't likely to be helpful, especially if your ATV and computer are both connected via  Ethernet. Most likely your ATV just isn't able to get a share connection from the computer and the above should solve that problem.

  • Apple Configurator could not open your library

    Hello all,
    I am having an issue with apple configurator.  It froze up while I was running app and iOS updates on an iPad and I had to Force Quit Configurator.  When i tried to reopen i got the error that says  "Apple Configurator could not open your library. The file couldn't be opened."
    My latest backup of this computer is a bit old so I am trying not to have to restore this computer with that backup and have to backtrack a bunch.  Anyone have any ideas on how to get the library back or restore it without having to fully restore from a backup of the computer.  
    thanks

    I've had the same error appear as well and have managed to fix it.
    Inside the /Users/Shared/SC Info folder is a file named "SC Info.sidb". Both the file and the folder are hidden so you'll have to remove it using Terminal.
    rm /Users/Shared/SC\ Info/SC\ Info.sidb
    Delete this file and it will work again.

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • LRM-00109: could not open parameter file

    Hi,
    I have done clone using rman backup and change db name using DBNID utility Now i want to rename the pfile or spfile When i am trying to rename it occured below error.Tnsname and listener parameters have been changed.
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/vol02/oraclestandby/10.2.0/dbs/initem
    gr.ora'
    --while tried to start database using pfile with new name it started but it is not creating spfile.
    --One question,During start the database(startup) how can it looks the particular pfile ?
    startup command how to identify the exact pfile if there are three or more different pfile with different name?
    Thnaks,

    Oralce will look for a mfile matching with the SID of your database. Thats why the file naming convetion is init sid .ora. If oracle cant find that same named file, the rror is returned to you.
    HTH
    Aman....

  • LRM -00109:could not open parameter file Oracle 10g in Solaris 10

    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Thanks

    4joey1 wrote:
    Hallo! I have just installed Oracle 10g in Solaris 10.When I logged into sqlplus / as sysdba if found that I was connected to an idle instance. When I tried to startup open the db, the following error appeared
    Connected to an idle instance.
    SQL> startup open;
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/export/home/oracle/product/10.2.0/db_1/dbs/initsolaris.ora'
    My pfile has the name init.ora and not initsolaris.ora.How can I change the settings to make the Oracle database start via pfile init.ora.
    By default, oracle will look first for a spfile named "spfile<ORACLE_SID>.ora". Lacking that, it will try to find "init<ORACLE_SID>).ora.
    Eventually,I would like the db to read the spfile spfileorcl.ora during the startup.How can I achieve this?
    Once you have started the db (I believe a startup nomount will be sufficient) you can issue CREATE SPFILE ... Details are in the fine SQL Reference manual found at tahiti.oracle.com
    BTW, "open" is the default behavior of "startup", so no need to specify it. A simple "startup" does the same thing.
    Thanks

  • Could not open parameter file

    Hi everyone,
    I was installing oracle 11gr2 on fedora 14 2 weeks
    I couldn't find any solve for "could not open parameter file"
    I read a lot of forums but I could not
    I haven' got any pfile or spfile
    I have only $ORACLE_HOME/dbs/init.ora
    I haven't got any control file
    I installed again again but nothing change
    What can I do ?
    I set ORACLE_HOME, SID , BASE and LD_LIBRARY_PATH

    Sounds like you installed the Oracle software only. What did you install? You might want to run the Database Configuration Assistant (DBCA) to create a database.

  • LRM-00109:could not open parameter file '/u01/app/oracle/product/10.2.0/db

    hi
    i have manually created a database called ora.i have done all the relative tasks.i can open the database by startup nomount pfile.but when i try to create spfile from pfile, it is showing an error that it is already created.when i give the startup command the
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initora.ora'
    above error occurs.acutally my pfile is in another location and it is trying to open it from another loc.ihave added the line
    export ORACLE_SID=ora in bashrc file.Already there is one database called orcl and it is also been added to the
    bashrc file.
    Pz solve it for me.

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • RSCRM 085 Could not open the file

    HI Guru's,
    for two weeks we have trouble on RSCRM BAPI. we have a job which execute the function module to generate a file. yesterday we applied an OSS Note to solved the problem RSCRM164.
    But now if i execute my process by the program i have the error RSCRM085 could not open the file.
    If i execute the process by the transaction RSCRM_BAPI (with the same parameter) the generation is successfull.
    Do you have an idea what problem i have ?
    Thanks
    CYril

    Hello Cyril,
    If you regenerate the coding and reactivate the program does it resolve the issue?
    Best Regards,
    Des

  • Could not open audit file:

    Hi,
    I have a 11gR2(11.2.0.1) 2 node RAC database set up on NFS ,with shared file system.
    In the adump for every min, more than 6 *.aud files are generated.
    FYI
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:25 soatst2_ora_4605_1.aud
    -rw-r----- 1 oracle oinstall 907 Nov 1 10:25 soatst1_ora_7624_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:25 soatst1_ora_7516_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:25 soatst1_ora_7636_1.aud
    -rw-r----- 1 oracle oinstall 900 Nov 1 10:25 soatst2_ora_4620_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:25 soatst2_ora_4539_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:26 soatst1_ora_7650_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:26 soatst1_ora_7648_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:26 soatst1_ora_7513_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:26 soatst2_ora_4641_1.aud
    -rw-r----- 1 oracle oinstall 906 Nov 1 10:26 soatst1_ora_7634_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:26 soatst1_ora_7580_1.aud
    -rw-r----- 1 oracle oinstall 840 Nov 1 10:26 soatst1_ora_7694_1.aud
    -rw-r----- 1 oracle oinstall 840 Nov 1 10:26 soatst1_ora_7696_1.aud
    -rw-r----- 1 oracle oinstall 834 Nov 1 10:26 soatst2_ora_4659_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:27 soatst2_ora_4631_1.aud
    -rw-r----- 1 oracle oinstall 907 Nov 1 10:27 soatst1_ora_7677_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:27 soatst1_ora_7673_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:27 soatst2_ora_4657_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:27 soatst2_ora_4639_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:27 soatst1_ora_7692_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:28 soatst2_ora_4670_1.aud
    -rw-r----- 1 oracle oinstall 906 Nov 1 10:28 soatst1_ora_7707_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:28 soatst1_ora_7705_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:28 soatst1_ora_7717_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:28 soatst2_ora_4681_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:28 soatst2_ora_4679_1.aud
    -rw-r----- 1 oracle oinstall 907 Nov 1 10:29 soatst1_ora_7725_1.aud
    -rw-r----- 1 oracle oinstall 900 Nov 1 10:29 soatst2_ora_4691_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:29 soatst2_ora_4603_1.aud
    -rw-r----- 1 oracle oinstall 907 Nov 1 10:29 soatst1_ora_7734_1.aud
    -rw-r----- 1 oracle oinstall 899 Nov 1 10:29 soatst2_ora_4711_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:29 soatst2_ora_4715_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:30 soatst2_ora_4723_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:30 soatst1_ora_7743_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:30 soatst1_ora_7675_1.aud
    -rw-r----- 1 oracle oinstall 906 Nov 1 10:30 soatst1_ora_7690_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:30 soatst2_ora_4739_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:30 soatst2_ora_4707_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:31 soatst2_ora_4749_1.aud
    -rw-r----- 1 oracle oinstall 905 Nov 1 10:31 soatst1_ora_7761_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:31 soatst1_ora_7759_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7397_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7415_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4408_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7387_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4443_1.aud
    -rw-r----- 1 oracle oinstall 903 Nov 1 10:31 soatst1_ora_7393_1.aud
    -rw-r----- 1 oracle oinstall 897 Nov 1 10:31 soatst2_ora_4463_1.aud
    -rw-r----- 1 oracle oinstall 904 Nov 1 10:31 soatst1_ora_7688_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst2_ora_4759_1.aud
    -rw-r----- 1 oracle oinstall 906 Nov 1 10:31 soatst1_ora_7389_1.aud
    -rw-r----- 1 oracle oinstall 901 Nov 1 10:31 soatst2_ora_4421_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7403_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4395_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7391_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4447_1.aud
    -rw-r----- 1 oracle oinstall 902 Nov 1 10:31 soatst1_ora_7401_1.aud
    -rw-r----- 1 oracle oinstall 896 Nov 1 10:31 soatst2_ora_4423_1.aud
    -rw-r----- 1 oracle oinstall 903 Nov 1 10:31 soatst1_ora_7454_1.aud
    -rw-r----- 1 oracle oinstall 897 Nov 1 10:31 soatst2_ora_4439_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7408_1.aud
    -rw-r----- 1 oracle oinstall 892 Nov 1 10:31 soatst2_ora_4406_1.aud
    -rw-r----- 1 oracle oinstall 898 Nov 1 10:31 soatst1_ora_7381_1.aud
    Also,
    however we have faced the same
    issue , previosly on PROD Db environment.
    and found the below error in alert.log
    Linux-x86_64 Error: 27: File too large
    Additional information: 9925
    Could not open audit file:
    /mnt/vol_ora_SOATST1_apps_01/app/oracle/admin/SOATST/adump/soatst1_pmon_16150_1.aud
    Retry Iteration No: 1 OS Error: 27
    Retry Iteration No: 2 OS Error: 27
    Mon Oct 31 09:36:37 2011
    Retry Iteration No: 3 OS Error: 27
    Retry Iteration No: 4 OS Error: 27
    Retry Iteration No: 5 OS Error: 27
    Then we disable crs then
    1.rebooted the servers then cleanly stopped all crs services
    2.could not get in to adump ,so created new adump directory
    3.Started the CRs services.
    Now after a day we see still huge generation of *.aud files in adump,
    Any Suggestions/Inputs are appreciated...
    Thanks

    post
    SQL> show parameter audit
    refer this link.
    Complaining about audit file when audit_trail is set to NONE

  • I am trying to import developed images from LightRoom 5 in o Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another progra

    I am trying to import developed images from LightRoom 5 Photoshop 6 for further editing.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, or you do not have necessary access permissions or another program is using the file.  Use the 'Properties' command in the Windows Explorer to unlock the file. How do I fix this?  I would greatly appreciate it if you would respond with terms and procedures that a computer ignorant user, such as me, will understand.   Thanks.

    Have you tried restoring the Preferences yet?

  • InfoSpoke fails with message "Could not open file on application server"

    BW Experts,
    I created an InfoSpoke that is configured to extract to a flat file. The name of the file is specified using a logical filename. During extraction, the infospoke reports the error message "Could not open file on application server" adnd  marks the extraction process as red(failed). I have tried to run the InfoSpoke in background mode and in dialog mode and the same error appears. After i run in dialog mode, i checked SU53 for authorization errors and did not find any. I also tried changing the Logical filename setup in transaction FILE to a more "friendly" directory in which i'm sure i have authorizations (e.g. my UNIX home directory) and im still getting errors.
    Can you please share your thoughts on this? Any help will greatly appreciated. I also promise to award points.

    Hi Nagesh,
    Thanks for helping out.
    If i configure the InfoSpoke to download to a file using "File Name" option and also check the "Application server" checkbox, the extract works correctly (extraction to the defualt SAP path and filename=infospoke name). If i configure the InfoSpoke to download to the local workstation, the InfoSpoke also works correctly. It's only when i configure it to download to the application server and use the "Logical filename" option, that i encounter a failed extract.
    Here are the messages is the Open Hub Monitor:
    (red icon) Request No.147515
    0 Data Records
    Runtime 1 sec.
    (red icon)Run No. 1
    0 Data Records
    Runtime 1 sec.
    Messages for Run
    Extraction is running RSBO 305
    Could not open file on application server RSBO 214
    Request 147515 was terminated before extraction RSBO 326
    Request 1475151: Error occured RSBO 322
    If i clink on the error message, no messages nor clues are displayed. Note, this is a new InfoSpoke that is currently in the dev system.
    Please help.

  • I want to edit my raw images on cs5 photoshop.  But when I go to open the .CR2 file it says  '' Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw. Please visit

    I want to edit my raw images on cs5 photoshop.  But when I go to open the .CR2 file it says 
    '' Could not complete your request because the file appears to be from a camera model which is not supported by the installed version of Camera Raw. Please visit the Camera Raw help documentation for additional information.  '' 
    When I go to updates in photoshop help i try to update photoshop and photoshop camera raw but it then says 
    '' Updates could not be applied the error log file may help you in identifying the problem. Then, try updating again. If the problems persist, contact customer support for further assistance. 
    Photoshop Camera Raw 8.7.1(CS6) There was an error installing this update. Please quit and try again later. Error Code: U44M1I216 ''  
    I dont know how to get around this please help

    CR2 files from which Canon camera?
    Supported cameras are listed here
    Camera Raw plug-in | Supported cameras

  • Photoshop CS4 "Could not save as...because file is already in use or was left open"

    I have been using Photoshop for years, and CS4 for about a year now.  I have never had this error message pop up until this week.  It started happening right after I did the Adobe update to 11.0.2.  Everytime I try to save a PSD or JPG file now (which are the only two types of files I work with), I get this message preventing me from being able to save;
    "Could not save as... because file is already in use or was left open."
    I have to attempt to Save as about a dozen times before it will finally save the file.  Any suggestions on what could be wrong and how to remedy it?  Is it the update that caused this problem?

    Turn off Caching of Thumbnails in Hidden thumbs.db Files
    People sometimes report that they cannot manipulate their folders as they want to because Explorer has a thumbs.db file open.  Windows 7 apparently generates these files for compatibility with older software that may expect such files to exist in folders with, for example, photos in them.
    The good news is that (with Windows 7 Professional and above) you can disable this through the Group Policy editor:
    Click the Start orb
    Enter gpedit.msc in the search box and hit Enter.
    Expand User Configuration - Administrative Templates - Windows Components.
    Click on Windows Explorer.
    Right-click the entry "Turn off the caching of thumbnails in hidden thumbs.db files" and choose Edit.
    Enable the setting.
    -Noel

Maybe you are looking for