On Tuesday, March 14, 2006 7:36 AM [EDT], Jason McBride <[EMAIL PROTECTED]> wrote:
> Hey my company wants me to design a nice web application to access and > execute the analog program rather then using the command prompt, Im > having an issue when trying to run analog.exe on the server it just > generates a blank report all the files are in their right directories > and if you run analog manually from the prompt it works correctly any > ideas? Analog already has a web interface - http://analog.cx/docs/form.html. Problems experienced with the web interface are usually due to permission problems (the user account that the webserver is running under doesn't have access to the logfiles) or "current working directory" problems - the server looks for the .lng files in /<webserver>/lang instead of /analog/lang. For Windows users who don't have perl installed, there's a compiled version of anlgform available: http://analog.cx/helpers/index.html#form (The link for MyAnalogForm, a slightly more elaborate front end for anlgform, is no longer valid. But you can find a copy of it here: http://www.markreuterconstruction.com/analog_5.22/MyAnalogForm/ ) Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

