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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

JavaScript提示错误信息(Prompt error message)

bzhang2
5-Regular Member

JavaScript提示错误信息(Prompt error message)

I am using Windchill PDMLink Release 12.0 and Datecode with CPS 12.0.0.0

Embedded Windchill, the error message is as follows:
Uncaught DOMException: Permission denied to access property

 

Translated by the Community Moderation using Google Translate
内嵌Windchill,提示错误信息如下:
Uncaught DOMException: Permission denied to access property

2 REPLIES 2

What was the user doing when the error message came?

你需要提供一些上下文信息,如果可以的话包括 javascrip 浏览器报错的截图。还有就是 js 调用了系统里面具体的那个 java对象和函数需要展示一下。

 

在你具体要执行的代码前后加上


WTPrincipal realUser = SessionHelper.manager.getPrincipal();
SessionHelper.manager.setAdministrator();

SessionHelper.manager.setPrincipal(realUser.getName());

Announcements
Top Tags