zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    python 类 专有方法
    当请求进入Nginx后,每个HTTP执行阶段的作用
    jquery 监听不起效果的小问题汇总
    shell 脚本中 while 只执行一次
    LVS (Linux虚拟服务器)模型及算法
    TCP 通信时序及状态变迁
    Golang 谷歌搜索api 实现搜索引擎(前端 bootstrap + jquery)
    Golang 简单 http 代理转发
    Golang 简单静态web服务器
    Golang TCP转发到指定地址
  • 原文地址:https://www.cnblogs.com/roseHLF/p/9299328.html
Copyright © 2011-2022 走看看