-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to start the assessment tool #3
Comments
Thanks for reporting this!
|
@dakouka I have seen this behavior on the first launch of the tool at times - what happens if you close & restart the tool, does the issue persist? If it still does then please do share the info posted by Kristina above. Thank you! |
Thanks @krolson & @panchagnula My assumption is that the app is building a collection bases on the web apps in the IIS and the key of the collection is the physical directory path. |
Thanks for the report, @dakouka. Your assumption is correct. In the current version of the migration tool, there are some cases where it's necessary to derive the application from a physical path. This code will fail if there are multiple applications pointing to the same physical path. Unfortunately, in the short term, I suspect that I will need to detect this and flag it as a disqualifying condition for an automatic migration. In the long term, I am working on a different mechanism for analyzing an on-premises installation that will be more robust and handle many more scenarios like this one. -Wade |
We have released a new Preview version of Migration Assistant today that should help address this class of issues. We would appreciate if you gave this update (in Preview) a try and let us know if this works for your scenario. Thanks |
Hi , is there way if we can run the App-server-migration-Assistant from commandline/powershell ? |
Hi @Gouravkala, You can run part of the migration assistant from commandline, as least to do discovery of sites and single-site assessment (not migration). Check out the notes here: https://github.com/Azure/App-Service-Migration-Assistant/wiki/How-the-Assistant-Works#what-information-is-sent-for-assessments . This outlines where to find and how to use the iisConfigAssistant.exe to get the list of sites and generate an AssessmentInfo.json file. If using the latest version of Migration Assistant you should be able to also get single-site readiness results by running commands similar to below (change the site name and file locations as needed) - note this uses a simplified version of the GetSiteAssessmentData command that produces an assessmentinfo.json file that may contain sensitive server data, since it's just to use locally:
PowerShell scripts is something we have in the works. Thanks, |
Thanks you for your reply. if I understand we cant run the app migration assistant script/tool from a centralized server we have to run the same from inside the webserver only as it detects the running websites on the server. |
That's correct - the current Migration Assistant must run locally on the server that is being assessed. |
After Starting the program on the iis server
nothing happens shows 0 Site found .
and it is not possible to start the assessment .
all the options are disabled , and the list of the web site is empty
this issue prevents us to continue the migration of our web applications to the azure
Investigative information
Please provide the following:
Repro steps
download , install the App Service Migration tool (preview)
run the program as Administrator
Provide the steps required to reproduce the problem:
Expected behavior
Provide a description of the expected behavior.
Actual behavior
Provide a description of the actual behavior observed.
Known workarounds
Provide a description of any known workarounds.
The text was updated successfully, but these errors were encountered: