SQL-02100: Unable to open message file (SQL-02113)

Hi,
We use Oracle 8.1.7 on HP-UX and got today quite a lot of error :
SQL-02100: Unable to open message file (SQL-02113)
What could be the problem?
From what I found in the internet :
SQL-02100 Out of memory (i.e., could not allocate)
Cause: SQLLIB was unable to allocate enough memory to execute the program.
Action: Allocate more memory to the user session, then rerun the program. If the error persists, call Oracle Customer Support for assistance.
SQL-02113 Unable to open message file
Cause: SQLLIB was unable to find or open the SQLLIB message file, SQL*.MSB.
Action: Check that this file exists in the MESG directory and that it is readable.
But I dont know much detail about that. Anyone can suggest what should be checked?
I compared the .../rdbms/mesg folder with other 8.1.7 installation and it is the same (number of files, permissions).
Please help.
Thanks

Check if your ORACLE_HOME environment variable is set correctly, if not set it and try again.
Regards,
PP

Similar Messages

  • Procob32 err: "PCB-F-NOERRFILE , unable to open message file, facility PCB"

    procob32 gives errmsg: "PCB-F-NOERRFILE , unable to open message file, facility PCB"
    I have installed from linux.x64_11gR1_database_1013.zip
    An old post said there should be files at $ORACLE_HOME/precomp/mesg/pcb*.msg (1st file with pc* is pccus.msb)
    An old post suggested I had to install the CLIENT as well as the server ?
    BUT I do not see how to install the client, It seems it is now included with 11g ?
    Hope somebody knows what the problem is
    Thanks, [email protected]

    Hi
    Have you read the following note? :
    Doc ID:      Note:351034.1
    Subject:      Pro*COBOL Precompilation Fails With PCB-F-NOERRFILE
    I do not see how to install the client, It seems it is now included with 11g ?
    Herewith all the 11g documentation
    http://www.oracle.com/pls/db111/homepage
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28428/pco14opt.htm#i12295
    By the way have you tried as root to do
    find / -name "pcb*.msg"
    is something installed`?

  • "Unable to open project file" Error Message

    I pulled an all-nighter (13 hours of editing) last night to create a critical project in FCE 3.5.1 on my Intel iMac running 10.4.11 then left this afternoon for a few hours and shut down my machine. Came back tonight and tried to open the project (which I saved on my Maxtor 1 TB external drive along with all of the scratch disk files). To my absolute panic, it won't open the file now with an error message that simply says, "Unable to open project file". HELP!!!! Anyone have any suggestions?!?!

    In the past I found (and reported to Apple Feedback) the same bug Steve reports here, but I should recall that the problem:
    - only appeared in PAL projects (probably not the case for kscritch) - never heard of it in NTSC
    - was consistent in FCE 3.x, not so in FCE 4
    I made tests importing .psd images with transparency into PAL projects using FCE 4, and I had various behaviours: sometimes the project worked, sometimes I couldn't open the project again (as in FCE 3), sometimes I had error messages with inconsistent behaviour (msg like "file error", but the project opened and file was there...), etc. so I decided to do without.
    Now I only import .tif or .png images when I need transparency
    Piero

  • "Unable to open project file" message in final cut express 3.5.1

    I have (well had now) a project with 3 video clips and multiple .psd files as stills. When the project contains just the 3 video clips and a couple of transitions I can save the project and quit Final Cut Express and relaunch FCE and when I try to re-open the same project, it opens just fine, without any problems and just the way I expected it to be. After editing the same project for a couple of hours and saving along the way (this has happened twice now and I don't think the length of time of editing matters) and adding multiple still images to the 3 video clips (this part is new in my working with FCE); I save and quit. When I return to open the same project I get the message "Unable to open project file" and click the OK button, which is my only option and I am given a new blank project. So where did my work go???

    Thank you for the response, but it hasn't worked yet...
    I read the link. I am working off my internal drive.
    I re-named the Capture Scratch folder, and any Render folders and then launched FCE. I was presented with a window that reads "To preserve the integrity of the data used by Final Cut Express HD, it is necessary to ensure the existance of the following path(s)" The path in the box below is where my project file and support files are. My 3 options are Quit, Check again and Reset Scratch disk. I choose the Reset Scratch Disk button and it took me to the Scratch Disk window and I Set/Created a new folder and clicked Choose and then OK back at the Scratch Disk window and Continue at the initial window... the Reset Scratch disk button is now labeled Continue. I am given a new Untitled Project work space. I tried to open my project file and once again with the message "Unable to open project file".
    Where did I go wrong???

  • Unable to open PDF files in messages since iOS 8.3 update

    i updated my iPhone 6 to the iOS 8.3 update and unable to open PDF files with in the messages app ... I was able to do this prior to the update.  Was the functionality taken away (still able to open jpg and ping files)?

    I visited a "genius" in the Apple Store, Leicester, this morning. After some playing around he seems to have sorted it. Apparently - now they tell me! - you don't need Adobe Reader on Macs as the Mac has its own pdf reader built-in. Safari 5.1 is now clashing with Reader and the best approach is to remove Reader - and the relevent preference files. I took one of my MBPs into the store and am just checking it out to see if everything is now ok. I'm now planning to make the changes on my other machine and will report back. (The genius said that my best approach was to bring in the second MBP but I'm not very convenient to Leicester so I'm going to give it whirl myself.)
    Wish me luck.
    But why did we load Reader in the first place? Are we that unusual in the Mac community? Surely, others must have done the same and are having the same problem with Safari 5.1???

  • My bank statements are PDF read only. I cannot read them now, even though I have had no problem for the last year. My bank says it is an Adobe problem. Error message "Unable to open PDF file"

    I tried uploading the newest Adobe reader and it did not help. Any ideas?

    cl?bank wrote:
    "Unable to open PDF file"
    Really just that?  What is your operating system?

  • Filestream Creation Unable to Open Physical File Operating System Error 259

    Hey Everybody,
    I have run out of options supporting a customer that is having an error when creating a database with a file stream.  The error displayed is unable to open physical file operating system error 259 (No more data is available).  We're using a pretty
    standard creation SQL script that we aren't having issues with other customers:
    -- We are going to create our data paths for the filestreams.  
    DECLARE @data_path nvarchar(256);
    SET @data_path = (SELECT SUBSTRING(physical_name, 1, CHARINDEX(N'master.mdf', LOWER(physical_name)) - 1)
                      FROM master.sys.master_files
                      WHERE database_id = 1 AND file_id = 1);
    -- At this point, we should be able to create our database.  
    EXECUTE ('CREATE DATABASE AllTables
    ON PRIMARY
        NAME = AllTables_data
        ,FILENAME = ''' + @data_path + 'AllTables_data.mdf''
        ,SIZE = 10MB
        ,FILEGROWTH = 15%
    FILEGROUP FileStreamAll CONTAINS FILESTREAM DEFAULT
        NAME = FSAllTables
        ,FILENAME = ''' + @data_path + 'AllTablesFS''
    LOG ON
        NAME = AllTables_log
        ,FILENAME = ''' + @data_path + 'AllTables_log.ldf''
        ,SIZE = 5MB
        ,FILEGROWTH = 5MB
    GO
    We are using SQL Server 2014 Express.  File streams were enabled on the installation SQL Server.  The instance was created successfully and we are able to connect to the database through SSMS. The user is using an encrypted Sophos. 
    We have tried the following:
    1. Increasing the permissions of the SQL Server server to have full access to the folders.
    2. Attempted a restore of a blank database and it failed.
    There doesn't seem to be any knowledge base articles on this particular error and I am not sure what else I can do to resolve this.  Thanks in advance for any help!

    Hi Ryan,
    1)SQL Server(any version) can't be installed on encrypted drives. Please see a similar scenario in the following link
    https://ask.sqlservercentral.com/questions/115761/filestream-and-encrypted-drives.html
    2)I don't think there is any problem with permissions on the folder, if the user can create a database in the same folder. Am not too sure. Also see the article by
    Jacob on configuring the FILESTREAM for SQL Server that describes how to configure FILESTREAM access level & creating a FILESTREAM enabled database
    Hope this helps,
    Thanks
    Bhanu 

  • Pro*C/C++ generates error "PCC-S-02015, unable to open include file"

    I'm running a .pc file through the pre-compiler (on Windows 7x64 with instant client 12.1) and get the following error:
    Error at line 78, column 1 in file XXX.pc
    EXEC SQL INCLUDE SQLCA;
    1
    PCC-S-02015, unable to open include file
    If I change the content of my file to the following
    #include "sqlca.h"
    //EXEC SQL INCLUDE SQLCA;
    the pre-compiler does it's job nicely.
    My pcscfg.cfg looks like this:
    include="C:\PROGRA~2\Oracle\INSTAN~1\sdk\include"
    include="C:\PROGRA~2\MICROS~2.0\VC\include"
    define=(WIN32_LEAN_AND_MEAN)
    DEFINE=_WSTDIO_DEFINED
    Has there been a change in the syntax of Pro*C or why can't it resolve the EXEC SQL INCLUDE?
    PS: I'm an absolute newbie to this and am trying to get to compile some veeery old code, build under instant client 9/10/11)

    Karl Esau (guest) wrote:
    : Hi,
    : I have problems to get the precompiler running - executing the
    : precompiler leads to a segfault.
    I meanwhile solved the problem, so that I can compile and
    run the samples.
    a strace on 'proc' showed:
    open("/oracle/precomp/public/SQLCA.H", O_RDONLY) = -1 ENOENT
    (Nosuch file or directory)
    I made a symbolic link for an upper case SQLCA.H, needed to add
    SQLCHECK=SEMANTICS in ~/precomp/admin/pcscfg.cfg and one more
    lib for the make: /lib/libdl.so.2 because 'dlclose' and other
    symbols were undefined.
    bye
    Karl Esau
    null

  • KUP-04063: unable to open log file.. (while selecting from External table)

    Hi
    I am trying to craete an external table and then select the data from the table. However I am getting error while trying to select the data from external table.
    SQL>CREATE OR REPLACE DIRECTORY my_dir as 'C:\arun';
    Directory created.
    SQL>GRANT ALL ON DIRECTORY my_dir TO PUBLIC;
    Grant succeeded.
    SQL>DROP TABLE proj_checklists_external;
    Table dropped.
    SQL>CREATE TABLE proj_checklists_external
    2 ( checklist_submission_id NUMBER
    3 ,Lead_reviewer_name VARCHAR2(30)
    4 ,Lead_reviewer_corp_id VARCHAR2(10)
    5 ,creation_date VARCHAR2(10)
    6 ,submitted_dater VARCHAR2(10)
    7 ,approved_date VARCHAR2(10)
    8 ,status VARCHAR2(50)
    9 )
    10 ORGANIZATION EXTERNAL
    11 (
    12 TYPE ORACLE_LOADER
    13 DEFAULT DIRECTORY my_dir
    14 ACCESS PARAMETERS
    15 (
    16 RECORDS DELIMITED BY NEWLINE
    17 FIELDS TERMINATED BY ','
    18 )
    19 LOCATION ('Book1.txt')
    20 )
    21 PARALLEL 5
    22 REJECT LIMIT 200;
    Table created.
    SQL>SELECT * FROM proj_checklists_external;
    SELECT * FROM proj_checklists_external
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04063: unable to open log file PROJ_CHECKLISTS_EXTERNAL_28484.log
    OS error No such file or directory
    ORA-06512: at "SYS.ORACLE_LOADER", line 14
    ORA-06512: at line 1
    I craeted an file PROJ_CHECKLISTS_EXTERNAL_28484.log also in C:\arun and then tried to select but still got same error.
    Any idea how to overcome this error.
    Regards
    Arun

    here you go:
    SQL> CREATE OR REPLACE DIRECTORY GRATIS_LOAD as 'D:\AdvSourceData\Membership\';
    Directory created
    SQL> GRANT ALL ON DIRECTORY GRATIS_LOAD to ADVROLE;
    Grant succeeded
    SQL>
    SQL> DROP TABLE MEMB_BATCH_LOAD_ID;
    Table dropped
    SQL> CREATE TABLE MEMB_BATCH_LOAD_ID (
    2 ID_NUMBER VARCHAR2(10),
    3 STATUS CHAR(1)
    4 )
    5 ORGANIZATION EXTERNAL
    6 ( TYPE ORACLE_LOADER
    7 DEFAULT DIRECTORY GRATIS_LOAD
    8 ACCESS PARAMETERS
    9 ( records delimited by NEWLINE
    10 fields (
    11 ID_NUMBER POSITION (1:10) CHAR,
    12 STATUS POSITION (11:1) CHAR
    13 )
    14 )
    15 LOCATION
    16 ( 'GRATISID.TXT'
    17 )
    18 );
    Table created
    SQL> select * from memb_batch_load_id;
    select * from memb_batch_load_id
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04063: unable to open log file MEMB_BATCH_LOAD_ID_1388_5552.log
    OS error The system cannot find the file specified.
    ORA-06512: at "SYS.ORACLE_LOADER", line 14
    ORA-06512: at line 1
    SQL>

  • SegFault PCC-S-02015 unable to open include file

    Hi,
    I have problems to get the precompiler running - executing the
    precompiler leads to a segfault.
    btw: don3t have ORACLE_HOME/precomp/demo/proc
    oracle@los13529 > make -f demo_plsql.mk examp9
    sqlplus scott/tiger @exampbld </dev/null
    System default option values taken from:
    /oracle/precomp/admin/pcscfg.cfg
    Error at line 53, column 1 in file examp9.pc
    EXEC SQL INCLUDE SQLCA;
    1
    PCC-S-02015, unable to open include file
    make[1]: *** [examp9.o] Segmentation fault
    make[1]: Leaving directory `/oracle/plsql/demo'
    make: *** [examp9] Error 2
    a 'strace' says:
    oracle@los13529:/oracle/plsql/demo > strace proc examp9
    open(ptrace: umoven: Input/output error
    0x85a7dc0, O_RDONLY) = -1 ENOENT (No such file or directory)
    i have to admit, i had to change /oracle/precomp/admin/pcscfg.cfg
    as follows and set two links in order to fix include errors on
    stdarg.h and stddef.h:
    /oracle/precomp/admin/pcscfg.cfg:
    sys_include=(/usr/include)
    include=(/oracle/precomp/public)
    include=/oracle/precomp/hdrs
    include=/oracle/tpcc2x_2/src
    include=/oracle/precomp/include
    include=/oracle/oracore/include
    include=/oracle/oracore/public
    include=/oracle/rdbms/include
    include=/oracle/rdbms/public
    include=/oracle/rdbms/demo
    include=/oracle/nlsrtl/include
    include=/oracle/nlsrtl/public
    include=/oracle/network_src/include
    include=/oracle/network_src/public
    include=/oracle/network/include
    include=/oracle/network/public
    include=/oracle/plsql/public
    ltype=short
    oracle@los13529 > l /usr/include/std[ad]*
    lrwxrwxrwx 1 root root 57 Mar 15 10:18 /usr/include/stdarg.h
    -> /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/include/stdarg.h
    lrwxrwxrwx 1 root root 57 Mar 15 10:18 /usr/include/stddef.h
    -> /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/include/stddef.h
    system related info:
    oracle@los13529:/oracle/plsql/demo > uname -a
    Linux los13529 2.2.3 #1 Wed Mar 10 14:54:34 MET 1999 i586
    unknown
    oracle@los13529:/oracle/plsql/demo > cc --version
    egcs-2.91.60
    path/environment-settings seem to be proper:
    johndoe@los13529:/home/johndoe > set|grep orac
    LD_LIBRARY_PATH=:/oracle/lib
    ORACLE_BASE=/oracle
    ORACLE_HOME=/oracle
    ORACLE_PATH=/oracle/sqlplus
    ORA_NLS32=/oracle/ocommon/nls/admin/data
    ORA_NLS33=/oracle/ocommon/nls/admin/data
    PATH=/oracle/bin:/oracle/buildtools/bin:/usr/local/bin:/usr/bin:
    /usr/X11R6/bin:/bin:/usr/games/bin:/usr/games:/opt/kde/bin:.
    TNS_ADMIN=/oracle/network/admin
    ora/listener-connect is OK, even ODBC from a W95-client works:
    johndoe@los13529:/home/johndoe > sqlplus scott/tiger@quad
    SQL*Plus: Release 8.0.5.0.0 - Production on Mon Mar 15
    14:8:18 ...
    SQL> select count(*) from tab;
    COUNT(*)
    17
    SQL> exit
    Disconnected from Oracle8 Release 8.0.5.0.0 - Production
    PL/SQL Release 8.0.5.0.0 - Production
    please give me a hint. mailto:[email protected]
    null

    Karl Esau (guest) wrote:
    : Hi,
    : I have problems to get the precompiler running - executing the
    : precompiler leads to a segfault.
    I meanwhile solved the problem, so that I can compile and
    run the samples.
    a strace on 'proc' showed:
    open("/oracle/precomp/public/SQLCA.H", O_RDONLY) = -1 ENOENT
    (Nosuch file or directory)
    I made a symbolic link for an upper case SQLCA.H, needed to add
    SQLCHECK=SEMANTICS in ~/precomp/admin/pcscfg.cfg and one more
    lib for the make: /lib/libdl.so.2 because 'dlclose' and other
    symbols were undefined.
    bye
    Karl Esau
    null

  • ORA-31640: unable to open dump file "/restore/psdwh/exp_dataONLY_iccs_25062

    Hi,
    Version 11203
    I am trying to import schema into exadata machine using impdp.
    The impdp is failed to open dump file.
    Starting "ICCS"."SYS_IMPORT_FULL_01": userid=iccs/******** full=y TABLE_EXISTS_ACTION=APPEND
    DIRECTORY=EXP_FOR_EXADATA PARALLEL=4 DUMPFILE=exp_dataONLY_iccs_25062012_%U.dmp LOGFILE=exp_dataONLY_iccs_25062012.log
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    ORA-31693: Table data object "ICCS"."INF_CALL_ERR" failed to load/unload and is being skipped due to error:
    ORA-31640: unable to open dump file "/restore/psdwh/exp_dataONLY_iccs_25062012_04.dmp" for read
    ORA-19505: failed to identify file "/restore/psdwh/exp_dataONLY_iccs_25062012_04.dmp"
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    ORA-31693: Table data object "ICCS"."CC_AGG3" failed to load/unload and is being skipped due to error:
    ORA-31640: unable to open dump file "/restore/psdwh/exp_dataONLY_iccs_25062012_02.dmp" for read
    ORA-19505: failed to identify file "/restore/psdwh/exp_dataONLY_iccs_25062012_02.dmp"
    ORA-27037: unable to obtain file status
    Linux-x86_64 Error: 2: No such file or directory
    Additional information: 3
    . . imported "ICCS"."CUST_S"                         19.78 MB  580379 rows
    . . imported "ICCS"."CUST_SUM_CD"                    16.79 MB  843460 rows
    ORA-31693: Table data object "ICCS"."BILL_CUST_SALE_TMP_C" failed to load/unload and is being skipped due to error:
    ORA-31640: unable to open dump file "/restore/psdwh/exp_dataONLY_iccs_25062012_02.dmp" for read
    ORA-19505: failed to identify file "/restore/psdwh/exp_dataONLY_iccs_25062012_02.dmp"
    .....I verified that the file is exist in the file system :
    [oracle@dm01db01 psdwh]$ ls -l /restore/psdwh/exp_dataONLY_iccs_25062012_04.dmp
    -rwxrwxrwx 1 oracle oinstall 701464576 Jun 25 10:36 /restore/psdwh/exp_dataONLY_iccs_25062012_04.dmpI verified that the file has the same permission as oracle user :
    dm01db01{oracle} /home/oracle >id
    uid=1000(oracle) gid=1001(oinstall) groups=101(fuse),1001(oinstall),1002(dba)I also verified that i have a the right permission on the directory ABOVE :
    cd /restore
    ls -l
    drwxrwxrwx  3 oracle oinstall         9216 Jun 27 19:15 psdwhI veified that the directory exists:
    SQL> select * from dba_directories;
    OWNER      DIRECTORY_NAME   DIRECTORY_PATH
    SYS       EXP_FOR_EXADATA   /restore/psdwhI have read,write permission on the directory to PUBLIC , and as you can see there are some tables which successfully imported:
    . . imported "ICCS"."CUST_S"                         19.78 MB  580379 rows
    . . imported "ICCS"."CUST_SUM_CD"                    16.79 MB  843460 rowsPlease note that i am getting such an error each time that i am using expdp with PARALLEL and having %U in the dumpfile name .
    e.g:
    expdp userid=iccs/iccs@psdwh  content=data_only EXCLUDE=statistics DIRECTORY=EXP_FOR_EXADATA
    PARALLEL=4 DUMPFILE=exp_dataONLY_iccs_25062012_%U.dmp LOGFILE=exp_dataONLY_iccs_25062012.logIf i am exporting without PARALLEL and %U , mean having just one dump file , i have no problem at all to import the file.
    Any Advice ?
    Thanks

    The issue is most likely due to the directory not being accessible from all nodes in the rac. If it works with parallel=1 but not parallel>1 then the other nodes that are being used to import data, and since the file exists, then please check that the disk is accessible from all nodes in the rack.
    Dean

  • I am unable to open raw files from my Canon T1i in Adobe Camera Raw of my version CS3 of Photoshop.  I have tried to update my ACR by downloading version 4.6 from the Adobe website but I am still unable to open raw files, just JPEG.  Is there a way to use

    I am unable to open raw files taken on my Canon Rebel T1i in my version of Photoshop CS3.  When I import raw files into Bridge they come up as patches with CR2 on them and when clicked on, a notice comes up stating that Photoshop does not recognize these files.  I tried to update my Adobe Camera Raw by downloading version 4.6 from the Adobe Website, but when I clicked on the plus-in, I got another message that Photoshop does not recognize this file.  I spoke with a representative from Canon who said that I could not update CS3 and that I should subscribe to the Cloud.  I would prefer to use my CS3, if possible.  Can anyone advise me what to do?

    The T1i was first supported by Camera Raw 5.4 which is only compatible with CS4 and later
    Camera Raw plug-in | Supported cameras
    Camera Raw-compatible Adobe applications
    Some options:
    Upgrade to CS6
    Join the Cloud
    Download the free Adobe DNG converter, convert all T1i Raw files to DNGs then edit the DNGs in CS3
    Camera raw, DNG | Adobe Photoshop CC

  • Unable to open RAW files in CS6 after update

    Hi all,
    I have Photoshop CS6 and have been able to open my D4 Raw files with no issues using the Camera Raw version 7.1 plugin.
    Yesterday I upgraded my Mac OS from Snow Leopard to Yosemite (a big jump I agree) and proceeded to update Photoshop to the latest version as well as installing Adobe DNG Converter 8.8.
    I am apparently still using the same 7.1 plugin version as I always have but I am now no longer able to open any RAW files through Photoshop as it displays a message saying 'files not recognised' when I try to open them.
    Have I skipped too many updates? Do the latest Photoshop CS6 updates leave me unable to open RAW files? Am I being pushed down the CC route?
    Could anybody offer any help at all as I have a wedding to edit but cannot open any files!!! Stress!!!
    I backed up my system through Time Machine before I did the update but im not sure if I restore that I will still have Yosemite OS running.
    Any help or advice really is appreciated.
    Many thanks.
    Phil

    Camera RAW should be at version 8.8 for CS6
    Adobe - Photoshop : For Macintosh
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh

  • I am unable to open video files on this website.

    When I click on video links of the following website--http://tubtub.com/--I receive an error message that reads as follows:
    "File not found
    Firefox can't find the file at mms://TITLE.tubtub.com/.
    Check the file name for capitalization or other typing errors.
    Check to see if the file was moved, renamed or deleted.
    Try Again"
    I had initially seen a window that was named "Launch Application," which, seemingly, allowed one to choose an application by which to open the video links. I chose my VLC player to do this and checked a box to associate this "Launch application" window with the VLC player, but received an error message that VLC was unable to open the file that began with an "mms" URL. Then I was never able to get back to that "Launch application" window to select another application, such as Windows Media Player, Real Player, etc. I even tried uninstalling my Firefox browser and the VLC player and reinstalling them both, all to no avail.
    Please explain how I may get these video links to play and the "Launch Application" window to open again. I recall having used TubTub.com successfully before.
    Thank you.

    Hi mendcocr,
    Please see this document about configuring web browsers to display PDF files: http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html.
    Please let us know if you need additional help.
    Best,
    Sara

  • 'Unable to open project File' Please help....

    Help. Since yesterday, Final Cut Pro has been crashing every time I have tried to render something. I have used the FSC Maintenance Pack that has been recommended and ran Crash Analyser and Corrupt Clip Finder. No corrupt clips were found and the Crash Analyser fixed the problem for a while and I was able to work for a couple of hours. (prior to this I also removed some Motion files and that also temporarily stopped the crashing). I began working on my project again today, and the same thing started to happen. I kept having to turn everything off at the source until finally I gave up! Just before I turned it off I started running Autosave Cleaner but it seemed to freeze too so I Force Quit it. I have just turned it all back on again and to my horror, my project is not even opening. My other FCP projects are opening but not the one I am working on. I have no idea what to do. Final Cut opens and the message is 'Unable to open Project File'. I am so upset and really hope that someone out there can help.
    I run 10.5.8, I have 10 GB memory. All my clips are imported as XDCAM EX 720p25 (original format MPEG HD) but I have been working in this project for weeks without a problem.
    Thanks in advance
    Gill

    I don't know why it is set to the internal disk, but that is the default. That is not project related. It is system related (hence System Settings). So probably you started fcp one without the external disk attached. FCP forces you then to choose another scratch-, waveform-, thumbnail-, autosave location.
    Probably you've set it all to the internal disk then.
    Next time when the external disk was there again you might have only reset the scratch disk, but not your Autosave location... Just a thought.
    That is, IMHO, the disadvantage of system orientated scratch disk settings...
    Rienk

Maybe you are looking for