VMware Workspace ONE Community
mahmoudMaarek
Contributor
Contributor
Jump to solution

UE 22.09 on-premises

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 ?

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
HugePan
Contributor
Contributor
Jump to solution

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

View solution in original post

0 Kudos
4 Replies
Noordan
Hot Shot
Hot Shot
Jump to solution

can you see any errors for the services that cant start?

0 Kudos
mahmoudMaarek
Contributor
Contributor
Jump to solution

Hi,

thanks for Replay

it is error related WAS service start and resolved by update one of Config Files For IIS

0 Kudos
Noordan
Hot Shot
Hot Shot
Jump to solution

Great to hear the the issue is resolved.

Tags (1)
0 Kudos
HugePan
Contributor
Contributor
Jump to solution

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

0 Kudos