error 183 Cannot create a file when that file already exists. Unable to start WPAS service

Anonymous
2023-11-01T21:09:54+00:00

error 183 Cannot create a file when that file already exists. Unable to start Windows Process Activation Service service.

Windows for business Windows Server Performance Application technologies and compatibility

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2023-11-02T02:25:07+00:00

    Hello

    Thank you for posting in Microsoft Community forum.

    The error 183 with Windows Process Activation Service (WAS) usually indicates that WAS is trying to use a file that already exists. Here are some steps you can try to resolve this issue:

    1.Delete the Generated Keys: Run the following commands from an admin Powershell prompt:

    reg delete HKLM\\SYSTEM\\CurrentControlSet\\Services\\WAS\\Parameters /v GenerateKeys /f
    net start w3svc
    

    This will delete the generated keys and then start the service.

    2.Reinstall WAS: Uninstall and reinstall WAS. This is a common method used to resolve this issue.

    3.Delete the ‘inetpub’ folder: After uninstalling WAS and Internet Information Services (IIS), restart your computer and delete the ‘inetpub’ folder on your C: drive.

    Best Regards,

    Wesley Li

    0 comments No comments
  2. Anonymous
    2023-11-02T19:49:04+00:00

    Wesley,

    Thank you for the suggestion, unfortunately it did not work for me.

    The /v GenerateKeys /f portion does not seem accurate.

    Paul

    0 comments No comments
  3. Anonymous
    2023-11-03T01:38:08+00:00
    0 comments No comments