Monday, February 6, 2012 8:26

Webtop 6.5SP2 Fixed Problems – 1

Tagged with: ,
Posted by on Friday, July 24, 2009, 6:27
This news item was posted in Documentum category and has 0 Comments so far.

An error occurs when Webtop users with the Version permission create a new document(161635/WEBTOP3945, WEBTOP7159)
The “No write access” error occurs when a user with the Version permission creates a new document (dm_document object) in Webtop. However, a blank document is created successfully.
You can enable Webtop users with the Version permission to create dm_document objects by customizing the newdocument_component.xml file and setting the value of the <enabled> tag to “true”.
Modify the newdocument_component.xml file by adding the following code below the code for combo_defaults:
<wdk_new_doc_aspect>
<enabled>false</enabled>
<exclusion_list></exclusion_list>
</wdk_new_doc_aspect>
1. This configuration enables users who do not have the Delete permission on the object being created, to create a new document as the object owner. For example, if you enable this behavior,users with the Version permission can create new documents.
2. When this option is enabled, the application attaches a temporary permission by attaching a new aspect and removes the aspect on the first version.
3. If you specify any custom types for dm_document, this behavior does not apply for these types even if the option is enabled in step 2.
Note: This configuration is supported from Documentum 6.5 SP2 and requires the Documentum 6.5 SP2 Webtop.dar to be compatible with the Content Server.

Leave a Reply

You can leave a response, or trackback from your own site.