Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
When I go to create a new Change Notice, I open the form and select the box for Automatically create the Change Notice and then Complete Task. I get a pop-up saying I don't have permission to view the subject. What do I need to change to get access to complete the task? I am the system admin!
If I do not check the box for Automatic, the system says I need to create the change notice manually.
Windchill 10.0 m040
I assume it is not an ACL issue, as you are the system administrator. I remember facing the issue (with Oracle DB) when some of the indexes went to disabled state. You can check it using the below query
select index_name, table_owner, table_name, status,funcidx_status from user_indexes
where funcidx_status = 'DISABLED'
If you find it disabled, you can enable it by running "alter index index_name enable"
Not sure whether you are facing the same issue, but it is worth checking
Thanks
Binesh Kumar
No rows returned
I did not set up the system, so it may be an ACL issue that I haven't found yet. I have put myself in all roles for change request and those assign me tasks and I can complete them. I did complete the review task before the Change Notice creation was triggered.