Skip to main content
13-Aquamarine
August 25, 2011
Question

ActiveX blocking

  • August 25, 2011
  • 2 replies
  • 919 views
After a security audit, I can't get into the External storage administrator. Getting this error:
Your security settings do not allow websites to use ActiveX controls installed on your computer.

Anyone know how to bypass this? I only need to do it for PDMLink.

David Haigh
Phone: 925-424-3931
Fax: 925-423-7496
Lawrence Livermore National Lab
7000 East Ave, L-362
Livermore, CA 94550

2 replies

1-Visitor
August 26, 2011
David,



You need to make sure that your Windchill server URL is added as a
Trusted Site.



You may also need to turn down the security level for trusted sites (or
selectively set to allow all Active X components under advanced
settings) in internet explorer.



/Cars10


12-Amethyst
August 26, 2011
You can instruct your server to issue <applet> rather than <object> tags
via

wt.taglib.util.plugin.attr.type=browserapplet

in wt.properties.

I believe this will resolve the issue without client settings. It will,
however, result in a slightly less seamless installation of the Java
Plug-In on computers that do not already have it.