Security Settings for shared data source on Report Server

Hello all,

We are currently upgrading from 10.1.400 to 10.2.

I have successfully deployed our custom reports to our upgraded TEST environment and they run fine within our upgraded environment. I can access our new report server and can see all my custom reports. I downloaded Report Builder and can open my reports and see structure. But when I try to run the report from within Report Builder, I get an error connecting to the shared data source:

I looked at the data source for the report on the new report server:

These are the properties on the Shared Data source:

but when I test connection, I get this error:

image

I appear to have full Security access (aholsomback)

I need the ability to edit my reports in Report Builder, so I need to figure out where my credentials are failing.

Just for the record, these are the properties on our current (not upgraded) 10.1 report server:

Any thoughts?

Thanks,

Alice

That is an SQL permissions issue (as opposed to the SSRS permissions).
Its stating you do not have read access to the Database.

When you open a report in Report Builder… do you see more that one shared data source listed?
If so, I’ve fixed a few of my reports that were in this state…
Data Sources → Right Click → Data Source Properties
Then verify/fix one shared datasource, and delete the other one.
Ref screen shot…
image

SSRS…

1 Like

Thank you…I don’t see any other data source in report so I’m thinking its my SQL credentials.

Yes, may be… have you already tried to log on to the server as an admin and edit reports?

Also with the datasource…
What happens if you click the “Test Connection” button?
Or, if you click the “Browse” button - are you able to navigate to the displayed path and select it?