Operating system error 995(The I/O operation has been aborted because of either a thread)

From https://technet.microsoft.com/en-us/library/aa337272.aspx

MSSQLSERVER_3271

Other Versions

Topic Status: Some information in this topic is preview and subject to change in future releases. Preview information describes new features or changes to existing features in Microsoft SQL Server 2016 Community Technology Preview 2 (CTP2).

Details


Product Name


SQL Server


Event ID


3271


Event Source


MSSQLSERVER


Component


SQLEngine


Symbolic Name


DMPIO_IO_ERROR


Message Text


A nonrecoverable I/O error occurred on file "%ls:" %ls.

Explanation

This is a general error that occurs when the operating system raises an error while performing I/O during a backup or restore operation. In most situations the cause is simply that the backup medium is full.

The error may include additional text from the operating system indicating that the disk is full. When performing a backup or restore operation with third-party backup software an additional message may occur indicating that the backup failed. The message may look similar to the following text:

"2005-08-02 16:05:16.04 spid55 Error: 18210, Severity: 16, State: 1.
 2005-08-02 16:05:16.04 spid55 BackupVirtualDeviceFile
::RequestDurableMedia: Flush failure on backup device ‘VDINULL‘.
Operating system error 995(The I/O operation has been aborted because
of either a thread exit or an application request.)."

This is an indication that the backup software requested a termination of the backup or restore operation.

User Action

Perform the following tasks as appropriate:

  • Review the underlying system error messages and SQL Server error messages preceding this one to identify the cause of the failure.
  • Ensure that the backup and restore medium has sufficient space.
  • Correct any errors raised by third-party backup and restore software.

原文地址:https://www.cnblogs.com/roseHLF/p/9299328.html

时间: 2024-10-13 00:04:44

Operating system error 995(The I/O operation has been aborted because of either a thread)的相关文章

InnoDB: Operating system error number 87 in a file operation. 错误87的解决方法

InnoDB: Operating system error number 87 in a file operation. 错误87的解决方法 140628  8:10:48 [Note] Plugin 'FEDERATED' is disabled.140628  8:10:48 InnoDB: The InnoDB memory heap is disabled140628  8:10:48 InnoDB: Mutexes and rw_locks use Windows interlock

CREATE FILE encountered operating system error 5(Access is denied.)

这篇博文主要演示"CREATE FILE encountered operating system error 5(Access is denied.)"错误如出现的原因(当然只是导致这个错误出现的一种场景而已)和如何解决这个问题以及一些不解的迷惑. 实验环境: 操作系统版本: Windows Server 2012 SP2 数据库的版本:Microsoft SQL Server 2014 - 12.0.2000.8 如下所示,SQL Server Database Services

Unable to open the physical file xxxx. Operating system error 2

在新UAT服务器上,需要将tempdb放置在SSD(固态硬盘)上.由于SSD(固态硬盘)特性,所以tempdb的文件只能放置在D盘下面,而不能是D盘下的某一个目录下面. ALTERDATABASE tempdb MODIFY FILE(name='tempdev', filename='D:\tempdb.mdf') ;   GO ALTERDATABASE tempdb MODIFY FILE(name='templog', filename='D:\templog.ldf') ; GO 修改

Directory lookup for the file "xxx.mdf" failed with the operating system error 2

Directory lookup for the file "xxx.mdf" failed with the operating system error 2(系统找不到指定的文件.). reason: sql2005以后 禁用了xp_cmdshell存储过程 solution: sp_configure 'show advanced options', 1GORECONFIGUREGOsp_configure 'xp_cmdshell', 1GORECONFIGUREGO

cmake error(1): cmake_symlink_library: System Error: Operation not supported

cmake_symlink_library: System Error: Operation not supported 1/创建链接不成功,要确认当前帐户下是否有权限在编译的目录中有创建链接的权限 我使用vmware,在win7机器的共享目录中编译,无法创建链接,就会提示上面的错误. 解决办法是,把源码复制到linux的本地目录中,比如/home等,在本地目录中编译就不会有这个问题.

CMake error:System Error:No such file or directory CMake error:Could not open file for write in copy operation xxxx.ros_Config.cmake.tmp.

微型电脑或嵌入式与电脑还是有点不同的,在微型电脑上ros indigo 版本下利用catkin编译如果你遇到如下错误: CMake error:System Error:No such file or directory CMake error:Could not open file for write in copy operation xxxx.ros_Config.cmake.tmp. CMake error:at /opt/ros/indigo/share/catkin/cmake/ca

Operating system management of address-translation-related data structures and hardware lookasides

An approach is provided in a hypervised computer system where a page table request is at an operating system running in the hypervised computer system. The operating system determines whether the page table request requires the hypervisor to process.

《modern operating system》 chapter 5 Input and output 注意事项

Input / Output It should also provide an interface between the devices and the rest of the system that is simple and easy to use. 于是乎这里就有了对于硬盘等IO设备的抽象. 5.1 PRINCIPLES OF I/O HARDWARE 5.1.1 I/0 Devices I/0 devices can be roughly divided into two categ

《modern operating system》 chapter 5 Input and output 笔记

Input / Output It should also provide an interface between the devices and the rest of the system that is simple and easy to use. 于是乎这里就有了对于硬盘等IO设备的抽象. 5.1 PRINCIPLES OF I/O HARDWARE 5.1.1 I/0 Devices I/0 devices can be roughly divided into two categ