Remote access server missing a file during set up

Terry O'Donal 41 Reputation points
2021-04-20T00:02:48.91+00:00

I am using 2019 standard server and installed remote access server last weekend. After working out all of the IP/DNS issues, the service won't stay on and gives me an error in the event log stating that the service won't run due to a missing file. Does anyone know how to search for this "missing" file? Would it be in the .xml script in the event log for the error? I admit I didn't do a lot of prep work before installing and running the set up wizard in the remote access management console. Any ideas?

Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

Accepted answer
  1. Carl Fan 6,881 Reputation points
    2021-04-22T10:11:31.18+00:00

    @Terry O'Donal Hi,
    Thank you for your information.
    I'm sorry that I was not clear about my previous understanding. The problem occurred after I installed the role of Remote Access.
    But the approach is similar. If we want to find out what the process is, what files were accessed, and where it failed, we'd better look at the process with the Process Monitor.
    Or CBS.log may provide the setup process.
    Hope this helps and please help to accept as Answer if the response is useful.
    Best Regards,
    Carl

    0 comments No comments

4 additional answers

Sort by: Most helpful
  1. Carl Fan 6,881 Reputation points
    2021-04-20T10:12:14.837+00:00

    Hi,
    Could you install the Remote Access role with powershell command? for example:
    Add-WindowsFeature [name_of_feature]
    At the same time in the Event Viewer (Windows Logs > System). Could you find some related error? event id and detailed information.
    For service could not start issue, I consider that you could use process monitor tool to capture a trace. Then check trace where failed to start during that process.
    I also suggest that you'd better check for update, if any security update could be found, please installing firstly.
    Hope this helps and please help to accept as Answer if the response is useful.
    Best Regards,
    Carl

    0 comments No comments

  2. Terry O'Donal 41 Reputation points
    2021-04-21T00:19:58.507+00:00

    As I have already installed and worked out the IP address bugs, I shouldn't need to reinstall with Powershell. As for the process monitor tool, I will try that and see what that turns up. Thank you. I did install the updates but I will run the process monitor to see if I can find anything.

    0 comments No comments

  3. Terry O'Donal 41 Reputation points
    2021-04-22T23:53:53.75+00:00

    I will look into that this weekend. Thank you.

    0 comments No comments

  4. Terry O'Donal 41 Reputation points
    2021-04-24T20:56:05.523+00:00

    I have tried several things to date with no results. I ran DISM and SFC /scannow and received a clean bill of health. I am not good at creating a custom process monitor that would monitor just that service when it starts up to find out what file it is not finding and then stopping. Do you have any more ideas?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.