Unable to Invoke Service AddStreamEntry
Hi,
I am trying to add a new stream entry with a user who is not Administrator but I get this error:
Unable to Invoke Service AddStreamEntry on ErrorStream : null
In my Logs I have those two errors:
- c.t.c.p.ReflectionProcessor
ErrorCode(3567b45a-99d2-488d-a832-f04463bb67a0), Cause(null), Reason(Access was attempted on a null reference variable.), Possible Resolutions(Remove the reference to the null variable within your extension code.)
- c.t.w.BaseService
[context: com.thingworx.webservices.context.HttpExecutionContext@1e4b87eb][message: Unable to Invoke Service AddStreamEntry on ErrorStream : null]
I set my permissions on stream like this:
- Visibility Everyone
- Runtime: Users (Property Read, Service Execute)
- Services
AddStreamEntry
- Services

