Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi,
I am facing "Forbidden exeption" issue during execution of custom/OOTB example IE tasks in Windchill 10.2 which is working in windchil 10.1 instance.
Any insights?
Solved! Go to Solution.
If you are running task using Http. i.e directly into the browser.
Then add access="http|internal" after <%page language="java"
Regards,
Kaushik
What is the exact error message you are getting?
If you are running task using Http. i.e directly into the browser.
Then add access="http|internal" after <%page language="java"
Regards,
Kaushik
Thanks Kaushik..It worked for me.
