How to install and configure My Documentum for Microsoft Outlook(MYDOUT)?

Category: , ,

I got task to install and configure My Documentum for Outlook . .The most confusing part is to dig through all the documentation which is scattered all over place for different components in this installation.

MyD-Outlook_6_7 /Sp1/Sp2 supports all Content Server 6.5 version and later .

These are the steps i followed and it all worked out .

1- First thing first , make  an excel sheet and note down your current environment  specification for content server , web server . My environment settings are 6.5 SP3 , Tomcat 5.5.35

 

2- Download the matched version for My Documentum for Outlook , you have to download dar(MyD-Outlook_6_7.dar) file and My-Documentum-for-Microsoft-Outlook-6.7SP1.exe .

3- Download WAR/EAR file as per your applications server (WAR for Tomcat and EAR for IBM WAS)

4-  Install the DAR file using composer dar installer to all the repositories which you want to expose for MYD(My Documentum )- straight forward , no issues, it should be installed to global as well as other repositories you want to use in My Documentum.

5- Check out the following file dco_custom_settings.xml from given path /System/Applications/DCO and add all the repositories you want to enable for MYD. Empty login mode means normal mode , where user need to input user id and password to connect with repository.Repository name is case sensitive

<Repository name="TEST" LoginMode=""/>

6- Unzip the War file and add the dfc.properties file to following location My-Documentum-for-Microsoft-Outlook-WebService-6.7\WEB-INF\classes

7- Make war file again

8- Add the following tag to server.xml file in the Tomcat root folder/conf (example-C:\Tomcat\conf) and add the following tag. Here the tag provided in admin guide does'nt work with Tomcat so just make sure that you use this tag between <host>  </host>

<Context path="" docBase="My-Documentum-for-Microsoft-Outlook-WebService-6.7"
antiJARLocking="true" reloadable="true" />

9 Make sure you have enough memory for Tomcat  .

-Xms512m
-Xmx1024m
-XX:MaxPermSize=512m
-XX:MaxHeapFreeRatio=70

image

 

10 – Deploy the WAR file on tomcat which you created in step 7 and start the tomcat server .

11- Go to your DA installation and uncomment the following xml tags from it and restart the DA applications. This enables the administration node in DA for outlook profiles management.

Path for this file DA Installation folder\webtop\config\administration_component.xml

<node componentid=’dcoadmin’>
<icon>dcoadmin.gifdcoadmin.gif</icon>
<handlerclass>com.documentum.webtop.webcomponent.administration.
ConfigurationNavigationNodeConfigurationNavigationNode</handlerclass>
<label><nlsid>MSG_DCOADMIN</nlsid></label>
<node>—>

 

MYDA

 

12- Install the My-Documentum-for-Microsoft-Outlook-6.7SP1.exe on your system ,its straight forward next –next.

13- Configure the My Documentum using Outlook and you will be able to see one extra Menu in Outlook and click on it , configure the repositories.  Two things to remember here.

URL of your deployed application

http://serverurl:portno/

You might get error saying, no repositories available, that means, your setting which you changed in DA step 5 are not working, restart DA , content server, try again. Once it is up and running, you can configure the profiles using DA outlook node as per your business requirement

 

Happy installing.

 

Please let me know if you face any problem by a comment .

Comments (0)

Post a Comment