I was implementing a new SharePoint farm and I observed that web application that I create in Central Admin site was not getting created in the IIS of WFE servers.
The sites would be created in the WFE if I restart the WSS web application service through stsadm command. But this was not an option. I ran the stsadm execadmsvcjobs and it thew this error:
The SharePoint Worker Process Group Update job failed with the following error.
This job will be skipped. Failed to connect to an IPC Port: The system cannot find the file specified.
It turned out that the service "Windows SharePoint Services Administration" was stopped on all my MOSS servers. Once I started this service the issue was solved.
Comments