Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 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
Connenection Has faild error in OBIEE 11g

Hi All,
I am trying to create new connection in OBI rpd but I am getting the connection failed error while importing metadata.
Here I have created same connection in SQL Developer and it is working fine. And I am getting replay, If I ping IP address.
Please let me know is there any other ways to trace this issue.
Thanks,
Ramesh
Answers
-
Hello Ramesh,
Do you have the TNS file in the server?
anyway check the connection by pasting your tns etnry in the TNS Name like below ( Complete entry like below)
(DESCRIPTION=
(ADDRESS=
(PROTOCOL=TCP)
(HOST=yourdbIP)
(PORT=1521)
)
(CONNECT_DATA=
(SERVER=dedicated)
(SERVICE_NAME=yourservice name)
)
)
0 -
Hi Asim,
I have added tns details in tnsnames.ora file and I am able to ping TNSNAME and it is getting connect. In RPD level I have called this TNSNAME as DSN name in connection pool. And I have added entire tns name as DSN name but it is not working.
Thanks,
Ramesh
0 -
There are many articles explaining the issues related to connection pool, also, if you search in OTN you will find n number of threads with solution.
http://onestep4obiee11g.blogspot.com/2014/10/connection-failed-unable-to-import. html
https://santoshbidw.wordpress.com/2012/05/12/obiee11g-import-data-connection-failed-error-2/
0 -
Always keep in mind a little detail: your desktop isn't the BI server, you able to connect using a TNS name from your desktop doesn't mean OBIEE know what that TNS is, and doesn't mean the BI server can connect to the DB.
There are ways (locations) where to tell OBIEE about your TNS.
0