Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

cannot get a new HS connection working

user11968137Apr 3 2013 — edited Apr 8 2013
Hello, I have several HS connections set up on the Oracle server and they function fine. I am trying to create another, a very similar one.
I created a new ODBC connection, the new init file in hs\admin directory, updated tnslistener.ora and tnsnames.ora and restarted the listener. However, I cannot get the dblink working.

ERROR at line 1:
ORA-28545: error diagnosed by Net8 when connecting to an agent
Unable to retrieve text of NETWORK/NCR message 65535
ORA-02063: preceding 2 lines from BIS.BISMHT


Is there something else that I am missing here?

tnsnames.ora

BISMHT =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = tcp)(HOST = dph-oracle-10g)(PORT = 1522))
(CONNECT_DATA =
(SID = bismht)
)
(HS = OK)
)


listener.ora
(SID_DESC =
(SID_NAME = bismht)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(PROGRAM = hsodbc)
)

initbismht.ora

HS_FDS_CONNECT_INFO = bismht
HS_FDS_TRACE_LEVEL = 0

Any suggestions?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2013
Added on Apr 3 2013
5 comments
694 views