I installed the appfabric cache server (v1.1). The service runs under a service account, and cluster configurations are stored in SQL Server. the service account has permissions on the sql server and can successfully configure.
The administrator console opened by the user of the service account has access to the cache.
But the problem is that when I tried to connect to this caching service from another machine, it could not connect.
ErrorCode<ERRCA0017>:SubStatus<ES0006>:There is a temporary failure. Please retry later
When I tried setting up xml to share the file and the service running in the NetWorkService account, I was able to connect.
The following parameters are checked on the cache server.
- The service is started and running on port 22233.
- The firewall is turned off.
- The client computer is granted permission to access the cache cluster.
source
share