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 ...
Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
Subscribe to:
Post Comments (Atom)
Note to self - use kubectl to query images in a pod or deployment
In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...
-
Why oh why do I forget this ? Running this command : - ldapsearch -h ad2012.uk.ibm.com -p 389 -D CN=bpmbind,CN=Users,DC=uk,DC=ibm,DC=com -w...
-
Error "ldap_sasl_interactive_bind_s: Unknown authentication method (-6)" on a LDAPSearch command ...Whilst building my mega Connections / Domino / Portal / Quickr / Sametime / WCM environment recently, I was using the LDAPSearch command tha...
-
Whilst building a new "vanilla" Kubernetes 1.25.4 cluster, I'd started the kubelet service via: - systemctl start kubelet.se...
2 comments:
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
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 ....
Post a Comment