Hi
I need to update permissions on 60,000 items it is a bit confused with this permissions.What will be the permissions for this value's .Can you please help me with this. 262047,245639,114567,40835,37763,896,128
Thanks in advance
You gain this by going into your PWS and setting the permissions one check-box at a time and then checking the DB values. If you have Brava, then the values are different from the out-of-the-box CS installation, but the same process will work. But you really need the bit values to decode it in a clean and flexible manner, it’s more flexible to use a bit operation…similar to this:
decode(bitand(k.userprivileges, 14), 14, 'No privileges/Disabled', ' ')||decode(bitand(k.userprivileges, 15), 15, 'Log-in enabled | ', ' ')…etc
Colin J. Schmidt
MSLive/Livelink Admin
Tulsa, OK 74172
Colin.Schmidt@williams.com
If you have received this message in error, please reply to advise the sender of the error and then immediately delete this message.
From: eLink Entry: Content Server LiveReports Forum [mailto:livereportsdiscussion@elinkkc.opentext.com] Sent: Tuesday, May 07, 2013 11:39 PMTo: eLink RecipientSubject: Permissions Bitmask
Permissions Bitmask
Posted by shikha@finesseme.com (IP, Shikha) On 05-08-2013 00:34
[To post a comment, use the normal reply function]
Forum:
Content Server LiveReports Forum
Content Server:
Knowledge Center
I would certainly not recommend updating the Database directly, as this can cause lots of other issues. You would be better writing a short LAPI/EWS/OScript app to do this for you via the supported APIs.
Or look at a product called: www.BluBaker.com.
918-573-6164
Personal Cell: 918-904-9223
One Williams Center
From: eLink Entry: Content Server LiveReports Forum [mailto:livereportsdiscussion@elinkkc.opentext.com] Sent: Monday, May 13, 2013 6:27 AMTo: eLink RecipientSubject: RE Permissions Bitmask
RE Permissions Bitmask
Posted by greg.griffiths@logica.com (Griffiths, Greg) On 05-13-2013 07:25
Topic: