The operating system returned error 170(The requested resource is in use)

Hello Experts,
We have a Sharepoint farm where we are receiving OS Error 170 for many days. It results in database shutdown/Start because required transaction file is not available.
The operating system returned error 170(The requested resource is in use.) to SQL Server during a write at offset 0x0000029495e000 in file 'F:\MSSQL10_50.INST1\MSSQL\DATA\****.***. Additional messages in the SQL
Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately
Write error during log flush.
Error: 9001, Severity: 21, State: 4.
The log for database 'DBNAME' is not available
We have checked the Anti Virus but all data files are excluded. We have also disabled the anti virus for some time but still issue persist.
This is a Virtual Machine and no VM snapshot backup is running during the time window.
Please help!
Thanks in advance.
Regards,
Divesh Mathur

Hello Experts,
We have a Sharepoint farm where we are receiving OS Error 170 for many days. It results in database shutdown/Start because required transaction file is not available.
The operating system returned error 170(The requested resource is in use.) to SQL Server during a write at offset 0x0000029495e000 in file 'F:\MSSQL10_50.INST1\MSSQL\DATA\****.***. Additional messages in the SQL
Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately
Write error during log flush.
Error: 9001, Severity: 21, State: 4.
The log for database 'DBNAME' is not available
Hello,
I sense a disk issue here( I am not sure).Log for database is not available seems when data needs to be written on log file it was not avaialble.Can you check with storage team that disk on which SQL server files reside is OK
Secondly did you run DBCC CHECKDB for your database in picture can you paste result of it.
Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

Similar Messages

  • The Operating System returned Error 27(The drive cannot find the sector requested.)

    On a Windows 2008 R2 server running SQL 2008 Standard on a Raid 5, when performing a backup on the databases via copy to another local drive I receive and The operating system returned error 27(The drive cannot find the sector requested.) to SQL Server during
    a write at offset 0x0000002fd204000 in the file F:\SQLDATA\Email_Images.mdf.   The server is a HP DL380p Gen8.  I've contacted HP thinking this was a Hardware issue but HP ensure me its not and to contract Microsoft support.

    Hi,
    Unfortunately, the available information is not enough to have a clear view of the occurred behavior. Please offer us what backup method you are using, did you want to backup
    the data to the CSV, the origional error you have got.
    1. The best method would be to have separate disk drive for each cluster SQL instance and add the disk to the specific SQL group and add it to the dependency of the SQL resource.
    There would be less overhead with this process other than having to create two disks, one of each instance
    2. You could consider creating a file sharing resource on cluster and add the backup disk to this resource group and use it to back up the databases of both the instances
    to single disk. The down side of this method would be, all the databases backups will fail if the fileshare resource goes down. You cannot use GUI to take the backup, need additional setup/maintenance for the fileshare resource group
    http://support.microsoft.com/kb/224967
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • [823] [HY000] [Microsoft][ODBC SQL Server Driver][SQL Server]The operating system returned error 1450(Insufficient system resources exist to complete the requested service.) to SQL Server.

    Hi,
    I am facing an issue while loading fresh data into SQL server database.
    we are able to load data into staging area, but while processing stored procedures system face bellow error message :
    [823] [HY000] [Microsoft][ODBC SQL Server Driver][SQL Server]The operating system returned error 1450(Insufficient system resources exist to complete the requested service.) to SQL Server during a write at offset 0x00000243bd0000 in file 'E:\SQLDB\DBName.mdf'.
    Additional messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC
    CHECKDB). This error can be caused by many factors; for more information, see SQL Server Books Online.
    we use windows 2008 R2 with SQL server managment studio 2008.
    Appreciate your suggestion.
    Thanks in advance.
    Best Regards,
    Manorath 
    Manorath

    Hi Manorath,
    Based on my research, this issue can be occurred in the following scenarios:
    You are running a DBCC command on a large database. For example, you are running the DBCC CHECKDB statement on the database. At the same time, you run many DML statements on the database.
    You create a database snapshot for a large database. At the same time, you are running many DML statements on the database.
    In these scenarios, the SQL Server service stops responding. The DBCC CHECK statement is never completed, and you receive the error message repeatedly.
    This issue occurs because the sparse file for a database snapshot file has exceeded the file size limitation in NTFS file system. When the operating system error 1450 occurs, SQL Server enters an infinite retry loop.
    To fix this issue, please download and install Cumulative update package 1 for SQL Server 2008 Service Pack 1. Besides, because the fixes are cumulative, each new release contains all the hotfixes and all the security fixes that were included with the previous
    SQL Server 2008 fix release. We recommend that you consider applying the most recent fix release that contains this hotfix.
    Reference:
    http://support.microsoft.com/kb/967164
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • The operating system returned error 23(Data error (cyclic redundancy check).)

    My Stored Procedures and Jobs Showing this Error. Even though i can able to access the data throgh SSMS in Database Engine.Please help on this.
    Executed as user: RMS\Administrator. The operating system returned error 23(Data error (cyclic redundancy check).) to SQL Server during a read at offset 0x000006684a2000 in file 'F:\RMSLiveData\RMS.mdf'. Additional messages in the SQL Server error log and
    system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors;
    for more information, see SQL Server Books Online. [SQLSTATE HY000] (Error 823).  The step failed.
    Thanks 
    RehaanKhan. M

    DBCCCHECKDB('DBNAME',REPAIR_ALLOW_DATA_LOSS)
    For crying out loud! Don't you have any shame!
    There are situations where you may have to run DBCC CHECKDB with the option REPAIR_ALLOW_DATA_LOSS, but it is not the first thing you shold try if the database seems to be corrupt. Particularly, you should first make sure that you work on a copy of the database
    files. REPAIR_ALLOW_DATA_LOSS means that DBCC CHECKDB has carte blanche to throw all pages it can piece together - which could be about all data pages if it is that bad.
    Corruption siuations are very difficult to assist with in forums, because there can be a lot of stake. The only advice I can give is to restore the database from a clean backup. If you don't have a clean backup, you have a problem. The database may still
    be saved, but you need an expert on site to help you, if you have never worked with this before. Advice given in this forum applied haphazardly can result in more damage that you already have.
    But, oh, one thing: this type of corruption are always due to hardware errors like bad disks or bad memory sticks. So just restoring the database is not enough. Finding new hardware is important too.
    Erland Sommarskog, SQL Server MVP, [email protected]
    Actually on the same disk there are other Databases Stored and they work Properly and Backup also can be taken for that Databases. But, for this particular database only this error is happening when iam trying to take backup. But data retrieval and access to
    front end application happening as usual.  Please help on this.
    RehaanKhan. M

  • The operating system returned error 21(failed to retrieve text for this error. Reason: 15105

    Hello everybody, 
    I have a huge database over windows 2003 server and sql server 2008 r2, all of them with all update, no firewall, no antivirus, no any server feature/role installed. 
    Over the last 2 months I suddently start getting the following error:
    The operating system returned error 21(failed to retrieve text for this error. Reason: 15105) to SQL Server during a read at offset 0x000000000da000 in file 'S:\TempDB\tempdb.mdf'. Additional
    messages in the SQL Server error log and system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB).
    This error can be caused by many factors; for more information, see SQL Server Books Online.
     I have the TEMP database split over 5 partitions on 5 different SAN disk.  beggining size of each partition fix to 20 GB with autogrow 10%.  Single Instance, around 15 DB. 
    The space on each hard disk does not reach 60%. 
    I got the above error when all temp files reach 27 GB approx. 
    I already ran a check disk, checkDB and everything says no error found, but I still got same error. 
    Does anyone know what could cause something like this?
    note, when getting the above error, the only way to fix it, because I cannot do any select on any DB is to restart the service, so each temp file start again at 20 GB and everythign seems to be fine until reach the size again. 
    Gilberto H.

    The operating system returned error 21(failed to retrieve text for this error. Reason: 15105
    Hello Gilberto,
    See System Error Codes (0-499) for error code 21:
    ERROR_NOT_READY
    21 (0x15)
    The device is not ready.
    Could be an issue with your storage system
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • MP has rejected a policy request from GUID:27935EC8-95F1-4104-A613-E72D2A9764E0 because it was not approved. The operating system reported error 2147942405: Access is denied.

    Why Microsoft doesn't have correct fix to run automatically. How many years we need to cry with same error again n again?
    Does any one have correct solution which will fix permanently while running more than 4000 systems in our environment
    Manual stuff isn't easy. Pls provide permanent fix?
    MP has rejected a policy request from GUID:27935EC8-95F1-4104-A613-E72D2A9764E0 because it was not approved. The operating system reported error 2147942405: Access is denied. 

    This isn't a bug to fix. This is by design. Clients must be approved to be managed. Thus, only your configuration or expectations must be fixed. To correct your configuration, see the link Henrik posted. To correct your expectations, read the content linked
    by Henrik.
    Jason | http://blog.configmgrftw.com

  • Whould reinstalling the operating system fix, slowness of the macbook pro

    Whould reinstalling the operating system fix, slowness of the macbook pr

    It's best to describe the problem, in as much detail as possible, rather than your conclusions as to what's causing it or how it should be solved.

  • Since I changed the operating system Windows 7 32bit to 64bit I can not use Firefox browser unless change the browser to safe mode.

    Since I changed the operating system Windows 7 32bit to 64bit I can not use Firefox browser unless change the browser to safe mode.When i start it the browser is not open and appears a message
    Mozilla Crash Reporter
    == Crash ID(s) ==
    20100611143157
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)

    the 20100611143157 is an update which won't instal automatically on my notebook

  • I bought a second hand Macbook Pro and colorful stud Only after a few months I decided to reformat it Bad movie started here I did not get it with a disc and I come to install the operating system And he asks the name of Apple's user ID financed had been

    I bought a second hand Macbook Pro and colorful stud
    Only after a few months I decided to reformat it
    Bad movie started here I did not get it with a disc and I come to install the operating system
    And he asks the name of Apple's user ID financed had been bought Lion OS Now
       And who sold me does not answer then I found the phone number of his mother
    She said he lived in USA and paid him more than the lion version of the MacBook and now I can not install Lion
    And I'm not from USA

    Unless you go back to the original owner, yes you need to pay for it again.
    You're entitled to the OS that shipped with the device from Apple, but if you don't have that media there's nothing you can really do.  If the system originally shipped with 10.7 or 10.8 then when you boot it to Internet Recovery, it will automatically offer you that OS version (as the serial # is registered with Apple).  If it shipped with an older OS, then you need to enter the Apple ID that purchased 10.7 or 10.8.  You didn't purchase it so that's not you.
    The options you have are to buy Lion for $29 US (I don't know the price in Palestine), or Mountain Lion for $19 US (don't know the price in Palestine either), and install from scratch.
    And it's a good idea to know you have restore media before you reformat your machine.

  • I am unable to download the programs onto my laptop. I keep getting a message that says the operating system no longer supports the programs.

    I need help, i am not sure what operating system needs to be installed. I have a mac and the operating system is up to date.

    Creative Cloud programs are not spec'd to work with Mac OS X 10.6.8.  You would have to upgrade to at least version 10.7.  You should check the system requirements for all of the programs you wish to install to see what the minimum is that would cover all of them.  Just Google "InDesign system requirements" to find them for InDesign, and repeat for the other programs using their names instead of InDesign.

  • Is the operating system installation specific to the particular machine?

    If I move the os harddrive (which is leopard 10.5.1 + all applications) into a new machine, would it work? Both are intel machines and I'm trying to avoid not only downtime in setting it up but also this setup is very stable....BUT I don't want to do this if the installation is specific to the machine on which it is installed and doing it this way would cause me more headaches than time. Thanks
    Message was edited by: GRS

    It depends. All new Macs come with a set of Software Restore discs. The version of OS X on the discs is often specific to that model - a special build. The retail version sold by Apple may contain a build that does not work on machines made after the retail version was released. For example, the 10.5 version of Leopard released last October will not work on the 2008 models because the new models require a later build (or even a later version.) The Early 2008 Mac Pros are delivered with a version of 10.5.1 that is not the same as the version installed by the 10.5.1 standalone updater.
    It's reasonable to assume that whatever version of the operating system is on the gray labeled discs that come with a Mac, it is not compatible with a different Mac model.
    Furthermore, if you install any version of OS X on one computer you cannot install that same version on another Mac at the same time without violating the license agreement unless you have either a Family Pak 5 machine license or a site license.

  • My i phone 4 is dead after i tried to update the operating system to io6 through the phone while it is connected to WI FI, Please advise, i have no Back up

    Hello
    I had IOS5.1.1 on my iphone 4.
    i connect my phone to WI FI to upgrade to IOS 6.
    while downloading the 599 Mb, i notice that battery is 39%
    i connect the phone to USB charger connected to PC, and it shows that charge going on.
    after downloading the 599 MBs, it started the long restart.
    after, it start the short restart, then (Please connect to I tunes) appears on the screen.
    this was strang message, since i did the same upgrade to other devices, and it shouldn't ask for this.
    i thought may be because the device is connected to Pc, so, i um plug it from the Pc, but it keeps asking to connect to i Tunes.
    i switch it off, and on, and again it asked to connect the iphone to I Tunes.
    i open the I tunes and connect the phone to the PC.
    then i got this message on i tunes: Error happened, please click Ok to restore.
    I clicked Ok and it took me to this link:
    http://support.apple.com/kb/TS1275
    and i do not know what to do, i did restart PC, and reconnect, but nothing new.
    the Iphone just showing the APPLE sign only since that time.
    friend adviced to wait untill the battery is empty and them charge the device.
    i did, but still the same.
    all what i care about are my pictures, i had no back up, and it is my honeymoon photos.
    could any one help ????!!!!!
    the device now is just showing apple sign, even when it is connected to I Tunes, it dosent appear.
    Pleaaaaaaaaase Helllllp

    You could always check to make sure itunes is updated to 10.7 but im sure gdgmacdude is
    right.
    thanks
    gdgmacdude
    Hey dude
    are there anymore hardware failure errors u know of
    im kinda a novice apple man and could use all the help i can get
    capp

  • HT4623 MY i-Pad (iOS 6.0) mapping program freezes on a screen that blocks about 75% of the map.  How can I reinstall an AP that was a part of the operating system that came with the i-Pad?

    My i-Pad (iOS 6.0) mapping APP does not operate properly.  Is there any way to reload iOS 6.0 to get this APP back to normal operation?

    YOu would need to do a restore in iTunes.

  • Operating system command to zip the file

    Hi Experts,
    I got proxy to file scenario, i can place the text file successfully in reciever side, i want to zip the file in reciever side using operating system command option in reciever Communication Channel.
    Can anyone please give me the operating system command to create the zip file in reciever side.
    Kind Regards,
    Praveen.

    Hi Praveen,
    >>Can anyone please give me the operating system command to create the zip file in reciever side.
    Why OS commands and not the PayloadZipModule?
    If you need OS commands check this blog of Michal /people/michal.krawczyk2/blog/2007/02/08/xipi-command-line-sample-functions
    Update
    You can try this command too
    cmd /C "jar cMf \\<folderpath>test1.zip \\<folderpath>*.*"
    Regards
    Suraj

  • When to install InDesign it says that I am using an operating systam that InDesign nolonger suppor. It is windows XP What shuld I do as I can not change the operating system?

    when to install InDesign it says that I am using an operating systam that InDesign nolonger suppor. It is windows XP What shuld I do as I can not change the operating system?

    Please answer the question: Will you need to share files with people who have current versions of InDesign?

Maybe you are looking for