cancel
Showing results for 
Search instead for 
Did you mean: 

Run a scheduled job from the command line

Former Member
0 Kudos

I would like the simplest possible example of running a scheduled report from the command line. .Net is my preferred SDK and we are using Crystal Report Server XI R2.

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Schedule the job with a file event and created a batch that creates this files.

Something like:

@echo off

copy <any local file> to <name of the file that triggers the event>

Former Member
0 Kudos

Hello Janice,

I recommend to post this query to the [.NET Development - BusinessObjects Enterprise forum|;.

This forum is dedicated to development and deployment of .Net applications that connect and interact with BusinessObjects Enterprise, BusinessObjects Edge, or Crystal Reports Server. This includes the development of applications using the BusinessObjects Enterprise, Report Application Server, Report Engine, and Web Services SDKs.

It is monitored by qualified technicians and you will get a faster response there.

Also, all BOE - .NET Development queries remain in one place and thus can be easily searched in one place.

Thank you,

Falk