Environment SQL Server 2012 on Windows Server 2008 R2 on a development environment.
After installation of the Database, SSRS, SSAS (OLAP) and Tabular (Separate instance), and SSIS everything was fine and accessable.
Several weeks later, a power user (with local admin privs) reported that he received the 'Access is Denied' message when attempting to log into SSIS. This happened at very nearly the same time as when a log mount point filled up. I immediately shrunk the log and resolved the issue behind the log filling but I then also received the same message when attempting to log on to SSIS.
The common end-point to resolve this issue is the URL Connect to a Remote Integration Services Server (SSIS Service), which is to add any non-local admin to the DCOM User group. But since this user and I are both members of the local administrator group this is not a resolution. And another power user with local admin privs worked just fine prior to the issue but not after.
I performed the standard restart to no avail followed by an uninstall/reinstall of SSIS, again to no avail. My next option would be to reinstall SQL Server. Although this would be a possibility it would not alleviate having to do it all over again if the problem recurs.
Has anyone run into this or do you have any suggestions?