> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/de/knowledge-base/troubleshooting-articles/devolutions-server-unavailable-after-reboot.md).

# Devolutions Server nach Neustart nicht verfügbar

Der SQL Server, auf dem sich Ihr Devolutions Server befindet, ist möglicherweise noch nicht betriebsbereit, wenn die Devolutions Server-Instanz startet. Dadurch kann der Scheduler-Dienst oder die Devolutions Server-Webanwendung keine Verbindung zur Datenbank herstellen und gibt eine Fehlermeldung zurück, die in den Windows-Ereignisprotokollen etwa so aussehen kann:

Der Dienst DevolutionsSchedulerService (DVLS) wurde mit dem folgenden Fehler beendet:\
`An exception occurred in the service when handling the control request.`

#### Lösung

Führen Sie die folgenden Befehle aus, um den Devolutions Server-Scheduler-Dienst und W3SVC (integraler Bestandteil der IIS-Funktionalität) so zu konfigurieren, dass sie von SQL Server abhängen. Diese Anpassung stellt sicher, dass sie ihren Startvorgang erst beginnen, nachdem SQL Server vollständig gestartet ist.

* Devolutions Server-Scheduler-Dienst: `sc config <Devolutions Scheduler Service Name> depend= "<your SQL Server Instance service>"`
* W3SVC: `sc config W3SVC depend= "WAS/HTTP/<your SQL Server Instance service>"`\
  Beachten Sie das Vorhandensein von WAS und HTTP, die Standardabhängigkeiten des W3SVC sind.

Zum Löschen von Abhängigkeiten von Diensten: `sc config <service name> depend= ""`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/server/de/knowledge-base/troubleshooting-articles/devolutions-server-unavailable-after-reboot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
