Tech Kraft

Documentum, AWS, Java, Ruby on Rails, Linux, Windows, App Servers


Documentum: 3 Ways to Create a User in Documentum

Here are the three ways to create a user in Documentum:

DFC

———————————-

IDfUser dfcUser = (IDfUser) getSession().newObject("dm_user");
dfcUser.setUserName("username");
dfcUser.setUserLoginName("username");

dfcUser.setString("user_source","inline password");
dfcUser.setString("user_password","somepassword");
dfcUser.setString("user_os_name","username");
dfcUser.setString("description","new user description");

dfcUser.setDefaultFolder("/Temp", true);
dfcUser.save();

DQL
—————————-

create “dm_user” object
set client_capability=2,
set default_folder=’’,
set home_docbase=’’,
set mailto:user_address=’a@abc.com’,
set user_os_domain=’’,
set user_name=’’,
set user_os_name=’’,
set user_privileges=0;

API
——————————-

create,c,dm_user
set,c,l,user_name
Admin1
set,c,l,client_capability
8
set,c,l,default_folder
/Temp
set,c,l,user_group_name
???
set,c,l,user_os_name
Admin1
set,c,l,user_privileges
16
set,c,l,user_state
0
set,c,l,acl_name
???
set,c,l,acl_domain
???
save,c,l


Leave a comment

About Me

Senior Software Engineer professional with over 16 years of success with multiple open source technologies and various Content Management platforms and solutions.

Proven technical abilities through numerous projects involving enterprise web application design and development, application installation, configuration and support, and workflow and collaboration system designs.

  • Ability to learn new technologies and platforms quickly and apply them to the task at hand.
  • Excellent analytical skills, and strong communication and collaboration abilities.
  • Technical emphasis in including but not limited to Java, Ruby on Rails, Documentum and Alfresco
    in both Linux and Windows based environments

Newsletter