You are not logged in.
How do we configure the 'Send to' dropdown list? (currently ours has the full list including FTP, Samba, Box, Google Drive, etc etc)
We have only configured a single datasink (SMTP Email), and don't require the others (currently)
so we don't want the others to show in the dropdown list.
thank you
Offline
Hi ReportEnabler,
you can disable datasinks in the datasinks.cf configuration file as explained here:
https://reportserver.net/en/guides/conf … tasources/
4.1.6. Datasinks
Datasinks can be enabled/disabled in the /fileserver/etc/datasinks/datasinks.cf file. Here you have an entry similar as the following for each supported datasink type:
<configuration> <sftp disabled="false" supportsScheduling="true" /> <ftp disabled="false" supportsScheduling="true" /> </configuration>
The disabled option controls if the datasink is overall enabled or disabled. Further, scheduling via datasinks can be enabled or disabled via the supportsScheduling setting. Note that you can not enable scheduling if the datasink is overall disabled.
Regards,
Eduardo
Offline
OK, thank you.
Please note: After doing this I had to restart Tomcat/RS for the dropdown box to be affected.
Offline