Setting remote message type control parameters

The message control parameters are held in the database. Use the following procedure to set the control parameter.

 Set a message control parameter (SQL)
  • Execute a SET REMOTE OPTION statement.

    For example, the following statement sets the FTP host to ftp.mycompany.com for the FTP link for user myuser:

    SET REMOTE FTP OPTION myuser.host = 'ftp.mycompany.com';
    
 View the message link parameters (SQL)
  • Query the SYSREMOTEOPTION system view.

    For example:

    SELECT * from SYSREMOTEOPTION;
 Message link parameters stored on disk
 See also