Friday, July 22, 2011

IBM released Notes/Domino 8.5.2 Fix Pack 3


Notes/Domino fixpack 3 is availbale for download, it included some new features (the whole fixlist can be found here):

SPR# EFEZ8FLKMF - Ensure that updates to admin.exe and designer.exe are installed only if those components are already installed.
SPR# XTCN8GPEN9 - Fixed a Mac specific client hot-fix issue where a Hot Fix needs space between FP (fixpack) and SHF for the basic portion of the string.
SPR# AHAS8BSH8B - Prior to this fix, Drag and Dropping of files to Notes was slow and large files sometimes failed.
SPR# DCHR7PU3LL - Tables with long fields are not wrapping when printed. If the table size exceeds the paper size, we will shrink the table to fit the paper. This avoids truncating printed content but will affect the original table layout. (Technote #1416913)
SPR# HIKA8E7RT3 - A MIME message which contains <![endif]> is not rendered correctly with embedded browser enabled, resolved in client. (Technote #1499287)
SPR# JDAM7DBS9U - Message received if exceeding mail file capacity should specify mail file size limitation. Regression in 8.5.

To download Notes/Domino 8.5.2 Fix Pack 3 from Fix Central, click the link 


Tuesday, July 19, 2011

Extracting Lotus Connections Profiles information .... Tags

I have been busy this days working on Lotus Connections 301 implementation. I had some interesting findings thats i would like to share with you all.

I will provide some quick glance on Profiles DB2 table details. I have used this tables value to get the list of users with their tags lists, also used to populate users with predefine tag values.

Profiles DB contain table EMPLOYEE which contain information about users attributes and their values. This information is then published in Pofiles for that user. Few of them are listed below.
 
PROF_UID
PROF_UID_LOWER
PROF_LAST_UPDATE
PROF_GUID
PROF_DISPLAY_NAME
PROF_GIVEN_NAME
PROF_SURNAME
PROF_IS_MANAGER

You  can use this information to compare and extact require reports. I will be using this information to extract Peoples with tags they added to their profiles.

Extract data from PEOPLE_TAG, which contain information on Tags. PEOPLE_TAG contains below information.

PROF_TAG_ID          - (This is simply a UUID randomly generated)
PROF_SOURCE_KEY  - (This is the user that the tag is assigned to)
PROF_TARGET_KEY   - (This is the user that the tag is assigned to)
PROF_TAG                - (which is the actual tag itself)

I did compare the PROF_TAG value with employee table, to get the list of users and their tags.

You can also extract this information using TDI, i use DB2 source to collect this information.

Friday, May 27, 2011

Domino data can be deleted during server shutdown on UNIX and Linux platforms

In certain cases on a Domino 8.5.2 FP1 server, the contents of the Domino data directory can be deleted during shutdown on UNIX and Linux platforms. This does not happen frequently or on all Domino servers. However, if this does happen, a backup restore of the data will be necessary

This issue has been reported to Quality Engineering as SPR# DWON8FVMYS and will be fixed in Notes/Domino 8.5.2 FP3 and 8.5.3

Complete details are available at

https://www-304.ibm.com/support/docview.wss?mynp=OCSSKTMJ&mync=E&uid=swg21500850&myns=swglotus

Friday, May 20, 2011

IBM Connections 3.0.1 Plug-in for Microsoft Office and Microsoft Windows

Recently i installed IBM Connections 3.0.1 Plug-in for Microsoft Office and Microsoft Windows from Lotus Greenhouse.You can share your Office documents directly into Files or Activities or Communities in Connections. After installtion enter your Lotus Connections server information and login credential for authentication.


Open your Office documents like Word, Excel or Powerpoint and share with any Connections component might be Files, Wikis, Blogs, Communities etc.



This is really a cool tool.