Notifications
Announcements
No record found.
Hi,
I'm stuck, I rerun twice but still an error exists. As I check the log it states - Cannot find a process with the name "devenv". Verify the process name and call the cmdlet again.
Need your help badly. Thank you in advance.
devenv.exe is Visual Studio.
Which step is failing?
Hi Martin,
I did run the Visual Studio and do a rerun, an error occur stating - Error during AOS update: Error during AOS stop: Please close all instance of Visual Studio to continue with the installation. I'm rerunning step 20.
What is step 20 in your case?
Executing step: 20
Update script for service model: AOSService on machine: localhost
update AOS service
That error is strange because you're not supposed to be running Visual Studio, and in fact the update scripts check to make sure it's not running...
Is there a prior configuration should be done before running runbook?
No. Except updating DefaultTopologyData.xml before creating the runbook.
Perhaps you forgot that?
Hi Gecel,
Try to get the process details from Power shell and Stop.
1. Open PS run as Admin
PS C:\> Get-Process -Name devenv, Vshub
Handles NPM(K) PM(K) WS(K) CPU(s) Id SI ProcessName
------- ------ ----- ----- ------ -- -- -----------
1883 196 210012 325388 27.16 452 2 devenv
574 41 24956 46960 1.33 9972 2 VsHub
2. Type Stop process
PS C:\> Get-Process -Name devenv, Vshub | Stop-Process
3. Try to rerun.
Hi Asif,
I did tried, the devenv processs occur when I run the VS(as Administrator). Though, the rerun cannot be executed when there the VS is open. And the rerun step (i.e. 20) fails because devenv does not exists.
Did you update DefaultTopologyData.xml before generating the runbook?
Also, as last resort you can always edit the scripts and skip this check.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 660 Most Valuable Professional
André Arnaud de Cal... 549 Super User 2025 Season 2
Sohaib Cheema 307 User Group Leader