Archives of the TeradataForum
Message Posted: Wed, 28 Nov 2007 @ 21:15:53 GMT
Subj: | | Re: LSN error using FASTLOAD |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Wed, 28 Nov 2007 15:12 -->
When logging on multiple parallel sessions, the first Connect request must ask the database to return a Logon Sequence Number; subsequent
Connect requests pass that same LSN and indicate that the new session should be associated with other existing session(s) having that LSN.
So either the LSN value is being lost or garbled along the way, the original session is being terminated before all the remaining sessions
finish logging on, or there is a bug.
System congestion or timing should not cause this problem but a network error might, especially something that could be masked by automatic
retransmit when the link is not too busy.
|