Skip to main content
12-Amethyst
November 15, 2017
Solved

Unable to Invoke Service UpdateStreamEntry

  • November 15, 2017
  • 2 replies
  • 1457 views

Hi,

I am trying to update a  stream entry with a user who is not Administrator but I get this error:

"Unable to Invoke Service UpdateStreamEntry on DefaultAlertStream : null"

 

When I am Administrator it works fine.

 

Version used:

ThingWorx 7.4.0-b159

 

I have the same config (scritp, visibility, etc) using version TW 7.3.3 and i don't have error.

 

Thanks.

Best answer by PaiChung

Usually that error means you don't have visibility to the entity you are invoking the service on.

I would double check visibility. in 8.x they remove users from the Everyone org by default for example.

Also remember to check the Persistence Provider visibility

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
November 15, 2017

Usually that error means you don't have visibility to the entity you are invoking the service on.

I would double check visibility. in 8.x they remove users from the Everyone org by default for example.

Also remember to check the Persistence Provider visibility

amejia112-AmethystAuthor
12-Amethyst
November 15, 2017

it works!. I forgot to set the visibility of Persistence Provider.

Thanks Pai.