I just finished installing AppFabric on my prod server after it worked without problems in my dev environment. AppFabric installed without problems and works, but when I try to create a new named cache (ps: New-Cache ClickUrls), I get the following exception:
New-Cache: ErrorCode: SubStatus: Error: Cache creation caused a failure.
In line: 1 char: 10
- New-Cache <<lt;
- CategoryInfo: NotSpecified: (:) [New-Cache], DataCacheException
- FullyQualifiedErrorId: ERRPS009, Microsoft.ApplicationServer.Caching.Commands.NewCacheCommand
Any insight into why it doesn't work? This is not a problem in my dev environment.
welcomes in advance
source
share