Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Can not connect a data source with windows auth

$
0
0
I have set up a new sql server 2014 and moved the reporting services to it from a sql server 2012. Everything works great except that I can not get it to connect the data sources with a domain account. I have a single domain account that I have set up as the service account and the credentials to connect to the report server database. All seems good, until I try to change the data sources which previously were using a sql server security. I am using a connection string... Server=myserver; database=mydatabase; Trusted_Connection=True; and then trying to set the credentials to the same domain account I am using for the service account and I get "Log on failed. Ensure the user name and password are correct.", if I use my own account I get "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication." The first doesn't get recorded in SQL Servers error log but the second does. I can connect using SQL Server Authentication with no problem at all. I am not trying to hop servers, but do have the SPN's set up as I normally would for double hop problems, but I don't see how that would even be an issue here since reporting services is on the same server that the databases are on. Any idea, before I lose the rest of my hair?

Viewing all articles
Browse latest Browse all 2791

Trending Articles