
Ok, so why then migrating!?


Ok, so why then migrating!?
Currently the Lotus Quickr documentation is only available online.
To read the documentation offline you have two possibilities:
Print the online documentation either to a printer or to a PDF file.
You can do this by clicking on the small arrow which appears when you move the mouse pointer over a topic:

Then you select “Print this topic” or “Print this topic and subtopics”:

A disadvantage is that you only can print 100 topics at one time. So you have to print the whole documentation in smaller pieces.
The other possibility to read the documentation offline is to install the “IBM User Interface Help System built on Eclipse”.
This is the same help system used online but runs on your local PC. You can download the help system here.
After you installed the help system (you will need to have Java installed also) you need to install the Quickr documentation plugins. As far as I know there is currently no official download site available. So in the meantime you can download them from my private FTP server (unfortunately not very fast). I will update the link as soons as it is officially available.
After upgrading a hub server this weekend to Domino R7 we had the problem that all HTTP Password Change requests in the ADMIN4.NSF ran into an error and the HTTP passwords were no longer changed:
Person documents for the ‘Name(s) acted upon’ were found in multiple trusted directories for which this server is the Administration Server.
Person documents for Joe User/Acme were found in two trusted directories used by AcmeServer/SVR/Acme: Acme’s Address Book and AmceCo Extended Directory Catalog.
We only found some hints which said that we should remove the administration server from the Extended Directory Catalog. But this directory catalog did not have an admin server defined in our environment.
The problem was that the extended directory catalog was set to “Trusted” in the directory assistance database. This is necessary on the mail and application servers (because users from other domains should be able to authenticate) but not necessary on the hub server.
So we set this directory catalog to “Untrusted” on the hub server and the admin requests were successful again.
When trying to install the Lotus Quickr Offline components you might get the following error message:
Unable to download file German.dat. The German language resources are not supported by the server.
Solution:
Quickr uses the DOLS (Domino Offline Services) components for offline usage. The server tries to display DOLS specific messages in the language which is defined in the default locale for Windows.
So if the defaut locale in Windows is set to “German” the server tries to display the messages in the German language.
To avoid this message you either have to switch your locale to English (which normally is not desired…) or you can enforce the server to display all DOLS related messages in English by adding the following key to the Windows registry:
[HKEY_CURRENT_USER\Software\Lotus\DOLS]
“LanguagePreset”=”English”
If you want to display the messages in the default language of the locale (e.g. in German) you should be able to do this by installing the multi-language pack on your Domino server. (I did not verify this by myself!)
Update:
I just tested it with the German language pack for Domino installed and it works without the need to use the registry key mentioned above (and in this case the german DOLS software will be downloaded).
Within Quickr you can create templates (called “place types”) which you can use to create new places with the same configuration. Below there is a summary of how you create new place types:
Some other things to consider:
To display non-English characters correctly you must set up the server to generate output using UTF-8 encoding. See the Installation section of the infocenter for more information. I would recommend to do this always even if you are using an English server.
To enable people who use double-byte character set (DBCS) languages, such as Japanese or Chinese, to use My Places, you must enable single sign-on authentication on the server. In addition, you have to add the NOTES.INI variable “Country_Language=xx[-xx]” to configure the DBCS language to use. You have to re-index all views in the place catalog afterwards. See the Configuring section of the infocenter for more information.
Please be aware that you have to use an external directory to support DBCS languages within user names This is not supported with the Quickr internal directory.
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.
You can download the new, additional templates for Quickr for Domino (developed by Snapps) from this site here.
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:
Install Domino Server
Install Quickr
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
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.
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
… ü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.