Forum Discussion
Report couldn't access data source in Direct Query mode
- Anonymous8 years ago
Anonymous I would assume that the credentials can access the SQL Server, otherwise you wouldn't be able to use the datasource. My thought is that while it can reach the SQL Server, it can't access all the tables/views that it needs to in order to produce the report results... what level of permission does it have on the SQL Server? Is it a different account, or your credentials?
Alternatively, did you use a basic auth connection in the Desktop?
This is due to you have checked "Use SSO via Kerberos for DirectQuery queries" & "Use SSO via Kerberos for DirectQuery And Import queries".
Go to the bottom of "Data Source Setting" in GATEWAY CLUSTERS.
In Advanced Settings unchecked "Use SSO via Kerberos for DirectQuery queries" & "Use SSO via Kerberos for DirectQuery And Import queries".
Apply changes.
Now refresh your report.
Cheers