Tuesday 17 August 2010

Lotus Connections 2.5.0.2 and WebSphere Portal 6.1.5.1 ( 6.1.0.4 ) - Doing Business (Cards) Together - Version 2

Following my earlier blog posts: -

Lotus Connections 2.5.0.1 - Doing Business (Cards) with WebSphere Portal 6.1.5

and: -

Lotus Connections Profiles' Business Card appearing in WebSphere Portal - Or not ?

I've spent the last couple of days, recreating the environment, using Lotus Connections 2.5.0.2 and WebSphere Portal 6.1.5.1 ( aka 6.1.0.4 ), using the latest set of LC25 portlets: -

*UPDATED* IBM Lotus Connections 2.5 Portlets for IBM WebSphere Portal

that were released in late June 2010.

It's been a fun ride, but I was finally able to crack the "problem" and now have Business Cards appearing in the Profiles portlet in WebSphere Portal.

These were the key lessons learnt: -

(1) Unlike earlier versions of WebSphere Portal and Lotus Connections, it is not necessary to install the following iFixes: -

2.5.0.1-LC-Multi-PROFILES-IFLO46757        ( for Connections 2.5.0.1 )
6.1.0.3-WP-Multi-IFPM02565                        ( for Portal 6.1.0.3 )

(2) It's necessary to restart Portal after: -

(a) updating WIM
(b) configuring the URL for Profiles
(b) updating the styles JSP

(3) If in doubt, restart both Portal and Connections.

(4) If you want to be really really sure, delete the contents of: -

/opt/IBM/WebSphere/wp_profile/temp
/opt/IBM/WebSphere/wp_profile/wstemp

before starting Portal again.

(5) For me, this didn't work until I brought Connections up to 2.5.0.2 and Portal up to 6.1.5.1; previously, I'd been using LC 2.5.0.1 and WP 6.1.0.3 In addition, getting the specification URL in the ISC right took time; it's not totally clear which of the
following it should have been: -

http://lc25.uk.ibm.com:9083
https://lc25.uk.ibm.com:9446
https://lc25.uk.ibm.com:9446/profiles/html/businessCard
http://lc25.uk.ibm.com:9083/profiles/html/businessCard

This is what worked for me: -

http://lc25.uk.ibm.com:9083

I've written the solution up in a document, which I'm intending to get published via the Lotus Connections Wiki but I can share privately if required. Just let me know ...

2 comments:

Dave Hay said...

OK, now I'm confused. Having rebuilt the Connections server in order to add Activities and Communities, the Business Card integration stopped working.

It's now starting working again - after much faffing around.

One change from before - I have the URL for the resource set to: -

https://lc25.uk.ibm.com:9446

e.g. using HTTPS but without anything past the port number, as per the Portal Information Centre

Dave Hay said...

The only thing that I can think of is that this suddenly starting working after I'd suspended and resumed my laptop, on which my WP and LC VMware images are running. I wonder whether something has spurred the internal networking between the two VMs ( running within a team ) to start working.

Will look at this next time the problem recurs ....

Visual Studio Code - Wow 🙀

Why did I not know that I can merely hit [cmd] [p]  to bring up a search box allowing me to search my project e.g. a repo cloned from GitHub...