Hi All,
Can anyone help me how to Dump only Roles between Docbases, by using Dump and Load ? Please Help me.
Thanks in Advance,
Badam.
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
Hi , try this ... create,c,dm_dump_record set,c,l,file_name c:\testdump.dmp append,c,l,type dm_Group append,c,l,predicate group_name IN ('rolename','rolename2') // for particular roles save,c,l getmessage,c
Regards DSR
Read the Content Server Admin manual on how to write selective dump query. Role is just a dm_group whose group_class='role'
Thanks Johnny,
ya, I gone through the Content Server Admin manual, but I need to dump specific roles. Can you please help me how to write the script file for roles.
Thanks,
Dqman can create a selective dump script. I personally dislike dump and load. Too much baggage. It would be easier to create a dql script.
--
Kyle Pettit
Hi Pettit,
Thanks for ur reply.
Can u please help me out how to write dql script specific for Roles.