- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
1-we are installing UEM 22.09 on-premises , Console/Device installation wizard complete successfully
2-all airwatch services is running
2-we are in process to verfy Deployment
3-the problem with IIS 10 services, Sever 2019 standard Build 1809 .
windows process activation Service ,w3svc services and www services not started , can't start manually ?
any advise ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
can you see any errors for the services that cant start?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
thanks for Replay
it is error related WAS service start and resolved by update one of Config Files For IIS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great to hear the the issue is resolved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey mahmoudMaarek
I had the same issue.
However I got it fixed by changing the applicationHost.config file (C:/Windows/System32/inetsrv/Config/applicationHost.config)
Some of the location paths were not correctly set. Please find below an example:
<location path="Default Web Site/MetadataTransformService">
<system.webServer>
<asp>
<session timeout="00:20:00" />
<limits scriptTimeout="00:01:30" />
</asp>
<security>
<authentication>
<anonymousAuthentication enabled="true" />
<basicAuthentication enabled="false" />
<windowsAuthentication enabled="true" />
</authentication>
</security>
<httpLogging dontLog="false" />
</system.webServer>
</location>
Best regards
Arian