I believe you need to set a terminal type. Try this: <div><br><div>TERM=ansi</div><div><br><div class="gmail_quote">Dan Bauer</div><div class="gmail_quote"><a href="mailto:dan@onlinemgt.com">dan@onlinemgt.com</a></div><div class="gmail_quote">
<br></div><div class="gmail_quote">On Thu, Jul 7, 2011 at 1:45 AM, calvin covington <span dir="ltr"><<a href="mailto:cjcov@pclnet.net">cjcov@pclnet.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Running filePro 5.0.11 on Centos 5.5......<br>
<br>
I need to run a filepro program from crontab. The following script is<br>
loaded in crontab to run a specified times.<br>
<br>
PFDIR=/usr/appls; export PFDIR<br>
PFPROG=/usr/appl; export PFPROG<br>
cd /usr/appls<br>
chmod 777 ardsupd.gz<br>
chmod 777 ardsupd<br>
rm -f ardsupd<br>
gunzip ardsupd.gz<br>
tar xvf ardsupd<br>
/usr/appl/fp/rreport shopxfer -f inupdate -a -u<br>
<br>
The script runs at the times specified in cron, but the last line not<br>
execute.<br>
<br>
I can run the script manually and it works fine.<br>
<br>
Any ideas?<br>
<br>
Calvin<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
Filepro-list mailing list<br>
<a href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a><br>
Subscribe/Unsubscribe/Subscription Changes<br>
<a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" target="_blank">http://mailman.celestial.com/mailman/listinfo/filepro-list</a><br>
</blockquote></div><br></div></div>