For the complete documentation index, see llms.txt. This page is also available as Markdown.

Uninstall ABAP Agent

Uninstall the ABAP add-on

To uninstall the ABAP add-on, follow these steps:

  1. Sign in to your QAS or PRD system using client 000, as a user with sufficient permissions to update the Data Dictionary.

  2. Run transaction SAINT. In the Add-on Installation Tool screen, select the Uninstallable components tab.

  3. Select the TRICE Add-on with Release 100_700, and select Start. SAP displays the following dialog.

  4. Select to continue. The Status/Remarks section shows the following.

  5. Monitor the uninstallation process in the SAPGUI status bar. When the uninstallation process has finished, the Status/Remarks section shows the following.

  6. Select Finish to complete the uninstallation. SAP displays the following message box.

  7. Select Do not send.

Stop the ABAP Agent Server

Before uninstalling the Windows components, stop the agent server if it is running.

In the console window where SLABAPServer.exe is running, press Ctrl+C to stop it gracefully.

ABAP Agent 2.0 does not use a Windows Service for the server process. If you previously registered a Windows Service (from an earlier version), remove it separately.

Stop scheduled tasks

  1. Open Windows Task Scheduler.

  2. Under the SeaLights directory, select all FOOTPRINTS, BUILDMODS, and any other ABAP Agent tasks.

  3. Make sure no tasks are actively processing, then click End and Disable on each.

Uninstall the agent's Windows components

Use one of the following methods to uninstall the Windows-side components.

Open Settings > Apps > Installed Apps (or Add or Remove Programs on older Windows versions), find SeaLights ABAP Agent, and select Uninstall. The uninstaller runs slabapcli setup uninstall automatically.

Method 2: Command line

  1. Take a backup copy of your config.toml file (default location: %ProgramData%\Tricentis\SeaLights\ABAP Agent\config\config.toml).

  2. Run the following command to disable all scheduled agent tasks:

To also delete stored secrets and Windows Error Reporting data, add the --delete flag:

Data and database directories

setup uninstall disables scheduled tasks but does not remove the runtime data directories. This is intentional — pipeline data, configuration, and databases are preserved so you can recover or reinstall without losing your setup.

If you want to remove all agent data after uninstalling, delete the following directories manually:

Directory
Contents

%ProgramData%\Tricentis\SeaLights\ABAP Agent\config\

config.toml, config locks

%ProgramData%\Tricentis\SeaLights\ABAP Agent\private\

SQLite databases, encrypted secrets

%ProgramData%\Tricentis\SeaLights\ABAP Agent\public\

Logs, shared artifacts

Last updated

Was this helpful?