| RemoteCopySettings does not work as documented. The fix will be provided in version 3.3.7 which should be released by the end of this week.  : The code below works except for the RemoteCopySettings. : It generates "Extended error code: 1". Also, apparently
 : everything is replicated, not just the Script Library.
 : The queues and remote agents have been replicated.
 : The source server is v3.3.2 and the target server is v3.3.3.  : dim host, string, "RemoteServer" : dim dont_append, boolean, FALSE
 : RemoteCopyJobFolder (host, FacSrvFolderName, dont_append)
 : RemoteCopyJobFolder (host, FacWksFolderName, dont_append)
 : RemoteCopySettings (host, "SCRIPT LIBRARY")
 
 
 |