The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication

前端 未结 14 1679
我寻月下人不归
我寻月下人不归 2020-12-04 05:43

The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.

14条回答
  •  星月不相逢
    2020-12-04 06:36

    Not a solution to this issue, but if you're experiencing the above error with Ektron eSync, it could be that your database has run out of disk space.

    Edit: In fact this isn't entirely an Ektron eSync only issue. This could happen on any service that querying a full database.

    Edit: Out of disk space, or blocking access to a directory that you need will cause this issue.

提交回复
热议问题