Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Phoenix Integration with OBIEE 11g

Hi All,
We are trying to integrate apache phoenix into OBIEE so that I have installed hortonworks ODBC RPM and created data source connection entry in odbc.ini as following
and set the LIB path,
https://hortonworks.com/downloads/
[Phoenix]
Driver=/opt/hortonworks/phoenixodbc/lib/64/libphoenixodbc_sb64.so
HOST=XXXXX
PORT=8765
DriverUnicodeType=1
LogonID=xxxxxxxx
Password=xxxxxxxx
in RPD, I created physical folder "Apache Hadoop" and connection pool "ODBC 3.5".
And When I run direct database against Phoenix giving following error, Kindly assist what are the changes required at the server side as well as in RPD??
Odbc driver returned an error (SQLExecDirectW).
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43093] An error occurred while processing the EXECUTE PHYSICAL statement. [nQSError: 16015] SQL statement execution failed. (HY000)
SQL Issued: {call NQSGetQueryColumnInfo('EXECUTE PHYSICAL CONNECTION POOL "Phoenix" select count(*) from "TABLE NAME')}
Regards,
Avinash
Answers
-
You might be missing a step ...
0