Archives of the TeradataForum
Message Posted: Fri, 02 May 2003 @ 21:28:03 GMT
Subj: | | Re: Fastload Access Module Error |
|
From: | | McBride, Michael |
First and foremost, If the access module is installed correctly, you do not need a path name, just the module name!
Secondly, the access module requires a paramter after the name (in the case of Large File it is a dummy entry).
For example, my AIX fastexport for output > 2GB limit I use this:
.EXPORT OUTFILE ${PPDF}
AXSMOD lf_axsmod.so 'A'
FORMAT FASTLOAD
MODE INDICATOR;
Note the 'A' paramter means absoultly nothing, it is just a quirk that I would not have known, if the GSC support analyst had not told me
ahead of time when we installed the large file access module.
|