I have already read many articles explaining how to configure SSIS for remote access. However, I still getting the message "access is denied" when I am trying to connect to SSIS using SSMS.
Here are the steps I have tried:
1 - I am using SSMS 16.5.3 version which is compatible with my SQL Server 2016
2 - DCOM configuration - I granted access to a group for remote launch, activation, and access.
3 - I added the group into the local DCOM group of the Windows Server
4 - I restarted the SQL services and the server
The SQL Server 2016 is installed on a Windows Server 2019 and I am trying to access SSIS from a Windows 10 machine.
Did I miss something? Could you help me please?