Unable to rebuild database cache

Hi @Pekdon,

Here are some things you can try:

  1. Try this:

  2. Please check this forum link. Paul was having somewhat similar issue:
    Rebuild Database Cache - The request timed out

  3. Also try deleting the local cache files, it’s stored under Temp/NuCache.

  4. At last try truncating the cmsContentNu table.
    Why TRUNCATE and not DELETE?
    A DELETE statement logs every single row removal in the transaction log, which can cause massive log file growth and take a long time on 34,000+ rows. TRUNCATE simply deallocates the data pages, acting instantly and completely clearing any lingering locks.

Hope it helps!