Archive for: ‘März 2013’
Configure Domino to ignore whitespace during quota check.
So the much better way to solve the problem is to change the "quota enforcement" setting on the "Transaction Logging" tab in your server document from the default "Check file size when extending the file" to "Check space used in file when adding a note". With this setting the white space is ignored on quota calculation and your users are happy again.
* The compact for user is disabled, because a copy style compact will generate a new DBIID and a change of the DBIID of a database make a new full backup of this database necessary.
IBM Connections 4.5 veröffentlicht
"IBM® Connections Content Manager V4.5 adds content management capabilities to Communities in IBM Connections V4.5. Together, IBM Connections V4.5 and IBM Connections Content Manager V4.5 add document management capabilities to the foundational capabilities of IBM Connections, the enterprise social software solution. Integrated social content management features include:
- Community Content Libraries with rich content management capabilities
- Social capabilities such as likes, tags, comments, and download counts integrated with Community Content Libraries
- Access to content management functions through an embedded experience in the activity stream
...
IBM Connections V4.5, social software for business, provides an exceptional social software solution that is designed to help enable users to access the right people and internal and external content in your professional networks and communities. IBM Connections is designed to help users engage with networks of expertise in the context of critical business processes in order to act with confidence and anticipate and respond to emerging opportunities.
IBM Connections V4.5 adds new features:
- Includes like of status updates and comments directly from the activity stream in your community
- Uses the @mention feature to mention colleagues in private communities
- Has faster way to follow conversations where a user has been @mentioned
- Can harvest and execute new ideas faster with improvements in ideation blogs
- Has ability to like discussion topics to increase the visibility of the content
- Includes deeper integration into Microsoft™ Outlook to bring social into the inbox
Ich habe eben die fast 50 GB für die gesamten Windows- und Linux-Versionen von IBM Connections 4.5, von den vorausgesetzten Produkten IBM DB2 10.1, IBM Tivoli Directory Integrator 7.1 (TDI), den IBM WebSphere Application Server 8.0 (WAS), IBM Cognos Business Intelligence 10.1.1 und den IBM Connections Content Manager 4.5 (also eigentlich IBM FileNet) in rund 6 Stunden herunter geladen (Ich liebe meinen neuen VDSL-Anschluss

Als nach ca. 40 GB die Internet-Verbindung weg war, dachte ich schon, mein Provider hätte mich ausgesperrt... In diesem Monat waren ja schon IBM Notes und Domino 9.0 Social Edition, CentOS 5.9 (kam eigentlich schon im Januar) und CentOS 6.4 dran. Ich möchte gar nicht zusammen rechnen, wie viel ich im März insgesamt herunter geladen habe.

Using contig.exe to analyze and remove fragmentation
The download contains one file (contig.exe) which should be extracted to a directory contained in the Windows path for example "c:\windows\system32". To analyze the fragmentation of the notesinstall directory you can use the following command line:
contig -a -v -s "c:\Program Files (x86)\ibm\Notes" > c:\temp\analyze.txt
-a only make an anaylze and do not defrag the files.
-v Verbose
-s Recursive subdirectorys
">c:\temp\anaylze.txt" write the report in the specified file.
The report contains for every file a entry with the count of fragments and a summary at the end:
....
Processing c:\Program Files (x86)\ibm\Notes\nlnotes.exe:
Scanning file...
[Cluster] Runlength
[0] 247
[2140] 150
[3400] 250
File size: 2759272 bytes
c:\Program Files (x86)\ibm\Notes\nlnotes.exe is in 3 fragments
------------------------
Summary:
Number of files processed : 22382
Average fragmentation : 10 frags/file
When you want to really defrag this files then remove the -a option and run the command again.
Contig.exe allows the use of wildcards to select files for defragmentation. So when you want to defrag all your nsf's in the Domino Data directory you can use:
contig -s "c:\Program Files (x86)\ibm\Domino\data\*.nsf"
IBM Domino 9 und IBM Sametime 8.5.2 unter Linux
HTTP JVM: java.lang.UnsatisfiedLinkError: STConfiguration (Not found in java.library.path): STConfiguration (Not found in java.library.path)Erste Idee, einfach Sametime "drĂĽberinstallieren", scheiterte an dem Check der Installationsroutine auf die Domino Version. Dieser ist mit
export STSkipAllChecks=trueleicht zu umgehen. Jedoch brachte die Neuinstallation keine Besserung.
Ein PrĂĽfung der Softlinks im Domino Data Verzeichnis fĂĽhrte auf die richtige Spur: Die Links verweisen alle noch auf das alte 85030 Verzeichniss
....
activation.jar -> /opt/ibm/domino/notes/85030/linux/activation.jar
AdminpUpdate.jar -> /opt/ibm/domino/notes/85030/linux/AdminpUpdate.jar
BLBackwardCompatibilitySA.jar -> /opt/ibm/domino/notes/85030/linux/BLBackwardCompatibilitySA.jar
BLFrontEndSubscriptionSA.jar -> /opt/ibm/domino/notes/85030/linux/BLFrontEndSubscriptionSA.jar
BLPresenceServicePublishSA.jar -> /opt/ibm/domino/notes/85030/linux/BLPresenceServicePublishSA.jar
mail.jar -> /opt/ibm/domino/notes/85030/linux/mail.jar
STCore.jar -> /opt/ibm/domino/notes/85030/linux/STCore.jar
STLinksSA.jar -> /opt/ibm/domino/notes/85030/linux/STLinksSA.jar
STMtgManagement.jar -> /opt/ibm/domino/notes/85030/linux/STMtgManagement.jar
stnamechange.jar -> /opt/ibm/domino/notes/85030/linux/stnamechange.jar
STNotesCalendar.jar -> /opt/ibm/domino/notes/85030/linux/STNotesCalendar.jar
StOfflineMessages.jar -> /opt/ibm/domino/notes/85030/linux/StOfflineMessages.jar
STPolicy.jar -> /opt/ibm/domino/notes/85030/linux/STPolicy.jar
streflectorsa.jar -> /opt/ibm/domino/notes/85030/linux/streflectorsa.jar
STRunTimeDebugTool.jar -> /opt/ibm/domino/notes/85030/linux/STRunTimeDebugTool.jar
TelephonyActivity.jar -> /opt/ibm/domino/notes/85030/linux/TelephonyActivity.jar
UserInfo.jar -> /opt/ibm/domino/notes/85030/linux/UserInfo.jar
....
Ein
find . -maxdepth 1 -type l -print0 | xargs -0 ls -ldim Domino Data Verzeichnis listete jede Menge an falschen Softlinks auf, sodass die "schnelle" Problemlösung ein
cd /opt/ibm/domino/noteswar. Somit zeigten die links wieder auf die korekten Ziele. Durch das Neuinstallieren von Sametime musste allerdings die sametime.ini fĂĽr die 9er Notes Clients wieder angepasst werden, wie im Beitrag IBM Notes 9 und Sametime Server 8.5.2 beschrieben.
ln -s latest 85030
IBM Domino 9 und IBM Sametime 8.5.2 unter Linux
HTTP JVM: java.lang.UnsatisfiedLinkError: STConfiguration (Not found in java.library.path): STConfiguration (Not found in java.library.path)Erste Idee, einfach Sametime "drüberinstallieren", scheiterte an dem Check der Installationsroutine auf die Domino Version. Dieser ist mit
export STSkipAllChecks=trueleicht zu umgehen. Jedoch brachte die Neuinstallation keine Besserung.
Ein Prüfung der Softlinks im Domino Data Verzeichnis führte auf die richtige Spur: Die Links verweisen alle noch auf das alte 85030 Verzeichniss
....
activation.jar -> /opt/ibm/domino/notes/85030/linux/activation.jar
AdminpUpdate.jar -> /opt/ibm/domino/notes/85030/linux/AdminpUpdate.jar
BLBackwardCompatibilitySA.jar -> /opt/ibm/domino/notes/85030/linux/BLBackwardCompatibilitySA.jar
BLFrontEndSubscriptionSA.jar -> /opt/ibm/domino/notes/85030/linux/BLFrontEndSubscriptionSA.jar
BLPresenceServicePublishSA.jar -> /opt/ibm/domino/notes/85030/linux/BLPresenceServicePublishSA.jar
mail.jar -> /opt/ibm/domino/notes/85030/linux/mail.jar
STCore.jar -> /opt/ibm/domino/notes/85030/linux/STCore.jar
STLinksSA.jar -> /opt/ibm/domino/notes/85030/linux/STLinksSA.jar
STMtgManagement.jar -> /opt/ibm/domino/notes/85030/linux/STMtgManagement.jar
stnamechange.jar -> /opt/ibm/domino/notes/85030/linux/stnamechange.jar
STNotesCalendar.jar -> /opt/ibm/domino/notes/85030/linux/STNotesCalendar.jar
StOfflineMessages.jar -> /opt/ibm/domino/notes/85030/linux/StOfflineMessages.jar
STPolicy.jar -> /opt/ibm/domino/notes/85030/linux/STPolicy.jar
streflectorsa.jar -> /opt/ibm/domino/notes/85030/linux/streflectorsa.jar
STRunTimeDebugTool.jar -> /opt/ibm/domino/notes/85030/linux/STRunTimeDebugTool.jar
TelephonyActivity.jar -> /opt/ibm/domino/notes/85030/linux/TelephonyActivity.jar
UserInfo.jar -> /opt/ibm/domino/notes/85030/linux/UserInfo.jar
....
Ein
find . -maxdepth 1 -type l -print0 | xargs -0 ls -ldim Domino Data Verzeichnis listete jede Menge an falschen Softlinks auf, sodass die "schnelle" Problemlösung ein
cd /opt/ibm/domino/noteswar. Somit zeigten die links wieder auf die korekten Ziele. Durch das Neuinstallieren von Sametime musste allerdings die sametime.ini für die 9er Notes Clients wieder angepasst werden, wie im Beitrag IBM Notes 9 und Sametime Server 8.5.2 beschrieben.
ln -s latest 85030
IBM Domino 9 und IBM Sametime 8.5.2 unter Linux
HTTP JVM: java.lang.UnsatisfiedLinkError: STConfiguration (Not found in java.library.path): STConfiguration (Not found in java.library.path)Erste Idee, einfach Sametime "drüberinstallieren", scheiterte an dem Check der Installationsroutine auf die Domino Version. Dieser ist mit
export STSkipAllChecks=trueleicht zu umgehen. Jedoch brachte die Neuinstallation keine Besserung.
Ein Prüfung der Softlinks im Domino Data Verzeichnis führte auf die richtige Spur: Die Links verweisen alle noch auf das alte 85030 Verzeichniss
....
activation.jar -> /opt/ibm/domino/notes/85030/linux/activation.jar
AdminpUpdate.jar -> /opt/ibm/domino/notes/85030/linux/AdminpUpdate.jar
BLBackwardCompatibilitySA.jar -> /opt/ibm/domino/notes/85030/linux/BLBackwardCompatibilitySA.jar
BLFrontEndSubscriptionSA.jar -> /opt/ibm/domino/notes/85030/linux/BLFrontEndSubscriptionSA.jar
BLPresenceServicePublishSA.jar -> /opt/ibm/domino/notes/85030/linux/BLPresenceServicePublishSA.jar
mail.jar -> /opt/ibm/domino/notes/85030/linux/mail.jar
STCore.jar -> /opt/ibm/domino/notes/85030/linux/STCore.jar
STLinksSA.jar -> /opt/ibm/domino/notes/85030/linux/STLinksSA.jar
STMtgManagement.jar -> /opt/ibm/domino/notes/85030/linux/STMtgManagement.jar
stnamechange.jar -> /opt/ibm/domino/notes/85030/linux/stnamechange.jar
STNotesCalendar.jar -> /opt/ibm/domino/notes/85030/linux/STNotesCalendar.jar
StOfflineMessages.jar -> /opt/ibm/domino/notes/85030/linux/StOfflineMessages.jar
STPolicy.jar -> /opt/ibm/domino/notes/85030/linux/STPolicy.jar
streflectorsa.jar -> /opt/ibm/domino/notes/85030/linux/streflectorsa.jar
STRunTimeDebugTool.jar -> /opt/ibm/domino/notes/85030/linux/STRunTimeDebugTool.jar
TelephonyActivity.jar -> /opt/ibm/domino/notes/85030/linux/TelephonyActivity.jar
UserInfo.jar -> /opt/ibm/domino/notes/85030/linux/UserInfo.jar
....
Ein
find . -maxdepth 1 -type l -print0 | xargs -0 ls -ldim Domino Data Verzeichnis listete jede Menge an falschen Softlinks auf, sodass die "schnelle" Problemlösung ein
cd /opt/ibm/domino/noteswar. Somit zeigten die links wieder auf die korekten Ziele. Durch das Neuinstallieren von Sametime musste allerdings die sametime.ini für die 9er Notes Clients wieder angepasst werden, wie im Beitrag IBM Notes 9 und Sametime Server 8.5.2 beschrieben.
ln -s latest 85030
IBM Domino 9 und IBM Sametime 8.5.2 unter Linux
HTTP JVM: java.lang.UnsatisfiedLinkError: STConfiguration (Not found in java.library.path): STConfiguration (Not found in java.library.path)Erste Idee, einfach Sametime "drüberinstallieren", scheiterte an dem Check der Installationsroutine auf die Domino Version. Dieser ist mit
export STSkipAllChecks=trueleicht zu umgehen. Jedoch brachte die Neuinstallation keine Besserung.
Ein Prüfung der Softlinks im Domino Data Verzeichnis führte auf die richtige Spur: Die Links verweisen alle noch auf das alte 85030 Verzeichniss
....
activation.jar -> /opt/ibm/domino/notes/85030/linux/activation.jar
AdminpUpdate.jar -> /opt/ibm/domino/notes/85030/linux/AdminpUpdate.jar
BLBackwardCompatibilitySA.jar -> /opt/ibm/domino/notes/85030/linux/BLBackwardCompatibilitySA.jar
BLFrontEndSubscriptionSA.jar -> /opt/ibm/domino/notes/85030/linux/BLFrontEndSubscriptionSA.jar
BLPresenceServicePublishSA.jar -> /opt/ibm/domino/notes/85030/linux/BLPresenceServicePublishSA.jar
mail.jar -> /opt/ibm/domino/notes/85030/linux/mail.jar
STCore.jar -> /opt/ibm/domino/notes/85030/linux/STCore.jar
STLinksSA.jar -> /opt/ibm/domino/notes/85030/linux/STLinksSA.jar
STMtgManagement.jar -> /opt/ibm/domino/notes/85030/linux/STMtgManagement.jar
stnamechange.jar -> /opt/ibm/domino/notes/85030/linux/stnamechange.jar
STNotesCalendar.jar -> /opt/ibm/domino/notes/85030/linux/STNotesCalendar.jar
StOfflineMessages.jar -> /opt/ibm/domino/notes/85030/linux/StOfflineMessages.jar
STPolicy.jar -> /opt/ibm/domino/notes/85030/linux/STPolicy.jar
streflectorsa.jar -> /opt/ibm/domino/notes/85030/linux/streflectorsa.jar
STRunTimeDebugTool.jar -> /opt/ibm/domino/notes/85030/linux/STRunTimeDebugTool.jar
TelephonyActivity.jar -> /opt/ibm/domino/notes/85030/linux/TelephonyActivity.jar
UserInfo.jar -> /opt/ibm/domino/notes/85030/linux/UserInfo.jar
....
Ein
find . -maxdepth 1 -type l -print0 | xargs -0 ls -ldim Domino Data Verzeichnis listete jede Menge an falschen Softlinks auf, sodass die "schnelle" Problemlösung ein
cd /opt/ibm/domino/noteswar. Somit zeigten die links wieder auf die korekten Ziele. Durch das Neuinstallieren von Sametime musste allerdings die sametime.ini für die 9er Notes Clients wieder angepasst werden, wie im Beitrag IBM Notes 9 und Sametime Server 8.5.2 beschrieben.
ln -s latest 85030
IBM Connections 4.5
IBM Connections 4.5 steht zum Download bereit
IBM Connections 4.5
IBM Connections 4.5 steht zum Download bereit
warum ich dem E-Postbrief den Ruecken kehren werde
Ohne Lotus – nicht mehr vorstellbar
[EN] Evolution of the networked enterprise: McKinsey Global Survey results on Social Business
Interesting result out of a McKinsey survey confirming that Social is on the rise and merging with Cloud, Mobile and Big Data. Beyond technology it is obvious, that organizational barriers and change seems to be the most challenging issue:
With respect to productivity benefits in particular, the results indicate that companies must invest time and effort to enable greater productivity (particularly among knowledge workers) and competitive advantage. The likely need for significant organizational change is a challenging problem—and one that must be met by doing far more than changing the tools in a company’s portfolio. Companies can realize potential advantages more quickly by getting started early on the organizational transformations that will facilitate better use of technologies.
One way to facilitate and encourage more employee use of social technologies—and thus enhance their related benefits—is equipping workers with mobile access to these tools. Companies can also deploy cloud-based solutions when appropriate to make these solutions more scalable and decrease time to value.
Two graphs out of the study (you should read online or download). Which technologies are being used and which risks are being seen:
Filed under: English Tagged: Analysts, Analytics, ChangeManagement, Cloud, Mobile, SocBoz

Domino Fix Pack lässt sich nicht installieren
Windows 2008ff machen uns schon manchmal “Spaß”. Ein beliebter Fehler ist ein
Lotus Notes/Domino or a Notes/Domino related process is still running. Please close it before pressing OK to continue.
beim Versuch, ein Domino Fix Pack zu installieren. Das kommt typischerweise auch dann, wenn kein Domino-Dienst oder –Prozess mehr läuft.
Es gibt wohl drei Lösungen, zwei davon bei IBM dokumentiert: