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
Hi,
when a report generation is scheduled and is sent by mail, all the reports are sent with a specific filename for each generation ( rep-"report template name"-yyyy-mm-dd hh:mm).
Is it possible to force reportServer to not modify the report name and to name the report sent only with the report template name (as when a report is generated and sent manually) ?
Thanks in advance.
Br,
Pierre Macé
Offline
Hi Pierre,
yes, you have to change this configuration file:
scheduler/scheduler.cf
<name>rep-${report.getName()}-${RS_CURRENT_DATE}</name>
change this to
<name>${report.getName()}</name>
https://reportserver.net/en/guides/conf … hedulercf/
Then reload your configuration (open the terminal CTRL+ALT+T and type "config reload", or you can restart your reportserver instance.
Cheers,
Eduardo
Offline
Hi Eduardo,
thanks for the answer, it works once the config reloaded.
Br,
Pierre Macé
Offline