Wednesday, August 24, 2011

Installing Documentum Administrator (DA)

Installation of Documentum Administrator is very simple. You need to have an Application server installed on your system before you proceed. I installed Tomcat Application server on my server before starting. Here are the screen shots of the installation process.









As I mentioned earlier, making sure Tomcat (Application server) is installed properly and available before proceeding with the DA installation









Creates the instance name (da1) in this case.






So, now the installation is complete and to access DA, follow the URL from the browser.



Friday, August 5, 2011

Installing Documentum Developer Edition 6.6

I recently downloaded and installed Documentum Developer Edition 6.6 on my personal computer (Windows XP + SP3). Its available free of download from EMC website.

Below are the screen shots of the Installation process, pretty simple.




Below screen lists the requirements of the Installation


















Now, you can see the below services are installed on your computer







ResourceBundle

package testJre; import java.util.ResourceBundle; public class testJre {  public static void main(String[] args) {   // TODO Auto-genera...