ConnectorLibrary

The name of the library that contains the connector implementation.

You can include the full path and file name. However, if you need to specify a path OpenText recommends setting ConnectorLibraryPath. You can then specify the name of the library without the "lib" prefix and ".dll" or ".so" extension.

The following example matches ./library/MyLibrary.dll on Windows and ./library/libMyLibrary.so on Linux:

ConnectorLibrary=MyLibrary
ConnectorLibraryPath=./library/
Type: String
Default:  
Required: Yes
Configuration Section: Connector
Example:

All of the following examples are valid:

ConnectorLibrary=C:\Path\MyLibrary.dll
ConnectorLibrary=/path/libMyLibrary.so
ConnectorLibrary=./libMyLibrary.so
ConnectorLibrary=MyLibrary
See Also: ConnectorLibraryPath