All Products
Search
Document Center

:You cannot click terminate to export a task using DMS

Last Updated:May 20, 2022

Problem description

If you use DMS to export a task, you cannot click terminate.

Solution

  1. Log on to the DMS console.
  2. In the top navigation bar, click SQLConsole.>Single database query, select the specified database, open another session page.
  3. On the SQL Console page, run the following SQL statement to view the session details:
    show processlist
  4. In the result set area, obtain and record the process Id of the export session.
  5. On the SQL Console page, run the following SQL statement to terminate the process:
    kill [$Id]
    Note:[$Id] is the process Id obtained in the previous step.

Application scope

  • Data Management (DMS)