Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
I thought as much Christian
-
Thanks Thomas. I have made it working now. I must say the behavior of BI Answer is not quite consistent. The error some time appears while it works the other time. May it be a browser issue? I am not sure. To my joy, after a week of struggle (with sleepless nights and innumerable re-installations and settings) I have…
-
Hi Madasamy It seems that I am able to connect to the database through OCI now. However, when I am creating a simple Analysis I am getting the following error: Odbc driver returned an error (SQLExecDirectW).Error Codes: OPR4ONWY:U9IM8TAC:U9IM8TAC:U9IM8TAC:U9IM8TAC:OI2DL65P State: HY000. Code: 10058. [NQODBC] [SQL_STATE:…
-
Thanks. I am able to setup ODBC in the BI server (and nqcmd is working). But I am unable to setup in my Windows 10 host system. I have Obiee 12c 12.2.1.4.0 client. When I try to add ODBC source for Oracle BI Server I get an error "Oracle BI Server ODBC Driver could not be found. Please reinstall the driver - component not…
-
Hi Christian I have changed the data source to the following: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = ol7-orcl-db)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orclpdb))) in the Data Source Name, saved the RPD and uploaded it to the server, stopped and started the obis1 service. Yet the same…
-
Hi Christian Thanks for your response. In my server I am able connect using SQLPLUS. I logged into SQPLUS with nolog and issued connect username/password@<host name>:1521/orclpdb and I am able to login. The Oracle DB and Oracle BI server are on the same system (Oracle Linux 7). I did not set any LD_LIBRARY_PATH in my…