Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.
