home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / ingres / 2231 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.6 KB  |  34 lines

  1. Newsgroups: comp.databases.ingres
  2. Path: sparky!uunet!enterpoop.mit.edu!bloom-picayune.mit.edu!thomasl
  3. From: thomasl@mtl.mit.edu (Thomas J Lohman)
  4. Subject: Re: Running Ingres using Unix Cron
  5. Message-ID: <1993Jan12.205100.11647@athena.mit.edu>
  6. Keywords: Ingres Cron
  7. Sender: news@athena.mit.edu (News system)
  8. Nntp-Posting-Host: garcon.mit.edu
  9. Organization: MIT Microsystems Technology Laboratories
  10. References: <1993Jan12.163830.17691@zia.aoc.nrao.edu>
  11. Date: Tue, 12 Jan 1993 20:51:00 GMT
  12. Lines: 20
  13.  
  14. In article <1993Jan12.163830.17691@zia.aoc.nrao.edu> cbignell@zia.aoc.nrao.edu (Carl Bignell) writes:
  15. >I have been trying to run an Ingres report using the unix Cron
  16. >facility so that some report files can be automatically updated on a
  17. >daily basis.  I use the report <database> <reportname> feature of
  18. >ingres inside of an executable unix script.  If I run this script
  19. >manually it works correctly.  If I set this up as a Cron job it does
  20. >not work even when I preface all files with appropriate paths.  Since
  21. >others have had problems making ingres programs (e.g. embedded SQL and
  22. >4GL) run under Cron I wanted to find out if there is a way to make
  23. >this feature work.  If the job cannot be run automatically the
  24. >usefulness of the ingres report writer goes to zero in this
  25. >application.  I would appreciate any help on this matter.  Thankyou.
  26.  
  27. What OS are you running?  And what (if any) output is being produced?
  28. Make sure that all output to stderr, and stdout is being redirected
  29. somewhere so you can see what is happening.  Also, does the program
  30. have to be run by Ingres or can it be executed by any ordinary user?
  31.  
  32.  
  33. --tom
  34.