The Installer copies the standard files associated with the connector into your system.
The utility installs the connector into the ProductDir\connectors\COM directory, and adds a shortcut for the connector to the Start menu. Note that ProductDir represents the directory where the connector is installed.
Table 1 describes the file structure used by the connector, and shows the files that are automatically installed when you choose to install the connector through the Installer.
Subdirectory of ProductDir | Description |
---|---|
\connectors\COM\BIA_COM.jar | Contains classes used by the COM connector only |
\connectors\COM\start_COM.bat | The startup script for the generic connector |
\connectors\COM\start_COM_service.bat | The startup script for the connector service. |
\connectors\COM\ext\ | A directory where the ODA-generated .jar files can be saved. If you save to this directory, specify the directory in the startup script (start_COM.bat). |
\connectors\COM\BIA_COMProxy.dll | The COMProxy C++ run time library that defines the properties, structures, and methods of the Java proxies used to invoke COM components. Enables the connector to interface with a COM Server. |
\connectors\messages\BIA_COMConnector.txt | Message file for the connector |
\ODA\COM\BIA_COMODA.jar | The COM ODA |
\ODA\COM\start_COMODA.bat | The ODA startup file |
\ODA\COM\BIA_COMProxyGen.exe | Generates the proxy classes that will be used by the connector to create proxy object instances of those classes |
\ODA\messages\BIA_COMODAAgent_de_DE.txt | Message file for the ODA (German text strings) |
\ODA\messages\BIA_COMODAAgent_en_US.txt | Message file for the ODA (US English text strings) |
\ODA\messages\BIA_COMODAAgent_es_ES.txt | Message file for the ODA (Spanish text strings) |
\ODA\messages\BIA_COMODAAgent_fr_FR.txt | Message file for the ODA (French text strings) |
\ODA\messages\BIA_COMODAAgent_it_IT.txt | Message file for the ODA (Italian text strings) |
\ODA\messages\BIA_COMODAAgent_ja_JP.txt | Message file for the ODA (Japanese text strings) |
\ODA\messages\BIA_COMODAAgent_ko_KR.txt | Message file for the ODA (Korean text strings) |
\ODA\messages\BIA_COMODAAgent_pt_BR.txt | Message file for the ODA (Portuguese - Brazil -text strings) |
\ODA\messages\BIA_COMODAAgent_zh_CN.txt | Message file for the ODA (Simplified Chinese text strings) |
\ODA\messages\BIA_COMODAAgent_zh_TW.txt | Message file for the ODA (Traditional Chinese text strings) |
\repository\COM\BIA_CN_COM.txt | Repository definition for the connector. The default name is BIA_CN_COM.txt. |