You can manually run the scripts generated by the database
configuration administrative commands at any time.
About this task
To manually run the generated database configuration scripts
for an Informix® event database:
Procedure
- On the server system, go to the directory containing the
generated script. The default location is theprofile_root/databases/event/node/server/dbscripts/informix
directory; if you specified a value for the outputScriptDir parameter
of the database configuration administrative command, the scripts
are stored in that location instead.
- Using an ASCII text editor, make any required modifications
to the configuration script. The name of the script varies
depending upon the operating system in use:
Windows® systems:
cr_event_informix.bat

Linux® and UNIX® systems: cr_event_informix.sh
- Run the database creation script, with no parameters.
- Restart the server. For a federated node, you
must also stop and restart the node agent using the stopNode and startNode commands.
What to do next
After you finish configuring the database, you can use
the administrative console to test the database configuration. To
do this, navigate to the appropriate JDBC data source and select the Test
Connection option.