Comments
-
What 'checker' are you referring to???
-
How do you go about migrating the certificate from one instance to another???
-
Also having the same issue - did anyone ever find a fix for this???
-
I already have the export part done - below is the excerpt from the Powershell script I use to export recordings... $wpmServer = Server name/ip of the WPM polling engine. $RecordingId = Recording id of the recording to export. This can be pulled through an easy SWQL query. $username = User that has permissions to export…
-
Seems like this occurs when you duplicate and edit a schedule!
-
Do you have an example of how this can be done outside of WPM - powershell/curl/anything??? I have been banging my head against a wall trying to figure out what I am missing...
-
And what is so annoying with this is the fact that it ISN"T every time!!! If I had a transaction that consistently failed I think I would be able to figure out why. But when these fail from 30-60% of the time I have no way to know what is causing the failure. I too have added in multiple waits at different parts of the…
-
No, no prompt when recording or when logging out...?
-
This actually wasn't about how the thread was stopped/started, but had to do with some combination of settings in a group policy pushed to my players. When I blocked the group policy the long connection times stopped. Now I have one transaction on one player that has a long connection time, but I think the user account it…
-
I have a big group of users who NEVER get the window for credentials when they use the recorder. Does anyone know what that occurs???
-
Looks like the issue may be based on how the worker thread is stopped and restarted. We worked with support on this, and we think that the connection time is showing as much longer than it actually is - due to the thread needing to get restarted. We were able to troubleshoot this by changing the number of transactions per…