Link to home
Create AccountLog in
Avatar of vbnetcoder
vbnetcoder

asked on

Setting up sql server on latop -- getting error Token-based server access validation failed with an infrastructure error

I installed SQL Server on my laptop (windows 8).  When I try to connect to the database engine i get the following error

"Token-based server access validation failed with an infrastructure error"

Why?
Avatar of PadawanDBA
PadawanDBA

Try running SSMS as an administrator to see if the message goes away.

Edit:  My thought is an issue with it not passing an admin token.
Avatar of vbnetcoder

ASKER

I tried that :(
I tried turning off the UAC based on what i read online and that didn't work either
ASKER CERTIFIED SOLUTION
Avatar of PadawanDBA
PadawanDBA

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
I'm not sure i added the user to the sysadmin group.

How would I do this .  I am completely new at all of this
ooops sorry i got the link u sent now.
It's a good exercise to go through - the very last point in time you ever want to have to learn to do this is on a downed production system!
ty