Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Work Tasks Extension and Connector for MES 7​.1

Uninstall the Work Tasks Extension and Connector for MES

Uninstall the Work Tasks Extension and Connector for MES

  • Last UpdatedJan 09, 2026
  • 2 minute read
  1. Before you begin, make a note of the Unique Environment Name (UEN) for the MES repository connection.

    The UEN is shown on the Manage Workflow Repositories page in the Work Tasks Connector Configuration utility.

  2. To uninstall the MES Extension:

    1. Open the Control Panel Programs and Features panel, select the MES Extension, and then select Add or Remove program.

      The Work Tasks Extension for MES setup dialog opens.

    2. Select Remove.

      After initiating the uninstall, the Work Tasks MES Extension Configurator appears.

      The Work Tasks Extension for MES configurator.

    3. Enter the database server, database, and user credentials to access the Work Tasks Farm database.

      This access is required to retrieve the folder locations at which the MES Connector DLLs were installed.

    4. Select Test Connection.

      If the test connection is successful. Select Submit.

      If the connection test fails, the Submit button will not be available. In this case, you can close the Configurator. However, you will have to manually delete the MES Connector DLLs from the following folders in the Work Tasks application folder:

      \Web\ECSite\Bin

      \Web\EnterpriseConsole\Bin

      \Web\custom_sites\Bin

    5. Once the uninstall successfully completes, select Finish to exit the setup dialog.

  3. To uninstall the MES Connector:

    1. Open the Control Panel Programs and Features panel, select the MES Connector, and then select Add or Remove program.

      The Work Tasks Connector for MES setup dialog opens.

    2. Select Remove.

    3. Once the uninstall successfully completes, select Finish to exit the setup dialog.

Clean up the Work Tasks repository and MES databases after the uninstall

  1. In SQL Server Management Studio, run queries to check the information in the Work Tasks repository database and the MES databases. For example:

    --MESDB (MES Database)

    select * from MESDB.dbo.AWC_Workflowconnection

    select * from MESDB.dbo.AWC_Workflowconnection_Status

    --Work Tasks repository DB

    select * from SkeltaDB.dbo.SKExternalConnectionDetails

    select * from SkeltaDB.dbo.MESConnectionDetails

    select * from SkeltaDB.dbo.SKExternalConnections

  2. Delete all the details pertaining to the UEN in the MES database and the Work Tasks repository database pertaining to the respective repository. For example:

    --delete all the details related to the unique environment name which was configured in the Work Tasks - MES Connector

    delete from MESdb.dbo.AWC_Workflowconnection_Status where UEN='MESDB_MES'

    delete from SkeltaDB.dbo.SKExternalConnectionDetails where Title='MESDB_MES'

    TitleResults for “How to create a CRG?”Also Available in