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
. [nQSError: 12010] Communication error connecting to remote end point: address = xxxxx.com; port =

Hi ,
I keep getting this error while trying to run the dash board or reports in OBIEE analytics
State: HY000.
Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has
occurred. [nQSError: 12010] Communication error connecting to remote end point:
address =xxxxxx.com; port = 9703. (HY000)
so I stopped the OBIEE services and it disappeared but then it came back again
Is there anyway to solve this problem
I am using OBIEE 11g
Thanks
Answers
-
May be it is related to firewall between the desktop/pc and BI server on port 9703. Try telnet from your machine to BI server on port 9703.
Mayuri.
0 -
Looks like there is some port conflict are there other installations which might be using the same port the server. ??
netstat -tulpn | grep <Port number>
Check whether any other service is up on the same port
0 -
$ netstat -tulpn | grep 9703
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 0.0.0.0:9703 0.0.0.0:* LISTEN 35065/nqsserver
That's the result for it
0