Search results

  1. R

    Soss.Client.NotReadyException: The server is not yet ready to perform this operation.

    The custom executable I'm using is a Powershell script that just returns "permissions 3 timeout minutes 60" for debugging purposes. I wouldn't expect there would be any error returned by the Powershell script. Another weird thing about this is that this never happened when I use local SOSS...
  2. R

    Soss.Client.NotReadyException: The server is not yet ready to perform this operation.

    Hi, We are seeing this exception shown below. It seems to happen more often when SOSS is used for the first time after reboot, but it happened at other times too. Could you please tell us what's the recommended way to get around this? I added some retry logic that would retry after sleeping one...
  3. R

    What is the timeout value in the specially formatted line for the custom namespace auth?

    Hi. Thanks for replying so quickly! That's what I thought it would do, but when testing, it does not look like the timeout value is used for the session, but the actual cache object expiration. I made the custom auth to return this string, "permissions 3 timeout minutes 1", and below is my...
  4. R

    What is the timeout value in the specially formatted line for the custom namespace auth?

    Hi, I'm trying to implement custom auth. I see that the sample app's AuthorizeUser method has this comment as shown below. /// <returns>Specially formatted line to be returned to SOSS. Line's spec: "permissions {0} timeout minutes {1}", /// where {0} and {1} should be replaced by two integers...
Top