Lots of data management gateway rollback msi files

HSever 136 Reputation points
2022-12-22T11:33:52.503+00:00

I found 100 of DataManagementGateway_rollback_5.21.8277.2.msi (and other older versions) on my C drive (each file over 1 GB) . I believe I installed this management gateway when testing ADF for self hosted integration runtime. but I looked under " programs and features" in control panel and do not seem to find any installed.

I also run in PS >get-wmiobject win32_product | select name,identifyingnumber | where {$_.name -like "data management"}
and does not return any results.

all the DataManagementGateway_rollback_5.21.8277.2.msi (and older versions) are under the path structure like below (where Application Data can repeat multiple times ) like so
C:\ProgramData\Application Data\Application Data\Microsoft\Data Transfer\DataManagementGatewayUpgrade
C:\ProgramData\Application Data\Application Data\Application Data\Microsoft\Data Transfer\DataManagementGatewayUpgrade
C:\ProgramData\Application Data\Application Data\Application Data\Application Data\Microsoft\Data Transfer\DataManagementGatewayUpgrade
C:\ProgramData\Application Data\Application Data\Application Data\Application Data\Application Data\Microsoft\Data Transfer\DataManagementGatewayUpgrade

----

Can I remove these MSI files , since taking over 100 GB from my C drive ?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,456 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Arun Siripuram 801 Reputation points
    2022-12-22T13:54:32.457+00:00

    @HSever

    It looks like you have multiple copies of the Data Management Gateway installer on your C drive, and you are not able to find any evidence of the gateway being installed in your Programs and Features list or by using the Get-WmiObject cmdlet.

    Here are a few things you can try to determine whether the Data Management Gateway is installed on your system:

    Check the Services list in the Windows control panel. The Data Management Gateway installs a service called "Azure Data Management Gateway". If this service is listed and running, it means the Data Management Gateway is installed on your system.

    Check the installation folder for the Data Management Gateway. The default installation path for the Data Management Gateway is C:\Program Files\Microsoft Azure Data Management Gateway. If this folder exists, it means the Data Management Gateway is installed on your system.

    Check the registry for the Data Management Gateway. The Data Management Gateway installs several keys in the Windows registry under the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DataManagementGateway key. If these keys are present, it means the Data Management Gateway is installed on your system.

    Check the Event Viewer for any errors related to the Data Management Gateway. If the Data Management Gateway was installed and is not functioning correctly, it may log errors in the Event Viewer. Please share the same for verification

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.