Mar 10
As I was already asked several times:
If you drag and drop a file from the Quickr connector in Lotus Notes into a mail, just a link to this file is created. The same is true if you select “Copy” from the context menu in the connector.
This is a nice thing if the recipients of your mail have access to the Quickr place.
Copying the attachment itself into your mail is not so obvious. To do this, you select the attachment in the connector and then choose “Edit -> Copy as attachment” in the “Edit” menu of the Notes client.
Then you can just paste the attachment from the clipboard into your mail.
Caution: If you select a large document it could take some time until the attachment is available in the clipboard. You cannot paste the document to your mail before it was fully copied!
Tags: connector • lotus • notes • quickr
Mar 06
Our pictures of our South East Asia round trip with AIDAcara are now online. Ever after we sorted out most of the pictures there are still many of them remaining. So be prepared and have enough time if you want to see them

Link to the Flickr slideshow
Link to the Flickr album
Tags: aida • aidacara • asia • southeastasia • travel
Mar 01
Es ist noch nicht wirklich kritisch, aber so hoch stand das Wasser des Mains noch nicht, seit wir hier wohnen. Ich würde sagen, es reicht jetzt


Tags: hochwasser • main • maintal • persönlich • wohnung
Feb 19
Ich wollte mich noch einmal offiziell zurückmelden. Wir sind am Dienstag abend wieder gut zuhause angekommen. Die 2 Wochen auf der Aida vergingen wie im Flug (obwohl wir ja auf dem Schiff waren
).
Continue reading »
Tags: aida • kreuzfahrt • persönlich • reisen
Jan 30
(Deutsch) … sofern es nicht so weiter schneit wie zur Zeit, werden wir heute abend Richtung Bangkok aufbrechen. Am Montag geht es dann auf’s Schiff.

Bild (c) AIDA
Drückt uns die Daumen, dass sich der Flug nicht so arg verspätet, dafür denken wir auch zwischendurch mal an Euch im kalten Deutschland
Wer wissen will wo wir gerade stecken und wie das Wetter dort ist, der kann sich unter diesem Link informieren.
Ansonsten bis in 2 Wochen!
Tags: aida • persönlich • urlaub
Jan 18
As I already got several requests now I think I need to document it here:
Users in Germany do see wrong calendar weeks in Notes 8.5.1 this year. To correct this you need to change a setting in your Notes client. Go to “File -> Preferences ->Calendar and To Do -> Regional Settings -> Week Numbers” and change the setting to “Always use ISO-Standard” instead of “Use my operating system regional setting”.
Afterwards the week numbers will be correctly displayed according to the German standard.
Tags: lotus • notes
Jan 04
If you want to enable Sametime awareness within Lotus Connections 2.5 together with the Sametime embedded client in Notes 8.0.2 or later you need to do the following (Documented in the InfoCenter but seems sometimes to be overlooked)
- Exit the Notes client.
- Open the plugin_customization.ini file in a text editor.By default, the plugin_customization.ini file is stored in the following directory:
C:\notes\framework\rcp
- Search for the com.ibm.collaboration.realtime.webapi/startWebContainer property. If it is set to false, set it equal to true. If you do not find it, add the property using the follow syntax:
com.ibm.collaboration.realtime.webapi/startWebContainer=true
- Save and close the plugin_customization.ini file.
- Restart your Notes client.
This should work with all Notes versions later than 8.0.2 (IFR1).
Tags: connections • notes • sametime
Dec 04
The solution I described for the Sametime awareness issue did also solve another problem I had with the Lotus Connections Connector for Lotus Quickr.
When I created a new community and wanted to add a Quickr teamplace to this community, the Quickr place was not created correctly or not created at all. Instead a Java exception occured:
1 2 3 4 5 6 7 8 9 10
| [03.12.09 13:52:26:190 CET] 00000073 QuickrAtomCli E org.apache.commons.logging.impl.Jdk14Logger error Der Quickr-Server hat für POST bis http://quickr.acme.com/dm/atom/places/feed einen Fehler zurückgegeben
[03.12.09 13:52:26:250 CET] 00000073 QuickrAtomCli E org.apache.commons.logging.impl.Jdk14Logger error Der Quickr-Server hat zurückgegeben: 404 - Not Found
[03.12.09 13:52:26:310 CET] 00000073 QuickrAtomCli E org.apache.commons.logging.impl.Jdk14Logger error Der Quickr-Server hat die folgende Antwort zurückgegeben:
<td :error xmlns:td="urn.ibm.com/td"></td>
<td :errorCode xmlns:td="urn.ibm.com/td">404</td>
<td :errorMessage xmlns:td="urn.ibm.com/td"></td>
[03.12.09 13:52:26:340 CET] 00000073 QuickrMemberS E org.apache.commons.logging.impl.Jdk14Logger error Erstellung eines Quickr-Bereichs ist fehlgeschlagen. Ursache: 404 - Not Found
com.ibm.tango.exception.TangoException: 404 - Not Found
at com.ibm.lconn.comm.quickr.QuickrAtomClient.validateResponse(QuickrAtomClient.java:252)
at com.ibm.lconn.comm.quickr.QuickrAtomClient.createPlace(QuickrAtomClient.java:142) |
After I changed the “Token format” in the Domino Web SSO configuration document everything works fine now …
Update:
Almost everything worked
There was still a small issue. If you wanted to save a document from Activities into Lotus Quickr (Domino) you got the list of place and could choose a place and a folder. But then the error “Could not contact remote server” appeared.
The solution was to add the line “AllowEncodedSlashes On” to the HTTPD.CONF file of the web server. After restarting the web server you were able to save the file to the Quickr place [Thanks to my collegue Colm O'Brien].
Tags: connections • quickr
Dec 04
Just had the problem that there was no Sametime awareness in Quickr 8.2 (Domino). Although everything was configured correctly including a working SSO between the servers nothing happened. Even the Java console did not start. With firebug you saw that the STLINKS.JS was loaded correctly.
The solution:
In the Domino Web SSO configuration document the “Token format” was set to “LtpaToken and LtpaToken2 (compatible with all releases of Domino)”. after I changed that to the default of “LtpaToken (compatible with Domino 7 and prior releases)” and restartet the HTTP tasks everything were fine. Not sure if this has something to do with it: The token itself was an imported token of a Websphere 6.1 (Lotus Connections) server.
Tags: domino • quickr • sametime