Page 1 of 1

Running DS and Crystal Reports

Posted: Mon Jan 31, 2005 4:42 pm
by PilotBaha
I am trying to find out if there is any way for us to combine the DS job that creates the data that is used by Crystal Reports. Currently users run the data through the batch file we created and then manually go to Crystal Enterprise and update their data.

Is there a way to make this thing a one step process... ?

Thanks,

Baha

Posted: Mon Jan 31, 2005 4:49 pm
by kduke
You would probably need to run both in a command line mode. Then write a shell script or a DOS batch file to do both.

Posted: Mon Jan 31, 2005 4:57 pm
by PilotBaha
The DS job is already running on the command mode. So I will have to find out how to run the CR on command mode..

Thanks...