Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I wanted to provide runtime permission to non admin and non member of ComposerUsers group to view the mashup and able to run the application. I have created Organization, in that organization, I have added user group which consists of the user for whom the app should be visible and executable. So as per the article - https://www.ptc.com/en/support/article/CS341872 I have applied the required permissions. But for that user getting error as -
Solved! Go to Solution.
Hi,
the error you receive is because of the user does not have Visibility for "InfoTableFunctions" (which offers the service throwing the error:
Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params);
The error you resolve by providing Visibility for the user (or System user) for the entity. Does that already help?
Hi,
the error you receive is because of the user does not have Visibility for "InfoTableFunctions" (which offers the service throwing the error:
Resources["InfoTableFunctions"].CreateInfoTableFromDataShape(params);
The error you resolve by providing Visibility for the user (or System user) for the entity. Does that already help?
Thanks @nmutter It is working fine now. I have provided visibility and runtime permissions to InfotableFunctions.
Perfect. FYI
- "Cannot call method "xxx" of null" always means visibility for an entitiy is missing (=the entity is 'null'), on which this service 'xxx' is called
- For runtime ServiceInvoke permissions it will tell you more clearly with thingname + servicename