Saturday, September 4, 2010 11:38

‘Documentum’ News

Subscribe to RSS feed

Getting Started with GWT and Google App Engine

Tuesday, August 10, 2010 11:34

There has been few drastic changes made in GWT 1.6 . The most important one is the new project structure. GWT now uses a “war” directory for most public resource and server configuration files. For the total change list, visit this page. My previous post “Getting Started With the ...

What’s WebDAV

Monday, August 2, 2010 12:46

Web-based Distributed Authoring and Versioning (WebDAV) is a set of methods based on the Hypertext Transfer Protocol (HTTP) that facilitates collaboration between users in editing and managing documents and files stored on World Wide Web servers. WebDAV was defined in RFC ...

The requested operation is not supported on forward only result sets

Saturday, July 31, 2010 16:51

public Object doInHibernate(Session session) throws HibernateException { Query q = session.createQuery(dql); q.setFirstResult(size); q.setMaxResults(rInfo.getPageSize()); return q.list(); } We need to make sure the value of  parameter of query.setFirstResult is bigger than 0. And it seems that we can also check if hibernate.jdbc.use_scrollable_resultset is set to true. I didn't try this for I resolve this issue by setting the ...

Tagged with:

Check in v.s. Save

Sunday, May 2, 2010 21:53

Webtop lets you check in a document as the same (existing) version. However, when you do this the Content Server never sees a checkin call or event. Webtop simply sets the new file as content, updates any changed attributes, and saves the object. So a dm_save event ...

Tagged with:

DM_QUERY_E_TABLE_NO_ACCESS

Wednesday, April 28, 2010 3:05

Error - DM_QUERY_E_TABLE_NO_ACCESS the table xxx is not registered or you do not have access to it was thrown when I use a superuser to update one registered table. I checked both ACL setting and Table permit on this registered object. There's no error. After 30 minutes, I found a post ...

Tagged with:

Locate the rendition files

Tuesday, March 30, 2010 0:44

To find the path to the contents file of a rendition of a document, issue the following query from the dql editor. The example query below locates the contents for the pdf rendition of a file named 'Original'. To find other types of renditions, insert the appropriate format into this ...

Tagged with:

SVN: Attempted to lock an already-locked dir

Wednesday, February 10, 2010 13:10

So you’ve been working hard on your project and you’re ready to check in when all of a sudden Subversion throws you this weird error message: Attempted to lock an already-locked dir. “What the hell is this about?” you ask yourself. Well, Subversion is a really cautious fella and likes ...

Platform Status: libjvm.so: cannot open shared object file: No such file or directory

Friday, January 29, 2010 21:46

Error " Generic Status: Library Open failed, Library Name: /dctm65/shared/java/1.5.0_12/jre/lib/i386/libjava.so, Platform Status: libjvm.so: cannot open shared object file: No such file or directory IDQL failed to run.  dmAPIInit() returned a failed status. " was thrown when executing IDQL command. I came across this issue after I installed one docbase on linux server. It seemed that ...

Tagged with: ,

Install oracle-10.2.0.3 and Documentum-6.5

Monday, December 28, 2009 11:49

The whole process is installing oracle 10.2.0.1 first then updating it to 10.2.0.3 You can follow this article step by step: http://www.itpub.net/viewthread.php?tid=806933&extra=&page=1 Note: I was installing oracle in RedHat Enterprise Linux 4 Update 3, the only missing package is gcc.You can get help from this page: http://hi.baidu.com/thinkinginlamp/blog/item/f91ad1138ac429025aaf53e2.html If you are installing oracle in linux ...

Tagged with: ,