Database msdb cannot be opened due to inaccessible files or insufficient memory or disk space - in recovery pending status

came in this fine monday morning and it looks like developers were running some kind of trace that filled the primary DATA folder with about 80,000 5mb trace files.  now that process has stopped and the logfiles have been cleaned up, but when attempting to connect to the server using the management console i get the error:
Database 'msdb' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details. (.Net SqlClient Data Provider)
when i check the status it is in recovery pending mode.  i have a backup from yesterday but im not sure if this database became corrupt before that backup or not because this process was ongoing over the weekend.  the last timestamp on the msdb and log files is 7am this morning.. 
I am not sure how to proceed recovering the msdb database with limiting interruption to the users.  any advice is extremely appreciated.  this is sql server 2008.  i can login via sqlcmd and see it is in recovery pending status:
1> select state_desc databasestatus_sysdtabase from
2> sys.databases where name ='msdb'
3> go
select state_desc databasestatus_sysdtabase from
sys.databases where name ='msdb'
databasestatus_sysdtabase
RECOVERY_PENDING
(1 rows affected)
1>

For someone experiencing a similar problem this answer is unacceptable. You're basically telling me to reboot the server to fix this.  You vaguely mention using process explorer to find out who is using the file.  Can you please provide
some more information on that?  I have a similar problem and rebooting the server to fix it is not an option.  This problem keeps reoccurring.
OS Error 32 means file has an open handle by someone else. If that is a user process then you can catch it via Process Explorer. If it's a kernel mode object then it's difficult to catch that and restart is the only choice.
http://sqlserver-help.com/2014/08/07/tips-and-tricks-os-error-32the-process-cannot-access-the-file-because-it-is-being-used-by-another-process/
Balmukund Lakhani
Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
This posting is provided "AS IS" with no warranties, and confers no rights.
My Blog |
Team Blog | @Twitter
| Facebook
Author: SQL Server 2012 AlwaysOn -
Paperback, Kindle

Similar Messages

  • I cannot download Firefox 4.0 it says cannot be open due to unknown error, so try saving to disk. Why and how do you save to disk when it just says "click here" for upgrade?

    i have tried to download the newest version of Firefox and when i click on " click here" it downloads the version 4.0 then when it's finished a window flops down and says,
    Download Error, users/sue/downloads/Firefox4.0-4.dmg could not be opened ,because an unknown error occured. Try safing to disk first and then opening the file. ok?"
    so how do i save it to disk if i'm clicking on a "click here' word on the web page?

    I totally agree, there have been many Mac users that have been effected by this.

  • SQL 2012 database stuck in Recovery Pending status

    Hey all.  Thanks in advance to anybody that can please help me.  I have a SQL cluster which ran out of disk the other day.  I threw plenty more disk at the SAN.  However, 1 of the databases came back with Recovery Pending and has been
    over 24 hours.  I have tried to backup the database with no success.  I don't have a clean backup from the day it occured so would have a good amount of work missing.
    Running a dbcc check returns the following:
    Msg 945, Level 14, State 2, Line 1
    Database 'sqldb' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details.
    I have not tried a dbcc check with REPAIR_ALLOW_DATA_LOSS as there seems to be a high risk of losing whatever was going on.  Does anybody have an idea of how I can get the db back online?

    Just a note... the database is not in Suspect mode, it is in Recovery mode.  If there is a transaction in process, attaching and reattaching may or may not trigger the transaction to complete.    The answer would be different if the database
    were in suspect mode.  The fact that it is now in CHECKPOINT shows that there is an incomplete transaction.  Once back online, a backup can occur and the CHECKPOINT can resolve.
    http://support.microsoft.com/kb/110139?wa=wsignin1.0
    Seems to me this is more like a case where the database is in log ship mode.  In that case, the solution is relatively simple (this is not what needs to happen... it simulates what has happened):
    RESTORE DATABASE MyDB WITH RECOVERY
    USE master
    ALTER DATABASE MyDB SET OFFLINE WITH ROLLBACK IMMEDIATE
    ALTER DATABASE MyDB SET ONLINE
    RESTORE DATABASE MyDB WITH RECOVERY
    I don't believe you want to rollback anything though.  As you state above, the big trick is to bring it online.
    I think you can get it into Single User Mode and then from there, restore the diffs and the logs after backing up the tail, then restore the tail and put it back into multi-user mode.  Given the difference in opinion here, I am feeling a little gunshy.
    RESTORE DATABASE [MyDB]
    FROM DISK = 'c:\MyDB.BAK'
    WITH MOVE 'MyDB_Data' TO 'c:\data\MyDB.mdf',
    MOVE 'MyDB_Log' TO 'c:\data\MyDB_log.ldf' 
    R, J

  • Sql server will not start - Database 'model' cannot be opened. It is in the middle of a restore.

    Sql server service will not start after server reboot:
    2009-08-13 14:15:43.94 spid7s      SQL Trace ID 1 was started by login "sa".
    2009-08-13 14:15:43.97 spid7s      Starting up database 'mssqlsystemresource'.
    2009-08-13 14:15:43.97 spid7s      The resource database build version is 10.00.1600. This is an informational message only. No user action is required.
    2009-08-13 14:15:44.30 Server      A self-generated certificate was successfully loaded for encryption.
    2009-08-13 14:15:44.30 spid7s      Server name is 'WIN-37R9WFWAJIB\MSDB1'. This is an informational message only. No user action is required.
    2009-08-13 14:15:44.32 spid10s     Starting up database 'model'.
    2009-08-13 14:15:44.32 Server      Server is listening on [ 'any' <ipv6> 49167].
    2009-08-13 14:15:44.33 Server      Server is listening on [ 'any' <ipv4> 49167].
    2009-08-13 14:15:44.33 Server      Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\MSDB1 ].
    2009-08-13 14:15:44.33 Server      Server named pipe provider is ready to accept connection on [ \\.\pipe\sql\query ].
    2009-08-13 14:15:44.35 spid10s     The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.
    2009-08-13 14:15:44.38 Server      Server is listening on [ ::1 <ipv6> 49168].
    2009-08-13 14:15:44.38 Server      Server is listening on [ 127.0.0.1 <ipv4> 49168].
    2009-08-13 14:15:44.38 Server      Dedicated admin connection support was established for listening locally on port 49168.
    2009-08-13 14:15:44.39 spid10s     Error: 927, Severity: 14, State: 2.
    2009-08-13 14:15:44.39 spid10s     Database 'model' cannot be opened. It is in the middle of a restore.
    2009-08-13 14:15:44.49 spid10s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in the event log that may indicate why the tempdb files could not be initialized.
    2009-08-13 14:15:44.50 spid10s     SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informa
    there is plenty of room on the server, so i dont think its a disk space issue.  i am able to start the service as such:
    C:\Users\Administrator>net start MSSQL$MSDB1 /c /m /T3608
    The SQL Server (MSDB1) service is starting.
    The SQL Server (MSDB1) service was started successfully
    sqlcmd -e
    1> select name, status from sysdatabases;
    2> go
    select name, status from sysdatabases;
    name
                                                     status
    master
                                                           65544
    tempdb
                                                           65544
    model
                                                           65568
    msdb
                                                      1073807368
    SS_DBA_Dashboard
                                                      1073807368
    (5 rows affected)
    model is in RESTORING state and I dont know how to fix it.  I am running simple backups, so I have a somewhat recent backup of model.bak but when I attempt to restore it I get an error:
    1> restore database model
    2> go
    restore database model
    Msg 3112, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 1
    Cannot restore any database other than master when the server is in single user
    mode.
    Msg 3013, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 1
    RESTORE DATABASE is terminating abnormally.
    other forums suggest manually updating the status column but i dont know if my syntax is wrong or it just cant be done in sql server 2008:
    1> begin transaction
    2> update sysdatabases set status=16 where name='model'
    3> ;
    4> go
    begin transaction
    update sysdatabases set status=16 where name='model'
    Msg 4406, Level 16, State 1, Server WIN-37R9WFWAJIB\MSDB1, Line 2
    Update or insert of view or function 'sysdatabases' failed because it contains a
     derived or constant field.
    1>
    yet another forum suggested taking a cleanly shut down model.mdf and model.ldf from another sql server 2008 instance and placing those in the data directory while moving the 'restoring' ones to a backup location.  this didnt work either.  any help is appreciated im new to sql server and this is very frustrating!  thanks in advance!

    I have the same issue on SQL Server 2008R2, after a server reboot, but none of the NET START commands or command line attempts are successful to start the Service.
    NET START command results in "Access Denied" "System Error 5" and the Command line attempts result in
     Server      Error: 17058, Severity: 16, State: 1.
     Server      initerrlog: Could not open error log file ''.
    Any help?
    SQL Error log file:
    2011-03-29 16:50:49.40 Server      (c) Microsoft Corporation.
    2011-03-29 16:50:49.40 Server      All rights reserved.
    2011-03-29 16:50:49.40 Server      Server process ID is 7292.
    2011-03-29 16:50:49.40 Server      System Manufacturer: 'Dell Inc.', System Model: 'PowerEdge T710'.
    2011-03-29 16:50:49.40 Server      Authentication mode is MIXED.
    2011-03-29 16:50:49.40 Server      Logging SQL Server messages in file 'E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG'.
    2011-03-29 16:50:49.40 Server      This instance of SQL Server last reported using a process ID of 7448 at 3/29/2011 4:30:06 PM (local) 3/29/2011 8:30:06 PM (UTC). This is an informational message only; no user action is required.
    2011-03-29 16:50:49.40 Server      Registry startup parameters:
      -d E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\master.mdf
      -e E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG
      -l E:\MSSQL\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
      -T 4616
    2011-03-29 16:50:49.42 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2011-03-29 16:50:49.42 Server      Detected 24 CPUs. This is an informational message; no user action is required.
    2011-03-29 16:50:49.84 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2011-03-29 16:50:49.84 Server      Lock partitioning is enabled.  This is an informational message only. No user action is required.
    2011-03-29 16:50:49.86 Server      Node configuration: node 0: CPU mask: 0x0000000000fff000:0 Active CPU mask: 0x0000000000fff000:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2011-03-29 16:50:49.86 Server      Node configuration: node 1: CPU mask: 0x0000000000000fff:0 Active CPU mask: 0x0000000000000fff:0. This message provides a description of the NUMA configuration for this computer. This is an informational
    message only. No user action is required.
    2011-03-29 16:50:49.89 spid9s      Starting up database 'master'.
    2011-03-29 16:50:49.95 spid9s      CHECKDB for database 'master' finished without errors on 2011-03-18 08:46:34.257 (local time). This is an informational message only; no user action is required.
    2011-03-29 16:50:49.95 spid9s      FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'MSSQLSERVER'.
    2011-03-29 16:50:49.97 spid9s      SQL Trace ID 1 was started by login "sa".
    2011-03-29 16:50:49.97 spid9s      Starting up database 'mssqlsystemresource'.
    2011-03-29 16:50:49.99 spid9s      The resource database build version is 10.50.1600. This is an informational message only. No user action is required.
    2011-03-29 16:50:50.20 spid13s     Starting up database 'model'.
    2011-03-29 16:50:50.20 spid9s      Server name is 'XXXX'. This is an informational message only. No user action is required.
    2011-03-29 16:50:50.21 Server      The certificate [Cert Hash(sha1) "C41DC20703F049763778AC2842C3C8A3A2C6EED4"] was successfully loaded for encryption.
    2011-03-29 16:50:50.21 Server      Server is listening on [ 'any' <ipv6> 1433].
    2011-03-29 16:50:50.21 Server      Server is listening on [ 'any' <ipv4> 1433].
    2011-03-29 16:50:50.21 Server      Server local connection provider is ready to accept connection on [
    \\.\pipe\SQLLocal\MSSQLSERVER ].
    2011-03-29 16:50:50.21 Server      Server named pipe provider is ready to accept connection on [
    \\.\pipe\sql\query ].
    2011-03-29 16:50:50.21 Server      Server is listening on [ ::1 <ipv6> 1434].
    2011-03-29 16:50:50.21 spid13s     The database 'model' is marked RESTORING and is in a state that does not allow recovery to be run.
    2011-03-29 16:50:50.21 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2011-03-29 16:50:50.21 spid13s     Error: 927, Severity: 14, State: 2.
    2011-03-29 16:50:50.21 spid13s     Database 'model' cannot be opened. It is in the middle of a restore.
    2011-03-29 16:50:50.21 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2011-03-29 16:50:50.22 spid13s     Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in
    the event log that may indicate why the tempdb files could not be initialized.
    2011-03-29 16:50:50.22 spid13s     SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.

  • CS4 Premiere: Can't open due to inaccessible to Importer Process Server

    CS4 Premiere: Can't open due to inaccessible to Importer Process Server:
    Dear Guru:
    After subject:
    I uninstalled it;
    Re-installed it;
    Reopen it,
    No luck, same error message ...
    A friend's wedding reflash is set on 12/22, I have yet to open my Premiere?!!! Heeelp... Please...
    Appreciate !
    Forest

    Hi, Jeff:
    My system is XP; before the premiere worked well.
    More detail story: Premiere could not open 3 days ago, no fix, some one sent me a crack software, I used it, no luck. Another nice guy told that is for non-legal Premiere, surely it won't work.
    I tried to remove Premirere; difficult; some one suggested me to use Adobe CS4 cleaner from Adobe. Then it was removed. I re-install Premiere; During the process, abnomal thing I remember was: I can't input product S/N, so I had to use 30-day trial.
    During the installation, it was stopped by Windows Installer issue, I restarted Windows Installer, then the process continued...
    I have two log files, don't know how to attach into this message. But, can't find any problem therein.
    Heverever, when I tried to open newly installed Premiere, error message says: ---can't open, reason is exactly same with very beginning: Can't communicate with Inporter Process Server....
    Appreciate!
    Forest
    <Removed by Moderator>

  • After yosemite appear a message "DMSLaunch cannot be opened due to a problem" when I ignite the Macbook Air

    After yosemite appear a message "DMSLaunch cannot be opened due to a problem" when I ignite the Macbook Air

    Uninstalled the application Div X that did not find the library and was solved the problem.
    Thanks.

  • An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database. mail will not be sent.

    Hii all,
    I have a subscription which used to send report email daily 10 am morning 
    now today it does not sent an email the status i s showing above error message ..
    why this occurs ?? at the time of subscription running time ??
    i have checked there is not error of subscription it runs fine ..
    only today errored ..
    Kindly , help me
    Dilip Patil..

    Hi Dilip,
    Based on the error message "An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database." it seems the issue is caused by the Report Server catalog databases are
    corrupted.
    To fix this issue, I suggest that you use the Reporting Services Configuration Manager to recreate the Report Server catalog databases. In addition, please make sure report server instance can connect to the report server database. For more details about Configure
    a Report Server Database Connection (SSRS Configuration Manager), please see the following document:
    http://msdn.microsoft.com/en-IN/library/ms159133.aspx
    Besides, if the issue is caused by the connection to the SQL Server Reporting Services Report Server catalog database is timeout. Please refer to the following thread:
    http://social.technet.microsoft.com/Forums/en-US/db4ca6c2-5445-4ff9-9f63-e20f3859cc70/error-throwing-microsoftreportingservicesdiagnosticsutilitiesreportserverstorageexception-an?forum=sqlreportingservices
    If the problem is still existed, I would appreciate it if you could give us detailed error log, it will help us move more quickly toward a solution.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • 2146827284Microsoft Excel cannot open or save any more documents because there is not enough available memory or disk space

    Hi Experts,
    I am getting below error when Exporting data from my one web application to the Excel 2010 on Windows Server 2008 R2 ,
    02/29/2012 18:54:50
    Type : System.Exception, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b11a5c481859e569
    Message : -2146827284Microsoft Excel cannot open or save any more documents because there is not enough available memory or disk space.
    • To make more memory available, close workbooks or programs you no longer need.
    • To free disk space, delete files you no longer need from the disk you are saving to.
    The disk space is 30 GB free, I have cleared all the temp files, increased the virtual memory & internet temp files size to max but no luck

    You want to use this one here - MMC
    comexp.msc /32
    THAT will launch the MMC process
    as 32 bit then you'll the Microsoft Excel Application.
    Right Click -> Properties.
    What I did at this point was to select the Identity tab and then select "The Interactive User" (the default was "The launching user").  My app pool was already running as "LocalSystem".  I believe by running it as the Interactive User now that it
    has the right permissions to save workbooks.
    Everything worked after this.
    This was a tough one!
    R. Matt Sampson

  • Have tried to open my itunes and the message given states that itunes can not be opened due to missing files.  Please reinstall itunes. Repeated attempts to reinstall give the same result...any ideas?

    Have tried to open my existing itunes but it states that it can not be opened due to missing files...please reinstall itunes. Repeated attempts to reinstall are to no avail....any ideas?

    I assume you are talking about iTunes on your computer, if so, you will have to remove all Apple programs associated with iTunes:
        iTunes,  QuickTime, Apple Software Update, Apple Mobile Device Support, Bonjour and Apple Application Support (iTunes 9 or later)
    Make sure everything that is by Apple is removed including Safari. You can sort by "Publisher", when you uninstall programs.  Make sure you have at least one other web browser (like Firefox or Internet Explorer) before removing Safari. That way you can go back to the Apple web site and redownload iTunes later.
    Reboot the computer then reinstall iTunes.  Everything should work normally.

  • Database in 2012 Express with SP1 frequently goes to "Recovery Pending" Status

    We have installed 2012 Express with SP1 on Windows Server 2008 SP2 Standard (on Virtual machine).
    The database is with the capacity of around 200 Megs only but frequently the database is going to "Recovery Pending" status.
    There was no server or instance restart.
    Simply by running the following command, we are able to bring back the db to online
    ALTER DATABASE MYDB SET ONLINE
    There is no notable message recorded in SQL Errorlog.
    Any clue or idea what could be the cause of this frequent Recovery Pending status for a particular database ?
    Note: We have executed the DBCC CHECKDB on this database and the db is intact.
    Thanks in advance.

    Hello,
    "Recovery Pending" state indicate that Database has encountered a resource-related error during recovery. the most common one is the log file is missing or corrupt. If the error occurs due to log file corruption, Please try to switch the database to emergency
    mode, then to single user mode, run DBCC CHECKDB with the repair_allow_data_loss option to repair the database.
    Please see this similar thread:
    http://social.msdn.microsoft.com/Forums/en-US/sqldatabaseengine/thread/835dee9b-0993-433f-baf7-a646dfa7f8f7.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click 
    here.
    Fanny Liu
    TechNet Community Support

  • The save failed due to out of memory or disk space?

    What does this mean? I have a paper to right as well as other task that I must complete. This popped up while I was trying to save a file through Microsoft word.

    Google "The save failed due to out of memory or disk space? Mac"
    http://ask.metafilter.com/214916/Bring-back-the-doc
    http://texmylife.blogspot.com/2012/06/save-failed-due-to-out-of-memory-or.html
    There are more google matches, so if these do not help, then you might try the google search.  Also this appears to be a Word issue, so maybe the Microsoft forums would be a good place to explore

  • "itunes 10.5 cannot be opened due to a problem"

    I upgraded to iTunes 10.5 and now it will not open.  Get the following:
    Can anyone help?
    iTunes cannot be opened because of a problem.
    Check with the developer to make sure iTunes works with this version of MAC OS X.  You may need to reinstall the application.  Be sure to install any available updates for the application and MAC OS X.
    Process:         iTunes [196]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         ??? (???)
    Build Info:      iTunes-10411001~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [119]
    Date/Time:       2011-10-11 21:48:16.258 -0400
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          1196217 sec
    Crashes Since Last Report:           9
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      C76D477C-39E4-425E-84FC-392B1C2F6CE1
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      Library not loaded: @loader_path/libgnsdk_dsp.1.9.1.dylib
      Referenced from: /Applications/iTunes.app/Contents/MacOS/iTunes
      Reason: image not found
    Binary Images:
    0x8fe00000 - 0x8fe4162b  dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    Model: MacBookPro1,1, BootROM MBP11.0055.B08, 2 processors, Intel Core Duo, 1.83 GHz, 2 GB, SMC 1.2f10
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), Atheros 5424: 2.1.14.6
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9320423AS, 298.09 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-857
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8501, 0xfd400000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0217, 0x1d200000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8240, 0x5d200000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x7d100000 / 2

    Disregard.  Re-downloaded update, and the issue was resolved.

  • An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition within the database

    Hello
    We just had this error today. We did not do ANY changes to our existing ReportServer database neither to our reports.
    Our infrastructure - we have sharepoint 2010 and sql server 2008 r2 with reporting services installed. 
    I confirmed the following:
    -->Disk space on database server OK:
    -->ReportServer database not corrupted - I restored the database to my test server and ran DBCC CheckDB.
    I am now looking at the Activity Monitor and have noticed that several SPID executed by the ReportServer database are blocked by a SPID executed by the ReportServerTempDB.
    Would blocking be a possible cause to this problem?
    Thank you all in advance

    Take a look into this  http://support.microsoft.com/kb/2146315
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Cannot open 705 MB tiff file - Not enough memory

    I have PS CS3 and am running a Dell precision workstation 690 with 4GB ram, 1.6GHz Xeon duo core processor, NVIDIA Quadoro FX 3450 video card. I have a tiff that is 705.4 MB and when I try to open it an error message pops up and reads: could not compelte your request because there is not enought memory (RAM).
    I have gone into preferences/performance and moved the memory usage up to 70%. Do I really need to purchase more RAM for the computer?

    John,
    Try closing all your other apps and see if that helps, or reboot and try it before opening anything else. Use Photoshop->File->Open instead of Bridge to eliminate that as a cause.
    Also, as Michael suggested, you need *lots* of empty disk space for Photoshop to open a file that large. I work with images that size a few time a year and have never had an issue, even when I had an old P4 with 2G RAM a couple of years ago. So your system should be up to the task. I've even worked (slowly) on 2GB images on the old P4 so your 4GB RAM is not the culprit. But I've always used an empty 2nd hard disk (my fastest drive) for Photoshop to use for its scratch disk.

  • Database Diagram - cannot not open in Jdev 10.1.3.3

    Hello Tech. Analysts,
    I recently downloaded and installed Jdev 10.1.3.3 .
    I can create a database diagram, but I cannot open it. I have tried different methods of opening the diagram; clicking on it, from the menu but nothing works.
    I have an older version on Jdev installed also, but now it cannot open database diagrams either.
    Any help would be appreciated.
    Thx.

    Hi Shay,
    I have got a partial solution to the problem. Basically, I didn't have enough screen real estate. Even though I created the diagram, it didn't come to the foreground automatically, like I expected, when I asked it to open. So what I did was to decrease the size of some of the other windows so there was ' blank' space in the middle of my screen. Then I was able to see the database diagram window, that was hidden behind all the other windows in Jdev.
    Q. Is there a setting in Jdev that automatically brings the a new window to the front , when you open it ?
    Malcolm

Maybe you are looking for

  • Elitepad 900 Charging difficulties and a question about the connector

    Hi. I have an ElitePad 900 running Windows 8.1 Pro. The unit was a demonstrator model but came with warranty etc.  I am having a lot of difficulty charging the unit.  The power unit end is fine but the piece that goes into the Elitepad is not all tha

  • What's the difference between Standard and Enterprise?

    Hi, I want to download oracle 8i for linux,and I don't know what's the difference between the standard and enterprise version. Can anyone give me the answer? Thanks a lot. forfun null

  • Dynamic text doesnt appear chinese word!!!!

    dynamic text doesnt appear chinese word. i have try to set to arial unicode but still cant. Pls help. THx

  • Sort Order: Natural = Sort by  ;-(

    CR Xi SQL 2005 Under Record Sort Expert I have three (3) groups and a calculated field that is TRIM({Table2.CharacterBasedField}). 1) When I only have the three (3) groups the sorting apparently is in natural order 2) When I add the TRIM({Table2.Char

  • Oracle 10G client Install on Windows

    We recently had our Oracle client upgraded from Oracle 9i to Oracle 10G. Now when we sign into the Oracle Enterprise Manager Console, select a user schema and right click on a table to View/Edit Contents, the records display but when i select a recor