How to resolve system error 1114 when connecting to Oracle using ODBC via TIBCO Adapter(TM) for COM

book

Article ID: KB0086168

calendar_today

Updated On:

Products Versions
TIBCO Adapter for COM -
Not Applicable -

Description

Resolution:
Description:
============
How to resolve system error 1114 when connecting to Oracle using ODBC via TIBCO Adapter(TM) for COM

Environment:
===========
   o all

Resolution:
==========
A system error 1114 is a DLL initialization error. Usually it's caused when the DLL needed can't be loaded.

Make sure the Oracle library path is added to tibco.env.CUSTOM_LIB_PATH in the property files adcomService.tra or adcomInterceptor.tra .

For example, Oracle is installed in &ltoracle_home>, its library path should be &ltoracle_home>/bin on Windows. Then add &ltoracle_home>/bin to tibco.env.CUSTOM_LIB_PATH.

Note that you should use forward slash '/' instead of backslash '\' in the path.

Issue/Introduction

How to resolve system error 1114 when connecting to Oracle using ODBC via TIBCO Adapter(TM) for COM