> 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/upgrade-process-issues.md).

# Probleme beim Upgrade-Prozess

Nach einem Upgrade von Devolutions Server werden Fehlermeldungen wie SQLException - Invalid column name in den Protokollen oder die Fehlermeldung Error: cannot read property 'children' of null auf der Weboberfläche von Devolutions Server ausgelöst.

Die Ursache dieser Fehler liegt in einer SQL-Datenbank oder Webanwendungsdateien, die nicht ordnungsgemäß aktualisiert wurden, weil das Upgrade der Devolutions Server-Webanwendung mit einer älteren Devolutions Server Console durchgeführt wurde.

### Lösung

Überprüfen Sie zunächst, ob die Devolutions Server Console der Version der Devolutions Server-Webanwendung entspricht.

<figure><img src="https://cdnweb.devolutions.net/docs/DVLSCONSOLE4021_2025_1.png" alt=""><figcaption></figcaption></figure>

Wenn die Version der Devolutions Server Console älter ist als die Version der Webanwendung, gehen Sie bitte auf die Devolutions Server [Download-Seite](https://server.devolutions.net/home/download), um die richtige Version der Devolutions Server Console herunterzuladen und zu installieren.

Installieren Sie anschließend die Devolutions Server-Webanwendung erneut über die aktuelle Installation mit der Schaltfläche Upgrade Server im Bereich Actions. Dadurch werden alle erforderlichen Dateien ordnungsgemäß installiert und die SQL-Datenbank auf die entsprechende Version aktualisiert.

{% hint style="success" %}
Wir empfehlen dringend, die Anweisungen in [Devolutions Server aktualisieren](/server/de/getting-started/installation/devolutions-server-upgrade.md) zu befolgen, um das Upgrade durchzuführen.

Wir bieten kostenlose Remote-Sitzungen an, um Sie während des Upgrade-Prozesses Ihrer Devolutions Server-Instanz zu unterstützen. Für weitere Hilfe senden Sie bitte eine E-Mail an <service@devolutions.net>, um eine Sitzung mit unserem Kundensupport-Team zu buchen. Inhaber von Premium Support können Sitzungen außerhalb der Geschäftszeiten planen, um die Auswirkungen des Upgrades zu begrenzen.
{% endhint %}

### Die angegebene 'client\_id' ist ungültig

Der folgende Fehler wird angezeigt, wenn Sie sich auf der Webseite von Devolutions Server anmelden möchten.

**error:invalid\_request** **error\_description:The specified 'client\_id' is invalid.** \*\*error\_uri:https

://documentation.openiddict.com/errors/ID2052\*\*

### Lösung

Die Ursache dieses Problems ist das Upgrade, das mit einer älteren Version der Devolutions Server Console durchgeführt wurde. Um dieses Problem zu lösen, gehen Sie bitte auf die Devolutions Server [Download-Seite](https://server.devolutions.net/home/download), um die Version der Devolutions Server Console herunterzuladen, die der Version der Devolutions Server-Webanwendung entspricht, und installieren Sie sie. Installieren Sie anschließend die Devolutions Server-Webanwendung erneut über die aktuelle Installation mit der Schaltfläche ***Update*** im Tab ***Server***.

![](https://cdnweb.devolutions.net/docs/DVLSCONSOLE4023_2025_1.png)


---

# 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/upgrade-process-issues.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.
