Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
for windchil 9 or 10, the following way used to give ACL report
1. | Open Windchill Shell. |
2. | Run the following command from Windchill Shell: windchill wt.tools.support.ACLReport <output_file> where <output_file> is the file name and path where you want to export the ACL's. |
3. | Open the text file and search for the products whose ACL's are of concern. |
Note : It dumps all the access rights on all the object and roles in the system.
However, if the same procedure is used for windchill 11, it throws error.
Can someone help in this, may be some step is missing ?
Manusmita JHA wrote:
for windchil 9 or 10, the following way used to give ACL report
1. Open Windchill Shell. 2. Run the following command from Windchill Shell: windchill wt.tools.support.ACLReport <output_file> where <output_file> is the file name and path where you want to export the ACL's. 3. Open the text file and search for the products whose ACL's are of concern. Note : It dumps all the access rights on all the object and roles in the system.
However, if the same procedure is used for windchill 11, it throws error.
Can someone help in this, may be some step is missing ?
Works for me. Tried on both Windchill 11.0 F000-CPS05 and Windchill 11.0 M010. It would help if you posted the error(s) you are seeing.
Hello,
Thanks for your reply and sorry for getting back so late.
I am still getting the same issue, i am attaching the error message, may be this can help
do we need to authenticate something, we were running it using the Pdmlink user.
help will be much appreciated.
Regards,
Try solution 2 from article below-
Try to run utility using Site Administrator. You are getting authentication error.
Utility must be run by Site Administrator
This is a Java based utility which provides access to serialized data within the Windchill Data model as it relates to policy access control rules.
To run the utility simply open a Windchill Shell and run the following command:
windchill wt.tools.support.ACLReport <output_file>
The utility must be run as the Windchill Site Administrator in order to have access to all the related objects. Upon running the utility you'll be prompted for authentication; so login as the Windchill Administrator.
When the utility has finished, the <output_file> specified can be reviewed in a text editor.