Set remote message type control parameters

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

 To 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';
    

    See SET REMOTE OPTION statement [SQL Remote].

 To view the message link parameters (SQL)
 Message link parameters stored on disk
 See also