paulmezza
paulmezza

Reputation: 101

SSRS 2016 report manager

I have installed SSRS 2016 developer locally on my machine. I can't get the report manager page to load and in the log files I get this error:

Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException: AuthzInitializeContextFromSid: Win32 error: 1355

I have search and seem to get back to this article each time:

https://support.microsoft.com/en-gb/kb/842423

But how would I do this or apply these on my local machine? I have tried changing the service user to Network Service and Local Service/System, and also my domain login I use which has local admin rights but always get this same error.

Can anyone suggest anything else I can try?

Upvotes: 0

Views: 1709

Answers (2)

paulmezza
paulmezza

Reputation: 101

This is fixed in SQL 2016 SP1 update

Upvotes: 1

JonHP
JonHP

Reputation: 1

this appears very similar to a known issue with SQL 2016. A patch is due soon with Cumulative Update #1. If you are on a domain joined machine, and the server does not have access to the domain controller (e.g. you aren't VPN'd, don't have wifi, etc...) this AuthZ call will fail.

Upvotes: 0

Related Questions