|
Without being able to replicate the error, it is difficult to debug. My guess is that ps_login.exe has a try/catch block for the login attempt. If it takes too long to respond, it fails and goes into the catch block, which sends certain packets back to the client (the one you see) to keep the client alive.
I suggest finding and using a SQL profiler to attempt to find the problem.
|