Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 210 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Issue with BI Answers

Hey guys,
This is my first post on the forum. If the question is too noobish, sorry
I got a problem in BI Answers. I made an rpd with a connection to a SQL Server DB. I can view data directly on BI Administration Tool, but on analytics give me this error:
Error Code: OPR4ONWY:U9IM8TAC:OI2DL65P
Answers
-
Hello,
What i saw in your message what it said basically is that you have a login issue, lets start with the basics:
1. Test your ODBC connection to your Microsoft SQL Server., has a "Test Connection Succesful"
2. Ensure your user and passsword are good.
3. Check the "Database" Object in the Phyisical Layer of your RDP has set up with the SQL Server as Database Type.
Kind Regards,
0 -
Hi,
Which version of OBIEE are you on ?
Can you copy-paste the TNS entry details(of the MS SQL Server) from the BI server directory ?(not the database directory).
Data is visible via admin tool is because it takes the ODBC route(which directly hits the database) but when it comes to Analytics, it goes via the TNS entry file. Hence, I would like to see the TNS entry details.
Thanks,
Jay
0 -
Also, does your Ms SQL Server database have more than one instance setup ? I guess yes.
If it is indeed yes, then make sure you explicitly mention the instance name in your TNS entry. i.e., <server_name>/<instance_name> or <server_name>\<instance_name>
0