Why do I get the error "[SC] StartService FAILED 1069:" while starting MATLAB Web App Server?

I have been running the development version of MATLAB Web App Server for a while without issue. However, recently when I try to start the server I receive the following error:

Service error

The service command did not execute successfully with
the following error: [SC] StartService FAILED 1069:

The service did not start due to a logon failure.

 Accepted Answer

The 1069 error is due to an incorrect password for the server and worker services.
If you are using the default accounts (e.g., MwWebAppServerR2023b), the password is randomly generated during registration. This error can occur if your company has a password expiration policy set for local accounts.
To reset this password for the services:
  1. Open the development Web App Server management app.
  2. In the "Service Registration" tab, click "Unregister."
  3. If you are using existing local accounts
    1. Reset the passwords to the local accounts you are using for the webapps services.
    2. Update the password in the Web App Server management app.
  4. Click "Register" to register the accounts again.
  5. Try starting the Web App Server again.
For alternative methods for updating these passwords, see How can I update the credentials for the MATLAB Web App Server service accounts?.

More Answers (0)

Categories

Find more on MATLAB Web App Server in Help Center and File Exchange

Products

Release

R2018a

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!