-
DFS class not found
Hi, Ive deployed a custom WS. queryService = serviceFactory.getLocalService( IQueryService.class); When the client application calls this line it doesn't find the IQueryService class java.lang.NoClassDefFoundError: com/emc/documentum/fs/services/core/client/IQueryService I thinh DFS webservice are found by my WS but not…
-
DQL- Help needed
Hi, The following DQL lists 3.5 million Object IDs (r_object_id): select r_object_id from ecm_inventory_mgnt where a_storage_type = 'AppONE' I need to form a list of about 200k Object Ids at a time. Does using the date range is the only solution for my task? Some the dates have more than 200K objects created on the same…
-
Launching the "view" action on a document
I have installed the Documentum Developer Edition 6.5 software on a Windows 2003 R2 server. It is working fine on the local server. If I try to access one of the documents with a URL like this: http://demo-documentum.myserver.com:9080/webtop/drl/objectId/09de75d18000256b The option to "View" or "Edit" appears. If I click…