2024.2 - Getting Kinetic Home Page Spinner - Kinetic Hangs

I have had 5 users today get the Kinetic Home Screen Box with the spinner with Kinetic Hanging up while loading the home page.
image

The fix is looking under Windows Updates and seeing the 2024-12 Cumulative Update for Windows 11 Version 24H2…
After running the windows update Kinetic starts working again.

2 Likes

Wow thanks for posting this, we are having the same problem but thought it was just us. We have been doing reinstalls all day.

1 Like

Same problem.

We also found a temporary fix that involves deleting the cache located here…
C:\ProgramData\Epicor

1 Like

Sorry to ask, just Client or browser too?

No Issues from the browser, we were also using that as a fall back.

1 Like

Browser’s works with Edge and Chrome.

1 Like

This was what we have been doing also and are seeing a lot of hung tasks and sessions in Epicor. Ending those and deleting the cache folder has resolved ours

2 Likes

I created a batch file that kills any running sessions, clears the cache then opens Epicor

// Kill all Epicor and EpiEOBrowser processes
taskkill /f /im epicor.exe
taskkill /f /im EpiEOBrowser.exe


// Delete entire directory tree including root Epicor folder at each directory (logs and cache)
rmdir /s /q %appdata%\epicor
rmdir /s /q %localappdata%\Epicor
rmdir /s /q %programdata%\Epicor


// Launch Epicor via existing shortcut 
start "" "C:\(path)\Epicor\Epicor.lnk"
4 Likes

Sweet, thank you! Will definitely be giving this out tomorrow.

1 Like

We have been clearing the cache too but most of them only fixed with reinstall.

1 Like

Day 3 since upgrade to 2024.2, now users that were originally fixed, get the same hung session and need client cache cleared to get going again.

1 Like

These steps from Epicor Support worked for a few of our users this morning.

On the affected workstations, please perform the steps below to delete the Epicor client cache.

  1. Close the client
  2. From Windows, Open File Explorer
  3. Navigate to C:\ProgramData\Epicor
    Note: ProgramData is a hidden folder and you’ll need to click on the View option to check the hidden items.
  4. Here you will find a folder named after your server, with a port number appended to it, (e.g. servername.domain-808)
  5. Delete this folder, sub-folders and files
    NOTE: these folders will get recreated again when the user logs into the client
  6. Log into the client and follow up with the results.

Same. Over and over again.

Also loading task manager and killing the epicor sessions.
Monitoring Session Management because we are using up user licenses due to repeated attempts.

Us too I created a old school batch file I noted above and added it as a shortcut to users’ desktops. They know now to run that when they get this issue. It’s a stop gap but allows our users to function.

1 Like

I’m starting to roll out your batch file. Thx

1 Like

Has anyone reported this to Epicor? Is there a case?

Yes and Epicor has already pushed a fix too (for SaaS) and likely a hotfix for on-prem.

1 Like
2 Likes