Forum Discussion
Connect to OBIEE RPD using ODBC Connection
arify I just sent a frown with the latest error. Mentioned your PBI community ID in the e-mail, thanks.
wonga Thanks, I received it. This error is happening in somewhere I wouldn't expect it to happen. I'm wondering if it's a driver issue.
Can you try this?
let
Source = Odbc.Query("dsn=YOURDSN", "select * from YOURTABLENAME")
in
SourceThanks
- wonga10 years agoContinued Contributor
I do have a tool to do just that, but the point of using this ODBC connection is to avoid having to reference table names and instead reference the subject areas (which contain all the aggregates). If I were to reference the table names, I would just connect directly to the Oracle Database using the built-in connector.
Interesting thing is that before in June's release of PBI Desktop, I was able to connect to the Application Server using ODBC but like wbsissonii mentioned, no data shows up, only the names of the subject areas.
- arify10 years agoMicrosoft Employee
wonga, we have another customer who is using the same driver & datasource but they aren't getting this failure. In Excel, there are 2 things you can use to connect to ODBC, under Data tab, they're called "Microsoft Query" and "Data Connection Wizard". Can you try to connect with them and let us know if that works?
- wonga10 years agoContinued Contributor
arify I only had 32-Bit versions of Office to test with and it isn't able to load any tables (says something along the lines of "There are no visible tables"). There might be something in the Oracle RPD that is not exposing the tables to 3rd party applications possibly...