cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

execution error in service

anitha_s_kumar
5-Regular Member

execution error in service

when executing service Rollup I receive the error attached in the image .

1 ACCEPTED SOLUTION

Accepted Solutions

@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?

View solution in original post

4 REPLIES 4

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

 

anitha_s_kumar
5-Regular Member
(To:PaiChung)

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";

 

@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.

@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?

Top Tags