最近开始在个人服务器上使用PVE,在客户机的Windows系统中安装qemu-guest-agent时报出如下错误:
There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor.
查看系统日志得知:
Failed to pCatalog->GetCollection. (Error: 8004e00f) COM+ 无法与 Microsoft 分布式事务协调程序交谈
Failed to QGAProviderFind. (Error: 8004e00f) COM+ 无法与 Microsoft 分布式事务协调程序交谈
Service was deleted successfully.
经多次尝试,发现开启Distributed Transaction Coordinator
系统服务即可解决该问题。