I am trying to get the object name dynamically through getName but it insufficient privilage issue.

1 Answer(s)

Hi,

 

    you got already the object retrieved in your code where you use IDataObject atoObj = info.getDataObject();. Agile PLM is throwing an exception because the roles and privileges which are used to EXECUTE the PX are insufficient. As an example it is like a agile user that has no right to read or modify a object. Providing your PX with the necessary privileges should solve this issue. Let me know if this solved your issue.

 

regards,
  Dennis

Agile Angel Answered on February 7, 2016.

Thank you for the quick response and it did solve the issue.

on February 8, 2016.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.