Since the port may change when you have a dynamic port assignment, you could allow the MsMdSrv.exe application (the AS service) to have whatever incoming port it so desires.Such as this example for SQL 2012 instance... edit the Program files path to the correct instance name and locations.netsh advfirewall firewall add rule name="Analysis Services" dir=in action=allow program="C:\Program Files\Microsoft SQL Server\MSAS11.InstanceName\OLAP\Bin\msmdsrv.exe" enable=yes profile=domain
↧