开发VSS编写器应用程序:
在备份期间看到此错误,由 Windows备份工具启动,
是否有来自Microsoft的2155348129定义的错误代码?
有趣的是,备份工作是“Windows分区处于活动状态”.当然,这会使系统在重启时无法启动
在备份期间看到此错误,由 Windows备份工具启动,
是否有来自Microsoft的2155348129定义的错误代码?
@H_502_4@The backup operation that started at ‘2010-07-20T02:54:19.354000000Z’ has Failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up Failed with following error code ‘2155348129’@H_502_4@当VSSwriter服务(我的应用程序)停止时,不会发生这种情况. @H_502_4@任何帮助表示赞赏.在TechNet上找不到任何有用的东西. @H_502_4@Hackish解决方法:
有趣的是,备份工作是“Windows分区处于活动状态”.当然,这会使系统在重启时无法启动
TechNet博客
@H_502_4@十进制
> HRESULT(十六进制):0x807800A1
>错误消息:卷影复制服务操作失败.请查看“VSS”和“SPP”应用程序事件日志以获取更多信息. @H_502_4@注意:VSS是卷影复制服务的缩写. SPP是Shared Protection Point的缩写.他们登录常规Windows应用程序事件日志.他们使用VSS和SPP作为事件源标识符.
2155348129
is 0x807800A1
in hex.
@H_502_4@快速在互联网上搜索此值可以带我到这个博客:
@H_502_4@> Microsoft TechNet“filecab”博客,Jose Barreto,2009-09-16,Diagnosing Failures in Windows Server Backup – Part 1 (VSS/SPP Errors)(存档here.)
@H_502_4@这是一个HRESULT
@H_502_4@此错误代码是特殊的type called an HRESULT
.
@H_502_4@即它是与VSS相关的HRESULT
@H_502_4@TechNet有一个列出我们特定HRESULT值的表:
@H_502_4@> TechNet:Troubleshoot VSS issues that occur with Windows Server Backup (WBADMIN) in Windows Server 2008 and Windows Server 2008 R2:
@H_502_4@> HRESULT:2155348129> HRESULT(十六进制):0x807800A1
>错误消息:卷影复制服务操作失败.请查看“VSS”和“SPP”应用程序事件日志以获取更多信息. @H_502_4@注意:VSS是卷影复制服务的缩写. SPP是Shared Protection Point的缩写.他们登录常规Windows应用程序事件日志.他们使用VSS和SPP作为事件源标识符.