wizard in the Informatica Connector Toolkit to implement the run-time behavior in C/C++.
In the
Connector Navigator
view, right-click the project and select
Runtime
<NMOName>
Set Up
.
The
Run-Time Implementation
wizard appears.
Choose to implement the run-time behavior in C/C++.
Add the supported platform for which you need to implement the run-time behavior in C/C++.
Configure the following run-time settings for the platform that you select:
Include directory path and compile options
Library paths, library names, and link options
Environment variables
Other run-time library files
For Windows platform, you can choose to generate the C/C++ project for the Eclipse IDE or Visual Studio.
Open the C++ project and implement the following methods in the <ConnectorID><NMOName>RuntimeAdapter.cpp file:
INFAADPInitPlugin
INFAADPDeinitPlugin
INFAADPInitDataSourceOperation. The scope of the RuntimeConfig and Metadata handles available in this method is within the INFAADPInitDataSourceOperation method.
INFAADPDeinitDataSourceOperation. The scope of the RuntimeConfig and Metadata handles available in this method is within the INFAADPDeinitDataSourceOperation method.