cancel
Showing results for 
Search instead for 
Did you mean: 

Pre sales functionality questions. See details

former_member304619
Discoverer
0 Kudos
292

  1. Are reports scheduled via CRS 2016 run locally through the CRS 2016 server or are they run from the location of the original report (our application server or our MSSQL server)?
  2. Does CRS2016 isolate each scheduled report to use only one processor per report and manage the schedule so that no more than one report per server core are started at the same time?
  3. CRS does have an option for Dynamic Recipients for email purposes when running a single or multiple reports as a publication. Are there any other capabilities for using dynamic data such as calculated date ranges specified when a report is run on a schedule?
    These dates are not set in the report and if run manually would typically have the report requester enter the beginning and ending dates. We need to automate these dates based on our payroll period start and end dates.
    I am receiving error FBE60502 when running reports. Resolution says to enter Distinct values. Is there another option to have the appropriate dates pulled from a MSSQL View or stored procedure?
  4. I do have a report that when run in Crystal Reports uses calculated dates from a MSSQL View. In CR this runs properly. When scheduled via CRS2016 it runs the report with the MSSQL application database default dates starting in 2012 and ending in 2050. I need this to run with the current payroll period based on the View mentioned. Does CRS2016 support this type of report.
  5. Does SAP Crystal Server 2016have an API that we can use to automate running crystal reports that we’ve created, in an Ad Hoc manner using CRS2016?

Accepted Solutions (0)

Answers (2)

Answers (2)

daniel_paulsen
Advisor
Advisor
0 Kudos

Answer to #5.

Yes there is an API for CR Server.

There is the Java and .NET SDKs which is the same as the Business Objects Enterprise APIs, but is naturally limited to the functionality of CR Server (ie: no Webi functionality)

There is also the BI Platform RESTful SDK and Crystal Reports for Enterprise RESTFul SDK.

Dan

julian_jimenez
Active Contributor
0 Kudos

Hi Kevin,

It would be easier having one question per post as some of your questions need further clarification.

  1. Are reports scheduled via CRS 2016 run locally through the CRS 2016 server or are they run from the location of the original report (our application server or our MSSQL server)?

Reports are run by the Crystal Reports Job server. This server will request data from your MSSQL server, when the data is retrieved, it will process, format and store the report in the Output fileserver repository.

2. Does CRS2016 isolate each scheduled report to use only one processor per report and manage the schedule so that no more than one report per server core are started at the same time?

The Job server parameters allow you to select how many jobs you run simultaneously. As far as I know, you can't restrict cores to use per process.

3. The usual problem with dynamic recipients is having incorrect values associated to recipients. I will recommend you to simplify the source and dynamic recipients reports to verify the complete correctly.

4. Complex question as I can't see how your report is calling that function in Designer Vs. server. Sorry, I can't help without more information. I will suggest to post that question independently indicating if you use prompts, etc.

Regards,

Julian