Surendra Sharma

Surendra Sharma

Search This Blog

Wednesday, April 2, 2014

No server is available to process the request in NCache

If you are getting error "No server is available to process the request" for NCache then follow below steps to fix it.

·         Restart NCache Express from windows service
·         Go to command prompt and start cache as
Startcache  cache-id /s serverName


Please leave your comments or share this tip if it’s useful for you.

3 comments:

  1. I wrote an ASP.net project that works fine when running on the ncache server (my machine), but when I install ncache service to a different computer and run the code using my machine , then I get error
    "No server is available to process ncache request "

    i need to use ncache service that installed on the other server , am i doing something wrong ?

    ReplyDelete
    Replies
    1. You need to provide access permission for your machine user on Ncache machine.

      Delete
  2. You are a lifesaver! I just had to restart my ncache service.

    ReplyDelete