EMS logging permissions errors on GetPropertySubscriptions call
I am able to make remote service calls and get returned data, however... I'm getting this polled repeatedly when I get connected with a device on my EMS
[INFO ] 2015-09-16 13:59:28,222 Truck000: Error occured while accessing EMS. Checking isConnected.
[INFO ] 2015-09-16 13:59:28,251 Truck000: EMS is available: true, online: true
[INFO ] 2015-09-16 13:59:28,254 Truck000: Attempting to GetPropertySubscriptions from server failed. code: 500, result:
This is in the monitor under logs:
Unable to dispatch [ uri = /Things/*000/Services/GetPropertySubscriptions/]: Unable to Invoke Service GetPropertySubscriptions on Truck000 : Not authorized for ServiceInvoke on GetPropertySubscriptions in Truck000
The appKey I'm using to authenticate is hooked to "system" as User Name Reference. Is this a permissions issue?

