Data Transformation Engine Services Guide
Chapter 18 – Linking the Custom Adapter Into the Execution Environment 
110
To rebuild the CORBA Server (dteorbserv) to add or subtract user written adapters 
perform the following steps (installdir is the home directory where you have installed 
NSDTE. The default is /usr/tandem/nsdte): 
1.  Modify the file dteorbserv.mak in /installdir/src as follows: 
a.  If you want to remove the sample adapter (useradapter), comment the following 
line: 
USER_ADAPTERSD  = libuseradapter.a 
to: 
#USER_ADAPTERSD  = libuseradapter.a 
d.  Modify the following line to add a new user written adapter (for example, 
myadapter): 
USER_ADAPTERSD  = libuseradapter.a 
to: 
USER_ADAPTERSD  = libuseradapter.a libmyadapter.a 
2.  At the command line, type the following: 
cd /installdir/src - change to directory containing sources 
touch nuladapt.c - force nuladapt.c to recompile 
make -f dteorbserv.mak - rebuild CORBA Server dteorbserv 
3. Copy the executable file "dteorbserv" to /installdir/bin directory. 










