Skip Ribbon Commands
Skip to main content

Documentum Resources

:

Troubleshooting: DM_FOLDER_E_MUST_HAVE_NAME error A new folder cabinet must have an object_name

Documentum Resources
Can't create new content throught Documentum Webpublisher using account with inline password.
Run this DQL and make sure that 'user_os_name' is null
 
select * from dm_user where user_name = 'user_name' and user_os_name is not null

If not, set 'user_os_name' field as null from Documentum Administrator or running this DQL.
 
update dm_user object set user_os_name = '' where user_name = 'wp_admin'

Restart Web Publisher session.