#1 2014-05-25 05:18:52

azeemdin
Member
Registered: 2014-05-22

Schedule a report

I have successfully installed the Report Server and configured email settings. Everything is working fine. I have created a Birt Report and uploaded, now I want to schedule it and send email to recipients but on the dashboard Schedule button is disabled, I believe I am missing something but not sure, can anyone please advise.

mini_Capture.png


Below is my schedule.cf file

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
	<scheduler>
		<mailaction html="false">
			<subject>ReportServer: ${subject}</subject>
			<text>Guten Tag,
eine Einplanung wurde ausgeführt.
Bericht: ${report.getName()}
Nachricht: ${message}
			</text>
			<attachment>
				<name>rep-${report.getName()}-${RS_CURRENT_DATE}</name>
			</attachment>
		</mailaction>
		<fileaction disabled="false" html="false">
			<subject>ReportServer: Einplanung in Teamspace gespeichert</subject>
			<text>Guten Tag,
eine Einplanung in den Teamspace wurde ausgefuehrt.
Bericht: ${report.getName()}
Dateiname: ${filename}
Beschreibung: ${description}
Teamspace: ${teamspace.getName()}
Ordner: ${folder.getName()}
			</text>
		</fileaction>
		<notification disabled="false" html="false">
			<scheduled>
				<subject>ReportServer: Neue Einplanung</subject>
				<text>Es wurde eine Einplanung für Sie vorgenommen.
Bericht: ${reportName}
Benutzer: ${scheduleUser}
Nächste Termine: ${nextDates}
				</text>
			</scheduled>
			<unscheduled>
				<subject>ReportServer: Einplanung gelöscht</subject>
				<text>Eine Einplanung wurde gelöscht.
Report: ${reportName}</text>
			</unscheduled>
			<failed>
				<subject>ReportServer: Einplanung fehlgeschlagen</subject>
				<text>Die eingeplante Ausführung des Berichts ist fehlgeschlagen.
Bericht: ${reportName}
Fehlermeldung: ${errMsg}
Empfänger: ${recipients}
Fehler-Details: ${stacktrace}
				</text>
			</failed>
		</notification>
		<properties>
			<disabled>false</disabled>
		</properties>
	</scheduler>
</configuration>

Offline

#2 2014-05-25 16:24:11

Arno Mittelbach
datenwerke
Registered: 2012-02-14

Re: Schedule a report

Hi azeemdin,

this is an intricacy of the current version of ReportServer. Currently, only so-called report variants can be scheduled. A report variant is, for example, a fully configured
dynamic list or a birt report with set parameters. In case you have a graphical report (such as birt or jasper) and no parameters, there is not really a need to require
to store a variant before scheduling. Thus, we are planning on changing that in future versions. For you this means, you first need to create a variant that you can then
schedule. Open the report in ReportServer and click on "save" top right. You should then be able to schedule the freshly created "variant".

Hope this helps
Arno

Offline

#3 2014-05-26 05:33:40

azeemdin
Member
Registered: 2014-05-22

Re: Schedule a report

hi Arno,
Thanks a lot for your help and clarification.

Yes definitely, it helped and worked like a charm.

This is really an excellent product, thanks once again for your prompt reply and support.

Offline

Board footer

Powered by FluxBB