Kofax Ascen 7.0 Release Script User Manual

Page 10

Advertising
background image

Ascent® 7.0 Release Script for IBM DB2 Content Manager Enterprise 8.3/8.4 Release Notes

4

Kofax, Inc.

Source Code and the Information Integrator for Content (II4C) Connector

In order to compile the source code for Ascent 7.0 Release Script for IBM DB2 Content Manager

Enterprise, the IBM DB2 Information Integrator for Content (II4C) connector must be installed to

the default directory (for example, C:\Program Files\IBM). If you install the connector to a

directory other than the default and attempt to compile the source code, you will receive the

following error messages. (SPRs 00017130 and 00017513)

Fatal error C1083: Cannot open include file: ‘DFException.hpp’: No such file or
directory.
Fatal error C1083: Cannot open include file: ‘dkCollection.hpp’: No such file or
directory.

Note that the II4C needs to be installed as a "development client" in order to obtain the libraries

that the connector references.

Workaround: The source code for the Ascent 7.0 Release Script for IBM DB2 Content Manager

Enterprise references the absolute paths to the DB2 API applications. You will need to edit the

KfxCM81 properties with the following:

„

C/C++ settings: “Additional Include Directories” property must list the “include”

directory of the IBM II4C (%ICMROOT%\include)

„

Linker settings: “Additional Library Directories” property must list the “lib” directory of

the IBM II4C (%ICMROOT%\lib)

Then, re-compile the source code.

Advertising