Home | Previous Page | Next Page   Debugging and Testing DataBlade Modules on UNIX > Using the Shared Object File >

Shared Object File Ownership and Permissions

Shared object files must be owned by the user ID that runs the Informix database server. In a production installation, the Informix database server runs as user informix, and shared object files are owned by user informix.

The Informix database server loads a shared object file only if it is marked as read-only. The project.bld file is marked as read-only by the makefile BladeSmith generates.

Important:
If you receive a -9793 error when you try to execute a routine in the shared object file, your shared object file is not marked as read-only.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]