Welcome to the troubleshooting section for IRIS. This section should guide the user when it comes to fixing mistakes, as well as give information on error codes if needed.
1. Deployment rights error
If on an Azure subscription a resource has not been created by a user, an API call cannot make it aswell. In this case, register the resources:
2. Unable to load local files
When trying to load local files, ADF returns this error:
The value of the property '' is invalid: 'Access to serverName is denied, resolved IP address is ::1, network type is OnPremise'. Access to serverName is denied, resolved IP address is ::1, network type is OnPremise
To load local files using ADF Integrated Runtime you need to set -EnableLocalMachineAccess. To do so run the statement below in CMD or Powershell on the Windows server running the IR software
CODE
cd "C:\Program Files\Microsoft Integration Runtime\5.0\Shared\"
.\dmgcmd.exe -EnableLocalMachineAccess
JavaScript errors detected
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.