MSGPATH specifies the full pathname of the message-log file. The database server writes status messages and diagnostic messages to this file during operation.
If the file that MSGPATH specifies does not exist, the database server creates the file in the specified directory. If the directory that MSGPATH specifies does not exist, the database server sends the messages to the database administrator's terminal.
If the file that MSGPATH specifies does exist, the database server opens it and appends messages to it as they occur.
To modify the MSGPATH parameter dynamically, use the onutil SET command. Example:
% onutil 1> SET MSGPATH "/usr/informix/online2.log";Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]