Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Fri, 11 Jul 2003 13:00:22 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: "John M. Adams" cc: cygwin AT cygwin DOT com Subject: Re: cron as service problem with OLE application In-Reply-To: Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 11 Jul 2003, John M. Adams wrote: > Dear Friends, > > I have this odd problem with the latest cron. cron_diagnose seems to > think everything is fine. I followed the instruction for reinstalling > cron as a service. The service is set to interact with desktop. > > I want to run a perl (non-cygwin) script that starts a gui application > and manipulates it via an OLE interface. The application is for > downloading financial data (CSI UA). > > When cron is running as a service, the application starts, the GUI > comes up, but it does not start the update (as requested via OLE). > > If I start cron from a shell. The application works as expected. > > Any clues? > Thanks a lot. Well, the one obvious difference is that cron as service runs from another account (SYSTEM). Another could be that the mount points and environment are different inside the application. Try adding "env > /tmp/env" and "mount -m > /tmp/mounts" as one-time commands to your crontab and comparing the output to that of the same commands run from a shell -- that might provide some clues. If all else fails, you could try to run cron from a SYSTEM-owned shell and see if that makes a difference. To get a SYSTEM-owned shell, you could use the "at /interactive" trick (search the archives for an example). Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/