Recent content by Raghu

  1. R

    How to clear all objects in SOSS store?

    Please provide sample code or power shell command to clear all objects in SOSS store(both in default and named cache regions). I was using Clear-Store PS command but its throwing exception. Refer attachment for error.
  2. R

    Set all cached object timeout from config file

    Is there any configuration available in soss to set cached object time out either from web.config,soss_client_params or soss_params ? Like ttlValue available in App-fabric : <localCache isEnabled="true" sync="TimeoutBased" ttlValue="300" objectCount="10000"/>
  3. R

    How to set cached objects timeout from web.config?

    Is there any configuration available for scale-out state server to set timeout value from web.config for all stored objects like in WSAF(ttlValue). Example :
  4. R

    Unable to build DataCacheServerEndpoint object using 'Soss.Compat.WSAF' dll

    I was trying to connect State server using Host-Name and Port number using DataCacheServerEndpoint object.I was able to build proper object using "Microsoft.ApplicationServer.Caching" dll where with "Soss.Compat.WSAF" dll object is not initialized properly. See below screen shoots for reference:
  5. R

    Unable to communicate to state server installed in server system from client.Is there any PS command to grant client cache access(ex: Grant-CacheAllow

    I was getting below exception while running application: "Could not load file or assembly 'soss_dotnet2cli.dll' or one of its dependencies. The specified module could not be found." I was able store data in state server when i run same application from server system.What is default port number...
Top