Lexfloatclient permission error

Hi,

I’m getting LA_E_SYSTEM_PERMISSION error when calling requestlicense() from a lexfloatclient to an onprem lexfloatserver, the lexfloatserver is running as I can access the api without issues. Any ideas?

Please ensure you have updated the docker file as before.

still trying to get it working. it’s cos the plist file is in /Library/LaunchDaemons which belongs to global. I’ve since put it in ~/Library/LaunchAgents and got it to load but the process returns status 255.

I’m testing it out locally first before containerising…

my bad. Got it to work by moving it back to /Library/LaunchDaemons/ and changing the permissions to user:wheel instead of user:staff .

I hope your issue is resolved now.