Hcl Connections

IBM sent me a mail today, their logs show that i downloaded CR3 and they want to tell me, that i need one fix more, when i use Notes 9 Social Edition.
I was really surprised and impressed.
Here the download link for LO74465 .
Last Update: Read in about 1 min

You can download the Plugins in greenhouse catalog .
Connections Plugins 4.0 are not compatible with IBM Notes 9 Gold. It worked with the beta editions, but not with stable.
More Infos at Luis Benitez Blog .
Last Update: Read in about 1 min

I had a problem last week with some customizations via custom.css in IBM Connections 3.0.1.1 CR3. Communities still use the default Layout and colors.
I found that defaultTheme.css rewrites some of my custom.css statements. I had to add the content of custom.css to the end of the xxxTheme.css (lazy but it works), that i have a consistent color and layout change. Tests with @import are not working, because @import must be the first statement of a css file and i need to add the custom.css to the end of the xxxTheme.css.
Last Update: Read in about 1 min

IBM announced CR3 for IBM Connections 4.0, that’s about 800 MB new updates. Don’t forget to update your homepage database, when you didn’t install CR2 already.
more: http://www.ruddigkeit.net/
[ruddigkeit.net | ..
collaboration and
more ::..].
Update:
CR3 needs database updates for metrics database and cognos application! Please read this technote .
Last Update: Read in about 1 min

I read today the requirements for IBM Connections 4.5 , which will be released on 29th of march. On point there is WebSphere Application Server V8.0.0.5 for Network Deployment.
WebSphere Application Server V8 must be installed through Install Manager, so you have to download 4 packages for the server core and 4 packages for supplements. After this the fixes for 8.0.0.5, what do you think you many data will it be?
You will download more than 10 GB of Software only for WebSphere Installation! 6.x GB for V8 and about 5 GB for fixes.
Here the Software (with some DB2 stuff):
Last Update: Read in about 1 min

The Default Page of Wikis shows some content for our users to offer them better work experience, but in some companies it would be good to change this text or use only one language. Content of this welcome page is set in the default language of the user who creates the wiki.
I found the properties File for this text area in
{WAS_Root}/profiles/AppSrv01/installedApps/{cellname}/Wikis.ear
When
you unzip the file share.services.jar
, you get the path
com/ibm/lconn/share/services/handlers/wiki/nls/
and there the
properties-files for wikis (WikiWelcomePageMessages.properties
).
To change the values for english, you create a file named
com.ibm.lconn.share.services.handlers.wiki.nls.WikiWelcomePageMessages.properties
in {Connections Shared Directory}/customization/strings/
Here you define:
Last Update: Read in about 1 min

Last Update: Read in about 1 min

Setting the performance tuning parameters for all datasources in WebSphere Application Server (for IBM Connections 4 ) is a really annoying job with lots of mouse clicks.
I searched a way to make these through wsadmin with a jython script and after some testing i wrote one, which set all parameters for the Connections DataSources as described in IBM Connections 4 Performance Tuning Guide .
I set StatementCacheSize, minConnections and maxConnections with this script.
Download:
Using this script
Copy this script to your server and copy & paste it to a wsadmin-Session, or start wsadmin with
Last Update: Read in about 1 min

With Connections Fixpack CR1 we had a problem, that profile pictures didn’t show up when we opened an activity stream entry:
With CR2 the profile pictures get not replaced with a grey head icon:
Last Update: Read in about 1 min

Last week i want to build a “light” Connections Installation to test some things like OAuth and Customizing. So i installed Domino 9 Beta on Ubuntu 12.04 64 Bit, DB2 9.5.7 Express and WebSphere. I deployed the homepage and the profiles databases. After this i want to install the required applications of Connections (Homepage, Search and News) and Profiles.
Installation shows no more dependencies and i started up my Connections after install. Modules are looking good, but when i want to add a status update the windows opens, but show no buttons to Save the Status. Even on homepage or people views i can’t add status updates.
Last Update: Read in about 2 min

I read an open APAR on IBM Connections today (login required!): LO73245
Description:
TDI’s sync_all_users.sh doesn’t allow us to import departmentNumbers longer than 16 chars, although the database schema supports values up to 24 chars.
And as local solution:
worked around the issue with creating a custom field
I had a very similar problem with validation of LDAP Search filter (which is saved in employee-table too) and searched longer to solve this (I set sync_store_source_url=false), but the real error was like here in validate_dbrepos_fields.properties.
When you open validate_dbrepos_fields.properties (in your tdisol directory) you found following:
deptNumber=16
So here is the validation error and not in the database! You can solve the APAR without using a customField, when you set deptNumber to 24.
Last Update: Read in about 1 min

Today Luis Benitez annouced the new Connections 4 Plugins for Lotus Notes .
The zip-file contains all three operating system installer. Windows, Linux and Mac, but i had no success to install through xpd.mac-addon.pgk, because the preinstall script stop the installation.
You can open this file in finder:
Now you can copy the updatesite folder to an other place and use File – Application – Install in Lotus Notes. Point the Install to the updatesite folder and install the whole package. I have to restart twice, but after this i can use the new Status Update, Files and Activities Plugins.
Last Update: Read in about 1 min