Installing Quickr 8.1(Services for Domino) on Windows

Detailed instruction how to install Quickr can be found in the Administrators Guide.

Below you will find a short summary of the most important steps:

Install Domino Server


Install Quickr

load qptool unlock –a
load qptool upgrade -f –server
load qptool upgrade -f –a -saveformprefs
load design
load qptool refresh -r -d Wiki
load qptool refresh -r -d Blog 


Adapt Server Document Settings


Configure Single Sign On

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

Important: You should configure multi-server SSO even if you only have one server! If you do NOT configure MSSO 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.

Configuring cross-place searching

If you want your users to be able to search all places instead of just the place you have opened you must configure cross-place searching. See this chapter in admin guide for more detailed information about how to do this.

Enabling Domino Off-Line Services

For more detailed information refer to this chapter in the admin guide.

Please be aware of the fact that you need to install the Domino language pack of the desired language if your users have set the Windows regional settings to another value than “English”. Otherwise the users will not be able to install DOLS.

The part number for the German language pack for Domino 8.0.2 (Windows) is C1MF7DE.

Configure file upload restrictions

See here here for more details.

Configure Place Catalog database properties

See here for more details.

Check if a full text index exists for PLACECATALOG.NSF. Create one if not.

Create and edit QPCONFIG.XML in the Domino data directory

See more detailed information about what can be configured in the QPCONFIG_SAMPLE.XML file located in the Domino data directory. You need to create your own QPCONFIG.XML in the Domino data directory as by default this file does not exist.

If you like you can use this skeleton (rename it to QPCONFIG.XML) which contains already the most important options. Please make sure that you use your server name instead of the dummy entries and be aware that the directory configuration options are valid for a Domino LDAP and needs to be adapted to your environment!

Modify NOTES.INI

Make sure you that at least the following parameters are added to NOTES.INI:

NoWebFileSystemACLs=1
h_ScopeUrlInQP=1 
EXTMGR_ADDINS=nqpextmgr.dll
CheckCacheBeforeDSAPI=1
QuickPlaceShowConflictWarning=1
QuickPlacePassReasonType=1
HTTPAllowDecodedUrlPercent=1
UPDATE_SUPPRESSION_TIME=90

If you like you can also use this skeleton which contains already the most important NOTES.INI settings needed.

Make sure there is a blank line at the end of the NOTES.INI file. Press Enter to create a blank line, if necessary.

In addition create program documents for all QPTOOL tasks in the NOTES.INI (see the “ServerTasksAtX” lines) and schedule them in a way so that they are not running all at once. Java programs use much resources. Deactivate the commands in NOTES.INI afterwards.

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.

In case you have installed Windows 2003 Server with Service Pack 2 please make sure that you disable Windows Server 2003 Scalable Networking Pack. Check this technote for more info: http://www-01.ibm.com/support/docview.wss?rs=477&uid=swg21295167

Reboot your Domino server now to activate all the changes

Configure Lotus Quickr via the Web UI

You will find a more detailed explanation of this in the Quickr Info Center.

Optional things to do



Important: Please check with the Administrators Guide as you might need to configure more options dependent on your environment.