Page 1 of 1

Getting Phantom Error

Posted: Fri Jun 13, 2008 6:28 am
by sgpatil
Hi

I having one job with connecton with Netezza database connection through ODBS stage
when I run the job Itn is througinh this below message in director

Contents of phantom output file =>
RT_SC128/OshExecuter.sh: line 20: 29584 Segmentation fault (core dumped) $APT_ORCHHOME/bin/osh "$@" -f $oshscript >$oshpipe 2>&1

and Parallel job reports failure (code 139)

can anybody help me please

Posted: Fri Jun 13, 2008 3:43 pm
by ray.wurlod
Welcome aboard.

A segmentation fault is memory-related, and can be caused by such things as trying to shoehorn too large a string into a column buffer (for example "ABCDEFGHIJKLM" into a Char(10) or VarChar(10) column would do it), trying to load a NULL into a not nullable column, and various other things.

Check, in your ODBC stage, that you are doing the right things.