DataBlade Developers Kit User's Guide
Chapter 8: Testing and Debugging DataBlade Modules on UNIX
Home
Contents
Index
Master Index
New Book
Preparing Your Environment
Test and debug your DataBlade module in a nonproduction Informix database server environment because debugging interferes with the operation of the database server.
To successfully test and debug your DataBlade module, set your environment so you can access your Informix database server installation and build your DataBlade module shared object.
To run your Informix database server, check that these environment variables are set properly:
INFORMIXDIR
,
PATH
,
LD_LIBRARY_PATH
,
ONCONFIG
, and
INFORMIXSERVER
.
See the
INFORMIX-Universal Server Administrator's Guide
for more information on configuring your Informix database server.
When testing your DataBlade module, set the
TESTDB
environment variable to the name of your test database.
To recompile your DataBlade module shared object file during debugging, also set the
TARGET
environment variable. See
"Compiling on UNIX"
for more information on the
TARGET
environment variable.
DataBlade Developers Kit User's Guide
, version 3.6
Copyright © 1998, Informix Software, Inc. All rights reserved.