The ArtOfBI.com Newsletter

Is stupid new and freshly informative on BI and EPM.

Save one little gremlin by not pouring water on its head.

Or, sign up for killer tips, tricks and other BI / EPM goodness delivered right to your inbox.

Hell just do both. Enter your email below.

Oh no what happened?
I already signed up.

BTW, Signing up gets rid of this annoying banner.

Cheers,
Christian & The ArtOfBi.com Team

An error occurred while processing the EXECUTE PHYSICAL statement

  • Sharebar

Typically I haven’t bumped into this error in the past with OBIEE but the other day it smacked me in the face. 

error_on_view_data1

Problem
I was adding a SQL Server 2005 datamart to my Physical layer and didn’t run the initial check to see that OBIEE could read the data in my view/table objects. Clearly it was able to connect to the server and bring over the pertinent DB objects. However, when I right-click on a table or view object in the physical layer and select “View data…” I get the error prompt above.  The error reads something like ODBC error state: 37000, ODBC error state 50002, [NQODBC][SQL_STATE:HY000]….A general error has occured.

Solution
Figuring this problem out was not that difficult. The error prompt above is actually produced when the “Require fully qualified table names” checkbox is not checked.

To get rid of the error and to allow OBIEE to correctly read the data source in Answers, etc. follow the instructions below.

  1. Right-click “Connection Pool” for the database in question.
  2. Under the “General’ tab ensure that “Require fully qualified table names” checkbox is checked
  3. Click “OK” button and close the window.
  4. Right-click any table or view object you previously had a problem with and select “View data…”
  5. Enjoy

###


Comments: