#1 2023-01-06 01:10:19

ReportEnabler
Member
Registered: 2022-11-15

How to configure the 'Send to' dropdown list

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

#2 2023-01-06 09:30:09

eduardo
Administrator
Registered: 2016-11-01
Website

Re: How to configure the 'Send to' dropdown list

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

#3 2023-01-10 00:48:04

ReportEnabler
Member
Registered: 2022-11-15

Re: How to configure the 'Send to' dropdown list

OK, thank you.
Please note: After doing this I had to restart Tomcat/RS for the dropdown box to be affected.

Offline

Board footer

Powered by FluxBB