No I didn't try that but I get the same problem even if I am not passing any arguments.
Giles Roadnight http://giles.roadnight.name -----Original Message----- From: Stephen Pope [mailto:[EMAIL PROTECTED] Sent: 24 November 2003 11:37 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] SOT: analog / cfexecute Have you tried using an array for the arguments in CFEXECUTE instead of a string ? Might help seeing that you have a lot of them. Regards Stephen Pope -----Original Message----- From: Giles Roadnight [mailto:[EMAIL PROTECTED] Sent: 24 November 2003 11:21 To: [EMAIL PROTECTED] Subject: [ cf-dev ] SOT: analog / cfexecute I am trying to set up a CF page that runs analog and report magic each month. I use this code: <cfexecute name="c:\progra~1\analog\analog.exe" arguments="c:\progra~1\analog\analog #listGetAt("#currentSiteSettings#",1)# +g#listGetAt("#currentSiteSettings#",2)# +O#listGetAt("#currentSiteSettings#",3)#analogOutput.dat -A +Q +m +d +h +w +r +s +N +n +B +b +p" timeout="1000"></cfexecute> and nothing happens. The server just stops there. I have tried it with none of the arguments and the same thing happens. If I try it with report magic I get an error message from report magic saying it can't find the ini file (to be expected) but I can't get any output from analog. If I look at the processes running analog is there. Is there a better way of doing this than cfexecute? Is there a reason why this doesn't work? Thanks Giles Roadnight http://giles.roadnight.name -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
