Friday, March 12, 2010 13:02

Documentum

Read More

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 to bookkeep all of its transactions. So whenever you attempt to modify your working copy it’ll write its intentions to ...

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 IDQL read the .so file in the wrong place. I used the link command to resolve this problem: ln -s /dctm65/shared/java/1.5.0_12/jre/lib/i386/server/libjvm.so /dctm65/shared/java/1.5.0_12/jre/lib/i386/libjvm.so

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 OS which doesn’t have language Chinese installed, then you should not set environment variable NLS_LANG mentioned in the above article. After ...

Sharepoint

Read More

Change Computer Name Of Sharepoint Server

Wednesday, December 2, 2009 9:56

A new and really cool feature in MOSS 2007 and WSS 3.0 that my team here at Vorsite and I are very happy about is that now you can quickly and easily change the name of a server running MOSS or WSS 3.0 after installation has taken place and site collections have been created. Before with SPS 2003 it was a near impossible challenge but now in MOSS you can ...

The type is not registered as safe

The type is not registered as safe

Monday, November 30, 2009 23:10

"A Web Part or Web Form Control on this Page cannot be displayed or imported. The type is not registered as safe." I came across such error when I adding a web part into web part page. What I did was just compiling the project with the latest framework my sharepoint using. Of course, I googled this error before I fixed this error, one solution is provided below. It could also ...

SharePoint Web Part Development

Wednesday, November 25, 2009 14:50

http://www.aspfree.com/c/a/Windows-Scripting/Beginning-SharePoint-Web-Part-Development/