Page 1 of 1

Dataset column limit

Posted: Wed Feb 22, 2006 5:32 pm
by keshav0307
just wondering if there is any limit for number of columns for dataset.

i am getting the below error, when i have 49 columns
Contents of phantom output file =>
RT_SC89/OshExecuter.sh: line 20: 26692 Segmentation fault $APT_ORCHHOME/bin/osh "$@" -f $oshscript >$oshpipe 2>&1

and when i have 40 columns it runs fine.

Posted: Wed Feb 22, 2006 10:43 pm
by Nageshsunkoji
Hi Keshav,

I dont think so , it is a problem with Dataset. In our project we have 200 columns in different datasets.Its running smoothly.Check the environment varibales if any to get the ORCHHOME limitation in your project level, override the default values.

Regards
Nagesh

Posted: Wed Feb 22, 2006 11:40 pm
by ray.wurlod
Sounds like something in column 41 through 49. Perhaps trying to shoehorn N+1 characters into a Char(N) field?