Re: DBI script won't run as cron job

2002-08-31 Thread jbajin
Martin, I run into the same problem all the time. The best way I fix it is to load the profile before I execute the the script. What everyone is saying will work for you but it'll take some time to find everything.. Just try sourcing your .profile in before you run the program and it'll w

Re: DBI script won't run as cron job

2002-08-29 Thread Frank Wiles
.--[ Mark Martin wrote (2002/08/29 at 14:54:30) ]-- | | I'm concious that this might be a Linux problem but maybe someone on the | list has had the same issue and solved it. | | I copied out below one of the simplest functions from a perl script that I | need to schedule ever

RE: DBI script won't run as cron job

2002-08-29 Thread Bob Showalter
> -Original Message- > From: Mark Martin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 29, 2002 10:55 AM > To: [EMAIL PROTECTED] > Subject: DBI script won't run as cron job > > > I'm concious that this might be a Linux problem but maybe > s

DBI script won't run as cron job

2002-08-29 Thread Mark Martin
I'm concious that this might be a Linux problem but maybe someone on the list has had the same issue and solved it. I copied out below one of the simplest functions from a perl script that I need to schedule every day. When I run it interactively the table truncates fine and I get all the print s