> 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/rdm/de/knowledge-base/troubleshooting-articles/cisco-asdm-unable-to-launch-after-updating-asdm.md).

# Cisco ASDM kann nach dem Aktualisieren von ASDM nicht gestartet werden

Dies ist eine Problemumgehung für das Problem, dass Cisco ASDM nach dem Aktualisieren von ASDM nicht startet.

### Problemumgehung

1. Erstellen Sie einen neuen PowerShell-Eintrag.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0055.png" alt=""><figcaption></figcaption></figure>
2. Geben Sie im Feld ***Befehl*** `Start-Process "C:\Program Files (x86)\Cisco Systems\ASDM\jre\bin\javaw.exe"` ein.
3. Geben Sie im Feld ***Argumente*** `-ArgumentList "-Xms64m -Xmx512m -Dsun.swing.enableImprovedDragGesture=true -classpath lzma.jar;jploader.jar;asdm-launcher.jar;retroweaver-rt-2.0.jar com.cisco.launcher.Launcher cert.PEM"` ein.
4. Aktivieren Sie die Option ***Standardarbeitsverzeichnis ändern***.
5. Legen Sie den Pfad auf `C:\Program Files (x86)\Cisco System\ASDM` fest.
6. Gehen Sie zur Registerkarte ***Host und Anmeldeinformationen***.
7. Geben Sie den ***Host*** und die Anmeldeinformationen ein.
8. Gehen Sie zu ***Verbindung – Ereignisse*** und dann zur Registerkarte ***Nach dem Öffnen***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0056.png" alt=""><figcaption></figcaption></figure>
9. Geben Sie im Abschnitt ***Nach dem Öffnen - Makro*** `$HOST${TAB}$USERNAME${TAB}` in das Feld ***Eingabemakro*** ein.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Der Passwortparameter <code>$PASSWORD${ENTER}</code> ist optional. Wenn er verwendet wird, muss er außerdem unter <em><strong>Sicherheit – Sicherheitseinstellungen</strong></em> korrekt konfiguriert werden.</p></div>
10. Klicken Sie auf ***OK***, um das Fenster zu schließen und den Eintrag zu erstellen.


---

# 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/rdm/de/knowledge-base/troubleshooting-articles/cisco-asdm-unable-to-launch-after-updating-asdm.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.
