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

# Cisco ASDM no puede iniciarse después de actualizar ASDM

Esta es una solución alternativa para el problema en el que Cisco ASDM no se inicia después de actualizar ASDM.

### Solución alternativa

1. Cree una nueva entrada de PowerShell.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0055.png" alt=""><figcaption></figcaption></figure>
2. En el campo ***Command***, introduzca `Start-Process "C:\Program Files (x86)\Cisco Systems\ASDM\jre\bin\javaw.exe"`.
3. En el campo ***Arguments***, introduzca `-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"`.
4. Marque la opción ***Change default working directory***.
5. Establezca la ruta en `C:\Program Files (x86)\Cisco System\ASDM`.
6. Vaya a la pestaña ***Host and Credentials***.
7. Introduzca el ***Host*** y las credenciales.
8. Vaya a ***Connection – Events*** y, a continuación, a la pestaña ***After Open***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB0056.png" alt=""><figcaption></figcaption></figure>
9. En la sección ***After open - Macro***, introduzca `$HOST${TAB}$USERNAME${TAB}` en el campo ***Typing macro***.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>El parámetro de contraseña <code>$PASSWORD${ENTER}</code> es opcional. Si se utiliza, también debe configurarse correctamente en <em><strong>Security – Security Settings</strong></em>.</p></div>
10. Haga clic en ***OK*** para cerrar la ventana y crear la entrada.


---

# 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/es/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.
