Roaming Update

In one of my previous entries I mentioned that I was looking into getting Lotus Notes to roam properly on Windows machines. The built in roaming stuff in Notes is not the best when your users like to use the WorkSpace so we had to do it the old way and point the Lotus Notes client to use a network based data directory and set the location of the NOTES.INI file on the shortcut’s command line.

This seems to work perfectly for the shortcuts that you have access to but in Windows XP there is a new start menu format that allows you to have default entries for E-Mail and Internet Browser. Setting the notes.ini for these is not so easy but with enough hacking about in the registry I found out where the information for these are stored and I now have it working…

Posted in None

Busy Busy Busy

I’m very busy with the new job. ND6 Upgrades, SameTime rollouts, application development, you name it…

I’ll be back blogging soon….

Tagged with:
Posted in Uncategorized

Lotus Multi-User And NT Roaming Profile

This should be the easiest thing in the world….

Install the Multi-User version of the Lotus Notes ND6 client so that it puts the users personal NSF files in their Microsoft Windows NT profile. Then enable roaming NT profiles so that the user can log onto any machine in the company, have their NT profile downloaded to the machine and use Lotus Notes…

So what’s the problem….

Well, Lotus have decided that they should create the users personal notes data directory in the ‘Local Settings’ sub directory of their NT profile. By default this directory doesn’t get copied up to the users roaming NT profile so their setting won’t follow them around and when they log onto another machine they have to go through the whole Notes Client setup routine again.

So how do you fix this little problem. Well after pulling out all my hair, writing scripts to copy files back and forth between the local settings directory and their user directory on the network I discovered that there is a small Windows registry setting that allows you to set which directories in the NT profile are excluded from the copy process. By removing the Local Settings directory from the registry key the file copy to the server when you log out and copy down to the machine when you log in.

HKEY_CURRENT_USERSoftwareMicrosoftWindows NTCurrentVersionWinlogon

“ExcludeProfileDirs” = “Local Settings;Temporary Internet Files;History;Temp”

The only thing to watch out for is that by removing this directory from the key you may increase the size of the users NT profile and thus cause logins and logouts to be a bit longer. There are also some other benefits of doing this, more of the users settings are copied to the profile and it gives the user a richer roaming experience.

Posted in None

Watch Your Language

There is a great article in the notes.net today ezine about multi language applications within Lotus notes written by Dan O’Connor, a fellow Irish man now working for Lotus. The article describes how you can use the new Language Packs for ND6 to include multiple languages within the same NTF file, then depending on your regional settings you will either see one language or another.

This comes at the perfect time for me as I roll out a new DN6 infrastructure. We have some users in some offices that speak French, German, Spanish etc and their English is not the best. As an international company it was decided that the company language would be English and that all computer systems and software would be in English. With language packs I believe that I can offer my non-english speaking colleagues a better alternative that allows them to use their own language while allowing me to administrate the server without having to learn a new language.

Another globalization option that I am going to roll out is the alternative names capabilities of ND6. Alternative Names allow the users to look up names in the NAB in their native language. Another plus for my non-english friends. Now if only all admins were this nice and not like the BOFH.

Tagged with:
Posted in Uncategorized
Archives