InvocationGridBuilder.Load returns Soss.Client.NotLicensedException

ezer

New member
#1
when trying to do InvocationGridBuilder.Load() I get an exception:
Soss.Client.NotLicensedException was caught
HResult=-2147156084
Message=Client is not licensed to perform this operation.
Source=soss_svcdotnet
Operation=process InvokeMethod on
StackTrace:
at Soss.Client.DataAccessor.Invoke(InvokeParameterBlock parameters)
at Soss.Client.ApplicationNamespace.InvokeMethod(InvokeParameterBlock
paramBlock)
at Soss.Client.InvokeOnceNamespace.InvokeOnce(UInt32 gridId, InvokeParamKey paramKey, Int32 invokeOp, Int32 mergeOp, TimeSpan invokeTimeout)
at Soss.Client.NamedCache.GetInvokeOnceResult(InvocationGrid ig, P param, Delegate evalMethod, Delegate mergeMethod, TimeSpan invokeTimeout)
at Soss.Client.NamedCache.InvokeOnce[T,P,R](InvocationGrid ig, P param, Func3 evalMethod, Func3 mergeMethod, TimeSpan invokeTimeout)
at Soss.Client.InvocationGridBuilder.WaitForGridWorkerStartup(InvocationGrid builderGrid, InvokeObjectAccessor igAccessor)
at Soss.Client.InvocationGridBuilder.Load()
 

admin

Administrator
#1
The InvocationGrid feature requires ScaleOut Analytics Server license key. Could you tell us what ScaleOut product you are using? Please send us this information to [email protected] so we can follow up with you and issue you an evaluation key, which should allow you to proceed with your testing...
 
Top