【发布时间】:2016-03-30 22:53:07
【问题描述】:
我正在尝试在我的笔记本电脑(Windows 7)上安装 sql server 2014。安装软件时我收到一条错误消息 " 错误 997.Overlapped I/O 操作正在进行中"
如果我单击“确定”并且该过程开始并再次出现相同的错误。 任何人都可以帮助我。 谢谢..
【问题讨论】:
标签: sql-server windows
我正在尝试在我的笔记本电脑(Windows 7)上安装 sql server 2014。安装软件时我收到一条错误消息 " 错误 997.Overlapped I/O 操作正在进行中"
如果我单击“确定”并且该过程开始并再次出现相同的错误。 任何人都可以帮助我。 谢谢..
【问题讨论】:
标签: sql-server windows
错误“Overlapped I/O operation in progress”可能是文件夹 C:\ProgramData\Microsoft\Crypto\RSA\S-1-5-18 的权限错误导致的。用户 SYSTEM 必须对该文件夹具有完全控制权限。
【讨论】:
上面的反驳很厉害
对于在 W10 上遇到此问题的其他人,请删除或重命名此文件夹: C:\ProgramData\Microsoft\Crypto\RSA\S-1-5-18
它在 SQL 2012 / 2014 安装期间重新创建
【讨论】:
这是通过谷歌搜索您的错误消息找到的。下次在这里问之前谷歌。
Causes:
This error is caused by Microsoft security updates.
Solution:
Remove the updates
Go to Control Panel > Uninstall a program (or Programs and Features).
In the left menu, click View installed updates.
In the search box at the top-right search for KB2918614. If you find it, uninstall it.
Do another search for KB3000988. If you find it, uninstall it.
Reboot the computer and try installing the Autodesk software again.
【讨论】: