Hello readers,
Most people I talk to about Documentum are using Samson, DQLTester, Delilah, or RepoInt. Over the last year I'm using dqMan to query on the Documentum repositories. It supports a rich set of features that will speed up your development times.
Aside from the querying part it can also do API scripts and even generate them by using API templates. You can have a DQL result list and generate another DQL batch for each row or create an API script. Very useful fixing stuff or when you want to kill a lot of workflows.
My personal favorite is the "favorites" library. I can store all my common used queries and I can exchange them with me colleges. It also let you open multiple tabs for different repositories (or the same by using a copy button) and dumped objects. You can easily switch between tabs to compare and do complex stuff.
Another cool feature is that you can build "input templates". These are placeholders within a query for object_ids, object_names or whatever you like and let a prompt window choose a value for it by another DQL, a fixed list or just a simple textfield, you name it.
But most of all it's free as the air around you.
Download dqMan it's worth a try!
Kind regards, Marcus
I decided to start a blog about Documentum, because I like to help people and to share my knowledge with the rest of the world.
Monday, August 30, 2010
Monday, August 9, 2010
Unable to Set the PresetContext for PresetService
Hello readers,
If you are developing in Documentum Taskspace you may encounter the following error message while you login.
First try to clean the caches and empty the "C:\Documentum\Presets\" folder both on the application server. Sometimes the configuration is cached wrong.
ELSE:
This will most likely be the problem that the wrong ACL is set for your configuration objects. You can find the objects in "/System/Applications/YourApplication/Presets/".
All the configuration objects in this folder (and subfolders) need to have the "dmc_wdk_presets_acl" ACL. The owner needs to be "dmc_wdk_presets_owner".
Make sure that all sub-folders and all underlying objects have the correct ACL!
Now Taskspace will have full access to the objects and the problem should be solved.
Kind regards, Marcus
If you are developing in Documentum Taskspace you may encounter the following error message while you login.
Unable to Set the PresetContext for PresetService. PresetService will not be available.UPDATE:
First try to clean the caches and empty the "C:\Documentum\Presets\" folder both on the application server. Sometimes the configuration is cached wrong.
ELSE:
This will most likely be the problem that the wrong ACL is set for your configuration objects. You can find the objects in "/System/Applications/YourApplication/Presets/".
All the configuration objects in this folder (and subfolders) need to have the "dmc_wdk_presets_acl" ACL. The owner needs to be "dmc_wdk_presets_owner".
Now Taskspace will have full access to the objects and the problem should be solved.
Kind regards, Marcus
Subscribe to:
Posts (Atom)