W2k3 Terminal Server and Notes R6.5.1

I am posting this because I could not find any other topics that were even close to the issues we have had.

Windows 2003 Server Std.

Terminal Server installed.

No service Pack.

Lotus Notes R6.5.1 (using a custom transform for Multi-user client installs.)

We have just started to test out Terminal Server/Citrix in order to slim down our desktop inventory. We had a problem getting R6.5.1 to run after installing our multi-user client setup. After a little digging in the registry we found the fix!

We changed the registry to look like the examples below:

[HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Notes]

“MultiUser”=dword:00000001

“DataPath”=“”

[HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Notes\6.0]

“MultiUser”=dword:00000001

“DataPath”=“”

The originals looked like this:

[HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Notes]

“MultiUser”=dword:00000000

“DataPath”=“C:\program files\lotuis\notes\data”

[HKEY_LOCAL_MACHINE\SOFTWARE\Lotus\Notes\6.0]

“MultiUser”=dword:00000000

“DataPath”=“C:\program files\lotuis\notes\data”

Now notes works just like it was installed on my laptop.

I hope this can help someone else with similar issues.

Subject: W2k3 Terminal Server and Notes R6.5.1

Very commendable Roger.