![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get the exit status | yhacks | Shell Programming and Scripting | 1 | 05-19-2008 08:06 AM |
| check exit status - Expect Script | iamcool | Shell Programming and Scripting | 1 | 01-02-2008 09:07 AM |
| how to check exit status in awk script | epall | UNIX for Dummies Questions & Answers | 1 | 06-24-2006 07:27 PM |
| checking exit status of a shell script | kdipankar | Shell Programming and Scripting | 2 | 05-09-2006 01:08 AM |
| ftp exit status. | oracle8 | UNIX for Advanced & Expert Users | 1 | 10-21-2001 11:34 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
CronTab script exit status 134
Hi All,
I have one shell script through which I am executing some datastage and quality jobs(these are ETL Jobs), when I run the script through unix prompt then the script is executing fine and getting desired results. But when I schedule the same script in crontab then in the middle of the script it is exiting with exit status code of 134. Could any one guide me how to overcome this issue. Thanks in advance Thanks & Regards Vijay Kumar |
|
||||
|
Another thing to look at is your environment. cron doesn't neccessarily pick up some environmental parameters set by your interactive shell. If, when you log on interactively, you have, say a bunch of Oracle parameters set by .profile, you aren't neccessarily going to have those when cron launches your script. This link has covered this.
Thomas Last edited by tmarikle; 03-24-2005 at 05:20 PM.. |
|
||||
|
Thankyou verymuch
I have edited my .profile to export the environment variable settings that my script uses and it is working. Thanks & Regards Vijay Kumar |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|