1 you can simply specify the complete URL as the job command line. Because of spaces you will need to enclose the whole command in double quotes. However, doing so will leave the IE instance open every time you run the job. After 10 runs you would get 10 IE windows. A much more efficient method is to use a JAL script job calling WebGetFile or WebGetPageHTML command to run the web page. For more info see corresponding examples n the on-line help file : hello, : I am trying to run a report that we run from a browser : : "http:\\vpm-iis1\VPMWEB\forms\Processing\P_BatchReporting.asp?cLogin=XXX&cPassword=XXX&CEPCode=VPM&cmbbphid=4&htxtRun=True&chkViewPrcs=on : It takes about 4 minutes to run. : I have tried run it as a program with : "c:\Program Files\Internet Explorer\IEXPLORE.EXE" : "http:\\vpm-iis1\VPMWEB\forms\Processing\P_BatchReporting.asp?cLogin=XXX&cPassword=XXX&CEPCode=VPM&cmbbphid=4&htxtRun=True&chkViewPrcs=on" : but it error out and complains about ""c"\Program.. : so I changes the inout to : c:\Program Files\Internet Explorer\IEXPLORE.EXE" : "http:\\vpm-iis1\VPMWEB\forms\Processing\P_BatchReporting.asp?cLogin=XXX&cPassword=XXX&CEPCode=VPM&cmbbphid=4&htxtRun=True&chkViewPrcs=on : or : \"c:\Program Files\Internet Explorer\IEXPLORE.EXE\" : \"http:\\vpm-iis1\VPMWEB\forms\Processing\P_BatchReporting.asp?cLogin=XXX&cPassword=XXX&CEPCode=VPM&cmbbphid=4&htxtRun=True&chkViewPrcs=on\" : but receive an error these as well : I have this running fine in MS Scheduler, but I would like to tie it to other : jobs and need ot add it to 24x7? : Do I have the wrong syntax? : Any Ideas?
|