Announcement

Migration of this forum

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:

  • Each user will need to reset their password.
  • Please select "I forgot my password".
  • Enter the email address you used to register in this forum.
  • You will receive an email with a link to set a new password.
  • Please choose a new (secure) password and confirm the process.

We will keep you informed in the pinned thread.

Kind regards,
Your ReportServer Team


Migration des Forums

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:

  • Jeder Nutzer muss sein Passwort neu vergeben.
  • Wählt dazu einfach "Ich habe mein Passwort vergessen".
  • Gebt die E-Mail-Adresse ein, mit der ihr registriert seid.
  • Ihr erhaltet eine E-Mail mit einem Link zur Passwortvergabe.
  • Bitte wählt ein neues (sicheres) Passwort und bestätigt den Vorgang.

Wir halten euch im angepinnten Beitrag auf dem Laufenden!

Mit vielen Grüßen
Euer ReportServer Team

#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

IF_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