Getting service response when running async service

Hi, we have had som problems with the same error previously. In our case it was a combination of reading many objects that had function attributes in the object class. We soved it by toggeling off “calculate function properties” on the object class. And implementing a limit, so that the service never reads more than say 1000 objects. Not sure excactly how things are set up for you but our learning was to avoid many objects and functions running on all of them😊

1 Like