2011-02-03 8 views
0

であるため、通信オブジェクト、System.ServiceModel.Channels.ServiceChannelは、通信に使用することはできません。それは私が次を取得していますフォルト状態

System.ServiceModel.Comm 
unicationObjectFaultedException: The communication object, 
System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state. 
Server stack trace: at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) 

Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) 
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) 
at System.ServiceModel.ICommunicationObject.Close(TimeSpan timeout) 
at System.ServiceModel.ClientBase`1.System.ServiceModel.ICommunicationObject.Close(TimeSpan timeout) 
at System.ServiceModel.ClientBase`1.Close() 
at MicrosoftIT.BGCOE.EndItem.ServiceFacade.BizServiceClient.GetUserID(String userAlias) 
at MicrosoftIT.BGCOE.EndItem.Import.ImportBatchSet.Init() 
at MicrosoftIT.BGCOE.EndItem.BatchProcessing.BatchProcessor.ProcessBatchSet(IBatchSet set) 
at MicrosoftIT.BGCOE.EndItem.Service.ImportService.importServiceTimer_Elapsed(Object sender, ElapsedEventArgs e) 

答えて

0

私はこの問題を解決することができます。ローカルのマシンアカウントではなく、実際のサービスアカウントでクライアントを実行させました。これで問題は解決しました。

+0

これを受け入れることができますか? –

関連する問題