Auto generate SSRS report daily - excel format - report server - ssrs-2008

I've been tasked with creating a SSRS report that will automatically run every day # 2 PM and dump the results via excel format into a designated folder on the report server. Can someone point me in the right direction!?
Thank you!

When you Deploy your report to the Report Server, you can set up a Windows File Share Subscription to place a file in the folder you need.
The folder's permissions will be your nemesis.

Related

Export to EXCEL from SQL Server 2017 Reporting Services using command line

Using command line to export report from SQL Server Reporting Services (RDL) to Excel format.
I tried using the RS.exe utility - but it's not working with RDL files. I have a report on SQL Server 2017 Reporting Services; when exporting to Excel using the button on the page, all is working fine.
I am trying to create a script that will export this report every 3 hours.
Any ideas are welcome.
You can make a subscription for the report and set the frequency to your needs.
Go to SSRS report page and click on the ... for that report, then click Subscribe, fill out the information and save.

How to upload main and subreports in Jasper Server?

How to upload main and subreports in Jasper Server (face linking error)?
Check this:
Report connection property defined, from main report to sub report done correctly.
Check sub report expression.
Linking error might be because of local to server connection. Check the connection properties.
Uploading the reports to server, define connection property, update the local report to the server.
If you want to move reports between report servers, you can use export import commands in jasper server-side.

PeopleSoft BI Publisher showing Error generating report output: (235,2309)

I am Using Peoplesoft. I am creating a sample report in BI Publisher. I have created PS Query, DataSource, Report defn and all. While generating the report in Query Report Viewer, It is showing the following error.
Error generating report output: (235,2309)
Error occurred during the process of generating the output file from template file, XML data file, and translation XLIFF file.
I don't find any Unicode character in my XML , RTF files.I can able to see Other Reports without any error.
For Your Information I was creating the RTF file in my desktop with the XML file, Which was generated in the Remote System(I was restricted to install BI Publisher in Remote Desktop).
Need some assistance towards this.

cannot add a report to CMC (Central Management Console) Business Objects

Hi I am trying to add a report to the cmc but I am getting the following error.
Adding Crystal Report "customer details.rpt" failed.
The server with kind rptappserver returned an error result.
Failed to copy the report file to the report object.
Refreshing the report object properties might have failed.
Failed to read data from report file D:\Business Objects\BusinessObjects Enterprise 12.0\Data\CrystalReportsRasServer\temp\{E95CA1EF-E3A5-4590-93C0-0739194564AE}.rpt.
Reason: Unable to launch D:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ReportAdd program to add report to the system.
The person who was in charge of this before i joined has left and I have no one to ask.
Never used CMC before
Check below servers whether properly working or not:
1.Adaptive processing server
2.Crystal reports Processing server
3.Inputfile repository server
4.It can be issue of rights. The user you are using should have rights to add the report.
If possible restart CCM and check for servers successfully started and try to add the report.

Scheduled Recurring Crystal Reports have status "Pending" No matter what

I have a Crystal Report in SAP BusinessObjects XI v12.1.0 (also known as Crystal Reports Server 3.1 I think).
The report runs fine manually and does everything it should.
I schedule the report to run, but no matter what, the reports it spawns show a status of "Pending" in the instance manager, and don't appear to actually run (I can't see a successful run or a recorded run anywhere in the Instance Manager section of InfoView.
Thanks for any help you can give!
Update: Exact Steps I'm trying
Open SAP BusinessObjects Server InfoView webapp and login as Administrator
Click Folders and browse to the report I'd like to schedule
View the report to ensure that it outputs correctly (it does)
Right-click the report and select "schedule".
The "Schedule: [report name]" dialog opens
Under the "schedule" section, I select the following:
Instance Title: Leave as the default (report's name)
Recurrence: Set as daily, every 1 days, from yesterday 5am to 10 years from now at 5am.
Schedule For: Leave as the default ("only for myself")
Notification: Not in use
Database Login: Defined in custom data source
Filters: None (there are none in the report)
Format: Plain Text (it's supposed to be)
Destination: Set to a custom location
Print settings: Default (follow crystal reports preference setting)
Events: None
Scheduling Server: First available
Events: Leave as the default (report's name)
See that in the history, it shows a "recurring" report, and a "pending" version of the report.
Stopping here because i found a solution.
I found the following error in the history log:
source file error. [CrystalEnterprise.DiskUnmanaged]: [Invalid
argument]
This led me to realize eventually that the username and password fields on the File Destination Screen are not for the file, but for the machine you're connecting to.
BOE / Crystal Server makes no mention of this.
Once I adjusted that, the file drop worked.