|
|
Archives of the TeradataForum
Message Posted: Fri, 14 Nov 2003 @ 13:48:03 GMT
Subj: | | Re: Data File Fast Load Issue |
|
From: | | Geoffrey Rommel |
| I have a problem in fastloading a file created in Sun Solaris and loading from MP RAS. If I bring the file to Windows and do the load
using the Windows-based Fast-Load, everything OK. Any idea what is going on? | |
The usual suspect is the end-of-line terminators. In Unix (Solaris or MP-RAS), text lines must be terminated by x'0A' only; in
Windows, by CR/LF (x'0D0A'). If you have "set record unformatted", your DEFINE statement on MP-RAS must allow for that one byte at the end
of each record.
If that doesn't help, please post your script, error messages, and sample records.
| |