IBM Lotus Quickr: How to change sort-order in directory search-results?

To change the sort order of the directory search results within Quickr to the look-and-feel used in germany (“Lastname, Firstname” instead of “Firstname, Lastname”) you have to add the following lines to XPCONFIG.XML:

<user_directory> 
    <ldap> 
      <member_lookup_ui> 
        <column_name> 
          <person>sn, givenname</person> 
        </column_name> 
        <column_disambiguate> 
          <person>(mail)</person> 
        </column_disambiguate> 
      </member_lookup_ui> 
    </ldap> 
  </user_directory> 

This will display “Lastname, Firstname” in the first column and “(e-mail-address)” in the second column.

Beware of the fact that this only works for LDAP directories. I am not aware of any possibility to change the sort order for the Domino directory.

Installation Lotus Quickr for Domino

As I did just finish my first test installation of Lotus Quickr for Domino I summarize the necessary steps below to hav eit handy the next time I have to do an installation again:

[More:]

Install Domino Server

  • Install Domino 7.0.2 together with Fixpack 1
  • Choose to set up HTTP services.
  • Use a Domino server certifier that includes no more than two organizational units (OUs). For example, the certifier /OU=Dallas/OU=Div1/O=Acme is acceptable, but the certifier /OU=Sales/OU=Dallas/OU=Div1/O=Acme is not acceptable. Otherwise the internal names of local users defined in Lotus Quickr places will be truncated and these users will be unable to log in to the server.

Install Quickr

  • Stop Domino Server before running SETUP.EXE
  • In the “Specify name and password” window, type the user name and password for the first Lotus Quickr server administrator. Specify the name for a new, local administrator. Do no specify the name of the Lotus Domino server administrator or any other name from a user directory that Lotus Quickr uses.

Install latest Quickr Hotfix

You can obtain the latest fixes for Quickr on FixCentral.

The current fix is HF6 and is located in the repositiry “8.0.0.0-Quickr-Multi-IF_GA-Update01_Domino”. All hotfixes which do not have “Domino” in its name are for the J2EE version of Quickr.

Enable the Domino Servlet Engine

  • From IBM Lotus Notes® or the Domino Administrator, open the Domino Directory (names.nsf) on the server.
  • Open the Server document.
  • Click Internet Protocols > Domino Web Engine.
  • Below Java Servlets, select Domino Servlet Manager in the Java servlet support field.
    Save and close the document.

Configure Single Sign On

For detailed information how to do this see this chapter in the administrators guide.

Important: If you do NOT configure SSO you will see strange behaviours of Quickr (e.g. you will have to re-authenticate when switching pages, you appear to be logged off (although you are not.., you do not see the small arrows where you can choose context sensitive menu options etc.) So this step really has to be done even if you only working with one server.

Enabling UTF-8 character encoding for non-English server versions

It seems to be a good idea to do this also on the english version (at least it should not do any harm)
From IBM Lotus Notes® or the Domino Administrator, open the Lotus Domino Directory (names.nsf) on the server.

  • Open the Server document for the server and click Edit Server.
  • Click Internet Protocols > Domino Web Engine.
  • In the Character Set section, select Yes in the Use UTF-8 for output field.
  • Click Save & Close.
  • Restart the HTTP task.

Modify the following TCP/IP registry settings on Windows servers

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
“TcpTimedWaitDelay”=dword:0000001e
“MaxUserPort”=dword:0000fffe
“TcpWindowSize”=dword:0000ffff
“MaxFreeTcbs”=dword:00011940
“MaxHashTableSize”=dword:0000fff

You can use this REG file to automate that.

Edit QPCONFIG.XML in the Domino data directory if necessary

See more detailled information about what can be configured in the QPCONFIG_SAMPLE.XML file and in the Administrators guide

Nicht wundern …

… über die vielen alten Einträge die heute upgedated wurden. Da in letzter Zeit vermehrt Einträge zu anderen Lotus-Produkten wie Notes/Domino veröffentlich wurden und dies vermutlich in der nächsten Zeit auch so bleibt, habe ich die Kategorien ein wenig umorganisiert.

Tagpfauenauge

Tagpfauenauge

Nachdem dieser Schmetterling nun schon seit Wochen unseren Garten als seinen Lieblingsplatz ausgesucht hat, sich aber nie wirklich fotografieren lassen wollte, habe ich ihn heute endlich erwischt. Ein paar Minuten vorher wäre das Foto besser geworden, da sass er eine Zeitlang auf Giselas Kopf 🙂

Instant Messaging – nur noch mit Skype?

vowe hat angekündigt ab sofort nur noch Skype als Instant Messaging-Tool nutzen.

Nun ja, das kann man natürlich tun. Allerdings ist man dadurch für viele Leute nicht mehr erreichbar. Ich kenne einige Firmen (meine eingeschlossen), bei denen Skype im Netzwerk streng verboten ist, weil u.a. die Art und Weise wie Skype die Firewalls umgeht den Netzern ein Dorn im Auge ist. Andere Instant Messaging-Tools sind aber oft erlaubt. Im Zweifelsfalle kann man auch noch Dienste wie Meboo nutzen, für die man nur einen Browser benötigt um online zu sein.

Also ich bleibe bei meinem Trillian bzw. Meboo für unterwegs, bei denen ich gleichzeitig von allen wichtigen Systemen aus erreichbar bin. vowe werde ich halt in Zukunft wieder E-Mails schreiben ….;)

Firefox-Erweiterungen nur einmal für alle Benutzer installieren

Standardmäßig installieren sich die Erweiterungen für Firefox immer in das jeweilige Profil-Verzeichnis das gerade aktiv ist. Andere Benutzer auf dem Rechner müssen die Erweiterungen dann jeweils alle noch einmal installieren.

Über die Kommandozeile lassen sich die Erweiterungen aber auch global für alle Benutzer installieren. Dazu muss Firefox-Verzeichnis folgende Befehl eingegeben werden:

firefox -install-global-extension <XPI-Datei>