我有Windows系统状态分析器3.0的问题。
该工具获取文件系统状态,驱动程序,registry和服务状态的快照,但是当我尝试比较这些状态时,文件系统比较失败。
所有其他types的比较工作,但文件系统每一次失败。
在尝试比较文件系统时,这是一个典型的堆栈跟踪(如果快照文件存储在本地,也会失败):
C:\Program Files\Microsoft Logo\Software Certification Toolkit\Windows System State Analyzer>SAnalyzer.exe compare "\\ServerName\c$\Users\Public\Documents\Pre install.bin" "\\ServerName\c$\Users\Public\Documents\Post install.bin" /fa CompareResult.html Comparing snapshot.......... Snapshot compare complete Generating Report....C:\Users\Public\Documents\CompareResult.html Unhandled Exception: System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index at System.ThrowHelper.ThrowArgumentOutOfRangeException() at System.Collections.Generic.List`1.get_Item(Int32 index) at Microsoft.Analyzer.Utility.DirectoryStatistics.CountDirectoryModified() at Microsoft.Analyzer.Utility.DirectoryStatistics.SetDirectory() at Microsoft.Analyzer.Utility.ReportsHelper.CreateXmlFile(ComparisonObject comparisonObject) at Microsoft.Analyzer.Utility.ReportsHelper.GenerateReport(String xslPath, String htmlPath, ComparisonObject comparisonObject) at Microsoft.Analyzer.SnapShotTool.CommandLineSupport.GenerateReport(String htmlPath, ComparisonObject comparisonObject) at Microsoft.Analyzer.SnapShotTool.CommandLineSupport.CompareSnapShot(String[] CommandLineInfo) at Microsoft.Analyzer.SnapShotTool.SingletonApp.ProcessCommandLine(String[] args) at Microsoft.Analyzer.SnapShotTool.Program.Main(String[] args)
在网上search,Markus在这个主题中的最后一篇文章可能是描述了这个问题的根源:
https://social.msdn.microsoft.com/Forums/windowsserver/en-US/e9d3b3df-298b-4e6f-9058-6a3a94f86183/not-able-to-compare-using-windows-system-state-analyzer?forum= winserver2008appcompatabilityandcertification
我试图询问微软的相关团队是否有计划解决这个问题,并发布一个新的更新版本的工具,但是他们的邮箱([email protected])不再工作了。
完全无法传送给下列收件人:
[email protected]永久性失败的技术细节:Google试图传递您的消息,但microsoft.com收件人域microsoft.com的服务器已被microsoft.com保留拒绝。 [23.103.156.42]。
其他服务器返回的错误是:550 5.4.1 [[email protected]]:收件人地址被拒绝:访问被拒绝
比较工具适用于registry,服务,驱动程序,但不适用于文件系统。
无论是从GUI和用户界面。
我尝试了一些操作系统的比较,例如从Windows 2012 R2到Windows 7,我也尝试过Microsoft XP兼容模式,但是没有成功。
过去,我广泛使用了这个工具,来validationWindows Server 2008 R2上的应用程序,并且它可以毫无问题地工作。
任何build议的解决方法? 替代供应商?