Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
OBIEE Advance Analytic

Dears;
I have a problem in using OBIEE advanced analytics, when I'm using one of the advanced analytics functions in OBIEE like Forecast, REG..., I get the below error :
Odbc driver returned an error (SQLExecDirectW).
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred.
(HY000)
State: HY000. Code: 43113. [nQSError: 43113] Message returned from OBIS.
Error(s): Error in doTryCatch(return(expr), name, parentenv, handler): could not find function "read.csv" (HY000),
Many Thanks,
Answers
-
Have you installed R and related packages in the server?
IIRC those were additional steps you need to do on top of a basic installation
0 -
Dear FTisiot;
Someone in our team installed them, but i don't know about IIRC, but how i can check if the installation is correct,
Many Thanks,
0 -
IIRC=If I remember correctly....
You need to install R and all the required packages... the message clearly states
Error(s): Error in doTryCatch(return(expr), name, parentenv, handler): could not find function "read.csv" (HY000),
So it can't possibly find the related package
0 -
Dear Sir;
I'm very sorry for bothering you, but this issue make me a big trouble, is there any statement that i can execute to check if the packages are installed correctly,
Many Thanks,
Ahmad...
0 -
you can simply re-execute the steps as written in
https://www.peakindicators.com/blog/enabling-r-in-oracle-bi-12c
check no errors arise during the installation
0