![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Telnet is not working properly | deepak_pathania | UNIX for Dummies Questions & Answers | 1 | 10-05-2007 02:59 PM |
| Rlogin not working properly from Linux | frankkahle | UNIX for Advanced & Expert Users | 1 | 10-19-2006 07:02 PM |
| Cron won't run properly | Steeler_fan | UNIX for Dummies Questions & Answers | 2 | 08-31-2006 06:32 AM |
| y is this not working properly? | C|[anti-trust] | High Level Programming | 3 | 05-18-2005 09:55 AM |
| Keyboard not working properly... | timresh | UNIX for Dummies Questions & Answers | 2 | 02-25-2005 03:28 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I do have three scripts. Whcih inserts records into a table using sqlldr, creating some reprot files etc. The first script will call the second and then the second will call the third. When I run my first script from the shell prompt, all my operation are completed successfully. If I do the same using a cron , then its working partially. Not able to insert records, log files not generating etc.. Is there any seeting to be made in cron or how can this be solve ?? Help me out ... I am using HP-Unix |
| Forum Sponsor | ||
|
|
|
|||
|
I am using unzip in my second script. But that command is returning 127. As i said earlier if I run my first script from the prompt, then it call the second script, it does the unzip operation succesfullly and the process goes on. Only when the first script is scheduled in a cron, the unzip fails and after that nothing is working. Wat can be done for this ??
|
|
|||
|
try giving the absolute path of unzip
should be in /usr/bin/unzip and wrap the commands in a script and redirect the script output to a log file to see what error is actually displayed. |
|||
| Google The UNIX and Linux Forums |