Pages

Thursday, July 24, 2008

How to add Atlas 'Reach Me' link to Lotus Connections Person Card

View Comments

2008-07-24_1012This is a "repost" (is that the right term) of How to add a Microsoft Sharepoint MySites link to the Lotus Connections Person card, but for Atlas for Lotus Connections. Once you follow these instructions, you are going to integrate Atlas for Lotus Connections with whatever application renders the Peson Card: Lotus Connections, Confluence, SocialText, Quickr, Microsoft Sharepoint, SAP Portal, WebSphere Portal, and the list goes on and on.

Here's what you need to do: 1. Figure out the URL to a person's 'Reach Me' (usually something like: http://atlas.tap.ibm.com/reach.do?reachUser=luis_benitez@us.ibm.com) 2. Save a backup copy of: WAS_HOME>\profiles\<WAS_Profile>\config\cells\<Host_name>\LotusConnections-config \LotusConnections-config.xml 3. Open the file from #2 with your favorite text editor 4. Add the following line (it's 1 line, but it wraps):

<sloc:serviceReference serviceName="atlas" href="http://atlas.tap.watson.ibm.com" enabled="true" ssl_href="http://atlas.tap.ibm.com" ssl_enabled="false" person_card_service_url_pattern="/reach.do?reachUser={email}" person_card_service_name_js_eval="'Reach Me'"/>
5. Save and close the file 6. Save a backup copy of: WAS_HOME>\profiles\<WAS_Profile>\config\cells\<Host_name>\LotusConnections-config \service-location.xsd 7. Open the file from #6 with your favorite text editor 8. Add the following line (under <xsd:simpleType name="serviceNames"> --> <xsd:restriction base="xsd:string"> )
<xsd:enumeration value="atlas" />
9. Save and close the file 10. Restart Profiles That's it!! See, I told you!! All it took was TWO LINES OF XML!!! No coding!
blog comments powered by Disqus