![]() |
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 |
| Windows & DOS: Issues & Discussions All Windows and DOS questions should go here as well. Discuss UNIX to Windows (Desktop or Server) here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to list the Autosys jobs thats in failure status using Shell Script | supragna | UNIX for Dummies Questions & Answers | 5 | 11-12-2008 07:12 PM |
| How to list the Autosys jobs thats in failure status using Shell Script | supragna | Shell Programming and Scripting | 0 | 06-24-2008 05:21 AM |
| Documentation and books on Autosys Job Control Tool from Autosys | gram77 | UNIX for Advanced & Expert Users | 0 | 11-10-2007 06:24 AM |
| Searching Status for 2 Autosys jobs | tekster757 | UNIX for Dummies Questions & Answers | 1 | 09-19-2007 09:42 AM |
| Failed to check status code in "rsh" command | nir_s | Shell Programming and Scripting | 9 | 07-03-2006 09:05 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Autosys unable to set the job to the status of FAILED
Hi
The Autosys job that call DOS batch file which in turn calls java and this java program has successful completion though there are series of exception occurred in the data it handles and want the job to be set to Fail in its autosys, how could it be done? a.bat { java sample.class }//end of a.bat public class sample{ public static void main(String[] args) { int a[2]; try{ a[3]=34; } catch(Exception e){ System.out.println("Exception occurred"); } }// end of main method }// end of class sample I want to fail the Autosys job running this java program on seeing ArrayIndexOutOfBounds exception, please let me know how do I do it? Last edited by muthupus; 10-09-2009 at 03:46 PM.. Reason: Added samples for problem described |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|