You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding a new query (not the first one) to the queries string (property "SMO data queries delimited by ;") and creating a smartobject, there will be an error "The given key was not present in the dictionary" running the SmO.
After K2 service restart all works correctly.
The error comes from line 157 var soType = ServiceObjectToType[so.Name]; in K2NEServiceBroker.cs
The text was updated successfully, but these errors were encountered:
After adding a new query (not the first one) to the queries string (property "SMO data queries delimited by ;") and creating a smartobject, there will be an error "The given key was not present in the dictionary" running the SmO.
After K2 service restart all works correctly.
The error comes from line 157 var soType = ServiceObjectToType[so.Name]; in K2NEServiceBroker.cs
The text was updated successfully, but these errors were encountered: