SQL 2000 SP3
Windows 2000 Server SP4
I am going absolutely nuts trying to get my reports to run correctly. First I'll give you the error returned by SSRS:
This only happens for users that are not part of the Domain Admins group. The really wierd thing is that executing these reports under my account in Domain Users has worked 3 or 4 times and then all of the sudden, nothing. I have IIS set to Windows Authentication, I have checked and double checked that my Domain User account is in the Browse role for the reports, the Data Source (shared) is configured as follows:
and it seems that no matter what option I choose under Connect Using I still get the above error message. Any ideas??
Windows 2000 Server SP4
I am going absolutely nuts trying to get my reports to run correctly. First I'll give you the error returned by SSRS:
Code:
An error has occurred during report processing. (rsProcessingAborted) Get Online Help
Cannot create a connection to data source 'ChemoDataSource'. (rsErrorOpeningConnection) Get Online Help
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Code:
data source=apu;initial catalog=ChemoDatabase;trusted connection=yes