Hi,
We have setup a domain service account during SQL Server installation and everything works fine except that users can't connect from other instances to this machine using their somain account (user domain account have read only access to database) and get "cannot generate SSPI context", when I modify the default service account for "SQL Server" service to localsystem and then it works fine but we don't want to use localsystem account. What can be the possible issue that is causing this error when using domain account as service account for SQL Server i.e. do we need to some command to give access or need some different priveleges for this account?