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)
Task & Metadata Permissions
rregev
Hi,
Does anyone know how to export permissions which have been applied to tasks or metadata through enterprise manager or sql?
Thanks,
Ronnie Regev
Ubisoft.
Find more posts tagged with
Comments
msrinivas
Download the MediaBin SDK kit from support. I think it has an example for permissions manager.
HTH
Migrateduser
Check out the sample app under the Migrate Permissions folder. That's a script that can be used to export all permissions as XML. The format is XML, unformatted; i.e. no end of line characters. If you don't have an editor that allows you to view and save XML with end of line character, I have a script that you can use to format the output. It is attached. It is not something Interwoven supports, just a tool I wrote for my own use that might be worth sharing.
Migrateduser
Well... after checking, it appears the 4.5.3 COM SDK doesn't seem to be available from the Support site. I only see the 4.5.2 SDK. Therefore, I'm attaching the sample MigratePermissions script for the 4.5.3 COM SDK. Remember, when using the COM SDK, you need to have the MBPScriptModel2.dll registered and the Client Api 2.dll, MBModel4.dll, jsTools4.dll in the same folder as the MBPScriptModel2.dll or in a directory found in your PATH environment variable.