Force scheduled reports to generate report with the same file name

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é

Hi Pierre,

yes, you have to change this configuration file:
scheduler/scheduler.cf

rep-${report.getName()}-${RS_CURRENT_DATE}

change this to

${report.getName()}

https://reportserver.net/en/guides/config/chapters/config-scheduler-schedulercf/

Then reload your configuration (open the terminal CTRL+ALT+T and type “config reload”, or you can restart your reportserver instance.

Cheers,
Eduardo

Hi Eduardo,

thanks for the answer, it works once the config reloaded.

Br,
Pierre Macé