Password reset client error
Hi everyone, I almost finished a FIM implementation with Self service password reset, I succesfully deployed 700 password reset clients, but I have a problem with some machines (All the users can reset their password in a test machine), when I tried to register any user in some machines I have the following error: An error occurred while processing your request. Please try again later. If problem persists please contact your system administrator I activated the trace log with the following errors: FlushFileBuffers failed on pipe [[Desconocido]] with error code [109]. System.ServiceModel.FaultException: An error occurred when verifying security for the message Dou you have any idea, Thanks in advance.
March 29th, 2011 7:37pm

The errors don't say anything to me, but I'm not that experienced with SSPR client issues. All I could say: if your expierence is that the backend is fine, e.g. all users can perform SSPR from a test machine. Then something should be wrong with some of the clients. Are they still happilly in the domain? Like is their clock synced up ok?http://setspn.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
March 30th, 2011 1:37am

Hmmm.... Which error came first? And can you post the verbose level client side logging information? The first error indicates there was something wrong with the interprocess communication method. (Proxy service uses named pipes to communicate with the Gina extensions). The second one is an error relating to the proxy service communicating with the middle tier (could be a host of issues)ex-MSFT developer, now FIM/MIIS/ILM/WPF/Silverlight consultant | http://blog.aesthetixsoftware.com/
March 30th, 2011 3:54am

Thanks a lot for your answers. This is the complete trace Tracing initialized Creating NamedPipeServer ACLs. Creating NamedPipeServer pipe. Waiting for client connection to the NamedPipe Server. SQM: Beginning to upload 0 files. Tracing initialized Creating NamedPipeServer ACLs Waiting for client connection to the NamedPipe Server Spawning thread to communicate with user scoped named pipe. Creating NamedPipeServer pipe. Waiting for client connection to the NamedPipe Server. Creating User Pipe's ACLs. Creating new user pipe FlushFileBuffers failed on pipe [[Desconocido]] with error code [109]. Waiting for client connection to new pipe: 501f0801-3a43-4ab2-8655-9e70a7833b4d Checking registration on the middle tier. Retrieving login id. Executing search: /Person[Domain='Domain' and AccountName="user"] SharedProxy: EnumerationClient.Enumerate.Enter" System.ServiceModel.FaultException: An error occurred when verifying security for the message. System.ServiceModel.FaultException: An error occurred when verifying security for the message Reading next gate message from the client. The client connection was closed. Yes the time is right in the client machine. Thanks in advance.
Free Windows Admin Tool Kit Click here and download it now
March 30th, 2011 7:26pm

You have a network communication problem; the client machine can't connect to the middle tier (could be cert problems, spn issues, etc) You should turn on verbose tracing (with messages) on the client and on the service to figure out what's going on.ex-MSFT developer, now FIM/MIIS/ILM/WPF/Silverlight consultant | http://blog.aesthetixsoftware.com/
March 31st, 2011 4:22am

And out of sync client & server clocks (if the time offset is greater than 5 mins) are the usual culprit for this kind of errorex-MSFT developer, now FIM/MIIS/ILM/WPF/Silverlight consultant | http://blog.aesthetixsoftware.com/
Free Windows Admin Tool Kit Click here and download it now
March 31st, 2011 4:26am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics