Archives of the TeradataForum
Message Posted: Sat, 02 Feb 2008 @ 21:31:27 GMT
Subj: | | Re: Error in Mload: DBCHCL returned 100 |
|
From: | | Geoffrey Rommel |
> **** 09:47:43 UTY0800 CLI error: DBCHCL returned 100.
> text: MOSI: ER_OPSYS (100): A system call failed-unrecoverable error.
> What does it mean?
MOSI tried to issue a call to the operating system and it failed. This could be anything. However, this message may provide a clue:
> **** 10:00:48 UTY2410 Total processor time used =
> 'exceeded 2147.48 Seconds'
Hmm ... looks like 2147.483648, i.e. 2^31 microseconds. Could you have exceeded a ulimit on the allowed CPU time?
|