Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
List of files/folders mapped to an id
lucy1
Hi ,
We have did content migration and while we issue iwidmap.exe -x , we were able to extract id s in the store.
Some of these are not valid, want to know if there is a way to get a list of the files/folders belonging to these invalid id's
Please help if there is a way
Thanks,
Lucy
Find more posts tagged with
Comments
Adam Stoller
I do not believe that there is any easy way to do this short of writing some code to traverse the entire set files and directories in every branch and retrieving the owner and/or group information.
You'd want to make sure the code for traversing the branches only travels down WORKAREA and not STAGING or EDITION directories.
If you're using Perl code - you should be able to retrieve the information you want with stat(), getpwuid() and getgrgid()