Archives of the TeradataForum
Message Posted: Thu, 01 Jun 2006 @ 22:48:05 GMT
Subj: | | Re: Informatica Mload error |
|
From: | | Fred W Pluebell |
Access Module error '34' is pmrcFailure: Indeterminate error In other words, "something else went wrong - see the error text".
Error 24 on fopen() is generally EMFILE: Too many open files.
Note that this is a per-process limit. You could check to see if something is causing lots of file descriptors to be left in use, or maybe you
just need to raise the limit. Exactly how to do that would depend on your platform.
|