I am trying to connect to SSRS through SSMS and getting an "Unable to connect to the server error".
Facts:
1. My domain account I am logged on with is a local administrator
2. I am connecting in SSMS using MACHINENAME\INSTANCENAME and Windows Authentication
3. Locally on the server through the web browser i can connect to the http://localhost/Reports_INSTANCENAME url (I can't connect by machinename)
4. There you can see BUILTIN\Administrators have administrative rights.
5. In SSMS I tried to connect also using localhost\INSTANCENAME and IPADDRESS\INSTANCENAME
What am I missing here?