You cannot run Crystal Reports in JAL, but you can run them in VBS job. In case if you want to call it from JAL I suggest you create a separate a VBS job with [no schedule] and then in your JAL job call it as below  JobRun( "your VBS job ID or name here" )  An example for running Crystal Reports from VBS job is available in "Example Jobs.dat" file.  : Never Mind. It only pops up when I run it manually not when the scheduler  : itslef runs it. Sorry about that.  : I have another question (this is from yesterday)...  : Like I said I upgraded to the latest version of 24x7. Now I am getting this  : error  : Line 31: Create Process Failed Return Code 193 %1 is not a valid Win32  : Application.  : What I am trying to do is run a Crystal Report. I can do this in VBS but I  : cannot figure it out in JAL.  : I need to execute the Crystal Report which entails connecting to the database  : via a System DSN, passing the username and password, running the report,  : and printing it to a specific printer.  : Any Ideas? :-)   
   |