Error when attempting to use Windows Authentication

    • When
    • attempting to use windows Authentication for the data source. I get the error below. I can run the report from the report server, but when running from another machine over the intranet the error occurs.

      • An error has occurred during report processing.

        • Cannot create a connection to data source 'MyDataSource'.

          • For more information about this error navigate to the report server on the local server machine, or enable remote errors
[1022 byte] By [jschroeder] at [2007-12-23]
# 1

Hello John,

Can you please give us the following information:

  1. Connection type:
  2. Connection string:
  3. Connect using:
Thanks,
Worf
Worf at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 2

Connecttion type: Microsoft SQL server

Connection string: Data Source=MyServerName;Initial Catalog=MyDatabaseName

Connect Using: Windows Integrated Security

jschroeder at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 3

John,

Reporting Services relies on the authentication capabilities of the underlying network. So, RS does not authenticate users itself.
Have a look at the roles and the Browser role in particular. See which users have been assigned to this role. It's possible there aren't any users so you will have to add them. RS does not create it's own user accounts, instead it uses the users or groups from the computer. You might want to add a local group with users you want to view reports and add that group to the browser role.

Regards,
Worf

Worf at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 4

Extract from BOL Topic "Specifying Credential and Connection Information":

Windows NT Integrated Security

When you use the Windows NT Integrated Security option, the report server passes the credentials of the user accessing the report to the server hosting the external data source. In this case, the user is not prompted to type a user name or password.

This approach is recommended if Kerberos is enabled. If Kerberos is not enabled, you should only use this approach if all the servers that you want to access are located on the same computer. For more information, see "Connecting to Remote Data Sources" earlier in this topic.

AdamTappis at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 5

Adam,

My network admin assures me that Kerberos is enabled, but i'm still getting the error message. Any other suggestions?

Thanks

jschroeder at 2007-8-30 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...

SQL Server

Site Classified