I deployed my reports on the report server which makes queries to another database server to retrieve data (double hop scenario) using windows integrated authentication.
When I tried to view the report got the following error:
"Cannot create a connection to data source 'MyDBName'. (rsErrorOpeningConnection)
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. "
What is strange is, other reports on the SAME report server hitting the SAME database server instance works fine.
The only difference between the two reports is they're retrieving data from two different databases of the same DB server instance.
Can someone point me to the direction what could be the problem? Thank you!