Products | Versions |
---|---|
TIBCO Adapter for COM | - |
Not Applicable | - |
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 <oracle_home>, its library path should be <oracle_home>/bin on Windows. Then add <oracle_home>/bin to tibco.env.CUSTOM_LIB_PATH.
Note that you should use forward slash '/' instead of backslash '\' in the path.