![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 09:12 PM |
| Recursive method call getting terminated ??? | tipsy | Shell Programming and Scripting | 3 | 10-18-2006 11:44 AM |
| start time of a terminated process | k_chaaya | UNIX for Advanced & Expert Users | 2 | 09-04-2006 01:57 AM |
| Process got terminated automatically | Elango | AIX | 4 | 01-02-2006 11:37 PM |
| How to supress a "Killed" message when a process is terminated? | kenwolff | UNIX for Advanced & Expert Users | 2 | 03-22-2004 11:17 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
command terminated abnormally
I am getting an Error Message as
============================= starting Sortcl Merging And Aggregation time: command terminated abnormally. ============================= , when running a sortcl command.sortcl is a command for sorting large data,using cosort application installed in solaris server itself. Following is the shell script that is being execute. ============================= MON=$1 ; export MON RDT=$2 ; export RDT pathsrc=$3 ; export pathsrc pathmerge=$4 ; export pathmerge MDT=`echo $RDT|cut -c1-4,6-7,9-10` ; export MDT echo starting Sortcl Merging And Aggregation time sortcl /spec=${pathmerge}/script/LeaMergeCurr echo Ending ============================= The beauty of this script is ,once if the script fails for particular date(2007-07-31) then again it will not run for the same date(RDT). If I run it for another date(RDT) ,it is running perfectly.Before running second time , i am clearing all logs pertaining to this.WHY IS THIS ? Is it unix error or COSORT error ? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|