Forum Discussion
Reading Sql Server tables and getting Invalid Object Name errors
I am trying to Read to a Sql Server DB using Power BI Desktop. I have successfully connected and read other SQL Server DB’s with Power BI. I can connect to this DB and see the tables in the DB but when I try to read any table, I get the following Error messages and no data is returned.
Invalid object name 'sys.objects'.
Invalid object name 'sys.schemas'.
Invalid object name 'sys.columns'.
Invalid object name 'sys.types'.
Invalid object name 'sys.types'.
Details:
DataSourceKind=SQL
DataSourcePath=144.10.139.184;QODB
Message=Invalid object name 'sys.objects'.
Invalid object name 'sys.schemas'.
Invalid object name 'sys.columns'.
Invalid object name 'sys.types'.
Invalid object name 'sys.types'.
Number=208
Class=16
Anyone else getting this or know how to fix it??
4 Replies
- AnonymousNot applicable
roboskoog Is this SQL database different than others? Version, edition, etc?
Do you get the same error if write a query to select the information from the tables?
- roboskoogFrequent Visitor
I believe it is the same version of Sql Server. I just tried to write a query and that seemed to work, but if I select a view in the database, I get the same error.
- AnonymousNot applicable