Removing entries from the ‘River of News’

The question of how an entry could be deleted from the ‘River of News’ (the ‘Discover’ tab on the Homepage) came up on the Lotus Connections Forum,  I’d been asked the same question some time ago by a customer (their issue was a status update that had been created and then was swiftly deleted but not before it added to the River of News), so whilst I was posting my response on the forum I thought it would be worth including it here.

To remove the entry we used the following process:

1. Find the event story UUID
a. Navigate to homepage and locate the entry title you want to delete.
b. View the page html source code from browser.
c. Search the entry title from the page html source code.
d. Locate the storyUUID around the occurrence of the title.

2. Remove the news record from database.
a. Connect to homepage database from command line.
b. Run following command and replace the storyUUID with the one you find in previous step.
select event_record_uuid from homepage.nr_news_records where news_records_id=’storyUUID’
delete from homepage.nr_news_records where event_record_uuid = ‘result from the previous select’

Installing Lotus Connections on Windows 2008 R2

Having predominately done Lotus Connections installs on Linux I had my first taste of installing it on Windows 2008, after some difficulty with the WAS install I found IBM technote 1408390 (thanks to a blog post by Mitch Cohen) which explained that to overcome the incompatibility between the IBM graphical installer and Windows 2008 you need to change the properties of the install.exe file to “Compatibility Mode” – “Windows 2008 (Service Pack 1).

There is also IBM technote 1405554 that covers an issue with the install of Lotus Connections itself (to do with the compatibility of the “User Account Services”) which can be worked around by right-clicking on the install program and selecting “Run as Administrator”.

P.S. TDI 6.1.1 is not compatible with Windows 2008 and the TDI Profiles import scripts are not compatible with TDI 7.

IE8 and Lotus Connections Rich-Text-Editor

In two seperate Lotus Connections environments each where the customer is using HTTPS we’ve seen an issue where the Rich-Text-Editor does not load for people when using IE8, instead you get “Navigation to the webpage was canceled”

This issue does not occur in FireFox, Google Chrome, IE6 or IE7 (and IE8 when using just HTTP).

Now I know IE8 is not a supported browser but it’s out there and this had the potential to start becoming a real problem for customers. The good news is that installing Fix Pack 2 resolves the issue.

Overview of WebSphere Terminology for Lotus Connections Administrators

On the Lotus Connections Forum I’ve just seen an entry that contains a link to what is a clear and concise document (by Jessica Piziak) explaining WebSphere Application Server terminology for those that are new to it.

Follow

Get every new post delivered to your Inbox.