You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
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