Skip to main content
Best answer by vangne

@anitha_s_kumar You can refer more information on visibility permissions here . If the issue is not resolved, can you share the script error log for more details?

4 replies

22-Sapphire I
August 1, 2019

Looks like perhaps the context that is executing the RollUp service doesn't have visibility rights to this other service it is calling.

 

1-Visitor
August 12, 2019

Thanks for the inputs .It helped me resolving the error . Yes I had to correct the visibility rights and also a small correction in the script as I was not using the demo version of Thingworx.

var sysServThingName = "PowerSystemServices" + "_" + username;

corrected the above  statement to 

var sysServThingName = "PowerSystemServices";

 

16-Pearl
August 13, 2019

@anitha_s_kumar Thanks for letting us know. Please indicate the appropriate response as the Accepted Solution for the benefit of other Community members who have the same question.

vangne16-PearlAnswer
16-Pearl
August 12, 2019

@anitha_s_kumar You can refer more information on visibility permissions here . If the issue is not resolved, can you share the script error log for more details?