The message control parameters are held in the database. To set the control parameter, execute a SET REMOTE OPTION statement. You must have the SYS_REPLICATION_ADMIN_ROLE system role.
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'; |
To view the message link parameters (using SQL), query the SYSREMOTEOPTION system view:
SELECT * from SYSREMOTEOPTION; |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |