Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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.
