Reputation: 598
i got this error on Windows azure cache and i really can;t figure it up: It works just fine on emulator...
ErrorCode:SubStatus:There is a temporary failure. Please retry later. (One or more specified cache servers are unavailable, which could be caused by busy network or servers. For on-premises cache clusters, also verify the following conditions. Ensure that security permission has been granted for this client account, and check that the AppFabric Caching Service is allowed through the firewall on all cache hosts. Also the MaxBufferSize on the server must be greater than or equal to the serialized object size sent from the client.). Additional Information : The client was trying to communicate with the server: net.tcp://KT.Cache:24233.
Any sugestions are wellcome..
Upvotes: 1
Views: 663
Reputation: 5419
This is an irritatingly frequent problem and seems to point more to the failure of the service than any configuration problems. If you search for this error you will get a lot of possible solutions, not all of which work. I suggest:
Upvotes: 1