This was the solution for us:
C:\Program Files\Microsoft Integration Runtime\5.0\Shared> .\dmgcmd.exe -elma
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello ,
I am seeing below error when i see the Event viewer logs on which Azure Integration run time is installed .
I also see My linked service connection is failing .
TestConnection failed, error message: 'Type=Microsoft.DataTransfer.SecurityValidation.Exceptions.HostValidationException,Message=Access to msm-cgm is denied, resolved IP address is fe80::b3a9:613a:9d23:f49f%8, network type is OnPremise,Source=Microsoft.DataTransfer.SecurityValidation,StackTrace= at Microsoft.DataTransfer.SecurityValidation.HostValidator.HandleDisallowedHostWithLogging(Action1 writeLog, Boolean throwException, Tuple
3 args, Boolean isOnPrem) at Microsoft.DataTransfer.SecurityValidation.HostValidator.IsAllowedHost(String host, NetworkType networkType, Boolean enableLocalMachineAccessFromOnPremise, Action1 writeAccessDeniedLog, Action
1 writeDnsFailureLog, Boolean throwExceptionUponValidationFailure) at Microsoft.DataTransfer.SecurityValidation.HostValidator.IsAllowed(String hostOrUri, NetworkType networkType, Boolean enableLocalMachineAccessFromOnPremise, Action1 writeAccessDeniedLog, Action
1 writeDnsFailureLog, Boolean throwExceptionUponValidationFailure) at Microsoft.DataTransfer.Common.HostValidationRuntimeCommonHelper.ValidateHostWithLogging(String host, Guid jobId, Guid activityId, ComputeType computeType, Boolean enableLocalMachineAccessFromOnPremise, Boolean disableLocalFolderPathValidation, Boolean throwExceptionUponValidationFailure, Boolean supportLocalFolderPathValidation, Boolean shouldValidateFolderPath) at Microsoft.DataTransfer.Runtime.FileServerConnectionSettings..ctor(IDictionary2 properties, Boolean skipHostValidation) at Microsoft.DataTransfer.Runtime.FileServerConnection..ctor(IDictionary
2 properties) at Microsoft.DataTransfer.Runtime.FileServerConnector.CreateConnection(IDictionary2 properties) at Microsoft.DataTransfer.Runtime.Provider.HybridRuntimeConnection.Initialize(ConnectionSetting connectionSettings, PluginRegistration plugins, String dataFactoryName, String dataFactoryId, String dataFactoryRegionAbbrev, String linkedIRCredential, AzureCloudType azureCloudType, String miStoreVersion, DataTransferCredentials credentials) at Microsoft.DataTransfer.Runtime.Provider.HybridRuntimeConnection..ctor(ConnectionSetting connectionSettings, PluginRegistration plugins, IMemoryLimit memoryLimit, String dataFactoryName, String dataFactoryId, String dataFactoryRegionAbbrev, String linkedIRCredential, AzureCloudType azureCloudType, String miStoreVersion, DataTransferCredentials credentials) at Microsoft.DataTransfer.TransferTask.InteractiveTaskFactoryV2.ConnectorTestConnection(ConnectionSetting connectionSetting, TestConnectionV2Response response) at Microsoft.DataTransfer.TransferTask.InteractiveTaskFactoryV2.TestConnection(TestConnectionV2Request request, TestConnectionV2Response response, CancellationToken token) at Microsoft.DataTransfer.TransferTask.InteractiveTask
2.Execute(),'. Log ID: Error
This was the solution for us:
C:\Program Files\Microsoft Integration Runtime\5.0\Shared> .\dmgcmd.exe -elma
@Jeremy Banas, As per the offline discussion, the below steps would be helpful in resolving the issue!!!
Set up or manage an existing self-hosted IR.
Dmgcmd.exe
is included in the self-hosted installer. It's typically located in the C:\Program Files\Microsoft Integration Runtime\4.0\Shared\ folder. This application supports various parameters and can be invoked via a command line using batch scripts for automation.
Open a PowerShell and run the below command:
dmgcmd -elma
This should be resolving your issue!!
I'm using a network shared folder path like \serverA\foldername. But still have this problem.
Same issue per 23-06-2023, seems to be related to the SHIR update 5.29.8535.1.
Even we encountered the same issue post IR version upgrade to (5.32.8600.2) version, running (C:\Program Files\Microsoft Integration Runtime\5.0\Shared> .\dmgcmd.exe -elma) on SHIR VM fixed the issue.