Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skype Export sometimes hangs and requires miiserver.exe to be forced killed #32

Open
TheUniquePaulSmith opened this issue Oct 9, 2019 · 0 comments

Comments

@TheUniquePaulSmith
Copy link

Symptoms:
Management Agent hangs on Export and cannot be cancelled through Sync Engine. This causes scheduled jobs to get stuck. Requires killing the miiserver.exe process to resume scheduled sync jobs

Steps to reproduce:
Issue is difficult to reproduce but does consistently happens over a weeks worth of time running scheduled jobs on an hourly basis.

I speculate the problem is one of several possible things:

  1. Memory bloat of the miiserver.exe process due to import-pssession calls. import-pssession should be avoided at all costs as it causes memory leaks.
  2. Hang up of remote PS session during processing, for example, re-cycling skype server during an Export run
  3. WSMAN sessions (client\server side) not being cleaned up properly causing process to hang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant