aimtool icon indicating copy to clipboard operation
aimtool copied to clipboard

Getting error while running Migrator tool commands

Open PrajaktDixit opened this issue 2 years ago • 0 comments

Description

Getting error while running below Migrator tool commands

aim assess -v aim assess -a "microsoft.biztalk.msidiscoverer.msifiles=C:\Users\XXXXX\Desktop\aimtool-main\AP.msi" ##Specify directory containing MSI files with unpack directory:
aim assess -a "microsoft.biztalk.msidiscoverer.msidir=C:\Users\XXXX\Desktop\aimtool-main\AP.msi" -a "microsoft.biztalk.msidiscoverer.unpackdir=C:\Users\XXXXX\Desktop\aimtool-main\Extract"

##Specify a custom report file name and location:
aim assess -a "microsoft.biztalk.htmlreporter.reportfile=C:\Users\XXXXX\Desktop\aimtool-main\reportoutput\report.html"

Error Failed to build runner: Failed to find a model provider. Full exception details: System.ApplicationException: Failed to find a model provider. at Microsoft.AzureIntegrationMigration.Tool.App.<BuildRunner>b__15_0() in D:\a\aimtool\aimtool\src\Microsoft.AzureIntegrationMigration.Tool\App.cs:line 486 at Microsoft.AzureIntegrationMigration.Runner.Builder.RunnerBuilder.Build() at Microsoft.AzureIntegrationMigration.Tool.App.BuildRunner() in D:\a\aimtool\aimtool\src\Microsoft.AzureIntegrationMigration.Tool\App.cs:line 498 at Microsoft.AzureIntegrationMigration.Tool.App.RunAsync(CancellationToken token) in D:\a\aimtool\aimtool\src\Microsoft.AzureIntegrationMigration.Tool\App.cs:line 158

Environment and tool versions

Chocolatey v2.1.0 biztalkmigrator v1.0.0 is the latest version available based on your source(s).

PrajaktDixit avatar Jul 18 '23 07:07 PrajaktDixit