Issue with authenticate_user -
11-16-2007
, 01:02 PM
Hi everyone,
Sometimes when a user tries to synchronize the authenticate_user script
takes over 15 minutes to complete. The script calls a stored procedure which
simply does a select statement to see if the user exist or not. The select
is quite fast, but after that the authenticate_user does not commit for
another 15 minutes and I can't understand why.
ex.
I. 11/16 08:08:17. <1.4> [myUser]: The authenticate_user script returned
1000
W. 11/16 08:08:17. <1.4> [myUser]: Warning: [10055] The client has provided
3 authentication parameter(s), but no authenticate_parameters script exists
I. 11/16 08:25:46. <1.4> [myUser]: COMMIT Transaction: authenticate_user
Has anyone experienced this before? Is there anything I can do in order to
troubleshoot this issue?
Thanks,
Ross |