<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
<title>Gregg Eldred - Category : Show-n-Tell</title>
<description>Gregg Eldred - Category : Show-n-Tell</description>
<lastBuildDate>Thu, 2 Sep 2010 16:56:59 EST</lastBuildDate>
<link>http://www.ns-tech.com/blog/geldred.nsf</link>
<item><title>SnTT: Resolving a Sametime Meeting Connection Issue</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-87SM63</link><description><![CDATA[ Some users, when attempting to attend a Sametime Meeting, never get connected to the meeting. Instead, they see a screen similar to this:

Restarting the browser doesn't help, neither does using a different browser.
However, there are two TechNotes that ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-87SM63</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-87SM63</guid><content:encoded><![CDATA[ Some users, when attempting to attend a Sametime Meeting, never get connected to the meeting. Instead, they see a screen similar to this:<br><br>
<img src="http://farm5.static.flickr.com/4104/4837627219_10e43cb1ba.jpg" width="500" height="156" alt="Sametimemeetingroon" /><br><br>
Restarting the browser doesn't help, neither does using a different browser.<br><br>
However, there are two TechNotes that will help resolve this issue. The first one, <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21427060">"Java has discovered application components that could indicate a security concern" when attending Sametime classic meeting</a>, will have you apply a hotfix for your version of Sametime. Before you start, you have to determine the version of Sametime you are running. Simple instructions for this can be found <a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-7DTS2T">here</a>. Once you have the version in hand, the next step is to download the hotfix. Click on the appropriate link on the TechNote. You will then see a screen similar to this:<br><br>
<img src="http://farm5.static.flickr.com/4133/4837608877_509f9959f7.jpg" width="448" height="165" alt="ibmsignin" /><br><br>
Once you enter your credentials, a screen similar to this will appear:<br><br>
<img src="http://farm5.static.flickr.com/4089/4837608919_fb99082ca1.jpg" width="500" height="443" alt="STFixes802" /><br><br>
Download the hotfix. You can then follow the instructions in the TechNote (with some additional information provided by my experience with these instructions):<br><br>
1. Stop the Sametime server<br><br>

2. Backup the following directory:<br>
..Data\domino\html\sametime<br><br>

3. Copy the contents of the data directory from the zip file into the Data directory on the Sametime server overwriting files which already exist<br><br>
<b>About the "copy:"</b> Open the ZIP file, copy the files in the separate folders within the ZIP file, DO NOT simply copy the contents of the ZIP file to your Sametime server. If you do, refer back to Number 2, above (I <b>really</b> hope you did a backup before moving along). Each folder in the ZIP file has several files, those are the files you need to copy to your Sametime server, using the folder names as reference to where the files are to be dropped.<br><br>
4. If the previous step did not overwrite files, the copy was not done to the correct location<br><br>

5. Edit the the following files:<br>

..\Lotus\Domino\data\domino\html\sametime\stappletver.txt<br> 
..\Lotus\Domino\data\domino\html\sametime\strequiredmrcversion.txt<br><br> 

Increment the STMRC_Version_Java2 value in both files. <br><br>

For example, in the 8.0.2 resigned version (after following <a href="http://www.ibm.com/support/docview.wss?rs=899&uid=swg21385734">Technote 1385734</a>) it is as follows: <br><br>

STMRC_Version_Java2 = 8.00.02.133<br><br>

Increment the least significant value by one:<br><br>

STMRC_Version_Java2 = 8.00.02.134<br><br>
For the stappletver.txt file, it looks similar to this:<br><br>
<img src="http://farm5.static.flickr.com/4092/4837608961_f514d167bc.jpg" width="500" height="136" alt="stappletver" /><br><br>
The highlighted line has been incremented by 1, from 8.00.01.64 to 8.00.01.65.<br><br>
The strequiredmrcversion.txt file looks similar to this:<br><br>
<img src="http://farm5.static.flickr.com/4089/4838220974_947091e7e0.jpg" width="320" height="85" alt="strequiredmrcversion" /><br><br>
The only line in this file, above, has been incremented from 8.00.01.64 to 8.00.01.65.<br><br>

6. Start the Sametime server<br><br>
The second Technote, <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21428715">"Java has discovered application components that could indicate a security concern" when accessing stlinks</a>, has you changing a Java security setting. Open Control Panel, Java Control Panel. Click on the Advanced Tab. Change the Security - Mixed mode (sandboxed vs. trusted) security verification setting from "Enable - show warning if needed" to "Enable - hide warning and run with protections."<br><br>
<img src="http://farm5.static.flickr.com/4085/4837608845_791c3afa6e.jpg" width="351" height="330" alt="javacontrolpanel" /><br><br>
After applying the hotfix, editing two files, and changing your Java Control Panel, all users should now be able to access Sametime Meetings without any issue.<br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21428715">"Java has discovered application components that could indicate a security concern" when accessing stlinks</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21427060">"Java has discovered application components that could indicate a security concern" when attending Sametime classic meeting</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/"SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br><br>]]></content:encoded><pubDate>Wed, 28 Jul 2010 12:19:14 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=8DC0873A0CB672688525776E0059A8E5</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=8DC0873A0CB672688525776E0059A8E5</wfw:comment></item><item><title>SnTT: Running 32-bit or 64-bit Domino? How Can You Tell?</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-8773RU</link><description><![CDATA[ As my memory isn't the greatest, I may think that I have installed 64-bit Lotus Domino on a 64-bit operating system. But how can I tell for certain? Thankfully, you have two methods of determining this. First, the server console will display Server name: ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-8773RU</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-8773RU</guid><content:encoded><![CDATA[ As my memory isn't the greatest, I may think that I have installed 64-bit Lotus Domino on a 64-bit operating system. But how can I tell for certain? Thankfully, you have two methods of determining this. First, the server console will display <i><b>Server name:</i> Lotus Domino Server (64-bit)</b> at the top of the window. If that isn't enough, you can use a Server Statistic to display the version of Domino (this is my personal preference).<br><br>
At the Domino Server Console type:<br><br>
sh stat server.version.architecture<br><br>
Press enter.<br><br>
You will see a response similar to this:<br><br>
<img src="http://farm5.static.flickr.com/4102/4775482693_7af698eb5c.jpg" width="248" height="72" alt="Show Server Stat"></a><br><br>

Mystery solved.<br><br>

Why would you consider running 64-bit Domino on a 64-bit operating system? From the <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21296452">FAQ: 64-bit version of Domino</a>:<br><br>
<blockquote>The objective of 64-bit Domino is to provide memory relief for customers who today are experiencing problems such as crashes, or system hangs due to out of memory conditions. Several customers are experiencing such issues where memory limitations especially on Windows and AIX result in such problems. If you are currently running 32-bit Domino on AIX or Microsoft® Windows® 64-bit platforms, and you are experiencing low memory issues, then using 32- bit or 64- bit Domino on Windows 2003 64-bit relieves this memory issue. In the case of AIX, 64-bit Domino is required for relief.<br><br>

On Windows: 32-bit Domino on 64-bit Windows can obtain ~4GB of memory from the OS. 64-bit Domino on 64-bit Windows can obtain much more from the OS. <br><br>

On AIX: If you were constrained by memory segments running 32-bit Domino on 64-bit AIX, then 64-bit Domino can help with that constraint.<br><br>

Essentially, in 64-bit Domino, both OS memory limits and internal Domino memory limits have been greatly expanded, and this helps with memory issues that might be experienced with 32-bit Domino.</blockquote><br> 

Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21296452">FAQ: 64-bit version of Domino</a><br><br>
Link: <a href="http://support.microsoft.com/kb/827218/en-us">How to determine whether a computer is running a 32-bit version or 64-bit version of the Windows operating system</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21114965">How to determine if the operating system is running in 64 bit mode</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br><br>]]></content:encoded><pubDate>Thu, 8 Jul 2010 21:29:16 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=23B666E7BD6CB3EF8525775B000834C1</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=23B666E7BD6CB3EF8525775B000834C1</wfw:comment></item><item><title>SnTT: Resolving a Blacklist Issue</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-862VRL</link><description><![CDATA[ Not limited to only IBM Lotus Domino, one day you may be presented with an error message from a user. One sample of an error is:
Error transferring to foo.bar; SMTP Protocol Returned a Permanent Error 554 Service unavailable; Client host ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-862VRL</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-862VRL</guid><content:encoded><![CDATA[ Not limited to only IBM Lotus Domino, one day you may be presented with an error message from a user. One sample of an error is:<br><br><b>
Error transferring to foo.bar; SMTP Protocol Returned a Permanent Error 554 Service unavailable; Client host [127.0.0.1.mycompany.com] blocked by zen.spamhaus.org; http://www.spamhaus.org/query/bl?ip=127.0.0.1</b><br><br>
Another could be something similar to this:<br><br>
<b>Error transferring to mail.yourdomain.COM; SMTP Protocol Returned a Permanent Error 550 5.7.1 127.0.0.1 has been blocked by Spamhaus</b><br><br>
I think that if you work in messaging, the picture is becoming clear. Something is wrong with the IP Address of your outgoing SMTP server.<br><br>
To make sure that there is really something amiss in messaging land, a little research is needed. There are several sites to assist you, I will outline my favorites. No matter the sites that you choose, the outcomes will be similar.<br><br>
The first stop is <a href="http://www.trustedsource.org">TrustedSource</a>. Entering your outbound SMTP server's IP Address, or the IP Address associated with your MX record, in the site's search box, you may be presented with a screen similar to this:<br><br>
<center><img src="http://farm5.static.flickr.com/4002/4664933968_58f72cdaf8_b.jpg" width="645" height="375"></center><br><br>
This graphic really shows you that there may be problem. Your eyes should be drawn to the last few days of outgoing mail originating from your server's IP Address. While this is alarming, we should still take the analysis a little farther.<br><br>
Heading over to <a href="http://www.mxtoolbox.com">MXToolbox</a>, you enter your domain name in the search box:<br><br>
<center><img src="http://farm5.static.flickr.com/4037/4664309463_f50c40bfb3_o.jpg" width="425" height="250"></center><br><br>
and click the MX Lookup button. The results may look similar to this:<br><br>
<center><img src="http://farm5.static.flickr.com/4039/4664934100_57033de44f.jpg" width="500" height="165"></center><br><br>
Noticing that there is a link for "Blacklist Check," you click it. The results:<br><br>
<center><img src="http://farm5.static.flickr.com/4032/4664309315_f1a7825e45.jpg" width="500" height="374"></center><br><br>
Where your IP Address is shown to be on a blacklist, MXToolbox provides a link for more details. In this example, we click on the link for CBL:<br><br>
<center><img src="http://farm5.static.flickr.com/4056/4664934040_993cd45c49.jpg" width="500" height="309"></center><br><br>
The nice thing about the "Details" links are that when you click them, you are usually taken to the page that will help you get your IP Address off of the selected blacklist. While this will reduce your time searching for answers, it does not reduce the time required to have your IP Address actually removed from the blacklist. Expect, in most cases, 24-48 hours until it is removed. Not pleasant, I know.<br><br>
In this particular case, the work is still not done. Somewhere on the network is a workstation that, in my opinion, has been hijacked by a <a href="http://en.wikipedia.org/wiki/Botnet">"bot,"</a> and will require a thorough cleaning before it will be permitted to plug back into the network. However, the Messaging Administrator now has the tools to get mail flowing out to the internet, without bouncing back to the sender because the organization is on a <a href="http://en.wikipedia.org/wiki/DNSBL">blacklist</a>.<br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a><br><br>]]></content:encoded><pubDate>Wed, 2 Jun 2010 19:40:05 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=31C5B87D6F641226852577360082043A</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=31C5B87D6F641226852577360082043A</wfw:comment></item><item><title>SnTT: SMTP TLS on Domino</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-82ZM6Z</link><description><![CDATA[ As I have been getting quite a few referrers looking for SMTP TLS on Domino or Domino TLS, a friend has graciously provided this primer on enabling TLS with Domino. This post now fully peer reviewed and correct

For the purposes of illustration here, I have ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-82ZM6Z</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-82ZM6Z</guid><content:encoded><![CDATA[ As I have been getting quite a few referrers looking for SMTP TLS on Domino or Domino TLS, a friend has graciously provided this primer on enabling TLS with Domino.<br><br> <b><u>This post now fully peer reviewed and correct</u></b><br><br>

For the purposes of illustration here, I have used <u>192.168.0.1</u> to mean the <i>public</i> IP address of your Domino SMTP/mail router server, <u>domino.company.example</u> to mean your Domino server's <i>fully qualified host name</i> and keyfile.kyr to mean the <i>keyring file</i> used for TLS.<br><br>

Using SMTP TLS (Transport Layer Security) on Domino is very simple. I have broken down the process into 5 steps:<ol>

<li><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-82ZM6Z#dns">DNS set up</a><br>
<li><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-82ZM6Z#firewall">Firewall config</a><br>
<li><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-82ZM6Z#keyring">Keyring file creation</a><br>
<li><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-82ZM6Z#server">Domino server configuration</a><br>
<li><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-82ZM6Z#testing">Testing</a></ol><p>

<p><a name="dns"></a><b><u>1. DNS Set Up</u></b><br><br>

Before you start, you will need correct forward and reverse pointing for your Domino server. domino.company.example should have a host A record in public DNS pointing to 192.168.0.1 and 192.168.0.1 should have a PTR record pointing to domino.company.example.<br><br>

When an SSL certificate is issued it will be issued bearing the fully qualified host name of your server and you will need to take steps to prove to the CA that the server is yours to secure. These steps include having correct DNS pointing and may well include others such as providing details of your company registration. Some CAs will verify your claim to secure domino.company.example by correlating the domain name registration with your company name and Dun &amp; Bradstreet reference for example.<br><br>

If you can't set up correct DNS for whatever reason, give up now and address that issue first.<br><br>

<a name="firewall"></a><b><u>2. Firewall Config</u></b><br><br>

SMTP TLS uses TCP port 465. In addition to the other ports you have open at the firewall, you will need to open TCP/465 inbound to <u>and</u> outbound from domino.company.example.<br><br>

If you have one of those firewalls that interferes with SMTP (example: Pix fixup), turn that off now (not the firewall, just the fixup or equivalent). Fixup and like firewall tomfoolery will prevent the use of EHLO by any SMTP client that connects. No EHLO, no TLS.<br><br>

<a name="keyring"></a><b><u>3. Keyring File Creation</u></b><br><br>

If you already have an SSL certificate for domino.company.example (for HTTPS for example), you can <a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-82ZM6Z#server">skip this part</a>. <br><br>

To use TLS, you will need an SSL certificate on a keyring file. This keyring file is exactly the same as one used for other web security duties such as secure web access and is obtained the same way.<br><br>

Open the <i>Server Certificate Admin</i> database on your server (typically certsrv.nsf) or create one from the template if none exists. Click <i>Create Keyring File.</i><br><br>

<center><img src="http://farm5.static.flickr.com/4026/4387768784_85e0cd3169.jpg" width="315" height="500" alt="createkyr" /></center><br>

<p>Here, <i>Common Name</i> means the fully qualified host name of your Domino server. <i>Organisation</i> should match whatever details exist in your domain registration. <i>State</i> should be the two letter abbreviation for your state if in the US, otherwise your region, province or whatever. British readers take note: <i>Country</i> is GB for Great Britain, NOT UK!<br><br>

Click &quot; Create Key Ring&quot;.<br><br>

This will create two files, keyfile.kyr and keyfile.sth in the Domino root data directory. keyfile.kyr is the key ring and keyfile.sth is the stash file which holds the keyring password, hashed.<br><br>

Now click <i>Create Certificate request.</i><br><br>

<center><img src="http://farm5.static.flickr.com/4059/4387768724_69d859594a_o.gif" width="410" height="457" alt="createcsr1" /></center><br>

<p>Click the <i>Create Certificate request</i> button:<br><br>

<center><img src="http://farm3.static.flickr.com/2423/4387768766_dae1cd6ff4_o.gif" width="500" height="407" alt="createcsr2" /></center><br>

<p>You will need to copy and paste the entire certificate request from this screen into either an email to your certificate authority or their web form if they have one. If you are looking for an authority to use, I still recommend <a href="https://www.digi-sign.com/">Digi-Sign</a>.<br><br>

Depending on how efficient your chosen CA is you should shortly receive back a certificate to be installed on the keyring. They may also send one or more trusted roots. If they do, you will need to install those on the keyring first.<br><br>

To install trusted roots, click &quot;Install Trusted Root Certificate into Keyring&quot;:<br><br>

<center><img src="http://farm5.static.flickr.com/4030/4387768850_473c7ba156_o.gif" width="482" height="398" alt="mergetrustedroot" /></center><br>

<p>Here, File Name is the full path to the trusted root certificate file you have been sent and which you have dropped into the local file system temporarily. Repeat this step for all trusted roots you have been sent.<br><br>

Now you can install your new certificate. Click &quot;Install Certificate Into Keyring&quot;<br><br>

<center><img src="http://farm3.static.flickr.com/2773/4387008393_98ab57b924_o.gif" width="482" height="234" alt="installcert" /></center><br>

<p>Here, File Name is the full path to the certificate for domino.company.example which you have dropped into the local file system temporarily.<br><br>

That's it. You're done. You now have a keyring file containing an SSL certificate valid for domino.company.example and you can go ahead and modify server settings to use it.<br><br>

<a name="server"></a><b><u>4. Domino Server Configuration</u></b><br><br>

<p>Edit the Server Config document for domino.company.example. On the Router/SMTP / Advanced / Commands and Extensions tab, ensure that <i>SSL negotiated over TCP/IP port:</i> is set to <i>Enabled.</i> (Housekeeping tip: disable all the extensions you don't need while you're there.)<br><br>

<center><img src="http://farm5.static.flickr.com/4028/4387768708_256acfbc2f_o.gif" width="285" height="218" alt="configenablessl" /></center><br>

<p>Now edit the server document for domino.company.example.<br><br>

<u>Pay close attention now!</u> Even if your server uses Internet Site documents, you must temporarily set &quot;Load Internet configurations from Server\Internet Sites documents:&quot; on the &quot;Basics&quot; tab to <i>Disabled.</i> There is no need to save the server document in this state, but only by disabling Internet Site documents will you expose this part of the server document form on the <u>Ports/Internet Ports tab</u>. Select the Ports/Internet Ports tab now.<br><br>

<center><img src="http://farm3.static.flickr.com/2687/4387768892_22597135bb_o.gif" width="278" height="120" alt="serverdoc2" /></center><br>

<p>Every other type of Internet site has individual settings for SSL on an Internet Site document BUT outbound mail routing via SMTP does not. This is where you tell your server what keyring to use for outbound SMTP TLS. Enter the name of your new keyring file there, then go back to the <i>Basics</i> tab and re-enable Internet Sites if you need to.<br><br>

Now you can go back to the Ports/Internet Ports tab. You will see that the SSL settings portion of the form has now been hidden. Set Mail (SMTP Inbound) and Mail (SMTP Outbound) like this:<br><br>

<center><img src="http://farm5.static.flickr.com/4050/4387008449_75a2caba60_o.gif" width="500" height="139" alt="serverdoc1" /></center><br>

<p>Save the server document.<br><br>

If you are not using Internet Site documents, you're done. Otherwise open your inbound SMTP Site document and configure the security tab like so:<br><br>

<center><img src="http://farm5.static.flickr.com/4053/4387768804_1df1686afd_o.gif" width="273" height="349" alt="inboundsitedoc" /></center><br>

<p>Make sure the correct keyring file name is there. If you plan to use authentication, you can enable the <i>Name &amp; Password</i> options. Otherwise leave them off.<br><br>

Now you're done.<br><br>

<a name="testing"></a><b><u>5. Testing</u></b><br><br>

<p>Restart the <i>router</i> and <i>SMTP</i> tasks.<br><br>

To verify that inbound SMTP TLS is working you can set a notes.ini variable <b>SSL_Trace_Keyfileread=1</b>. This will log keyfile reads to the console.<br><br>

Telnet into port 25 of domino.example.com. Type <b>EHLO whatever</b> after the greeting. You should see something like this:<br><br>

<pre>220 domino.company.example ready at Thu, 25 Feb 2010 12:14:35 +0000
ehlo whatever
250-domino.company.example Hello whatever ([10.0.100.11]), pleased to meet you
250-TLS
250-STARTTLS
250 SIZE</pre><br>

<p>The exact make-up of this may vary but you should see at least 250-TLS and 250-STARTTLS.<br><br>

Now enter STARTTLS. You should see something like this at the Domino console:<br><br>

<pre>02/25/2010 12:14:55.77 [078C:0029-0988] ReadKeyfile> Recovering password from stash file
02/25/2010 12:14:56.07 [078C:0029-0988] ReadKeyfile> Password is password
02/25/2010 12:14:56.07 [078C:0029-0988] ReadKeyfile> Reading keyfile c:\lotus\domino\data\keyfile.kyr
02/25/2010 12:14:56.09 [078C:0029-0988] ReadKeyfile> Looking for trusted roots
02/25/2010 12:14:56.19 [078C:0029-0988] ReadKeyfile> Found trusted roots
02/25/2010 12:14:56.19 [078C:0029-0988] ReadKeyfile> Exit status = 0
02/25/2010 12:14:56.19 [078C:0029-0988] ReadKeyfile> Recovering password from stash file
02/25/2010 12:14:56.19 [078C:0029-0988] ReadKeyfile> Password is password
02/25/2010 12:14:56.19 [078C:0029-0988] ReadKeyfile> Reading keyfile c:\lotus\domino\data\keyfile.kyr
02/25/2010 12:14:56.19 [078C:0029-0988] ReadKeyfile> Looking for cert chain
02/25/2010 12:14:56.23 [078C:0029-0988] ReadKeyfile> Got cert chain
02/25/2010 12:14:56.23 [078C:0029-0988] ReadKeyfile> Exit status = 0
02/25/2010 12:14:56.23 [078C:0029-0988] ReadKeyfile> Recovering password from stash file
02/25/2010 12:14:56.23 [078C:0029-0988] ReadKeyfile> Password is password
02/25/2010 12:14:56.23 [078C:0029-0988] ReadKeyfile> Reading keyfile c:\lotus\domino\data\keyfile.kyr
02/25/2010 12:14:56.23 [078C:0029-0988] ReadKeyfile> Looking for private key
02/25/2010 12:14:56.23 [078C:0029-0988] ReadKeyfile> Decoding keys
02/25/2010 12:14:56.27 [078C:0029-0988] ReadKeyfile> Keys decoded
02/25/2010 12:14:56.27 [078C:0029-0988] ReadKeyfile> Exit status = 0</pre><br>

<p>Things to look out for: Correct keyring file is being used. Password is found. Exit status is 0.<br><br>

Testing outbound is less straightforward. You need to wait until the Domino server encounters an external host which offers TLS. When one does, your server will attempt to negotiate a secure channel and you will see a similar SSL keyfile read debug trace at the Domino console.<br><br>

Remember to set notes.ini <b>SSL_Trace_Keyfileread=0</b> when you have finished.<br><br>

Finished. That wasn't difficult or expensive and it does offer some real security benefit where the supposed security benefits of many other common practices around Internet mail are wholly illusory.<br><br><br>
<p>Technorati Tag: <a href="http://technorati.com/tag/show-n-tell+thursday" rel="tag">Show-n-Tell Thursday</a>  <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a><br><br>]]></content:encoded><pubDate>Thu, 25 Feb 2010 11:20:43 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=966A129E579C6DFF852576D50059D99A</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=966A129E579C6DFF852576D50059D99A</wfw:comment></item><item><title>SnTT: Accessing Archives on USB Hard Drives or: Watch for .acl files</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-82KL42</link><description><![CDATA[ An interesting issue occured after upgrading Notes and Domino to 8.5.1. The Notes clients and the Domino server were upgraded without any issues. However, most users were archivnig their mail to a shared 1TB USB hard drive hanging off of a server. At first, ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-82KL42</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-82KL42</guid><content:encoded><![CDATA[ An interesting issue occured after upgrading Notes and Domino to 8.5.1. The Notes clients and the Domino server were upgraded without any issues. However, most users were archivnig their mail to a shared 1TB USB hard drive hanging off of a server. At first, everythiing was fine, from opening the archives to moving mail into them. Then, a few people would report that they were receiving an error message when they tried to either open their archive or add documents to it:<br><br>
<a href="http://www.flickr.com/photos/geldred/4348972378/" title="Lotus Archive on USB Drive Message by geldred61, on Flickr"><img src="http://farm3.static.flickr.com/2702/4348972378_d355e4fc08_o.jpg" width="489" height="182" alt="Lotus Archive on USB Drive Message" /></a><br><br>
Short term fix was to restart the Domino server, which allowed the users to access their data. However, that was not an optimal solution and it only allowed access for a short time before the error message would appear again.<br><br>
What seems to have resolved this issue was to unplug the USB hard drive's power, while keeping it connected to the server. Then, attaching the power. The "lock" on the files appears to have been removed.<br><br>
Once it appeared that the issue was resolved, a quick look through IBM Lotus TechNotes revealed that there may have been Directory ACL files associated with the archives. While I did not check for these, if you are having a similar issue, you can use the Adminisration Client to see who has access. Go to the Files tab and select a database. Right click on the file, then select "Manage Directory ACL." You will be presented with a list of people who can access the database. By deleting the ".acl" file, you are removing this setting. You can delete these files while the Domino server is running. Restart the Administration Client to have it update this information.<br><br>
Link: <a href="http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=/com.ibm.help.domino.admin.doc/DOC/H_RESTRICTING_ACCESS_TO_A_SERVER_S_DATA_DIRECTORY_9393.html">Restricting access to a server's data directory</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21328461">Directory ACL lock icon will never disappear even after ACL has been cleared</a><br><br>
Lnk: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21195146">User is unable to see a mail folder on a Domino server</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21305824">"You are not authorized to perform that operation" when accessing a directory link in Lotus Notes</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a><br><br>
 
 
 

]]></content:encoded><pubDate>Thu, 11 Feb 2010 10:24:45 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=DF90F95B1A00FFDA852576C70054B4F9</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=DF90F95B1A00FFDA852576C70054B4F9</wfw:comment></item><item><title>SnTT: When Deny Lists Don&apos;t Work</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7Z8NZU</link><description><![CDATA[ This is not my tip, it comes from an experienced Domino Administrator that discovered a little unwelcome surprise when simply adding an individual to a Deny Access List.
 If you use the "Deny Access Group" to lockout disgruntled employees - you may be ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7Z8NZU</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7Z8NZU</guid><content:encoded><![CDATA[ This is not my tip, it comes from an experienced Domino Administrator that discovered a little unwelcome surprise when simply adding an individual to a Deny Access List.<br><br>
<blockquote> If you use the "Deny Access Group" to lockout disgruntled employees - you may be surprised to learn that it only denies access to *new* sessions. Pre-existing sessions remain active. And you must use the "Drop" command to force the user from all servers where a session may be active.<br><br>

So if you have the following scenario, as i did, you may get a surprise.<br>
<ol>
<li>Manager B asks that "Dave" be address to the Deny Access list at 4pm Thursday night. Because at 9am Friday morning he is going to be asked to clean out his desk
<li>at 4pm your admin dutifully adds Dave to the list - replicates the list to all servers and heads home.
<li>at 10am Friday - you get an angry call - asking how Dave could send email when he was supposed to be locked out!
<li>You look at the server log - and see a lot of entries showing "Dave has been denied access to server" (so obviously the Deny Access is working, right?)
<li>You look in Dave's mail file and see in the "database usage" and in the Sent messages tab - that Dave has been creating mail just fine since he was told he was being let go...
<li>Then after a couple weeks of working with Lotus Technical Support - you finally get to the person who knows the answer (which is not documented in the Admin Manual)
</ol>
Here's what happened....<br>
<ul>
<li>Dave never closes his mail file or shutdowns down his PC
<li>Dave has his refresh in-box interval cranked up to 10-15 minutes 
<li>Dave's refresh inbox interval defeats the idle session time-out
<li>When Dave comes back to his desk in the morning - his original Notes ( pre-pink slip) session is still open and functioning
<li>he only gets a failure when he tries to access the Domino Directory or any other resource (these are the deny access messages noted in the log).
<li>he can compose and send mail just fine as long as he manually addresses the sendto: (which he does with great enthusiasm/anger)
</ul><br>
Lesson Learned:<br><ol>
<li>add Dave to Deny Access List
<li>edit the acl in Dave's Mail File
<li>at 4pm go to console, enter "drop dave/acme" (without the quotes)
<li>repeat at each server (just to be sure)
<li>send note to manager indicating that all reasonable measures have been taken.
</ol></blockquote><br>
Thanks, AJ.<br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><be><br>
]]></content:encoded><pubDate>Wed, 30 Dec 2009 12:54:53 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=9823053CAF985CD98525769C006270A0</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=9823053CAF985CD98525769C006270A0</wfw:comment></item><item><title>SnTT - Domino HTTP Task Cannot Bind to Port 80</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7YM6LF</link><description><![CDATA[ Performed an upgrade of a Domino server today, from Release 6.5.6 to 8.5.1. Everything was going well until I discovered that the HTTP task wasn't loading. Manually entering load http gave me the error:
HTTP Server: Error - Unable to Bind , port 80, port may ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7YM6LF</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7YM6LF</guid><content:encoded><![CDATA[ Performed an upgrade of a Domino server today, from Release 6.5.6 to 8.5.1. Everything was going well until I discovered that the HTTP task wasn't loading. Manually entering <b>load http</b> gave me the error:<br><br>
HTTP Server: Error - Unable to Bind <IP Address>, port 80, port may be in use<br><br>
Was IIS running on the server? No. Was there some other process grabbing port 80? A <b>netstat -anb</b> in a Windows command window didn't reveal anything. What about a TechNote? I did <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21312902">find one</a> that seemed to fit the issue:<br><br>
<blockquote>Domino 8 tests for and returns an error for a misconfiguration of the Server document. Domino 7 did not test for this condition.<br><br>
If the "Host name(s)" field in the Server document > Internet Protocols > HTTP tab contains both an IP Address and server name when "bind to host name" is enabled, then an error occurs because you do not need to specify both an IP and server name in that field. Only one value is required.</blockquote><br>
Confirmed that there was only one value in the field, as the "bind to host name" was enabled.<br><br>
The curious thing was that restarting the HTTP task sometimes returned another error:<br><br>
HTTP Server: Error - Unable to Bind port 80, port may be in use or user needs net_privaddr privilege<br><br>
In a moment of clarity, I decided to Google the problem. Not quite the first hit, but within the top 5, was <a href="http://www.geniisoft.com/showcase.nsf/archive/20090525-0942">a post by Ben Langhinrichs</a>. Looking at the server, I noticed that they were running AVG 8. And I finally put it all together. Following Ben's advice, I modified AVG's Web Shield - Web Protection to <b>not</b> scan ports 80 and 8080, restarted the Domino HTTP task, and notified the client that iNotes was now available.<br><br>
Thanks, Ben, for a great post.<br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21312902">Error after upgrade: "HTTP Server: Error - Unable to Bind ... port may be in use"</a><br><br>
Link: <a href="http://www.geniisoft.com/showcase.nsf/archive/20090525-0942">Ben Langhinrichs: Solution to 'Cannot bind port 80' error caused by AVG</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a><br><br>]]></content:encoded><pubDate>Thu, 10 Dec 2009 22:54:12 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=CACA3DFBAE5EFA1A852576890015877A</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=CACA3DFBAE5EFA1A852576890015877A</wfw:comment></item><item><title>SnTT - Resolving Two &quot;Annoyances&quot; for Notes Mail Users</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7YEL2W</link><description><![CDATA[ For the most part, upgrading from Lotus Notes 6.5.x or 7.x to Lotus Notes 8.5.x is painless for the users. However, in my travels, I have spent time resolving the same two "issues" for several organizations. Granted, a little training, setting of ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7YEL2W</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7YEL2W</guid><content:encoded><![CDATA[ For the most part, upgrading from Lotus Notes 6.5.x or 7.x to Lotus Notes 8.5.x is painless for the users. However, in my travels, I have spent time resolving the same two "issues" for several organizations. Granted, a little training, setting of expectations, or a small Notes 8.5.x pilot group would go a long way in alleviating these "issues," however time can be precious. To that end, here are the two things that I find myself adjusting.<br><br>
First, images do not display in HTML mail.  An example of this is:<br><br>
<img src="http://farm3.static.flickr.com/2719/4157485501_cd70c71676.jpg" width="500" height="340" alt="Displaying Images in HTML Mail" /><br><br>
In order for you to see the images, you have to click on "Show images:"<br><br>
<img src="http://farm3.static.flickr.com/2620/4157520731_5a6bcc67db_o.jpg" width="456" height="104" alt="displayimage3" /><br><br>
And then your mail message looks like this:<br><br>
<img src="http://farm3.static.flickr.com/2565/4157940817_8017b51c6e.jpg" width="500" height="320" alt="displayimage4" /><br><br>
The reason for this action is to help protect the user from image viruses.<br><br>
To resolve this "problem," simply have the user click on File - Preferences - Mail - Internet. Then, under the section "Image Security", you can use the checkbox to enable or disable this feature:<br><br>
<img src="http://farm3.static.flickr.com/2609/4158257988_57eda3a0e2_o.jpg" width="428" height="64" alt="Image Security" /><br><br>
If you are packaging a Notes install, you can change this using a notes.ini setting, NoDelayedRemoteImages:<br>
To disable the option, set the parameter to 0: NoDelayedRemoteImages=0.<br>
To enable the option, set the parameter to 1: NoDelayedRemoteImages=1.<br><br>
The second "issue" requires the Domino Designer to resolve. When an internet message is received, the recipient is not shown the sender address details. To view them, you have to click "Show details:"<br><br>
<img src="http://farm3.static.flickr.com/2642/4157582329_72892c5188.jpg" width="500" height="63" alt="showdetails" /></a><br><br>
Once clicked, the user now sees:<br><br>
<img src="http://farm3.static.flickr.com/2524/4157589269_e81272aa38_o.jpg" width="600" height="123" alt="showdetails2" /></a><br><br>
I find this nice and clean. But, at times, I am in the minority. So, if you have people that prefer to see the details for all of their internet messages, break out your Domino Designer and let's go "fix" this. By the way, if more people than not want this ffeature, it would be best if you modified the mail template or, better, created a new template for only those that want this functionaility. Finally, it won't take long to make this change<br><br>
First, in Domino Designer, open the mail file. Then, select Forms - Message - Objects panel and open "Memo (Form)." Finally, in the QueryOpen of the Memo form, add the following two lines (in <i>italics</i>):
<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
</style>
<pre><div class=lotusscript>
<font class=ls-statement>If</font> source<font class=ls-operator>.</font>InPreviewPane <font class=ls-statement>Then</font> <font class=ls-statement>Exit</font> <font class=ls-statement>Sub</font>
<font class=ls-comment>'*********************************************</font>
<font class=ls-comment>'Begin Quota Checking Code</font>
<font class=ls-comment>'*********************************************</font>
<font class=ls-statement>Dim</font> check_quota <font class=ls-keyword>As</font> <font class=ls-keyword>Integer</font>
<font class=ls-statement><i>Dim</font> session <font class=ls-keyword>As</font> <font class=ls-keyword>New</font> <font class=ls-class>NotesSession</font>
<font class=ls-function>Call</font> session<font class=ls-operator>.</font>SetEnvironmentVar<font class=ls-operator>(</font><font class=ls-quote>"mHeaderDetails"</font><font class=ls-operator>,</font>1<font class=ls-operator>)</font></i>
check_quota <font class=ls-operator>=</font> <font class=ls-constant>False</font> 
</div></pre>

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif; BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This LotusScript was converted to HTML using the <b><i>ls2html</i></b> routine,<br>provided by Julian Robichaux at <a href="http://www.nsftools.com" target="_blank">nsftools.com</a>.</center></div><br><br>
Remember, if a majority of your mail users prefer to <b>not</b> click "Show details," seriously consider making this change to the mail template.<br><br>
And document this change. :-)<br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a><br><br>]]></content:encoded><pubDate>Fri, 4 Dec 2009 10:22:59 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=DD9542E8ED2184918525768200549385</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=DD9542E8ED2184918525768200549385</wfw:comment></item><item><title>SnTT: Starting the Domino 8.5 Console - Notes.INI Setting</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7XQL75</link><description><![CDATA[ If you are new to Domino 8.5.x, you have discovered that when Windows starts the Domino Service, you are no longer presented with the Domino console. In order to view to console, you have to launch the Domino Console application (usually sitting right there ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7XQL75</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7XQL75</guid><content:encoded><![CDATA[ If you are new to Domino 8.5.x, you have discovered that when Windows starts the Domino Service, you are no longer presented with the Domino console. In order to view to console, you have to launch the Domino Console application (usually sitting right there on the Desktop).<br><br>

When you first install, or upgrade, your Domino server, the Domino console application will launch without an issue. However, I have found that after a restart, the Domino console will not launch, as it presents you with a dialog box stating that it can't find the server or that the IP Address is wrong. This is probably my fault; something I have done (or not done). When I was presented with the dialog box, I had to enter two lines into the Notes.INI of the server in order to get the Domino console to start.<br><br>

For the sake of this post, let's say that you have only one Domino server running on a Windows Server and it is on IP Address 192.168.1.100. Add these two lines to the Notes.INI:<br>
TCPIP_TCPIPAddress=192.168.1.100<br>
TCPIP_ControllerTCPIPAddress=192.168.1.100<br><br>

A restart of the server is not necessary for these entries and once entered, the Domino 8.5.x console will start.<br><br>

Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a><br><br>]]></content:encoded><pubDate>Fri, 20 Nov 2009 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=4879F9FF59CC84FF8525766C0055263B</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=4879F9FF59CC84FF8525766C0055263B</wfw:comment></item><item><title>SnTT: Running Notes 8.5.1 on Microsoft Terminal Server 2008 64-bit</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7XP4TV</link><description><![CDATA[ A customer purchased a big, bad Windows Terminal Server 2008 64-bit. Among the applications to be deployed on the platform was supposed to be Lotus Notes Release 8.5.1. When asked about this, the first thing I did was search the TechNotes. That research ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7XP4TV</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7XP4TV</guid><content:encoded><![CDATA[ A customer purchased a big, bad <a href="http://www.microsoft.com/windowsserver2008/en/us/rds-vdi.aspx">Windows Terminal Server 2008</a> 64-bit. Among the applications to be deployed on the platform was supposed to be <a href="http://www-01.ibm.com/software/lotus/products/notes/">Lotus Notes Release 8.5.1</a>. When asked about this, the first thing I did was search the TechNotes. That research resulted in <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21196881">this</a>:<br><br>
<blockquote><b>Question</b><br>
Is the Lotus Notes client supported on Microsoft Windows Server 2003 or Windows Server 2008 Terminal Services? You are unclear as to whether Lotus Notes clients are supported in a Terminal environment on Windows Terminal server without Citrix MetaFrame installed. In this scenario, the Notes client would be installed on a Windows 2003 terminal client and on Windows Server 2003 Terminal Services. <br><br>
<b>Answer</b><br>
No, the Notes client is not designed or supported to run in this scenario (using a Windows Terminal client and Windows Server Terminal Services). A Notes client can run on a Windows 2003 or 2008 Terminal Server only if Citrix MetaFrame is used as well. While Windows Server Terminal Services emulation with Lotus Notes can work, this configuration is not supported.</blockquote><br>
A correct assumption would be that Citrix MetaFrame was not being used.<br><br>
As the network administrator was attempting to determine how to workaround this "setback," I continued to search for possible answers on <a href="http://planetlotus.org">PlanetLotus</a> and the <a href="https://www.ibm.com/developerworks/lotus/community/">Forums</a>. In the Notes/Domino 8.5 Forum, I found, and turned over to the network administrator, <a href="http://www-10.lotus.com/ldd/nd85forum.nsf/DateAllThreadedWeb/D169C4F4BE018B2485257663004B2398?opendocument">this</a> (somewhat edited from the original):<br><br>
<blockquote>1) After installing 8.5.1, search for the notes,ini and it should not appear in the windows folder. Delete it if you found it there.<br><br>
2) The notes.ini file should appear in c:\documents and settings\All users\application data\lotus\notes\data\ and the content in it should be: (please note the actual path should be according to your environment)<br><br>

[Notes]<br>
KitType=1<br>
SharedDataDirectory=C:\Documents and Settings\All Users\Application Data\Lotus\Notes\Data\Shared<br>
InstallType=6<br>
<br>
3) edit the following registry entries:<br>
[HKLM\Software\Lotus\Notes\DataPath] Remove the value.<br>
[HKLM\Software\Lotus\Notes\MultiUser] Change the value from 0 to 1.<br>
[HKLM\Software\Lotus\Notes\8.0\DataPath] Remove the value.<br>
[HKLM\Software\Lotus\Notes\8.0\MultiUser] Change the value from 0 to 1.</blockquote><br>
Moments later, I was confronted by a very happy administrator, as he had Notes 8.5.1 running successfully on Microsoft Terminal Server. The downside is that there will probably be no support from Lotus for this configuration. <br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21196881">Is Lotus Notes supported on Windows Terminal Services?</a><br><br>
Link: <a href="http://www-10.lotus.com/ldd/nd85forum.nsf/DateAllThreadedWeb/D169C4F4BE018B2485257663004B2398?opendocument">Notes/Domino 8.5 Forum: Yew Lee Yong: 8.5.1 works in Terminal Server 2003 32/64 bit</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br><br>]]></content:encoded><pubDate>Tue, 10 Nov 2009 21:23:42 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=4B632D60FD2C44FE8525766B000D2F95</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=4B632D60FD2C44FE8525766B000D2F95</wfw:comment></item><item><title>SnTT: Using &apos;Run on Behalf&apos; Agents to Access Data Where One User Doesn&apos;t Have Reader Rights</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7WMJEV</link><description><![CDATA[ Let's welcome a guest blogger for today's Show-n-Tell Thursday, Branimir Ćorluka. He will show us how a "Run on Behalf" agent can allow one user to see data to which he does not have access, so that the same user can complete a task.

There may be a ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7WMJEV</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7WMJEV</guid><content:encoded><![CDATA[ Let's welcome a guest blogger for today's Show-n-Tell Thursday, <a href="http://www.linkedin.com/in/branimircorluka">Branimir Ćorluka</a>. He will show us how a "Run on Behalf" agent can allow one user to see data to which he does not have access, so that the same user can complete a task.<br><br>

There may be a situation where a user needs to compare or check some data that is located in documents on which the user does <b>not</b> have reader rights. This may occur fairly regularly in the course of a day, especially where one person is responsible for an administrative task.<br><br>
For example, one user enters data in a time sheet document for all the employees in his department. He picks a category (vacation, trip, sick) for each working day. When an employee goes to visit a customer, that employee creates a travel document. In this document are the facts about the trip (duration, expenses ...). It makes sense that the user that fills the time sheet does not have access to the travel details. But when the user saves the time sheet he should be warned if the data that he has filled in does not match the data from the travel document (for example, the hours worked may be different, due to travel duration, or some other circumstance). <br><br> 

There is a handy agent option, introduced in Lotus Notes and Domino Release 6, that can resolve this issue. It is called "Run on behalf of" and it allows you to specify on whose authority this agent can run. The agent property looks like this:<br><br>
<img src="http://farm3.static.flickr.com/2497/3993740464_1d380c67f4_o.jpg" width="310" height="135" alt="BC1" /><br><br>
It allows developers to execute the code under someone else's rights. It seems simple, right? It is as long the agent's trigger is set to scheduled or we invoke the agent via @Command([ToolsRunMacro];"").  However, it gets tricky when the trigger is "On event" and we already have some LotusScript code in the event which should trigger the agent. It is natural then to use the NotesAgent class and its method Run. The trouble with that is we cannot interact with the user; no Messagebox, no Print statement. <br><br>

Lotus Designer Help says:<br>
"The user cannot interact directly with a called agent. User output goes to the Domino log." <br><br>

So there is no way to display the results? Actually there is, but we need a work-around.<br><br>

First we need to create a form with one field on it, in this example I will call the form "msForm" and the field "body." Place the following code in the QueryOpen event:<br><br>
<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
</style>
<pre><div class=lotusscript>
<font class=ls-statement>Sub</font> Queryopen<font class=ls-operator>(</font>Source <font class=ls-keyword>As</font> <font class=ls-class>Notesuidocument</font><font class=ls-operator>,</font> Mode <font class=ls-keyword>As</font> <font class=ls-keyword>Integer</font><font class=ls-operator>,</font> Isnewdoc <font class=ls-keyword>As</font> <font class=ls-keyword>Variant</font><font class=ls-operator>,</font> Continue <font class=ls-keyword>As</font> <font class=ls-keyword>Variant</font><font class=ls-operator>)</font>
	<font class=ls-function>Messagebox</font> source<font class=ls-operator>.</font>Document<font class=ls-operator>.</font>body<font class=ls-operator>(</font>0<font class=ls-operator>)</font>
	continue <font class=ls-operator>=</font> <font class=ls-constant>False</font>
<font class=ls-statement>End</font> <font class=ls-statement>Sub</font>
</div></pre>

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif; BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This LotusScript was converted to HTML using the <b><i>ls2html</i></b> routine,<br>provided by Julian Robichaux at <a href="http://www.nsftools.com" target="_blank">nsftools.com</a>.</center></div><br><br>
This piece of code shows a Messagebox to the user with the content of the body field. Then it stops the form from opening.<br><br>

Now, we need to create a "Run on behalf of ..." agent. The runtime properties of the agent should be set to On Event, Agent list selection and None. With the following code in the declarations section.<br><br>
<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
</style>
<pre><div class=lotusscript>
<font class=ls-statement>Class</font> ShowNoAccesData
	
	<font class=ls-keyword>Private</font> msDoc <font class=ls-keyword>As</font> <font class=ls-class>notesdocument</font>
	
	<font class=ls-statement>Sub</font> <font class=ls-keyword>New</font><font class=ls-operator>(</font>message <font class=ls-keyword>As</font> <font class=ls-keyword>String</font><font class=ls-operator>)</font>
		<font class=ls-statement>Dim</font> s <font class=ls-keyword>As</font> <font class=ls-keyword>New</font> <font class=ls-class>NotesSession</font>
		<font class=ls-statement>Dim</font> db <font class=ls-keyword>As</font> <font class=ls-class>notesdatabase</font>
		<font class=ls-statement>Set</font> db <font class=ls-operator>=</font> s<font class=ls-operator>.</font>currentdatabase
		<font class=ls-statement>Set</font> MsDoc <font class=ls-operator>=</font> db<font class=ls-operator>.</font>CreateDocument
		
		MsDoc<font class=ls-operator>.</font>Form <font class=ls-operator>=</font> <font class=ls-quote>"msForm"</font>
		MsDoc<font class=ls-operator>.</font>body <font class=ls-operator>=</font> message
		
		<font class=ls-statement>Dim</font> ws <font class=ls-keyword>As</font> <font class=ls-keyword>New</font> <font class=ls-class>notesuiworkspace</font>
		<font class=ls-function>Call</font> ws<font class=ls-operator>.</font>EditDocument<font class=ls-operator>(</font><font class=ls-constant>False</font><font class=ls-operator>,</font> msDoc<font class=ls-operator>)</font>
	<font class=ls-statement>End</font> <font class=ls-statement>Sub</font>
	
<font class=ls-statement>End</font> <font class=ls-statement>Class</font>
</div></pre>

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif; BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This LotusScript was converted to HTML using the <b><i>ls2html</i></b> routine,<br>provided by Julian Robichaux at <a href="http://www.nsftools.com" target="_blank">nsftools.com</a>.</center></div><br><br>
As you can see, the simple class, ShowNoAcces, data consists of a constructor whose argument is the message we need to show to the user.<br><br>
We create an instance of the document with the msForm we have created before, fill it with our data and open it in the UI. As you may recall, we won't allow this form to open. We will show the content of the form in the Messagebox and prohibit the opening of the form.<br><br>

The following code comes into the Initialize section of the agent::<br><br>
<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
</style>
<pre><div class=lotusscript>
<font class=ls-statement>Sub</font> <font class=ls-keyword>Initialize</font>
	<font class=ls-statement>Dim</font> s <font class=ls-keyword>As</font> <font class=ls-keyword>New</font> <font class=ls-class>notessession</font>
	<font class=ls-statement>Dim</font> noAccessView <font class=ls-keyword>As</font> <font class=ls-class>notesview</font>
	<font class=ls-statement>Dim</font> doc <font class=ls-keyword>As</font> <font class=ls-class>NotesDocument</font>
	
	<font class=ls-statement>Set</font> noAccessView <font class=ls-operator>=</font> s<font class=ls-operator>.</font>CurrentDatabase<font class=ls-operator>.</font>GetView<font class=ls-operator>(</font><font class=ls-quote>"noAccessView"</font><font class=ls-operator>)</font>
	<font class=ls-statement>Set</font> doc <font class=ls-operator>=</font> noAccessView<font class=ls-operator>.</font>GetFirstDocument
	
	<font class=ls-statement>Dim</font>	snad <font class=ls-keyword>As</font> <font class=ls-keyword>New</font> ShowNoAccesData<font class=ls-operator>(</font>doc<font class=ls-operator>.</font>data<font class=ls-operator>(</font>0<font class=ls-operator>)</font><font class=ls-operator>)</font>
	
<font class=ls-statement>End</font> <font class=ls-statement>Sub</font>
</div></pre>

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif; BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This LotusScript was converted to HTML using the <b><i>ls2html</i></b> routine,<br>provided by Julian Robichaux at <a href="http://www.nsftools.com" target="_blank">nsftools.com</a>.</center></div><br><br>
Of course it is up to you how to find the document with the data, process the data and pass the results to the class constructor.<br><br>

You also decide how to run the agent, for example you can choose to start it with a button click. Or like in this case in a QuerySave event:<br><br>
<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
</style>
<pre><div class=lotusscript>
<font class=ls-statement>Sub</font> Querysave<font class=ls-operator>(</font>Source <font class=ls-keyword>As</font> <font class=ls-class>Notesuidocument</font><font class=ls-operator>,</font> Continue <font class=ls-keyword>As</font> <font class=ls-keyword>Variant</font><font class=ls-operator>)</font>
	<font class=ls-statement>Dim</font> s <font class=ls-keyword>As</font> <font class=ls-keyword>New</font> <font class=ls-class>notessession</font>
	<font class=ls-statement>Dim</font> ourAgent <font class=ls-keyword>As</font> <font class=ls-class>notesagent</font>
	
	<font class=ls-statement>Set</font> ourAgent <font class=ls-operator>=</font> s<font class=ls-operator>.</font>CurrentDatabase<font class=ls-operator>.</font>GetAgent<font class=ls-operator>(</font><font class=ls-quote>"(ShowNoAccessDataAgent)"</font><font class=ls-operator>)</font>
	<font class=ls-statement>If</font> <font class=ls-operator>Not</font><font class=ls-operator>(</font>ourAgent <font class=ls-operator>Is</font> <font class=ls-constant>Nothing</font><font class=ls-operator>)</font> <font class=ls-statement>Then</font>
		<font class=ls-function>Call</font> ourAgent<font class=ls-operator>.</font><font class=ls-function>Run</font>
	<font class=ls-statement>Else</font>
		<font class=ls-function>Msgbox</font> <font class=ls-quote>"Agent could not be found."</font>
	<font class=ls-statement>End</font> <font class=ls-statement>If</font>	
<font class=ls-statement>End</font> <font class=ls-statement>Sub</font>
</div></pre>

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif; BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This LotusScript was converted to HTML using the <b><i>ls2html</i></b> routine,<br>provided by Julian Robichaux at <a href="http://www.nsftools.com" target="_blank">nsftools.com</a>.</center></div><br><br>
By following this, one user can see and act on data which he doesn't have Reader access, while maintaining the security of the data.<br><br>
<b>[UPDATE]:</b> <a href="http://www.governancefornotes.com">Craig Schumann</a> has pointed out, in the comments to this SnTT post, that you need to be very careful with this scenario, and has given me a link to an excellent post detailing the issues. His post is entitled "<a href="http://www.governancefornotes.com/blog/governanceblog.nsf/d6plinks/Fragile_UI_Not_On_My_Behalf">Fragile UI? Don't do it on "my behalf!"</a>. Be sure to read the comments to his post, too.<br><br> 
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br><br>
]]></content:encoded><pubDate>Thu, 8 Oct 2009 09:59:42 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=220517B057C88E5985257649004CFB3B</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=220517B057C88E5985257649004CFB3B</wfw:comment></item><item><title>SnTT: Implementing RAID on Lotus Foundations Start</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7W6KMT</link><description><![CDATA[ One feature of Lotus Foundations that has eluded me is no longer a mystery.
An option, when configuring a Lotus Foundations server for a customer, is RAID. In the configuration tool, a Business Partner can choose "none," RAID1, or RAID5. Interestingly, there ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7W6KMT</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7W6KMT</guid><content:encoded><![CDATA[ One feature of <a href="http://www.lotusfoundations.com">Lotus Foundations</a> that has eluded me is no longer a mystery.<br><br>
An option, when configuring a Lotus Foundations server for a customer, is <a href="http://en.wikipedia.org/wiki/RAID">RAID</a>. In the configuration tool, a Business Partner can choose "none," RAID1, or RAID5. Interestingly, there is never a cost for any of those choices. Conversations with several people indicated that it was either free or an additional cost. With no solid answer, I was a bit confused. However, a little patience and another reading of the Foundations Administrators Guide (this time, focusing on RAID), paid off.<br><br>
RAID, on Foundations, is configured through the software (assuming you have purchased the appropriate number of drives).<br><br>
<a href="http://www-10.lotus.com/ldd/lfndswiki.nsf/dx/cfgdsks.htm"><img src="http://farm3.static.flickr.com/2485/3947286303_7b070d4c2a.jpg" width="500" height="275" alt="Lotus Foundations RAID Configuration" /></a><br><br>
Remember, if you are configuring the Foundations server, to add the appropriate number of 250GB drives to achieve the level of RAID that your customer requires. And then use Disk Status within the Lotus Foundations WebConfig to implement RAID through the software.<br><br>From the Lotus Foundations 1.1 Getting Started Guide:<br><br>
<blockquote><ul>
<li>For example, if you have two disks, the Disk Status section displays "The main disk is not configured. You can configure disks #1, #2 all in a RAID or disk #1 as a standalone disk and #2 as an IDB backup disk." If you have three disks, the Disk Status section displays "The main disk is not configured. You can configure disks #1, #2. #3 all in a RAID or disk #1.#2 in a RAID and disk #3 as an IDB backup disk." A Lotus Foundations server could have up to 6 drives, and a third-party server could potentially have more. 
<li>For a RAID configuration, click All in a RAID. If you want to enable IDB backup, click Disk #2 as an IDB backup disk. 
<li>If you select a RAID configuration, then the RAID array begins to rebuild. This process does not noticeably affect the performance of Lotus Foundations.</ul></blockquote><br>
A little more careful research (and proper ordering of drives), a couple of mouse clicks, and you have an extremely solid SMB server. While I think that RAID would be a feature that would make a good selling point, none of the <a href="http://www.lotusfoundations.com/products/Lotus_Foundations_Appliance.pdf">marketing</a> <a href="http://www.lotusfoundations.com/products/hardware_specs.php">materials</a> from IBM mention it. But that doesn't make a difference, now that you (and I) know how to configure and implement it. :-)<br><br>
Link: <a href="http://www-10.lotus.com/ldd/lfndswiki.nsf/dx/cfgdsks.htm">Configure disks (Lotus Foundations Start 1.1 - Getting Started Guide)</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/Lotus+Foundations" rel="tag">Lotus Foundations</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br><br>]]></content:encoded><pubDate>Wed, 23 Sep 2009 11:02:02 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=E7235F245EEF45F08525763A0052AC5C</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=E7235F245EEF45F08525763A0052AC5C</wfw:comment></item><item><title>SnTT - Resolving IE and iNotes Issues - One Solution</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7VXLK5</link><description><![CDATA[ A little while ago, I posted a problem I was having with IE6/IE7 and iNotes. The issue was that if a user attempts to use the iNotes Address Picker to select addressees, the Subject and Body fields of the new memo are not accessible in the browser. The post ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7VXLK5</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7VXLK5</guid><content:encoded><![CDATA[ A little while ago, I <a href="http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7VPNY9">posted a problem</a> I was having with IE6/IE7 and iNotes. The issue was that if a user attempts to use the iNotes Address Picker to select addressees, the Subject and Body fields of the new memo are not accessible in the browser. The post generated some really good comments; the most thorough of which was one by <a href="http://www.bleedyellow.com/blogs/lotusnut ">Chris Whisonant</a>. He linked to <a href="http://cwhisonant.blogspot.com/2006/04/domino-web-access-warning.html">an excellent troubleshooting script</a> he created for resolving a lot of IE and iNotes issues:<br><br>
<blockquote><ul>
<li>Disable Pop-Up blocker
<li>Clean up spyware (use application such as Spybot and/or AdAware)
<li>Add DWA server to Internet Explorer's Trusted Sites zone (this may be a good idea for any other intranet servers or via an Active Directory policy)
<li>Clear out Java Cache by running C:\Program Files\Java\jre1.5.0_0X\bin\javacpl.exe
<li>Clear out Windows temp folders.
<li>Reset IE to default settings.
<li>Tools > Internet Options > Advanced > Disable "Use HTTP 1.1" (you may need to enable it because sometimes IE just doesn't like the setting. I have actually seen it start working by enabling this option.)
<li>Tools > Internet Options > Advanced > Disable "Do not save encrypted pages to disk"
<li>Download the MSXML 4.0 SP2. This link will get you to the download. I selected the msxml.msi.
<li>Clear Browser Cache
<li>Delete iNotes or Domino Web Access class file
<li>If one is currently installed, upgrade to the latest Sun JVM
<li>Windows Update (also verify that a recent Windows Update has not broken this!)
<li>Load Convert, Fixup, Updall, and Compact against the mailfile
<li>Reboot
<li>Defrag
<li>Run a tool such as Symantec/Norton WinDoctor </ul></blockquote><br>
As you might imagine, running through the script takes a little time. Once I completed it, however, there was no change in iNotes' behavior. It was then that I had a wild thought - these workstations all have <a href="http://www.google.com/toolbar/ie/index.html">Google Toolbar</a> loaded on them. What if I uninstalled it?<br><br>
That worked.<br><br>
Now, it could have been that the Google Toolbar Pop-up Blocker was active, but I did not take the time to investigate that option. I simply used Control Panel and removed Google Toolbar. And, if was there, Google Updater, too.<br><br>
The Lotus Support site has only a <a href="http://www.ibm.com/developerworks/search/searchResults.jsp?searchType=1&searchSite=dW&searchScope=lotus&query=%22google+toolbar%22">handful of documents referencing Google Toolbar</a>: Likewise, the developerWorks:Lotus forums are rather light on search results as well, with the exception of the <a href="http://www-10.lotus.com/ldd/nd6forum.nsf/Search?SearchView&Query=google%20toolbar&SearchOrder=0&Start=1&Count=100">Notes/Domino 6 and 7 forum</a>. Perusing the search results there, there were a couple of good hits. After the fact, of course. :-)<br><br>
In this particular case, my advice would be to uninstall Google Toolbar, unless you want to take some time working with the Google Toolbar Pop-up Blocker.<br><br>
Link: <a href="http://cwhisonant.blogspot.com/2006/04/domino-web-access-warning.html">Chris Whisonant: Domino Web Access Warning</a><br><br>
Link: <a href="http://www.ibm.com/developerworks/search/searchResults.jsp?searchType=1&searchSite=dW&searchScope=lotus&query=%22google+toolbar%22">developerWorks:Lotus Support Search 'Google Toolbar'</a><br><br>
Link: <a href="http://www-10.lotus.com/ldd/nd6forum.nsf/Search?SearchView&Query=google%20toolbar&SearchOrder=0&Start=1&Count=100">Notes/Domino 6 and 7 Forum: 'Google Toolbar' Search Results</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/Google+Toolbar" rel="tag">Google Toolbar</a><br><br>
]]></content:encoded><pubDate>Wed, 16 Sep 2009 11:48:56 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=FA813B04E273919A85257633005709A8</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=FA813B04E273919A85257633005709A8</wfw:comment></item><item><title>SnTT: Rolling Back Domino Versions on AIX</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7UVQXA</link><description><![CDATA[ The installation of Domino on AIX is fairly
well documented, and one place to learn is from a posting
by Keith Brooks. Before installing
the new version of Domino, you will want to back up the existing install.
An easy method is to use the tar
command ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7UVQXA</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7UVQXA</guid><content:encoded><![CDATA[ <font size=2 face="sans-serif">The installation of Domino on AIX is fairly
well documented, and one place to learn is from a </font><a href="http://lotustech.blogspot.com/2008/05/step-by-step-guide-to-upgrade-to-domino.html"><font size=2 color=blue face="sans-serif"><u>posting
by Keith Brooks</u></font></a><font size=2 face="sans-serif">. Before installing
the new version of Domino, you will want to back up the existing install.
An easy method is to use the </font><a href=http://www.computerhope.com/unix/utar.htm#03><font size=2 color=blue face="sans-serif">tar
command</font></a><font size=2 face="sans-serif"> for this purpose. However,
you will want to make sure that you have enough disk space for this file,
probably about 600MB (more or less). To create the tar file, at a command
prompt, type:</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
tar -cfv &lt;directory path of the Domino program files&gt; &lt;directory
path of the tar file&gt; * &nbsp;&lt;===Note: the &quot;splat&quot; is
part of the command</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
The v switch puts the command in verbose mode, so that you can see the
files being added to the tar file.</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
Now, install the new version of Domino, following the steps outlined in,
for example, Keith's post. Start your server, do your testing to confirm
that mail is routing and any Domino add-ins are functioning properly. However,
should you install, for example, 64-bit Domino 8.5 on AIX and find that
some add-in does not work, you may be required to rollback to your previous
version. <br>
<br>
[Blog intermission - this is where you realize that operating systems like
OS/400, AIX, Linux, and Solaris are really, really good].</font><font size=3>
</font><font size=2 face="sans-serif"><br>
<br>
Stop the Domino server. The Domino program files, for example, might be
found in /opt/lotus/domino. Delete the domino folder. Change your directory
to the location of the tar file that you created before you performed the
upgrade. In that directory, type:</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
tar -xvf &lt;tar file name&gt; &lt;directory for the Domino program files&gt;
<br>
<br>
This command might look like this:</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
tar -xvf domino801.tar /opt/lotus</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
Once you have extracted the files from the tar, start the Domino server.
You will see that you are now running the previous version. At this point,
check the core Domino files, admin4, names, and events for the template
versions. You may have to replace the design of those files to use the
older version's templates.</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
<b>Please note</b>: the tar commands and Domino file structure may not
be exact, but should provide enough information to assist you.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
<br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=3>
</font>
]]></content:encoded><pubDate>Thu, 13 Aug 2009 15:33:10 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=034D23182635501E8525761100669607</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=034D23182635501E8525761100669607</wfw:comment></item><item><title>SnTT - Implementing SSL on Your Domino Server</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7UP4RM</link><description><![CDATA[ Trying to implement SSL on your Domino
server? Ready to punch the computer because the Help Files aren't helping?
Having a hard time reconciling the fact that it should be &quot;easy,&quot;
yet you've been at it for a day? Thanks to a good search of the ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7UP4RM</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7UP4RM</guid><content:encoded><![CDATA[ <font size=2 face="sans-serif">Trying to implement SSL on your Domino
server? Ready to punch the computer because the Help Files aren't helping?
Having a hard time reconciling the fact that it should be &quot;easy,&quot;
yet you've been at it for a day? Thanks to a good search of the IBM TechNotes
and an excellent post by Andrew Pollack, anyone can implement SSL in a
very short time.</font>
<br>
<br><font size=2 face="sans-serif">Andrew took the time to condense a lot
of information into a short PDF that will show you how to implement SSL
using a top level Certificate Authority (CA). You can find his post </font><a href=http://www.thenorth.com/apblog4.nsf/0/866D11C1054D67FB85257401007B770B><font size=2 color=blue face="sans-serif">here</font></a><font size=2 face="sans-serif">.
</font>
<br>
<br><font size=2 face="sans-serif">IBM also has an excellent TechNote on
the subject, probably one of the best written TechNotes I have seen. This
particular one details how to use Domino as its own CA to implement SSL,
which is quite handy. And free. You can find the TechNote </font><a href="http://www-01.ibm.com/support/docview.wss?fdoc=wplcdomi&amp;rs=463&amp;uid=swg21114148"><font size=2 color=blue face="sans-serif">here</font></a><font size=2 face="sans-serif">.</font>
<br>
<br><font size=2 face="sans-serif">Between these two documents, you should
have no problems with SSL and Domino.</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href=http://www.thenorth.com/apblog4.nsf/0/866D11C1054D67FB85257401007B770B><font size=2 color=blue face="sans-serif">Andrew
Pollack: Creating an SSL Certificate for IBM Lotus Domino</font></a>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-01.ibm.com/support/docview.wss?fdoc=wplcdomi&amp;rs=463&amp;uid=swg21114148"><font size=2 color=blue face="sans-serif">Quick
guide to setting up SSL using Domino as the Certificate Authority</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font>
]]></content:encoded><pubDate>Thu, 6 Aug 2009 22:20:07 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=8E05F9DA3E4121348525760B00080012</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=8E05F9DA3E4121348525760B00080012</wfw:comment></item><item><title>SnTT - Lotus Notes Database Icons</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7U65ES</link><description><![CDATA[ I came across this site today that has a lot of nice icons for your Lotus Notes databases. A little more up-to-date than the offering in the Sandbox. And from what I can tell, it is done in XPages, too.
Here are some sample Star Wars Icons:

I am always on ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7U65ES</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7U65ES</guid><content:encoded><![CDATA[ I came across <a href="http://80.66.123.115/NR13/IconosRecursos.nsf/xpages.xsp?documentId=9E3D494CB09FC71CC125693300596177&action=openDocument">this site</a> today that has a lot of nice icons for your Lotus Notes databases. A little more up-to-date than the offering in the <a href="http://www-10.lotus.com/ldd/sandbox.nsf/Search?SearchView&Query=icons&SearchOrder=0&Start=1&Count=100">Sandbox</a>. And from what I can tell, it is done in XPages, too.<br><br>
Here are some sample Star Wars Icons:<br><br>
<a href="http://80.66.123.115/NR13/IconosRecursos.nsf/xpages.xsp?documentId=049F7D11158DBD2DC1256A64006AA7C0&action=openDocument"><img src="http://farm3.static.flickr.com/2514/3773072904_ac10a0b1e8_o.jpg" width="483" height="89" alt="Star Wars Icons" /></a><br><br>
I am always on the lookout for new icons, or icon sources, and <a href="http://80.66.123.115/NR13/IconosRecursos.nsf/xpages.xsp?documentId=049F7D11158DBD2DC1256A64006AA7C0&action=openDocument">NotesRing.com</a> seems to have a nice selection.<br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a><br>]]></content:encoded><pubDate>Thu, 30 Jul 2009 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=27D2596B4AC2641B852575FA000FF07E</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=27D2596B4AC2641B852575FA000FF07E</wfw:comment></item><item><title>SnTT - Limitations of Domino Server on Lotus Foundations Start</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7SWKSL</link><description><![CDATA[ If you watch the Lotus Web Community (aka "Lotus Bloggers"), you would have seen, over the last week, news that Lotus Foundations Start is attracting more Microsoft Business Partners to the fold. One of the more frequent questions heard in the Lotus Community ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7SWKSL</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7SWKSL</guid><content:encoded><![CDATA[ If you watch the Lotus Web Community (aka "Lotus Bloggers"), you would have seen, over the last week, news that Lotus Foundations Start is <a href="http://www-03.ibm.com/press/us/en/pressrelease/27655.wss">attracting more Microsoft Business Partners to the fold</a>. <br><br>One of the more frequent questions heard in the Lotus Community has been something along the lines of "what is the difference between a 'normal' Domino Server and the one on Lotus Foundations Start?" IBM released a <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21388143">TechNote</a> late last month that addressed this question. Among the differences are:<br><br>
<blockquote><u>Users and Teams are synchronized between Lotus Foundations and Domino (Users and Groups)</u><br><br>
If users or groups are defined in a Domino Administrative interface that do not exist as users or teams in the Lotus Foundations Start, those users or groups will be removed. Domino group membership must match the team membership in Lotus Foundations.<br><br>
<u>Constantly Changing Settings</u><br /> <br />
The following settings in the server document or server configuration document are periodically set in the Foundations Start server.  Those settings in the server document are indicated by [s] and those in the server configuration document are marked with [c].<br /> <br />
		 o  LDAP Setup ' always disabled<br />
		 o  SMTP Setup ' synchronized to settings in Webconfig<br />
		 o  POP3 Setup ' synchronized to settings in Webconfig<br />

		 o  IMAP Setup ' synchronized to settings in Webconfig<br />
		 o  WebMail Setup ' synchronized to settings in Webconfig<br />
		 o  Home URL is set to NitixDWA.nsf (a DWA redirector)<br />
		 o  Fully qualified Internet host name [s] = servers fully qualified domain name<br />
		 o  Automatically Restart Server after Fault/Crash [s] - enabled<br />
		 o  Transaction Logging is enabled with circular logging.<br />

		 o  Set warnings and error notification for quotas to per message.<br />
		 o  DenyAccess [s] = ensure it contains the &quot;Disabled&quot; group which maps to the disabled group for Foundations users<br />
		 o  TCP/IP Port number 60080<br />
		 o  TCP/IP port status  Redirect to SSL<br />
		 o  SSL Port number 4443<br />

		 o  Home URL:  /NitixDWA.nsf<br />
</blockquote><br>
More limitaions of the Domino Server on Lotus Foundations Start can be found in the link.<br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21388143">Limitations of the Domino server within Lotus Foundations Start</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Shown-n-Tell Thursday</a><br>]]></content:encoded><pubDate>Thu, 11 Jun 2009 11:09:41 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=F4C0B7E183F8E590852575D200535DB2</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=F4C0B7E183F8E590852575D200535DB2</wfw:comment></item><item><title>SnTT: Launching Notes Basic or Notes Standard Clients</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7SHKQY</link><description><![CDATA[ After migrating a Domino server to new hardware and upgrading it to Domino 8.5 (from R5), the client has a few workstations that cannot handle the Notes Standard Client. To mitigate performance issues on these older workstations, Lotus has two choices to ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7SHKQY</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7SHKQY</guid><content:encoded><![CDATA[ After migrating a Domino server to new hardware and upgrading it to Domino 8.5 (from R5), the client has a few workstations that cannot handle the Notes Standard Client. To mitigate performance issues on these older workstations, Lotus has two choices to allow the user to run the Notes Basic Client, which can be found in the TechNote, "<a href="http://www-01.ibm.com/support/docview.wss?uid=swg21264877">What's new in Lotus Notes 8 Client?</a>".<br><br> 
<blockquote>To launch Notes 8 (Basic Configuration), create a shortcut on your desktop to point to <b>nlnotes.exe</b> in the Notes program directory. Or, simply launch <b>nlnotes.exe</b>. In addition, you can create a shortcut which executes notes.exe within the Notes program directory and add one of two command line switches, -sa or -basic. For example: C:\Program Files\Lotus\Notes\notes.exe -sa. <br><br>

As of Notes 8.0.2 and Notes 8.5, there is a Notes.ini parameter that can be used to control launching of Basic and Standard. Adding <b>UseBasicNotes=1</b> to a Notes Standard install will launch Notes Basic instead. If the ini is not present or is set to UseBasicNotes=0, the Notes Standard client will run. </blockquote><br> 
If you are wondering why you would choose one method over another, that is, why use the ini parameter when you can change the shortcut, there is <a href="http://www-01.ibm.com/support/docview.wss?rs=0&q1=1318037&uid=swg21318037">another TechNote</a> that addresses this question (emphasis, mine).<br><br> 
<blockquote>A new notes.ini feature in Notes 8.0.2 added the ability to install the 8.0.2 Notes Standard client, but launch the Basic client based on a Notes.ini parameter UseBasicNotes=1. <b>This notes.ini parameter will allow external programs that launch Notes, such as a MailTo: URL, or launching an NSF file directly, to launch Notes in Basic mode if UseBasicNotes=1 is set in the Notes.ini</b>. This will allow customers to rollout a single package, but define which users will launch Basic vs Standard via this Notes.ini parameter.</blockquote><br> 
To assist with the differences between the Basic and Standard Notes Clients, you can find those on page 165 of the <a href="http://www.redbooks.ibm.com/redpapers/pdfs/redp4359.pdf">IBM Lotus Notes and Domino 8 Reviewers Guide</a>. Finally, if you are new to R8, you will find that the menu structure has changed. Again, there is <a href="http://www-01.ibm.com/support/docview.wss?rs=203&uid=swg21256781">a TechNote</a> to assist you and your users with the transition to Notes 8. The one menu option that I always enable is "Advanced Menus." Most users will not need this option, but it may be useful to enable this option. To enable Advanced Menus, simply click on View - Advanced Menus.<br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21264877">What's new in Lotus Notes 8 Client?</a><br><br> 
Link: <a href="http://www-01.ibm.com/support/docview.wss?rs=0&q1=1318037&uid=swg21318037">Using 'UseBasicNotes=1' in a multi-user installation causes Notes setup to hang</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?rs=203&uid=swg21256781">Menu mappings: Where to find Notes 6/7 menus that have changed in Notes 8</a><br><br> 
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a><br><br> ]]></content:encoded><pubDate>Fri, 29 May 2009 11:07:08 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=D0870FC7902E08CF852575C500531F97</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=D0870FC7902E08CF852575C500531F97</wfw:comment></item><item><title>SnTT: Controlling Concurrent Messages on BES</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7QAPB3</link><description><![CDATA[ Intermittent issues with a Blackberry Enterprise Server (BES) that required a restart caused me to look at the logs to see if I could determine an underlying issue. Since this site had only one BES, running on Domino, the search through the logs didn't really ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7QAPB3</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7QAPB3</guid><content:encoded><![CDATA[ Intermittent issues with a Blackberry Enterprise Server (BES) that required a restart caused me to look at the logs to see if I could determine an underlying issue. Since this site had only one BES, running on Domino, the search through the logs didn't really take a lot of time. Just prior to  the server hanging, I saw that one user had sent one large e-mail to quite a few internal recipients, most of them with Blackberry devices. The time consuming part was trying to search the Blackberry and Lotus support sites to find a solution. Patience rewarded me with <a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB17143&sliceId=1&docTypeID=DT_SUPPORTISSUE_1_1&dialogID=47662649&stateId=0%200%2048568430">this Blackberry TechNote</a>:<br><br>
<blockquote>When a large email message that shares a Universal Identifier (UNID) is sent to multiple BlackBerry enabled recipients with accounts on the same BlackBerry Enterprise Server, an increase in memory usage occurs. This may destabilize the BlackBerry Messaging Agent, requiring that it be restarted.<br><br>
As the BlackBerry Messaging Agent processes email messages, it requests a copy of the email message from the messaging server. The BlackBerry Messaging Agent is a multi-threaded application that can process more than one email message at the same time. A standard deployment of the BlackBerry Enterprise Server in a 32-bit environment has approximately 2 GBs of addressable memory space. A portion of this memory is reserved for processing messages. Sending a large email message to a large number of BlackBerry smartphone users that are on a single BlackBerry Enterprise server could result in attempts to exceed this portion of memory.</blockquote><br>
As the TechNote recommended, the value of DocumentThrottleMaxDocOpen should be between 20-30, so as not to create really noticeable mail delays. We have it set to 20 and are monitoring the users and the server to see if there are any issues. The command to set the value is:<br><br>
<b>TraitTool.exe -trait DocumentThrottleMaxDocOpen -global -set [value] </b><br><br>
Link: <a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB17143&sliceId=1&docTypeID=DT_SUPPORTISSUE_1_1&dialogID=47662649&stateId=0%200%2048568430">How to control the number of concurrent documents that are opened based on UNID</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Lotus+Domino" rel="tag">Lotus Domino</a> <a href="http://technorati.com/tag/Blackberry+Enterprise+Server" rel="tag">Blackberry Enterprise Server</a><br>]]></content:encoded><pubDate>Thu, 19 Mar 2009 14:09:38 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=0A8E1DAAAC1247628525757E0063DC30</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=0A8E1DAAAC1247628525757E0063DC30</wfw:comment></item><item><title>SnTT - Someone Else&apos;s SnTT Post Made Me Look Good</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7PE7CA</link><description><![CDATA[ There is a lot of value to the Show-n-Tell Thursday posts. The amazing thing is that I read them all, no matter the subject matter. And then, having them reflected on PlanetLotus, makes searching for them a breeze. Which brings me to today's used/reused SnTT ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7PE7CA</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7PE7CA</guid><content:encoded><![CDATA[ There is a lot of value to the Show-n-Tell Thursday posts. The amazing thing is that I read them all, no matter the subject matter. And then, having them reflected on <a href="http://planetlotus.org">PlanetLotus</a>, makes searching for them a breeze. Which brings me to today's used/reused SnTT post.<br><br>
Working with the Notes Log at a client site today, I was struck by certain entries in the Log and on the console. Over and over again, I was seeing<br><br>
<b>Begin CD to MIME Conversion (Process: Router <message number></b><br><br>
And I remembered that someone posted on this topic. A quick search of PlanetLotus turned up <a href="http://www.lotususergroup.org/blogsphe.nsf/d6plinks/SPOB-7ETN8G">this gem</a>:<br><br>
<blockquote>This is an oldie, yet continues to plague log files of the world over! I figured I'd spread the love as I see it regularly on Domino servers (much to the annoyance of their administrators!)<br><br>

<b>Begin CD to MIME Conversion (Process: Router <message number></b><br><br>

As if it wan't bad enough that the log file told us when it BEGAN, it then had to create a whole seperate entry to tell us when it ended. Sigh. <br><br>

These notifications can be removed by the following Notes.ini parameter: <br><br>

<b>Converter_Log_Level=10</b><br><br>

The router must be restarted for this parameter to take affect. For more information, read the IBM Technote, <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21104966">How to disable logging when a message is converted</a>.<br><br>

Ah. The log looks so much better now.</blockquote><br>
Without access to the server to make the change directly to the servers' Notes.ini file, I used a console command:<br><br>
<b>set config Converter_Log_Level=10</b><br><br>
The console responded with the setting. I then took Jess' advice and restarted the Router task on the server by entering the following on the console:<br><br>
<b>restart task router</b><br><br>
I agree with Jess: <i>Ah. The log </i>(and console)<i> looks so much better now.</i><br><br>
Thanks, <a href="http://www.lotususergroup.org/blogsphe.nsf">Jess</a>.<br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a><br>]]></content:encoded><pubDate>Wed, 18 Feb 2009 23:32:25 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=582166F2A395715D852575620018FDB4</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=582166F2A395715D852575620018FDB4</wfw:comment></item><item><title>SnTT - Notes/Domino 8.5 TechNotes</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7N47J9</link><description><![CDATA[ IBM has published a few Notes/Domino 8.5 related TechNotes for our consumption.

Two highlights from the linked TechNotes include:

New file formats supported in the KeyView filters: ODT, DOCX and DOCM, ODS, PPTX, PPTM, POTX, POTM, PPSX, and PPSM
Domino ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7N47J9</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7N47J9</guid><content:encoded><![CDATA[ IBM has published a few Notes/Domino 8.5 related TechNotes for our consumption.<br><br>

Two highlights from the linked TechNotes include:<br>
<ul>
<li>New file formats supported in the KeyView filters: ODT, DOCX and DOCM, ODS, PPTX, PPTM, POTX, POTM, PPSX, and PPSM
<li>Domino Configuration Tuner (DCT) is available
</ul><br>
Speaking of DCT, it is, as IBM has said many times, <a href="http://download.boulder.ibm.com/ibmdl/pub/software/lotus/notesanddomino/tools/dct/dct.ntf">free</a>.<br><br><blockquote>
Domino Configuration Tuner is available to any customer free of charge. It works with Lotus Domino server 7.0 and later, and runs on the Lotus Notes client, standard or basic, version 8 and later. There are no required changes to a customer domain configuration in order to take advantage of DCT evaluation. </blockquote><br><br> 

Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg27013074">Lotus Notes 8.5 - Detailed System Requirements</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg27013132">Lotus iNotes 8.5 - Detailed System Requirements</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg27013072">Domino 8.5 - Detailed System Requirements</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg27013118">Domino and Notes 8.5 - KeyView filter formats supported</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg27013131">Domino 8.5 - Supported LDAP directory servers</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg24019358">Domino Configuration Tuner (DCT) provides easy-to-use self-service configuration</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a>]]></content:encoded><pubDate>Thu, 8 Jan 2009 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=B6C92C7CA5318E11852575380019DFBB</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=B6C92C7CA5318E11852575380019DFBB</wfw:comment></item><item><title>SnTT - Enabling Client Single Signon Using a MST</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7MMM3D</link><description><![CDATA[ If you are considering the use of InstallShield Tuner for Lotus Notes to roll out your Notes Clients, then you owe it to yourself to head over to Andy's blog to get the best information on this tool. This SnTT tip adds a specific function to his excellent ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7MMM3D</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7MMM3D</guid><content:encoded><![CDATA[ If you are considering the use of InstallShield Tuner for Lotus Notes to roll out your Notes Clients, then you owe it to yourself to head over to Andy's blog to get <a href="http://blog.macian.net/2008/12/sntt-my-neolug-presentation-on.html">the best information</a> on this tool. This SnTT tip adds a specific function to his excellent information. Sometime, in the middle of a client rollout, we were asked to add Client Single Signon to the MST. After several attempts to get this functionality added to the MST, without success, Lotus Tech Support provided me with <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21180920">a TechNote</a> that resolved the issue.<br><br> 
<blockquote> 
FOR A NEW INSTALL:<br><br> 

To modify an MST in the InstallShield Tuner to install the Client Single Logon Feature for a new install, follow these steps (for upgrades, see below):<ol> 

<li>Create a new MST. 
<li>Open the Table Editor Section --> Feature Section. 
<li>Go to the ClientSingleLogon row, to the Level -i2 Column. 
<li>The default value for this column is 101; this needs to be changed to 1. 
<li>Go back to the Setup Organization --> Features --> Client Single Logon Feature section, and you will see that it is now set to "This feature is installed on the local drive". 
<li>Save and close the MST. 
<li>The client can then be installed silently, as described in the document titled <a href="http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21109400">"General Overview of How To Perform a Silent Install of Notes 6 Client" (#1109400)</a>.</ol><br> 


FOR EXISTING CLIENTS:<br><br> 

To add the feature to an existing client manually, launch the install again, choose to modify the install, and add the Client Single Logon Feature. To install the Client Single Feature silently, use the ADD the feature when calling the MSI, for example:<br><br> 

      Msiexec /i "\\path\to\installfiles\Lotus Notes 6.5.x.msi" ADDLOCAL=ClientSingleLogon /qb+<br><br> 


and use:<br><br> 

      /qn for a completely silent install (no user intervention) with no progress bar, or<br><br> 

      /qb for a silent install (no user intervention) with progress bar.</blockquote><br> 
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21180920">How to enable Client Single Logon feature using an MST during a silent install</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br> ]]></content:encoded><pubDate>Wed, 24 Dec 2008 11:14:58 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=B889E9D759D207D78525752900594A3E</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=B889E9D759D207D78525752900594A3E</wfw:comment></item><item><title>SnTT - Running nlnotes.exe While Domino Server is Up</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7MMLRK</link><description><![CDATA[ This SnTT post is the result of a conversation I had with Lotus Tech Support. When sitting at the Domino Server (Windows) working on an issue, the Tech asked how I was accessing a database. I told him that I launched nlnotes.exe. Shortly after mentioning ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7MMLRK</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7MMLRK</guid><content:encoded><![CDATA[ This SnTT post is the result of a conversation I had with Lotus Tech Support. When sitting at the Domino Server (Windows) working on an issue, the Tech asked how I was accessing a database. I told him that I launched nlnotes.exe. Shortly after mentioning this, he sent me <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21101748">this TechNote</a>:<br><br><blockquote>Running the nlnotes.exe is not supported. If you need to access databases locally at the physical server, it is recommended to install the Notes Client or Administrative Client in a separate directory from the Domino server.<br><br>

Notes:<br><ul>
<li>If the Domino server is enabled with transaction logging, using nlnotes.exe on a database that is transactionally logged will change the DBIID.
<li>If running a Notes 8 client, running nlnotes.exe is no longer possible. Running notes.exe is necessary to load the Eclipse framework.
</ul></blockquote><br>
I hesitate to recommend the installation of a Notes client on the server, but if you are running Transactional Logging, it's good to know the ramifications of using nlnotes.exe on the server.<br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21101748">
Running nlnotes.exe in the Domino directory while the Domino server is running</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br>]]></content:encoded><pubDate>Wed, 24 Dec 2008 10:59:16 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=D6ED70E977D3A827852575290057DA4B</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=D6ED70E977D3A827852575290057DA4B</wfw:comment></item><item><title>SnTT - Running Concurrent Agents in One Database</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7MML5E</link><description><![CDATA[ Tomorrow is the last Thursday of 2008, and I have several Show-n-Tell Thursday posts that I started but never really finished. These posts are ones where I created as placeholders for things that balied me out of a few jams, but I didn't really have much more ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7MML5E</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7MML5E</guid><content:encoded><![CDATA[ Tomorrow is the last Thursday of 2008, and I have several Show-n-Tell Thursday posts that I started but never really finished. These posts are ones where I created as placeholders for things that balied me out of a few jams, but I didn't really have much more to add. But you may find value, as I did, in these. Here is the first one.<br><br>
Domino does not provide you with the ability to run concurrent agents in a database. However, there are two methods that will allow you this feature, even though they are unsupported (read: don't call Lotus Tech Support if you run into issues). When I was presented with this task, I learned that Domino processes agents sequentially. But, spending a little time searching the TechNotes, I found these two techniques. First, you can use a Program Document:<br><br>
<blockquote>Create a Program document, and fill out the following fields on the form as shown:<br><br>
      Program Name: nserver   (or server if not Windows platform)<br><br>

      Command Line: -c "tell amgr run '<b>database.nsf</b>' '<b>agent</b>'"<br><br>


Substitute your database name and agent name. The correct use of quotation marks ( " ) and apostrophe ( ' ) is important.<br><br>

When Domino runs the agent this way, a separate thread is created to process the agent. This separate thread allows it to run while other agents are being processed through the Agent Manager task.</blockquote><br>
The caveats for this technique are worth your consideration. For example, if you do a <b>tell agmr sched</b> at the console, the agent will not appear. Also, you may experience some server performance issues.<br><br>
The second method to achieve this, is to <a href="http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21279847">use a wrapper agent</a>. As the Program Document worked for me, I didn't even consider this option. But you may find it useful. The caveats for this one include considering the use of document locking and issues with logic.<br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21279832">How to run multiple agents in the same database using a Program document</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21279847">How to run two agents concurrently in the same database using a wrapper agent</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br>]]></content:encoded><pubDate>Wed, 24 Dec 2008 10:26:58 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=28380D114110DC94852575290054E572</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=28380D114110DC94852575290054E572</wfw:comment></item><item><title>SnTT - A Strange Folder Icon</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7M2SCB</link><description><![CDATA[ Let's look at the standard Lotus Notes View and Folder icons, as provided to us in a TechNote.

However, this TechNote doesn't address Folder Icons that look like this ===   entire folder icon? I realize that the icon is a little small, so this is what a ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7M2SCB</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7M2SCB</guid><content:encoded><![CDATA[ Let's look at the standard Lotus Notes View and Folder icons, as provided to us in a <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21102918">TechNote</a>.<br><br>
<img src="http://farm4.static.flickr.com/3227/3085684060_c8c23f9b57_o.jpg" width="446" height="254" alt="Standard Folder Icons" /><br><br>
However, this TechNote doesn't address Folder Icons that look like this ===>  <img src="http://farm4.static.flickr.com/3137/3084883387_5e8bc27167_o.jpg" width="30" height="20" alt="blufolder" /> <=== Notice the blue shading of the <b>entire</b> folder icon? I realize that the icon is a little small, so this is what a couple of them look like in a mail file, along with some normal ones:<br><br>
<img src="http://farm4.static.flickr.com/3279/3082530661_c0b4914072_o.jpg" width="150" height="220" alt="Folders in Mail File" /><br><br>
Before calling Lotus Tech Support, I did the following:<br>
<ol>
<li>Thinking this was related to the workstation, opened the mail file on my PC. The folders maintained their blue-green shading</li>
<li>Refresh the design of the mail file</li>
<li>Replace the design of the mail file</li>
<li>Replace the design of the mail file with the Discussion Database template and then replace it with the mail template</li>
<li>Examine the design of the mail file. The folders are not Private (denoted by a key icon)</li>
<li>Noticed, in Designer, that the problem folders, while appearing heirarchical, curiously, didn't have a parent folder</li>
<li>Created new folder, using just the parent name. Folder created properly. But if I dragged one of the blue-green folders to the new folder, the Folder icon went missing.</li>
<li>Created new folders in the mail file. They all appear normal. That is, yellow.</li>
<li>Created a new copy of the mail file. The folder icons were still blue-green.</li> 
<li>Tweeted my followers, asking for ideas</li>
</ol>
It was at this point that I called Lotus Tech Support. Unfortunately, the tech hadn't seen this behaviour before, so I uploaded a design copy of the mail to him for further analysis. And then I waited for a response.<br><br>The answer came back in about an hour (sweet!) with the contents of <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21247780">an existing TechNote</a>.<br><br>
<blockquote>When working with documents in a Lotus Notes® client, you are unable to drag and drop documents into a particular folder. As you drag the documents, a "not allowed" icon, a circle with a slash, appears over the folder name, indicating that the operation is not allowed. </blockquote><br>
Strange, I thought, but I'll test their theory. This is what I saw when trying to drag-n-drop a mail message into one of those folders:<br><br>
<img src="http://farm4.static.flickr.com/3203/3084729551_44e250c2fd_o.jpg" width="402" height="275" alt="Drag-n-Drop Not Allowed" /><br><br>
And the cause of this issue?<br><br>
<blockquote>If you attempt to drag and drop to a folder when a folder hierarchy does not contain a folder at that level, then the "not allowed" icon appears because that operation is not possible. <br><br>
For example, you have created a folder named folder1\folder2, but you do not have a folder named folder1. If you attempt to drag to folder1, which does not exist as a separate folder, you see the icon. You might never have created folder1 or created but later deleted it. </blockquote><br>
Very nice. But I decided to take this a little further. We are in the process of upgrading to Notes/Domino Release 8.0.x. So, I made a design copy of the mail file on our test Domino 8 server and replaced the design with Domino 8 Mail Template. How do these particular folders look in R8?<br><br>
<img src="http://farm4.static.flickr.com/3110/3084729553_6e61f4aa7b_o.jpg" width="250" height="160" alt="Folders in Domino R8" /><br><br>
As you can tell, the difference is striking in Release 8; The orange folders are the normal ones.<br><br>
So, if you want to fix it (in this case, we are just going to leave it as it is) the TechNote will help:<br><br>
<blockquote>If you want to drag and drop documents into a folder hierarchy, then a folder for the relative level of the hierarchy must exist. Create a folder if necessary to resolve the problem. <br><br>
Examples:<br> 
<ul>
<li>You have a folder hierarchy of folder1\folder2, If you want to drag a document into folder1, then you must create a folder named folder1. </li>
<li>You have a folder hierarchy of folder1\folder2\folder3. If you want to drag documents into folder2 or folder3, but not folder1, then you must be sure you create a folder named folder1\folder2. Note: The folder folder1\folder2\folder3 does not need to be created; it already exists given the hierarchy.</li>
</ul></blockquote><br>
I think that there should be one more entry in the "Standard Icons for Views & Folders" TechNote. :-)<br><br>

Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21102918">What are the Standard Icons for Views & Folders and What Do They Tell You?</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21247780">Unable to drag and drop a document into a folder because slash displays over the folder name</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br>]]></content:encoded><pubDate>Fri, 5 Dec 2008 15:45:14 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=D2B4DD8FDBB7229D8525751600720307</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=D2B4DD8FDBB7229D8525751600720307</wfw:comment></item><item><title>SnTT - Obsolete Notes.INI Parameters</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7LZ3QE</link><description><![CDATA[ Ulrich Krause's post "Look into your Notes.ini, please" and other, recent posts concerning the Notes.INI reminded me of another topic related to that file. 

As you upgrade your Domino servers to the next release, it is a good an excellent idea to examine ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7LZ3QE</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7LZ3QE</guid><content:encoded><![CDATA[ Ulrich Krause's post "<a href="http://www.eknori.de/2008-12-03/look-into-your-notesini-please/">Look into your Notes.ini, please</a>" and other, <a href="http://planetlotus.org/3bd0e4">recent</a> posts concerning the Notes.INI reminded me of another topic related to that file.<br><br> 

As you upgrade your Domino servers to the next release, it is <strike>a good</strike> an excellent idea to examine your server's Notes.INI for obsolete entries and remove them. How do you know what lines to delete? IBM has several TechNotes to assist you with this process. For example, these are the obsolete entries for Domino 8.0 and 8.0.1:<br><br> 

<b><u>Obsolete variables as of Notes/Domino 8.0:</u></b> </p><p> </p><table border="1" > <tr valign="top" ><td width="307" >ADMINUSEPROCESSES</td></tr> <tr valign="top" ><td width="307" >BypassNewTotaling</td></tr> <tr valign="top" ><td width="307" >CLUSTER_NAME_CACHE_SIZE</td></tr> <tr valign="top" ><td width="307" >DEBUG_CONSOLETOSCRAP </td></tr> <tr valign="top" ><td width="307" >DEBUG_DB2_QV_ENABLE_HTTP</td></tr> <tr valign="top" ><td width="307" >DEBUG_DISABLE_JIT_SUPPORT</td></tr> <tr valign="top" ><td width="307" >DEBUG_DISABLE_LARGE_FILE_SUPPORT </td></tr> <tr valign="top" ><td width="307" >DEBUG_ENABLE_ODS42</td></tr> <tr valign="top" ><td width="307" >DEBUG_LOGGER_BUF_FULL_MIN_WAIT</td></tr> <tr valign="top" ><td width="307" >DEBUG_NAMELOOKUP_MISSES</td></tr> <tr valign="top" ><td width="307" >DEBUG_NAMELOOKUP_NOHITS_NOERRORS </td></tr> <tr valign="top" ><td width="307" >DEBUG_NLCGTRACE_TEARDOWN</td></tr> <tr valign="top" ><td width="307" >DEBUG_NONQUINCY_DEBUGGER</td></tr> <tr valign="top" ><td width="307" >DEBUG_SCR_ENABLED</td></tr> <tr valign="top" ><td width="307" >DEBUG_SECURE_ALLOW_2048</td></tr> <tr valign="top" ><td width="307" >DEBUGGING_NLMS</td></tr> <tr valign="top" ><td width="307" >DEDICATED</td></tr> <tr valign="top" ><td width="307" >DONT_CACHE_MONITOR_FORMULAS</td></tr> <tr valign="top" ><td width="307" >DWSAddinMaxThreads</td></tr> <tr valign="top" ><td width="307" >EVENT_SETUP_LEVEL_CLEAN_MESSAGES</td></tr> <tr valign="top" ><td width="307" >FT_SUMM_DEFAULT_LANGUAGE</td></tr> <tr valign="top" ><td width="307" >FT_SUMMARY_SIZE </td></tr> <tr valign="top" ><td width="307" >HTTPDomWSForceFromValue</td></tr> <tr valign="top" ><td width="307" >HTTPNoDomWSAppSpace</td></tr> <tr valign="top" ><td width="307" >LSMODULE_TRACE</td></tr> <tr valign="top" ><td width="307" >MACR6StatusBar </td></tr> <tr valign="top" ><td width="307" >MAPI_602PSTFILE</td></tr> <tr valign="top" ><td width="307" >MCC_DefaultLang </td></tr> <tr valign="top" ><td width="307" >MEMORY_LOW_CUSHION</td></tr> <tr valign="top" ><td width="307" >POLICY_USE_POLLASTMOD</td></tr> <tr valign="top" ><td width="307" >PREEMPTIONTIMER</td></tr> <tr valign="top" ><td width="307" >SEG_PER_FIXED_ALLOC</td></tr> <tr valign="top" ><td width="307" >ServerRequiredFileHandles</td></tr> <tr valign="top" ><td width="307" >SESSIONKEY_CHECK_FILE</td></tr> <tr valign="top" ><td width="307" >SKIP_FIXUP</td></tr> <tr valign="top" ><td width="307" >WINCON_GEOMETRY</td></tr> </table> <br /> <b><u>Obsolete variables as of Notes/Domino 8.0.1:</u></b><br /> <br /> <table border="1" > <tr valign="top" ><td width="307" >ABSort </td></tr> <tr valign="top" ><td width="307" >CALLWS_DUMPHEAP</td></tr> <tr valign="top" ><td width="307" >DEBUG_CA_SERVER</td></tr> <tr valign="top" ><td width="307" >DEBUG_CHECK_ABSTRACT_LENGTH</td></tr> <tr valign="top" ><td width="307" >DEBUG_LS_MEMORY_DUMP</td></tr> <tr valign="top" ><td width="307" >DEBUG_LS_MEMORY_DUMP_OUTFILE</td></tr> <tr valign="top" ><td width="307" >DEBUG_SIMULATE_UNDO_LEAK </td></tr> <tr v 
align="top" ><td width="307" >ENABLE_ON_DEMAND_COLLATIONS</td></tr> <tr valign="top" ><td width="307" >EnableRTFMergedCells</td></tr> <tr valign="top" ><td width="307" >WSINVOKE_DEBUG</td></tr> </table>  </td></tr> <tr><td>&nbsp;</td></tr> </td></tr> <tr valign="top" ><td width="438" ></td></tr></table></td></tr><br> 
Cleaning up the Notes.INI, in most cases, will require a server restart to flush newly removed values from the cache. Plan accordingly. :-)<br><br> 
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21327806">Obsolete notes.ini variables in Notes/Domino 8.x</a><br> 
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21207338" >Obsolete notes.ini variables in Notes/Domino 7.x</a><br> 
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21270715" >Obsolete notes.ini variables in Notes/Domino 6.5</a><br><br> 
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br>
]]></content:encoded><pubDate>Wed, 3 Dec 2008 20:26:58 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=B108F3DE524DFCF4852575150007F6EA</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=B108F3DE524DFCF4852575150007F6EA</wfw:comment></item><item><title>SnTT - Hiding Person Documents in the Domino Directory</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7L65V4</link><description><![CDATA[ Apparently, there are Domino Administrators that sometimes have a need to "hide" Person Documents in the Domino Directory. For whatever reason (probably, these are people that have been terminated), they still need mail delivered but do not want others to be ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7L65V4</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7L65V4</guid><content:encoded><![CDATA[ Apparently, there are Domino Administrators that sometimes have a need to "hide" Person Documents in the Domino Directory. For whatever reason (probably, these are people that have been terminated), they still need mail delivered but do not want others to be able use the addresses when sending mail internally. How can this be accomplished?<br><br> 

One option is to change the Person Document to put a "z" in front of the last name: <br><br>
<a href="http://www.flickr.com/photos/geldred/3009758844/" title="Test User Person Document by geldred61, on Flickr"><img src="http://farm4.static.flickr.com/3251/3009758844_d68250494c_o.jpg" width="293" height="155" alt="Test User Person Document" /></a><br><br>


Once saved, the Person Document will go to the end of the Domino Directory. If a user tries to address mail to this Person, the search will not provide a hit. Also, mail addressed to "Test User3," in this case, will bounce. Further, most people won't scroll through the entire Domino Directory to find the missing user. <br><br>

But, there is another way to accomplish this: Change the Document Properties for the Person Document. <br><br>

Open the Person Document, right click on it, select Document Properties, and go to the Security tab. Deselect "All readers and above." Select your Administration group, LocalDomainServers, and the Home Mail Server. The Document Properties will now look like this:<br><br> 
<a href="http://www.flickr.com/photos/geldred/3009758832/" title="Test User Document Properties by geldred61, on Flickr"><img src="http://farm4.static.flickr.com/3274/3009758832_3fb9b3b70b_o.jpg" width="304" height="247" alt="Test User Document Properties" /></a><br><br>

You need to have the Administration group in there, so that you can have access to the Person Document. LocalDomainServers and the Server are selected so that the server can find the Person Document in order to route mail to the mailfile. <br><br>

Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a>]]></content:encoded><pubDate>Thu, 6 Nov 2008 22:16:55 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=F9850C69BA7AE4ED852574FA00120C37</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=F9850C69BA7AE4ED852574FA00120C37</wfw:comment></item><item><title>SnTT - Counting Folders and Views in a Database</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7KU2MN</link><description><![CDATA[ A Notes user calls to say that when he clicks to expand his Folders in his Inbox, nothing appears. I try it, and get the same result. A look at the design of the mail file shows a "few" folders. I am not counting the number of Folders. A search of ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7KU2MN</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7KU2MN</guid><content:encoded><![CDATA[ A Notes user calls to say that when he clicks to expand his Folders in his Inbox, nothing appears. I try it, and get the same result. A look at the design of the mail file shows a "few" folders. I am not counting the number of Folders. A search of developerWorks:Lotus brings me to <a href="http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/a6490d5876c87d468525727c0052bac4?OpenDocument">this code</a>, courtesy of  Paul Smerdon:<br>
<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
</style>
<pre><div class=lotusscript>
<font class=ls-statement>Dim</font> ns <font class=ls-keyword>As</font> <font class=ls-keyword>New</font> <font class=ls-class>NotesSession</font>
<font class=ls-statement>Dim</font> db <font class=ls-keyword>As</font> <font class=ls-class>NotesDatabase</font>
<font class=ls-datatype>folder%</font> <font class=ls-operator>=</font> 0
<font class=ls-datatype>view%</font> <font class=ls-operator>=</font> 0
<font class=ls-statement>Set</font> db <font class=ls-operator>=</font> ns<font class=ls-operator>.</font>CurrentDatabase
<font class=ls-statement>Forall</font> v In db<font class=ls-operator>.</font>Views
<font class=ls-statement>If</font> v<font class=ls-operator>.</font>isfolder <font class=ls-statement>Then</font>
<font class=ls-datatype>folder%</font> <font class=ls-operator>=</font> <font class=ls-datatype>folder%</font> <font class=ls-operator>+</font> 1
<font class=ls-statement>Else</font>
<font class=ls-datatype>view%</font> <font class=ls-operator>=</font> <font class=ls-datatype>view%</font> <font class=ls-operator>+</font> 1
<font class=ls-statement>End</font> <font class=ls-statement>If</font>
<font class=ls-statement>End</font> <font class=ls-statement>Forall</font>
<font class=ls-function>Msgbox</font> <font class=ls-quote>"There are "</font> <font class=ls-operator>&#38;</font> <font class=ls-function>Cstr</font><font class=ls-operator>(</font><font class=ls-datatype>folder%</font><font class=ls-operator>)</font> <font class=ls-operator>&#38;</font> <font class=ls-quote>" folders and "</font> <font class=ls-operator>&#38;</font> <font class=ls-function>Cstr</font><font class=ls-operator>(</font><font class=ls-datatype>view%</font><font class=ls-operator>)</font>
 <font class=ls-operator>&#38;</font> <font class=ls-quote>" views in this database"</font>
</div></pre>

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif; BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This LotusScript was converted to HTML using the <b><i>ls2html</i></b> routine,<br>provided by Julian Robichaux at <a href="http://www.nsftools.com" target="_blank">nsftools.com</a>.</center></div><br>
The result of the agent?<br><br>
<a href="http://www.flickr.com/photos/geldred/2980069716/" title="A lot of Folders by geldred61, on Flickr"><img src="http://farm4.static.flickr.com/3208/2980069716_f21d20806e_o.jpg" width="282" height="102" alt="A lot of Folders" /></a><br><br>
<b>1579</b> folders might be a problem. Even though there is no error message when trying to expand the Folders view, I think that there might be a memory problem somewhere. I think that the next steps will be the most painful - removing/consolidating folders to a more manageable number.<br><br>
While I battle the number of folders, I thought that you might like to see some code that counts the number of folders and views in a database. Put the code in the database in question, set it to run on "None," then run it.<br><br>Very cool.<br><br>
Link: <a href="http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/a6490d5876c87d468525727c0052bac4?OpenDocument">Paul Smerdon: Count the no. of views in a database</a><br><br>Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br>
]]></content:encoded><pubDate>Mon, 27 Oct 2008 20:31:23 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=B338511D4F3EA14A852574F00002DD64</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=B338511D4F3EA14A852574F00002DD64</wfw:comment></item><item><title>SnTT: Automatically Changing Sametime Status</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7KGQSL</link><description><![CDATA[ One of the questions I sometimes get asked after implementing Lotus Sametime is "Can Sametime automatically change my status after some time of inactivity?" This is a very useful feature, which would cut down on the number of times you ping someone, only to ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7KGQSL</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7KGQSL</guid><content:encoded><![CDATA[ One of the questions I sometimes get asked after implementing <a href="http://www-01.ibm.com/software/lotus/sametime/">Lotus Sametime</a> is "Can Sametime automatically change my status after some time of inactivity?" This is a very useful feature, which would cut down on the number of times you ping someone, only to find out that they are out to lunch, in a meeting, or similarily indisposed. But can you do this in Sametime? <br><br>Thankfully, the answer is "Yes," and there is <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21148400">a TechNote</a> that spells it all out for you.<br><br>
<blockquote>This feature became available in Notes client release 7.0.1, which allows Notes instant messaging clients to change their awareness status based on keyboard/mouse activity or inactivity. <br><br>
The Notes client displays an "Away" state based on keyboard/mouse inactivity, and automatically changes that status based on the status of the OS (the keyboard or mouse being inactive). Previously, the Active/Away status was changed based on the Notes client status. <br><br>

This feature is turned off by default. To enable this feature, set the following notes.ini variables: <br>

<li><b>$STActiveToAwayEnabled=1</b> to enable "Active to Away" on idle
<li><b>$STAwayToActiveEnabled=1</b> to enable "Away to Active" on return from idle 
<li><b>$STActiveToAwayTimeout=<i>time</i></b> to set idle time threshold (in minutes)</blockquote><br>
If you are using the <a href="http://infocenters.lotus.com/help1/index.jsp?topic=/com.ibm.help.sametime.standard.doc/st_adm_intro_conclient_c.html">Sametime Connect Client</a>, and want the same functionality, you have to make a change to the Auto-Status preference in the autostatus.xml file:<br><br>
<blockquote>
<b>Auto-status changes preferences</b><br><br>
com.ibm.collaboration.realtime.alertmanager (release 7.5.x and higher)<br> <br>
As of 7.5.1 CF1, the Auto-Status preferences cannot be preset using the plugin_customization.ini. In order to customize and set these values, you can update the autostatus.xml file located in the users' profile directory at the following location:<br><br>

([USERPROFILE]\IBM\RCP\Sametime\.metadata\.plugins\com.ibm.collaboration.realtime.alertmanager\autostatus.xml)</blockquote><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21148400">'Automatically change my status' in Notes instant messaging client</a><br><br>
Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21264766">Setting the Sametime Connect client's preferences</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a>
 ]]></content:encoded><pubDate>Thu, 16 Oct 2008 15:25:39 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=771A05421DBDAB2C852574E4006AC9E2</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=771A05421DBDAB2C852574E4006AC9E2</wfw:comment></item><item><title>SnTT: Outbound SMTP Authentication</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7JKW2P</link><description><![CDATA[ A question was posted to the Notes listserv today:
We are trying to configure a Domino 8 server to change how it handles outbound mail. Currently, it routes to a smarthost that just  accepts all messages from the Domino server's address. The administrator ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7JKW2P</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7JKW2P</guid><content:encoded><![CDATA[ A question was posted to the Notes listserv today:<br><br>
<blockquote>We are trying to configure a Domino 8 server to change how it handles outbound mail. Currently, it routes to a smarthost that just  accepts all messages from the Domino server's address. The administrator for the smarthost is reconfiguring and they want the Domino server to authenticate when it connects to the smarthost (which is how their clients are required to send outbound messages). I don't have a Domino 8 server to look at, but my Domino 7 system does not have any places that I can find to enter username/password for the SMTP authentication.</blockquote><br>
Thankfully, the Domino server is on Release 8. In R8, a new feature was added allowing the Domino server to send authenticated SMTP to a relay host. From Administrator Help:<br><br>
<blockquote>You can use SMTP sender authentication to ensure that the sender of a message is a legitimate user of an SMTP server. SMTP sender authentication requires an account name and password for the destination SMTP server. The account name you use must be an account on the relay host SMTP server to which a specific IBM® Lotus® Domino™ server routes messages. The purpose of SMTP sender authentication is to authenticate the connection between a Domino router and an SMTP server.  Use this feature with SMTP servers that do not allow Anonymous connections, or with SMTP servers that allow both authenticated and non-authenticated connections.</blockquote><br>
Setting this up is, as friend likes to say, "easy peasy." Open the Messaging Configuration Document for your SMTP server and make the change, as shown below:<br><br>
<center><a href="http://www.flickr.com/photos/geldred/2866786212/" title="SMTP Authentication by geldred61, on Flickr"><img src="http://farm4.static.flickr.com/3162/2866786212_da16d528af_o.jpg" width="278" height="319" alt="SMTP Authentication" /></a></center><br><br>
Save and close the document. Restart the Router. There you have it: SMTP Authentication on outbound messages.<br><br>
One little item that might be of interest:<br><br>
<blockquote>To ensure the security of the SMTP account name and password, the Server Configuration Document should be encrypted. A server ID must be included in the server's encryption list to allow the server to decrypt the document. For instructions on encrypting the Server Connection document, see the topic "Encrypting documents using secret keys" in the IBM® Lotus® Notes® client help.</blockquote><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a><br><br>]]></content:encoded><pubDate>Wed, 17 Sep 2008 19:54:38 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=BBE96A00D527F90E852574C700835C14</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=BBE96A00D527F90E852574C700835C14</wfw:comment></item><item><title>SnTT - Your Domino Administrator is Leaving. Now What?</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7JC438</link><description><![CDATA[ There are few things that worry management more than when a Domino Administrator leaves the company.The Domino Administrator has access to all mail files, can access the Domino servers and use the console to execute commands, sometimes signs agents, and can ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7JC438</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7JC438</guid><content:encoded><![CDATA[ There are few things that worry management more than when a Domino Administrator leaves the company.The Domino Administrator has access to all mail files, can access the Domino servers and use the console to execute commands, sometimes signs agents, and can create/delete users, groups, and servers.<br><br>

To reduce your exposure,  you should have a documented plan when your Domino Administrator leaves. Especially, if it is on bad terms. This is one of those items that you should do, sooner rather than later. <br><br>

To assist you with this, there are some things that IBM recommends that you secure, shown below. I have added some comments, in parenthesis, but this list should be used as a guideline. Your environment will probably require more items. 
<ul>

<li>Ensure that you have access to the Domino Certifier ID file and password. (This is the step that scares me the most. Without those two files . . .)
<li>Lock out the Administrator's Notes ID. 
<li>Obtain the Administrator's workstations. 
<li>Secure physical access to the Domino servers. 
<li>Disable the Administrator's remote access to the network, and disable their accounts at the operating-system level. 
<li>Change any operating-system-level passwords on other accounts that this person may have known. 
<li>Add the Administrator to a Deny Access group in the Domino Directory. 
<li>If the Administrator knew the password to any administrator-level accounts, these accounts should be added to the Deny Access group as well. 
Depending on the ID, this may cause users not to have access to their mail. 
<li>Alternatively, you can enable password checking and force all users to change their passwords. This would allow current users to maintain access, but leave the Administrator with an old password that is no longer valid. (If you do not have password checking enabled, some people may complain about Notes performance when it is enabled. There is a bit of overhead involved as the client and server compare passwords)
<li>Monitor and audit for any strange Domino or network activity. (This is <b>very</b> important, especially if the Admin left on less than happy terms) 
</ul>
<b>NOTE:</b>  Securing the environment can be more challenging if the Administrator may have IDs and passwords known only to them.  If this is the case, and you do not have a complete list of their IDs and passwords, it can be very difficult to eliminate their access from a pure Domino perspective.  If this scenario is possible in your environment, then you may consider implementing a stringent network and operating-system-level lockout.  This will also minimize the possibility of this person using other IDs to try to access your Domino environment. <br><br>

You can't remove the Administrator's name from the Domino Directory until you have audited the agents on the server. If the Admin has signed any agents, and his/her name is not in the Domino Directory, the agents will, most likely, fail to run. But by having the Administrator's name in the Deny Access group, s/he will not have access to the environment. Provided there are no other backdoors.<br><br>

Link: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21188049">Securing a Domino environment when an administrator is leaving</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT<a/> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday<a/>]]></content:encoded><pubDate>Wed, 10 Sep 2008 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=E3076571792387C3852574C000098D44</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=E3076571792387C3852574C000098D44</wfw:comment></item><item><title>SnTT - How To Change Domino URL Icon</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HX592</link><description><![CDATA[ 
You may have wondered how some websites
get cute little icons in front of their URLs. For example, some look like
this: 



The default icon for a Domino website icon is what you see next to my name.
Nice, but you probably will want to change it. ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HX592</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HX592</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">You may have wondered how some websites
get cute little icons in front of their URLs. For example, some look like
this:</font><font size=3> <br>
<br>
</font><img src="./plinks/GELD-7HX592/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=2 face="sans-serif"><br>
<br>
The default icon for a Domino website icon is what you see next to my name.
Nice, but you probably will want to change it. <br>
<br>
That little icon is determined by favicon.ico, located in the Domino\Data\domino\html
directory. You can use any 16x16 BMP file, rename it to &quot;favicon.ico&quot;
(or, better, use an icon editor) and copy it into the Domino\Data\domino\html
directory. It will display by any database accessed on that Domino Web
server. <br>
<br>
If you have a few web accessible databases, but want to change the icon
for one (or more) and leave the default icon in place for other databases,
you can accomplish this by adding a &quot;LINK REF&quot; line to the HTML
Head Content section using the Designer Client. The general syntax is:
<br>
<br>
&lt;link rel=&quot;shortcut icon&quot; href=&quot;test.ico&quot;&gt; <br>
<br>
When you add it to the HTML Head Content section, you will need to add
it as a string, and escape the special characters: <br>
<br>
&quot;&lt;link rel=\&quot;shortcut icon\&quot; href=\&quot;test.ico\&quot;&gt;&quot;
<br>
<br>
Some other links that might help with creating your own favicon: </font><font size=2 color=blue face="sans-serif"><u><br>
<br>
</u></font><a href=http://www.photoshopsupport.com/tutorials/jennifer/favicon.html><font size=2 color=blue face="sans-serif"><u>Favicon
- How To Create a Favicon In Photoshop</u></font></a><font size=2 face="sans-serif">
</font><font size=2 color=blue face="sans-serif"><u><br>
<br>
</u></font><a href="http://thinkgreat.blogspot.com/2008/01/get-your-own-animated-favicon_30.html"><font size=2 color=blue face="sans-serif"><u>Get
your own animated favicon</u></font></a><font size=2 face="sans-serif">
<br>
</font><font size=2 color=blue face="sans-serif"><u><br>
</u></font><a href="http://www.qtzar.com/blogs/qtzar.nsf/d6plinks/DLYH-6VM73U"><font size=2 color=blue face="sans-serif"><u>Declan
Lynch: SnTT: Domino and Favicons</u></font></a><font size=2 face="sans-serif">
<br>
</font><font size=2 color=blue face="sans-serif"><u><br>
</u></font><a href="http://www.notesninjas.com/A555F9/nn.nsf/b2b6ed1db864a76080256ada006da907/64010482aa2118548025727200683657!OpenDocument&amp;Click="><font size=2 color=blue face="sans-serif"><u>Lotus
Notes Ninjas: Favicon Web Shortcut icon revisited</u></font></a><font size=2 face="sans-serif"><br>
<br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a>
]]></content:encoded><pubDate>Wed, 27 Aug 2008 22:44:48 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=62C111FFFD4F42D1852574B3000EEE5E</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=62C111FFFD4F42D1852574B3000EEE5E</wfw:comment></item><item><title>SnTT: Applying PTFs Using FTP and Virtual Devices</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HQ56R</link><description><![CDATA[ 
Disclaimer: This post will probably
appeal to only a very small audience: Domino on iSeries Administrators.

You need to get a PTF from an IBM FTP
site to your iSeries. Your first stop is Fix
Central to order the PTF. After
filling out the request, ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HQ56R</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HQ56R</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Disclaimer: This post will probably
appeal to only a very small audience: Domino on iSeries Administrators.</font>
<br>
<br><font size=2 face="sans-serif">You need to get a PTF from an IBM FTP
site to your iSeries. Your first stop is </font><a href="http://www-933.ibm.com/eserver/support/fixes/"><font size=2 color=blue face="sans-serif">Fix
Central</font></a><font size=2 face="sans-serif"> to order the PTF. After
filling out the request, and telling IBM that you are going to use &quot;Disconnected&quot;
mode, you will receive an e-mail detailing the PTF location on an FTP site.
If you have requested a few PTFs or some large ones, the e-mail could take
a while to get to you. Also, the more you order, the bigger the download
and the longer you will wait for the FTP session to complete.</font>
<br>
<br><font size=2 face="sans-serif">When you get to the FTP site, you will
find that there is a .bin file waiting for you. How do you apply a .bin
PTF to your iSeries?</font>
<br>
<br><font size=2 face="sans-serif">Thankfully, IBM has </font><a href="http://www-1.ibm.com/support/docview.wss?uid=nas1f457977bfb96fcfb86256c950046390a"><font size=2 color=blue face="sans-serif">a
TechNote</font></a><font size=2 face="sans-serif"> on the process, which
is provided to you, below. But within the TechNote, I have added a few
of my own notes, which may help.</font>
<br>
<br><font size=2 face="sans-serif">The first note is to use IBM's naming
conventions, as outlined below. It will save you time by not having to
remember a different Virtual CD Device name, download location, or Image
Catalog.</font>
<br>
<br><font size=2 face="sans-serif">The second note is to do the FTP first,
then create the download folder on the IFS. Neither of those points are
in the TechNote.</font>
<br>
<br><font size=2 face="sans-serif">So, FTP the file to your workstation
from the location provided in the e-mail from IBM.</font>
<br>
<br><font size=2 face="sans-serif">Then create a folder on the IFS and
name it download.</font>
<br>
<br><font size=2 face="sans-serif">When you FTP the .bin file to the IFS
you will need to use this command before putting the file on the server:</font>
<br>
<br><font size=2 color=blue face="sans-serif">quote site namefmt 1</font>
<br>
<br><font size=2 face="sans-serif">then you can change directory to the
download folder.</font>
<br>
<br><font size=2 face="sans-serif">To get the CD image file loaded into
a Virtual Media device, do the following:</font>
<br>
<br><font size=2 face="sans-serif">Note: The following procedure is available
only for R520.</font>
<br><font size=2 face="sans-serif">1. Create a Virtual CD Device, and vary
this on (this can be reused so will not need to be done every time). On
the operating system command line, type the following:</font>
<br>
<br><font size=2 color=#008000 face="sans-serif">CRTDEVOPT DEVD(OPTVRT01)
RSRCNAME(*VRT) TEXT('Virtual Media CD Device')</font>
<br>
<br><font size=2 face="sans-serif">Press the Enter key.</font>
<br><font size=2 face="sans-serif">2. To vary on the device, on the operating
system command line type the following:</font>
<br>
<br><font size=2 color=#008000 face="sans-serif">WRKCFGSTS CFGTYPE(*DEV)
CFGD(OPTVRT01)</font>
<br>
<br><font size=2 face="sans-serif">Press the Enter key. Select Option 1
against the device.</font>
<br><font size=2 face="sans-serif">3. To create a Image Catalog (do this
the first time only), on the operating system command line type the following:</font>
<br>
<br><font size=2 face="sans-serif">Note: Specify CRTDIR(*YES) only if the
directory specified in the DIR parameter does not exist.</font>
<br>
<br><font size=2 color=#008000 face="sans-serif">CRTIMGCLG IMGCLG(IPTF)
DIR('/iptf') CRTDIR(*YES) TEXT('Image Catalog for iPTF FTP orders')</font>
<br>
<br><font size=2 face="sans-serif">Press the Enter key.</font>
<br>
<br><font size=2 face="sans-serif">[It is at this point, that you should
have FTP'd the file to the iSeries as the next step assumes that the file
exists on the server]</font>
<br>
<br><font size=2 face="sans-serif">4. To add the downloaded image file
to the Image Catalog, on the operating system command line type the following:</font>
<br>
<br><font size=2 color=#008000 face="sans-serif">WRKIMGCLGE IMGCLG(IPTF)</font>
<br>
<br><font size=2 face="sans-serif">Select Option 1 to Add ( </font><font size=2 color=#008000 face="sans-serif">ADDIMGCLGE</font><font size=2 face="sans-serif">
), and specify From image file to be path where you have downloaded the
image file to:</font>
<br>
<br><font size=2 color=#008000 face="sans-serif">/download/iptf0050.bin</font>
<br>
<br><font size=2 face="sans-serif">where download is the directory in the
Integrated File System where the image file called iptf0050.bin was downloaded.</font>
<br><font size=2 face="sans-serif">5. This should then show as loaded (for
example, in the Virtual Media CD Changer) or mounted (for example, in the
Virtual Media Drive).</font>
<br><font size=2 face="sans-serif">6. To associate the Image Catalog with
the Virtual CD Device, on the operating system command line type the following:</font>
<br>
<br><font size=2 color=#008000 face="sans-serif">LODIMGCLG IMGCLG(IPTF)
DEV(OPTVRT01) OPTION(*LOAD)</font>
<br>
<br><font size=2 face="sans-serif">Press the Enter key.</font>
<br><font size=2 face="sans-serif">7. Once this has been done, use the
</font><font size=2 color=#008000 face="sans-serif">WRKIMGCLGE</font><font size=2 face="sans-serif">
command to show a status of Ready .</font>
<br><font size=2 face="sans-serif">8. Load the PTFs using </font><font size=2 color=#008000 face="sans-serif">GO
PTF</font><font size=2 face="sans-serif"> , Option 8, specifying the Virtual
CD Device (for example, OPTVRT01).</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=nas1f457977bfb96fcfb86256c950046390a"><font size=2 color=blue face="sans-serif">Fix
Central and FTP Download - Getting the CD Image File into a Virtual Media
Device</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Wed, 20 Aug 2008 22:41:09 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=607585F4741603C2852574AC000EC5D1</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=607585F4741603C2852574AC000EC5D1</wfw:comment></item><item><title>SnTT - Server ID is Lost or Corrupted</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HG4DW</link><description><![CDATA[ 
Curtis posted to the developerWorks:Lotus
forum that his server.id was &quot;blank.&quot; Which led to some discussion
on what to do to recreate the ID when you don't have a backup of it. 

Should this fate befall you, you will need to follow these ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HG4DW</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HG4DW</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Curtis posted to the developerWorks:Lotus
forum that his server.id was &quot;blank.&quot; Which led to some discussion
on what to do to recreate the ID when you don't have a backup of it. <br>
<br>
Should this fate befall you, you will need to follow these steps. However,
these steps only work if the server is an additional server and not the
only server or your first server. <br>
<br>
To create a new ID in this scenario, delete the Server document from the
Domino Directory and re-register it. &nbsp;To do this, from another server
in the domain (preferably, the Administration Server), follow these steps:
<br>
<br>
1. Create a temporary Domino Directory from the PUBNAMES.NTF named, for
example, NAMESBKUP.NSF. <br>
<br>
2. Copy and paste the Server document corresponding to the server with
the lost ID into the NAMESBKUP.NSF (this is used so that you have a copy
of the Server Document before proceeding with the next steps). You may
want to print out the Server Document, so that you have a ready reference
when it comes time to register the &quot;new&quot; server. <br>
<br>
3. Delete the server document from the production Domino Directory and
replicate the deletion to all servers. <br>
<br>
4. Re-register the server exactly as it was originally, referring to NAMESBKUP.NSF
copy of the Server document, when necessary. <br>
<br>
5. Edit the NOTES.INI on the server and verify that entries for MailServer
and ServerKeyFilename are correct. Double check that the other lines in
the Notes.ini are appropriate. Save and close the Notes.ini.<br>
<br>
6. Detach the newly created server ID from the Server document in the Domino
Directory, store a copy in a safe location, place a copy on the server,
and bring the server up. <br>
<br>
And please, for the love of all things holy, STORE A COPY of the server
ID in a safe place. You don't want to have to do this again, do you? <br>
<br>
One little note is that you might have to reinstall the Domino Server software
or restore some databases. Although, while I think that unlikely, just
prepare yourself. Another note is that I usually have a &quot;backup&quot;
Domino Directory in place on a server. The reason is that it is the place
where I copy and paste Person, Server, Group, and Mail-in Database documents
before deleting them from the production Domino Directory. I like doing
this because it allows me easy recovery should someone make a mistake with
a deletion.<br>
<br>
Link: </font><a href="http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/5ffcb4e156993d18852574a20055d1a8?OpenDocument"><font size=2 color=blue face="sans-serif"><u>Blank
server.id</u></font></a><font size=2 color=blue face="sans-serif"> </font><font size=2 face="sans-serif"><br>
<br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/server.id><font size=2 color=blue face="sans-serif"><u>server.id</u></font></a><a href="http://technorati.com/tag/Show-n-Tell+Thursday"></a><font size=2 face="sans-serif">
</font>
]]></content:encoded><pubDate>Tue, 12 Aug 2008 22:01:22 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=6678BDF1FF0C7D36852574A4000AED1C</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=6678BDF1FF0C7D36852574A4000AED1C</wfw:comment></item><item><title>SnTT - Mail Does Not Route &quot;Check in Progress&quot; Message</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HENGS</link><description><![CDATA[ 
A little early for a Show-n-Tell Thursday
post, but I suppose that I couldn't wait. :-)

We performed an upgrade from Domino
Release 6.5.6 to 8.0.1 last week. Everything went very well. However, we
noticed on Wednesday, that if a user sent a message ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HENGS</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HENGS</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">A little early for a Show-n-Tell Thursday
post, but I suppose that I couldn't wait. :-)</font>
<br>
<br><font size=2 face="sans-serif">We performed an upgrade from Domino
Release 6.5.6 to 8.0.1 last week. Everything went very well. However, we
noticed on Wednesday, that if a user sent a message from one of the servers,
the message stayed in the queue with a message of &quot;Check in Progress.&quot;
The message can be routed, provided the Administrator remembers to release
the messages. That isn't the best resolution to the issue. So, what is
causing this and how do you resolve it?</font>
<br>
<br><font size=2 face="sans-serif">The cause is almost always your anti-virus
package. Simply stopping the anti-virus services will not alleviate the
issue. You have to remark the anti-virus lines from the Notes.INI, remove
any reference to it in the servertasks= line, and check your extmgr= line
for anti-virus references. Now, you can restart your Domino server, anti-virus
will not be in memory or have any hooks into Domino, and the messages will
route properly. It is at this point where you should probably uninstall
your anti-virus, remove all traces of it from the server, and reinstall
it.</font>
<br>
<br><font size=2 face="sans-serif">At least, in this case, that resolved
the issue. One other item: &quot;Check in Progress&quot; is not a Lotus
Domino message routing notification. </font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-10.lotus.com/ldd/nd6forum.nsf/Search?SearchView&amp;Query=check%20in%20progress&amp;SearchOrder=0&amp;Start=1&amp;Count=100"><font size=2 color=blue face="sans-serif">developerWorks:Lotus
- R6/R7 Forum Postings with &quot;Check in Progress&quot;</font></a>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-10.lotus.com/ldd/46dom.nsf/Search?SearchView&amp;Query=check%20in%20progress&amp;SearchOrder=0&amp;Start=1&amp;Count=100"><font size=2 color=blue face="sans-serif">developerWorks:Lotus
- R4/R5 Forum Postings with &quot;Check in Progress&quot;</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Mon, 11 Aug 2008 13:27:33 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=AF641D7D65E449E8852574A2005FE8B9</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=AF641D7D65E449E8852574A2005FE8B9</wfw:comment></item><item><title>SnTT - Forcing an OOO Summary</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HB5J7</link><description><![CDATA[ 
Prior to Release 8, the user received
a summary report telling of the e-mail addresses that received an Out of
Office (OOO) message. This message would appear in the user's mail box
on the return date, as specified by the user. 

Now that Release 8 has ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HB5J7</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7HB5J7</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Prior to Release 8, the user received
a summary report telling of the e-mail addresses that received an Out of
Office (OOO) message. This message would appear in the user's mail box
on the return date, as specified by the user. <br>
<br>
Now that Release 8 has introduced the OOO service, that summary report
is generated at 4AM. If you have users that want the summary report immediately,
the Administrator has to compact mail.box. For those environments that
have multiple mailbox', you will probably have to compact each mail.box.
<br>
<br>
To generate the OOO summary report: <br>
Open the Administration Client. <br>
Open the user' Person Document to determine the Home Mail server. <br>
Open the Home Mail server and go to the Server Tab - Server Console. <br>
In the Console window, type: <br>
load compact mailx.box (where x signifies a number, 1, 2, 3, etc., if you
have multiple mail.box') <br>
The OOO summary will be immediately generated. <br>
<br>
Technorati tag </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a><a href=http://technorati.com/tag/SnTT></a>
]]></content:encoded><pubDate>Thu, 7 Aug 2008 22:59:25 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=2F36B7D444CCBAF38525749F00103B5E</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=2F36B7D444CCBAF38525749F00103B5E</wfw:comment></item><item><title>SnTT - Notes.INI on a Mac</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7H353J</link><description><![CDATA[ 
Running Lotus Notes on a Mac? Have you discovered
that there is no notes.ini?

Notes Clients on the Macintosh do not use
a NOTES.INI file like they do on a Windows machine. Instead, they have
a Notes Preferences file. If you are running OS X, &nbsp;the ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7H353J</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7H353J</guid><content:encoded><![CDATA[ 
<br><font size=2 face="Arial">Running Lotus Notes on a Mac? Have you discovered
that there is no notes.ini?</font>
<br>
<br><font size=2 face="Arial">Notes Clients on the Macintosh do not use
a NOTES.INI file like they do on a Windows machine. Instead, they have
a <b>Notes Preferences file</b>. If you are running OS X, &nbsp;the Preference
file is located in the user's home directory &gt; Library &gt; Preferences.</font>
<br>
<br><font size=2 face="Arial">In Notes 7.0.2 (and above), the Notes Preference
file is in plain text. To edit it, simply double-click on it and it will
appear in the TextEdit program.</font>
<br>
<br><font size=2 face="Arial">However, if you are running Notes 6.x.x,
you need a utility, the Notes Preference Editor, to edit the Notes Preferences
file. You can find the link to the Notes Preference Editor </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg24005829"><font size=2 color=blue face="Arial">here</font></a><font size=2 face="Arial">.</font>
<br>
<br><font size=2 face="Arial">There is a link to the Notes Preferences
Editor for Releases 4 and 5, but this is what you get:</font>
<br>
<br><img src="./plinks/GELD-7H353J/StoryRichText/M2?OpenElement" alt="A picture named M2">
<br>
<br><font size=2 face="sans-serif">I will assume that this is because neither
version is no longer supported. Further, why are you still running those
versions?</font>
<br>
<br><font size=2 face="sans-serif">If you are having problems finding the
Notes Preference file, simply do a Find for &quot;Notes Preference&quot;
from the Desktop.</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg24005829"><font size=2 color=blue face="sans-serif">Notes
Preference Editor for Notes 6.x and Mac OS X</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Wed, 30 Jul 2008 22:35:59 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=1FEE903C7DDB3E9085257497000E2AB9</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=1FEE903C7DDB3E9085257497000E2AB9</wfw:comment></item><item><title>SnTT - When Do You Need To Restart Your Domino Server?</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GU53L</link><description><![CDATA[ You have made a change (or several) to your Server and Messaging Documents. What changes require a restart of the server?

While this list is not all inclusive, it should address most of the major changes. Feel free to add to the list in the comments, or ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GU53L</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GU53L</guid><content:encoded><![CDATA[ You have made a change (or several) to your Server and Messaging Documents. What changes require a restart of the server?<br><br>

While this list is not all inclusive, it should address most of the major changes. Feel free to add to the list in the comments, or correct my mistakes. I will probably create another post with your updates.<br><br>
<ul>
<li>Make a change to Messaging Configuration Document - no restart, but need to restart SMTP and/or Router 
<li>Make a change to the LDAP section of Server Document - restart required
<li>Make a change to Global Domain Document - <a href="http://www-1.ibm.com/support/docview.wss?rs=463&context=SSKTMJ&context=SSKTWP&dc=DB520&dc=DB560&q1=1102863&uid=swg21102863&loc=en_US&cs=utf-8&lang=en">restart required</a> (I don't think that this is correct)
<li>Make a change to web server of Domino server - no restart, but need to restart HTTP task. 
<li>Starting or changing Directory Assistance - restart required 
<li>Make a change to the behavior of Domino Web Access (like having all users open to their InBox) - restart required 
<li>Make a change to the Internet Ports in the Server Document - no restart, but need to restart the specific task. 
<li>Setup Fault Recovery - restart required 
<li>Enable Password checking on Notes IDs - restart required 
<li>Moving an Internet Certificate from one server to another - restart required. 
<li>Changing SSL Key Encryption strength - no restart, but need to restart HTTP task 
<li>Changing fields on the Security tab of the Server Document - no restart, but need to wait for Domino to recache the document (about 20 minutes). 
<li>Create or change Domain Indexing - restart required 
<li>Disable/enable Directory Catalogs in Server Document - restart required 
<li>Make changes to Cluster Replicator - restart required 
<li>Edits to the Notes.INI on the server - restart required unless you use SET CONFIG. Then you need to restart the affected task 
<li>Change Transactional Logging settings - restart required 
<li>Enabling SSL on Domino server - no restart, but need to restart HTTP task. 
<li>Make changes to logging for Domino Web Server Log (domlog.nsf) - no restart, but need to restart HTTP. 
</ul>
Technorati tag: <a href="http://technorati.com/tag/SnTT">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday">Show-n-Tell Thursday</a><br>



]]></content:encoded><pubDate>Wed, 23 Jul 2008 22:36:03 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=17F8ACC9D74245CF85257490000E279A</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=17F8ACC9D74245CF85257490000E279A</wfw:comment></item><item><title>SnTT - Administrator ID Has Expired</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GM6TP</link><description><![CDATA[ 
In a previous
SnTT post, I outlined how to recertify
a server ID that had expired. 

In this post, your one and only Administrator ID has expired, severely
impacting your ability to perform even the most basic administrative tasks.
When attempting to ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GM6TP</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GM6TP</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">In a </font><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-6UWKJQ"><font size=2 color=blue face="sans-serif">previous
SnTT post</font></a><font size=2 face="sans-serif">, I outlined how to recertify
a server ID that had expired. <br>
<br>
In this post, your one and only Administrator ID has expired, severely
impacting your ability to perform even the most basic administrative tasks.
When attempting to connect to the server with the Administrator ID, you
get an error like this: <br>
<br>
&quot;Server error - your certificate has expired&quot; <br>
<br>
Don't panic, this is easily remedied. <br>
<br>
1. Open the Domino Administrator client. (The server should be set to &quot;Local&quot;.)
<br>
<br>
2. Select the Configuration tab. <br>
<br>
3. Select Tools -&gt; Certification -&gt; Certify. <br>
<br>
4. Select the appropriate certifier ID and enter the password (I hope you
remembered the certifier password). <br>
<br>
Note: An error may appear: &quot;The public key that is being used does
not match the one that was certified.&quot; This occurs because the client
cannot connect to the Notes certifier document in the address book on the
server. To continue past this error, at the prompt, &quot;Do you wish to
continue without updating the Certifier ID?,&quot; select &quot;Yes.&quot;
<br>
<br>
5. Select the Notes/Admin ID to certify. Note: You may see the error: &quot;Entry
not found in index, Do you want to certify anyway?&quot; Click Yes. <br>
<br>
6. Double check that the server is still set to &quot;Local&quot; (at the
top of the dialog), set the expiration date*, and then click Certify. <br>
<br>
7. At this point you should have access to the server, provided public
key checking is not enabled on the server. If public key checking is enabled
on the server, you have a few more steps to complete, shown in the next
point, before you can access the server. <br>
<br>
8. Copy the public key from the ID into the Person document (Certificates
tab -&gt; Notes certified public key field.) <br>
File -&gt; Security -&gt; User Security (this opens the user ID) <br>
Select Your Identity -&gt; Your Certificates <br>
Click the &quot;Other actions&quot; button and choose Mail, Copy Certificate
(Public Key)... <br>
Select Copy Certificate (this will place the public key on the system clipboard)
<br>
Close the open windows to exit User Security. <br>
Select the People view in the server's Domino Directory, open the user's
Person document in Edit mode, and click the Certificates tab <br>
Select the entire contents of the Notes certified public key field and
paste the key from the clipboard; Save and Close <br>
Rebuild the view by pressing the key combination Shift + F9. <br>
<br>
I might also note here, that prior to pasting the new public key over the
old one, I usually paste the old one into Notepad or a mail message just
in case something doesn't go according to plan. Further, while the steps
are fairly straightforward and easy, as you step through the procedure,
it is not the time to be answering the telephone, IM's, Twitter, or anything
else that can be construed as &quot;distracting.&quot; This requires your
undivided attention. <br>
<br>
* - the date should be within your company's policy for setting Administrative
level expiration dates. <br>
<br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a><a href=http://technorati.com/tag/SnTT></a>
]]></content:encoded><pubDate>Thu, 17 Jul 2008 00:05:53 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=36FD43C3918C09D18525748900165E0C</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=36FD43C3918C09D18525748900165E0C</wfw:comment></item><item><title>SnTT: Enabling Domino SMTP TLS</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GE5J4</link><description><![CDATA[ First, what is SMTP TLS? 

[It is an] extension to the SMTP service that allows an SMTP server
and client to use transport-layer security to provide private, authenticated
communication over the Internet. This &nbsp;gives SMTP agents the ability
to ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GE5J4</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GE5J4</guid><content:encoded><![CDATA[ <font size=2 face="sans-serif">First, what is SMTP TLS? <br>
<br>
[It is an]<i> extension to the SMTP service that allows an SMTP server
and client to use transport-layer security to provide private, authenticated
communication over the Internet. This &nbsp;gives SMTP agents the ability
to protect some or all of their communications from eavesdroppers and attackers
. . . In many cases, </i>[SMTP] <i>communication goes through one or more
&nbsp;router that is not controlled or trusted by either entity. Such an
untrusted router might allow a third party to monitor or alter the communications
between the server and client. <br>
<br>
Further, there is often a desire for two SMTP agents to be able to authenticate
each others' identities. For example, a secure SMTP server might only allow
communications from other SMTP agents it knows, or it might act differently
for messages received from an agent it knows than from one it doesn't know.
<br>
<br>
TLS [TLS], more commonly known as SSL, is a popular mechanism for enhancing
TCP communications with privacy and authentication. TLS is in wide use
with the HTTP protocol, and is also being used for adding security to many
other common protocols that run over TCP. </i></font><font size=1 face="sans-serif"><br>
<br>
~from </font><a href=http://www.ietf.org/rfc/rfc2487.txt><font size=1 color=blue face="sans-serif"><u>RFC
2487</u></font></a><font size=1 color=blue face="sans-serif">. </font><font size=2 face="sans-serif"><br>
<br>
I think that the RFC makes it clear, but if not: TLS provides secure electronic
communications between two SMTP servers over the public internet. Another
explanation comes from the Domino Administrator Help file:</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><i><br>
SMTP sessions conducted over a standard TCP/IP channel are vulnerable to
eavesdropping because the unencoded transmission can be easily intercepted.
To protect SMTP communications, servers can use transport-layer security
(TLS), more commonly known as SSL encryption, to provide privacy and authentication.</i></font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Configuring TLS on a Domino server can be challenging, but Lotus has a
</font><a href="http://www.ns-tech.com/blog/geldred.nsf/2/GELD-7GE5L5/$FILE/SSL for SMTP.pdf"><font size=2 color=blue face="sans-serif"><b><u>draft</u></b><u>
TechNote on the process</u></font></a><font size=2 face="sans-serif">. <br>
<br>
I brought this subject up because the draft TechNote isn't as comprehensive
as another reference document at your disposal. I am referring to another
&quot;Show-n-Tell Thursday&quot;article that I have posted, &quot;</font><a href=http://planetlotus.org/659834><font size=2 color=blue face="sans-serif"><u>Setting
up Domino SMTP TLS</u></font></a><font size=2 color=blue face="sans-serif">.&quot;</font><font size=2 face="sans-serif"><br>
<br>
Of course, another option would be to enable it on your anti-virus/anti-spam
appliance, if applicable. </font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
If you think that ALL of your outbound SMTP traffic will be using TLS,
you will be mistaken. Again, from the Domino Administrator Help file:</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><i><br>
If the receiving server did not advertise support for STARTTLS in response
to the Domino server's EHLO command, the sending Domino server continues
with an unencrypted SMTP TCP/IP session. </i></font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
For inbound SMTP traffic:</font><font size=3> <br>
</font><font size=2 face="sans-serif"><i><br>
You can configure Domino to support the STARTTLS command for inbound SMTP
transactions. When a Domino SMTP server is set to use negotiated SSL for
inbound sessions, the server advertises support for STARTTLS in response
to EHLO commands the TCP/IP port receives from connecting hosts. A connecting
host can then issue the STARTTLS command to request an encrypted session.
</i></font><font size=3><br>
</font><font size=2 face="sans-serif"><i><br>
If Domino is configured to require STARTTLS for SMTP sessions over TCP/IP
and a connecting host cannot meet this demand, no mail is sent over the
connection.</i></font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
I would give some serious thought to requiring inbound SMTP to use STARTTLS
for <b>all</b> connections. It has the potential to deny mail from some
(most?) SMTP servers.<br>
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21108352"><font size=2 color=blue face="sans-serif"><u>How
to Configure Domino for Secure SMTP Sessions Using STARTTLS</u></font></a><font size=2 color=blue face="sans-serif">
(April 2005) </font><font size=2 face="sans-serif"><br>
<br>
Link: </font><a href="http://www.ns-tech.com/blog/geldred.nsf/2/GELD-7GE5L5/$FILE/SSL for SMTP.pdf"><font size=2 color=blue face="sans-serif"><u>DRAFT
TechNote: Enabling TLS/SSL for SMTP</u></font></a><font size=2 face="sans-serif">
<br>
<br>
Technorati tag:</font><font size=2 color=blue face="sans-serif"> </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 color=blue face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 color=blue face="sans-serif"> </font>
]]></content:encoded><pubDate>Wed, 9 Jul 2008 22:59:18 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=BC72E043EE2D383F852574820010420B</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=BC72E043EE2D383F852574820010420B</wfw:comment></item><item><title>SnTT: Another Red X Issue</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GD5KK</link><description><![CDATA[ 
An interesting twist the &quot;Red X&quot;
issue: You forward an e-mail with an embedded .bmp image and the recipient
gets the &quot;Red X.&quot; Lotus has released a new TechNote that addresses
this issue as it seems to occur in Releases 6, 6.5, 7, and ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GD5KK</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7GD5KK</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">An interesting twist the &quot;Red X&quot;
issue: You forward an e-mail with an embedded .bmp image and the recipient
gets the &quot;Red X.&quot; Lotus has released a new TechNote that addresses
this issue as it seems to occur in Releases 6, 6.5, 7, and 8. <br>
<br>
The Red X, in case you were wondering what it looks like: <br>
<br>
</font><img src="./plinks/GELD-7GD5KK/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=2 face="sans-serif"><br>
<br>
The solution is a workaround: <i><br>
<br>
Don't use the Forward button when forwarding a message with an embedded
.bmp image. Instead, open the message and within the message body, right-click
and select Forward. This will accurately render the image in the forwarded
message. </i><br>
<br>
I am sure that users will be thrilled with having to modify their behavior
for forwarding e-mails with embedded bmp files.</font>
<br>
<br><font size=2 face="sans-serif">There is an SPR on this issue, SPR #AONL7BUHHX.
<br>
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21295856"><font size=2 color=blue face="sans-serif"><u>Image
replaced by red X when forwarding message</u></font></a><font size=2 color=blue face="sans-serif">
<br>
</font><font size=2 face="sans-serif"><br>
Link: </font><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-7FK5JH"><font size=2 color=blue face="sans-serif"><u>SnTT:
HTML E-mail with Red X</u></font></a><font size=2 color=blue face="sans-serif">
<br>
</font><font size=2 face="sans-serif"><br>
Technorati tag:</font><font size=2 color=blue face="sans-serif"> </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 color=blue face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 color=blue face="sans-serif"> </font>
]]></content:encoded><pubDate>Tue, 8 Jul 2008 23:01:38 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=F232C4FB114A68078525748100107849</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=F232C4FB114A68078525748100107849</wfw:comment></item><item><title>SnTT - Domino Server Naming Conventions</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7FY6AT</link><description><![CDATA[ 
Wow, two SnTT posts in one week!

A question was posed to me concerning
the naming of a new, additional Domino server. This particular server would
begin its name with a numeric instead of an alpha. All of the servers that
I have named, have always ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7FY6AT</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7FY6AT</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Wow, two SnTT posts in one week!</font>
<br>
<br><font size=2 face="sans-serif">A question was posed to me concerning
the naming of a new, additional Domino server. This particular server would
begin its name with a numeric instead of an alpha. All of the servers that
I have named, have always began with an alpha; example: Server01/Acme.
This server would be named something like 01Server/Acme. Is that naming
convention supported by IBM? <br>
<br>
Well, through my own search of TechNotes, I found the following guides
on naming conventions:</font>
<br>
<br><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21091216"><font size=2 color=blue face="sans-serif">Notes/Domino
naming conventions and standards</font></a>
<br>
<br><a href="http://www-1.ibm.com/support/docview.wss?rs=0&amp;uid=swg21086045"><font size=2 color=blue face="sans-serif">Recommended
naming conventions for server names or domain names</font></a>
<br><font size=2 face="sans-serif">&nbsp;<br>
The latter link has this passage (emphasis, mine): <br>
<i><br>
Consider that replication and mail routing tasks are usually performed
based on numerical then alphabetical order. For example,when the router
faces multiple choices for a routing path, Domino routes mail to the server
<b>01Finance</i></b><i>, then the server Accounting, then the server Research.</i>
<br>
<br>
I would take that as solid confirmation that a numeric is acceptable, even
though it is fairly plain after reading both TechNotes. But this also points
out something that you may encounter: If there is an issue, Domino will
route mail and replicate to the first server in its list of servers, starting
with numerics. Further, </font><a href=http://jyriver.blogspot.com><font size=2 color=blue face="sans-serif">Jean-Yves
</font></a><a href="http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/49bfeb39eaebfbae85256e58005802aa?OpenDocument"><font size=2 color=blue face="sans-serif">noted</font></a><font size=2 face="sans-serif">
that the Catalog will also default to the first server in the list, if
there is any question. I am sure that there will be other tasks that will
use the same sorting. <br>
<br>
Finally, </font><a href=http://www.phigsaidwhat.com/phigmentb/phigment.nsf><font size=2 color=blue face="sans-serif">Phigment</font></a><font size=2 face="sans-serif">
recommended that I confirm that leading numerics would be acceptable to
DNS (they are). That was an excellent observation. <br>
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21091216"><font size=2 color=blue face="sans-serif">Notes/Domino
naming conventions and standards</font></a><font size=2 face="sans-serif"><br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?rs=0&amp;uid=swg21086045"><font size=2 color=blue face="sans-serif">Recommended
naming conventions for server names or domain names</font></a>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-10.lotus.com/ldd/46dom.nsf/55c38d716d632d9b8525689b005ba1c0/49bfeb39eaebfbae85256e58005802aa?OpenDocument"><font size=2 color=blue face="sans-serif">developerWorks:Lotus
R4/R5 Forum: RE: Doclink issues between R4 and R5</font></a><font size=2 face="sans-serif"><br>
<br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 color=blue face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a>
]]></content:encoded><pubDate>Wed, 25 Jun 2008 23:38:51 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=D31C2884C7C73E48852574740013DA0F</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=D31C2884C7C73E48852574740013DA0F</wfw:comment></item><item><title>SnTT - Methods to Resolve Manager ACL Issues</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7FX67M</link><description><![CDATA[ 
You have just inherited a Domino environment.
The prior Admin was the Manager in all databases on the server and was
explicitly named as the only Manager of a database (or all databases).
Your Admin &quot;friend&quot; never thought to use Groups. ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7FX67M</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7FX67M</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">You have just inherited a Domino environment.
The prior Admin was the Manager in all databases on the server and was
explicitly named as the only Manager of a database (or all databases).
Your Admin &quot;friend&quot; never thought to use Groups. Further, before
he left, he didn't leave his password or his ID. You need to change the
Manager in the ACLs of all of the databases to reflect your new Administration
Group. What do you do?</font>
<br>
<br><font size=2 face="sans-serif">First, if an Administration group isn't
in your Domino Directory, create one. If you have the right to do so. Then
add the appropriate people to it. You may also want to consider the creation
of an ID for administration of the databases (at this point, I hope that
you have access to the Cert.ID and the password).<br>
<br>
Next, the use of one of these little applications may be of some use: <br>
</font><font size=2 color=blue face="sans-serif"><u><br>
</u></font><a href="http://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/ac1ba5645421b7e285256c940075ef53?OpenDocument"><font size=2 color=blue face="sans-serif"><u>ACL
Setter</u></font></a><font size=2 color=blue face="sans-serif"> <br>
<u><br>
</u></font><a href="http://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/80a0129b9d0b965485256a700048ae65?OpenDocument"><font size=2 color=blue face="sans-serif"><u>ACL
&quot;Modificator&quot; 1.0</u></font></a><font size=2 color=blue face="sans-serif">
<br>
<u><br>
</u></font><a href="http://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/80beb21669da8d3185256b1400745b63?OpenDocument"><font size=2 color=blue face="sans-serif"><u>AdminACL</u></font></a><font size=2 color=blue face="sans-serif">
<br>
<u><br>
</u></font><a href="http://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/f51807e42918e33e00256c090044738f?OpenDocument"><font size=2 color=blue face="sans-serif"><u>Admin
ACL 2</u></font></a><font size=2 color=blue face="sans-serif"> <br>
<u><br>
</u></font><a href="http://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/f90273d06dad57cf85256e840062c343?OpenDocument"><font size=2 color=blue face="sans-serif"><u>R5
Database Manager</u></font></a><font size=2 color=blue face="sans-serif">
<br>
<u><br>
</u></font><a href=http://www.helpsoft.com/><font size=2 color=blue face="sans-serif"><u>PowerTools
from HelpSoft</u></font></a><font size=2 color=blue face="sans-serif"> <br>
<u><br>
</u></font><a href="http://www.axceler.com/products/serveradmin-plus/"><font size=2 color=blue face="sans-serif"><u>ServerAdmin
Plus from Axceler</u></font></a><font size=2 color=blue face="sans-serif">
<br>
<br>
</font><font size=2 face="sans-serif">The latter two are not free, but
they do have trial software. And they are excellent tools (I've used them
both).</font>
<br>
<br><a href=http://www.openntf.org/Projects/codebin/codebin.nsf/0/A57FE9681445B1BC86256E200028F5EB><font size=2 color=blue face="sans-serif">Add
Your Name to the ACL</font></a>
<br>
<br><a href=http://www.openntf.org/Projects/pmt.nsf/0/FA019CCA4B2BC59888256C720056F58A><font size=2 color=blue face="sans-serif">ACLHelp</font></a><font size=2 face="sans-serif"><br>
<br>
</font><a href=http://www.openntf.org/Projects/pmt.nsf/ProjectLookup/DomainPatrol><font size=2 color=blue face="sans-serif">DomainPatrol</font></a><font size=2 face="sans-serif"><br>
<br>
If you are really in pain, you might want to see </font><a href="http://codestore.net/store.nsf/unid/BLOG-20031110?OpenDocument"><font size=2 color=blue face="sans-serif">Hacking
the ACL</font></a><font size=2 face="sans-serif"><br>
<br>
If you are running Domino R6 and above, you might find some solace in the
Full Access Administrator function. From Administrator Help:</font>
<br>
<br><font size=2 face="sans-serif">Full access administrator is the highest
level of administrative access to the server. The full access administrator
feature replaces the need to run a Notes client locally on a server. It
resolves access control problems -- for example, such as those caused when
the only managers of a database ACL have left an organization. </font>
<br>
<br><font size=2 face="sans-serif">Full access administrators have the
following rights: </font>
<ul>
<li><font size=2 face="sans-serif">All the rights as listed for all administrator
access levels (see above).</font>
<li><font size=2 face="sans-serif">Manager access, with all access privileges
enabled, to all databases on the server, regardless of the database ACL
settings. </font>
<li><font size=2 face="sans-serif">Note &nbsp;ACL roles must still be enabled
manually for full access administrators.</font>
<li><font size=2 face="sans-serif">Manager access, with all roles and access
privileges enabled, to the Web Administrator database (WEBADMIN.NSF).</font>
<li><font size=2 face="sans-serif">Access to all documents in all databases,
regardless of Reader names fields.</font>
<li><font size=2 face="sans-serif">The ability to create agents that run
in unrestricted mode with full administration rights.</font>
<li><font size=2 face="sans-serif">Access to any unencrypted data on the
server.</font></ul>
<br><font size=2 face="sans-serif">Unfortunately, if you aren't listed
as Full Access Admin, and if you do not have the right to edit and change
Server Documents, this won't work for you. Go back to the applications,
above, and hope that one of them will crack an ACL for you.</font>
<br>
<br><font size=2 face="sans-serif">If nothing else, I hope that this shows
that you need to plan for this eventuality. No matter how large or small
your organization, you need to prepare for an Admin to leave. Think of
it as part of your &quot;Disaster Recovery&quot; plan. Think of it as good
business.</font>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Wed, 25 Jun 2008 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=7E048058070B88FA8525747300136160</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=7E048058070B88FA8525747300136160</wfw:comment></item><item><title>SnTT - HTML E-mail with Red X</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7FK5JH</link><description><![CDATA[ 
Many of you know that I continue to
surf developerWorks:Lotus.
I am struck by the number of people that are still wondering how to resolve
the issue when HTML mail is received with red X's in the body, like this:




In most of my experiences, it is ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7FK5JH</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7FK5JH</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Many of you know that I continue to
surf </font><a href="http://www-128.ibm.com/developerworks/lotus/community/"><font size=2 color=blue face="sans-serif"><u>developerWorks:Lotus</u></font></a><font size=2 face="sans-serif">.
I am struck by the number of people that are still wondering how to resolve
the issue when HTML mail is received with red X's in the body, like this:
<br>
</font><font size=3><br>
</font><img src="./plinks/GELD-7FK5JH/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=2 face="sans-serif"><br>
<br>
In most of my experiences, it is due to a missing or wrong proxy entry
in the Location Document - Basics Tab:</font>
<br>
<br><img src="./plinks/GELD-7FK5JH/StoryRichText/M3?OpenElement" alt="A picture named M3">
<br>
<br><font size=2 face="sans-serif">Of course, this setting depends on your
networking configuration. <br>
<br>
If this is not the issue, IBM has a TechNote that addresses the other causes
of this issue. From the TechNote: <i><br>
<br>
You receive an e-mail such as a newsletter from the Internet into your
Lotus Notes® client. The e-mail is an HTML document containing images which
display as red &quot;X&quot;s. You may also notice the following message
in the status bar:</i> <i><br>
<br>
 &nbsp; &quot;Document attachment is invalid.&quot; (in R5)</i> <i><br>
<br>
or</i> <i><br>
<br>
 &nbsp; &quot;Image or Object not found on server/&quot; (in R6). <br>
<br>
<b><br>
Answer</i> </b><i><br>
Reachability is the main issue concerning red X images in the Notes client.</i>
<i><br>
Notes makes requests from the client to the Internet to the images that
reside on a specific server. For example, a specific Yahoo newsletter may
make the following references: &lt;img src=&quot;http: // images.yahoo.com
/ yahoo.jpg&quot;&gt;</i> <i><br>
<br>
Regardless of the browser setting in the Location Document, the &quot;perweb&quot;
is the process that retrieves the images (see below for more information).</i>
<b><i><br>
<br>
NOTE</i></b><i>: Having an invalid proxy server can also cause this issue:</i>
<br>
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21110585"><font size=2 color=blue face="sans-serif"><u>Troubleshooting
Internet HTML e-mails with images appearing as red Xs</u></font></a><font size=2 face="sans-serif">
<br>
<br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a>
]]></content:encoded><pubDate>Thu, 12 Jun 2008 22:59:54 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=61F09DE7CB039D78852574670010434E</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=61F09DE7CB039D78852574670010434E</wfw:comment></item><item><title>SnTT - Bad &apos;From&apos; and &apos;Reply to&apos; Addresses</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7F55XX</link><description><![CDATA[ 
Interesting issue: Domino 8, Notes 8,
POP client. Only happening to a couple of users. 

User sends a message to an internet address and the From field looks like
this: Joe_User/ou/org%org@internetdomain.org 

Example: ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7F55XX</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7F55XX</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Interesting issue: Domino 8, Notes 8,
POP client. Only happening to a couple of users. <br>
<br>
User sends a message to an internet address and the From field looks like
this: Joe_User/ou/org%org@internetdomain.org <br>
<br>
Example: Gregg_Eldred/Acme%Acme@Acme.acme.com <br>
<br>
Since the primary mail client is a POP client, I looked at the Person Document.
It had a valid internet address. Looked at the Global Domain Document,
but nothing had changed for several months. Restarted the Router. No impact,
the messages are still going out wrong. <br>
<br>
To make sure that I didn't miss anything, I used this </font><a href="http://www-1.ibm.com/support/docview.wss?rs=0&amp;uid=swg21098584"><font size=2 color=blue face="sans-serif"><u>TechNote</u></font></a><font size=2 face="sans-serif">
to confirm the addressing. From the TechNote: <br>
<br>
1. If an address is found in the Internet Address field of the Location
document, then the mailer will populate the InetFrom field with this address.
Router will also use this address to format the From or Reply address.
<br>
<br>
2. If the Location document's Internet Address field is empty, the Person
document is then referenced, and the Reply address will be the Internet
address of the Person document. If the Internet Address field is populated,
that address will be used. <br>
<br>
A. The &quot;Internet address lookup&quot; feature on the Conversions tab
of the Global Domain document. The Global Domain document can be found
in the Domain view of the Domino Directory; if one does not exist, one
can be created. <br>
<br>
OR <br>
<br>
B. The &quot;Lookup Internet address for all Notes addresses when Internet
address is not defined in document&quot; field can be found on the SMTP
Server Configuration document. To find the correct field, follow this tab
path: (MIME\Conversions Options\Outbound). <br>
<br>
If neither A nor B are enabled, and there is no address specified in the
Location document, then the default settings of the Global Domain document
will be used, and the address format will be as follows: <br>
<br>
&quot;Joe_User/ou/org%org@internetdomain.org&quot; without the quotes.
<br>
<br>
3. If (1) there is no entry in the Internet Address field of the user's
Location document, and (2) the user's Internet Address field in the Person
document is empty and (3) there is no Internet address specified in the
user's Shortname field of the Person document, then the user's Internet
address will be built from the Server Configuration document and the Global
Domain document. <br>
<br>
All of those items were confirmed to be proper. <br>
<br>
When I asked the Administrator what was unique about these people, I was
told that there was some issue with them, and he deleted the Person Documents
and registered &quot;new&quot; users. Hmmm. I opened one mail file and
went to the Owner field. While it looked good, I changed it by pulling
the same name out of the Domino Directory. <br>
<br>
Sent a test message. <br>
<br>
The &quot;From&quot; and &quot;Reply to&quot; addresses were properly formed.
<br>
<br>
While the Owner field <b>looked</b> okay, it was referencing a user that
didn't exist. By pulling the name from the Domino Directory, the mail fields
were populated correctly. <br>
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?rs=0&amp;uid=swg21098584"><font size=2 color=blue face="sans-serif"><u>How
is a 'From' or 'Reply to' Internet address formed in Lotus Notes and Domino?</u></font></a><font size=2 face="sans-serif">
<br>
<br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font>
]]></content:encoded><pubDate>Thu, 29 May 2008 23:21:29 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=D3971719EFC4BF4C8525745900126C2A</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=D3971719EFC4BF4C8525745900126C2A</wfw:comment></item><item><title>SnTT - Determining the Sametime Client Type</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7EG2P9</link><description><![CDATA[ 
A month ago, I shared
with you how to determine the version of your Sametime server. How about
a little tip on how to determine the clients that are attaching to your
Sametime server? Further, with a small change to your sametime.ini on the
Sametime ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7EG2P9</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7EG2P9</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">A month ago, I </font><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-7DTS2T"><font size=2 color=blue face="sans-serif">shared</font></a><font size=2 face="sans-serif">
with you how to determine the version of your Sametime server. How about
a little tip on how to determine the clients that are attaching to your
Sametime server? Further, with a small change to your sametime.ini on the
Sametime server, you can limit the types of clients that are allowed to
attach to instant messaging.</font>
<br>
<br><font size=2 face="sans-serif">Evil? Perhaps. :-)</font>
<br>
<br><font size=2 face="sans-serif">There are six (6) general methods of
connecting to a Sametime server:</font>
<ol>
<li value=1><font size=2 face="sans-serif">Toolkits</font>
<li value=2><font size=2 face="sans-serif">Sametime Connect Clients</font>
<li value=3><font size=2 face="sans-serif">Sametime Meetings</font>
<li value=4><font size=2 face="sans-serif">STLinks</font>
<li value=5><font size=2 face="sans-serif">Notes</font>
<li value=6><font size=2 face="sans-serif">Third-party</font></ol>
<br><font size=2 face="sans-serif">Whenever one of these methods is used,
they each tell the Sametime server what client they are. For example, if
you are using Sametime Connect Client 7.5, the client identification is
0x1304. If you are using Notes Client 8.0.1, the client identification
is 0x1233. The entire list can be found in </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21114318"><font size=2 color=blue face="sans-serif">this
TechNote</font></a><font size=2 face="sans-serif">.</font>
<br>
<br><font size=2 face="sans-serif">That same TechNote also details what
the Administrator needs to change in the sametime.ini on the Sametime server
to limit the connectivity. You will need to add to the [Config] section
of the sametime.ini, the entry:</font>
<br>
<br><font size=2 face="sans-serif">VPS_ALLOWED_LOGIN_TYPES</font>
<br>
<br><font size=2 face="sans-serif">To limit the clients to only the Notes
Client 8.0.1 and Sametime Connect 7.5, the entry wold be:</font>
<br>
<br><font size=2 face="sans-serif">[Config]</font>
<br><font size=2 face="sans-serif">VPS_ALLOWED_LOGIN_TYPES=1233,1304</font>
<br>
<br><font size=2 face="sans-serif">The caveat:</font>
<br>
<br><font size=2 face="sans-serif">According to the TechNote, only the
following Sametime servers accept this configuration:</font>
<ul>
<li><font size=2 face="sans-serif">Sametime 3.0 IF3</font>
<li><font size=2 face="sans-serif">Sametime 3.1 with a hotfix.</font>
<li><font size=2 face="sans-serif">Sametime 6.5.1</font>
<li><font size=2 face="sans-serif">Sametime 7.x</font></ul>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21114318"><font size=2 color=blue face="sans-serif">How
to determine the Client Type that is connecting to a Sametime server</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/Sametime><font size=2 color=blue face="sans-serif">Sametime</font></a>
]]></content:encoded><pubDate>Thu, 15 May 2008 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=0A6C1D4C698556208525744400030F2A</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=0A6C1D4C698556208525744400030F2A</wfw:comment></item><item><title>SnTT - How To Determine When You Need Another Mail.Box</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7EFUNU</link><description><![CDATA[ 
You have two mail.box files on your
Domino server and you are wondering if you need another one. Is there a
way to tell if your Domino server is need of a third mail.box?

You need to look at two Mail Statistics,
Mail.Mailbox.Accesses and ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7EFUNU</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7EFUNU</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">You have two mail.box files on your
Domino server and you are wondering if you need another one. Is there a
way to tell if your Domino server is need of a third mail.box?</font>
<br>
<br><font size=2 face="sans-serif">You need to look at two Mail Statistics,
Mail.Mailbox.Accesses and Mail.Mailbox.AccessConflicts. What are the meanings
of these two stats?</font>
<br>
<br><font size=2 face="sans-serif">From the Redpaper, </font><a href=http://www.redbooks.ibm.com/redpapers/pdfs/redp4182.pdf><font size=2 color=blue face="sans-serif">Domino
7 Performance Tuning: Best Practices to Get the Most Out of Your Domino
Infrastructure</font></a><font size=2 face="sans-serif">:</font>
<br>
<br><font size=2 face="sans-serif"><b>Mail.Mailbox.Accesses</b> is the
total number of times that threads accessed any mailbox on the server.</font>
<br>
<br><font size=2 face="sans-serif"><b>Mail.Mailbox.AccessConflicts</b>
is the he number of times that a thread attempting to access a mailbox
had to wait because the number of concurrent threads exceeded the number
of mailboxes configured. For example, if there are three mailboxes configured,
and there are four concurrent accesses, the conflict count would be incremented.
If the number of access conflicts consistently exceeds two percent of the
value of Mail.Mailbox.Accesses, consider creating an additional mailbox.</font>
<br>
<br><font size=2 face="sans-serif">To get these stats, go to the Server
Console and type:</font>
<br>
<br><font size=2 face="sans-serif">Sh stat mail</font>
<br>
<br><font size=2 face="sans-serif">Then, with the numbers in hand, make
this calculation:</font>
<br>
<br><font size=2 face="sans-serif">(Mail.Mailbox.AccessConflicts / Mail.Mailbox.Accesses)
x 100 = X.</font>
<br>
<br><font size=2 face="sans-serif">If the value of X is greater than two,
consistently, you need another mail.box.</font>
<br>
<br><font size=2 face="sans-serif">But remember, you have to have two or
more mail.box' on your Domino server in order to capture these statistics.</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21148438"><font size=2 color=blue face="sans-serif">Determining
the number of mailboxes required for a server</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Thu, 8 May 2008 18:44:27 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=92E48D2AB12FE88D85257443007CDE60</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=92E48D2AB12FE88D85257443007CDE60</wfw:comment></item><item><title>SnTT - Lotus Notes Internet Passwords</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7E8P5Z</link><description><![CDATA[ 
A few questions from client sites and
some posts on developerWorks:Lotus
has prompted me to share this information on Lotus Notes Internet Passwords.


Q: What characters are allowed in a Lotus Notes Internet Password?


A: Any keyboard character ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7E8P5Z</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7E8P5Z</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">A few questions from client sites and
some posts on </font><a href="http://www-128.ibm.com/developerworks/lotus"><font size=2 color=blue face="sans-serif"><u>developerWorks:Lotus</u></font></a><font size=2 face="sans-serif">
has prompted me to share this information on Lotus Notes Internet Passwords.
<br>
<br>
Q: <i>What characters are allowed in a Lotus Notes Internet Password?</i>
<br>
<br>
A: Any keyboard character can be included in a Notes Password. This includes
both standard ASCII characters as well as extended ASCII characters (for
example, accented letters). <br>
<br>
Q: <i>How many characters can I have in a Lotus Notes Internet Password?
</i><br>
<br>
A: The maximum number of characters you can include in a Notes password
is 64.</font>
<br>
<br><font size=2 face="sans-serif">More details on this can be found at
the link.</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21105276"><font size=2 color=blue face="sans-serif">What
Are The Length and Character Restrictions For a Lotus Notes Password</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Thu, 1 May 2008 14:01:30 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=74AB9ED7164BB6268525743C006327BC</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=74AB9ED7164BB6268525743C006327BC</wfw:comment></item><item><title>SnTT - Policy Training and Tips</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7E769P</link><description><![CDATA[ 
Having a little difficulty with Policies?
Maybe you want a little more information on them? I know that they are
very powerful tools, but can also be somewhat daunting. 

First, if you are not familiar with
them, what are Policies?

Using a policy, ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7E769P</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7E769P</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Having a little difficulty with Policies?
Maybe you want a little more information on them? I know that they are
very powerful tools, but can also be somewhat daunting. </font>
<br>
<br><font size=2 face="sans-serif">First, if you are not familiar with
them, what are Policies?</font>
<br>
<br><font size=2 face="sans-serif"><i>Using a policy, you control how users
work with IBM® Lotus® Notes®. A policy is a document that identifies a
collection of individual policy settings documents. Each of these policy
settings documents defines a set of defaults that apply to the users and
groups to which the policy is assigned. Once a policy is in place, you
can easily change a setting, and it will automatically apply to those users
to whom the policy is assigned</i></font>
<br><font size=1 face="sans-serif">--from Lotus Domino Administrator Help</font>
<br>
<br><font size=2 face="sans-serif">Still confused? IBM has a good TechNote
that will assist with troubleshooting them as well providing you with an
excellent reference for determining what you can do with them.</font>
<br>
<br><a href="http://www-1.ibm.com/support/docview.wss?rs=463&amp;uid=swg27010353"><font size=2 color=blue face="sans-serif">Self
Training - Troubleshooting Domino policies and settings documents</font></a><font size=2 face="sans-serif">
</font>
<br>
<br><font size=2 face="sans-serif">From the abstract:</font>
<br>
<br><font size=2 face="sans-serif"><i>This document is part of a collection
of documents designed to help administrators better understand how to create,
configure and troubleshoot Lotus® Domino® policies. The topic of this document,
which includes an accompanying video, is troubleshooting policy settings
documents.</i></font>
<br>
<br><font size=2 face="sans-serif">Is there a setting you want to apply,
but isn't available in the current Desktop Policies? Try this:</font>
<br>
<br><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21196837"><font size=2 color=blue face="sans-serif">Using
a Desktop Policy to set notes.ini and Location Preferences</font></a>
<br>
<br><font size=2 face="sans-serif">Upgrading to Release 8? This should
be of interest to you, if you set the Internet Browser using a Desktop
Policy:</font>
<br>
<br><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21297527"><font size=2 color=blue face="sans-serif">&quot;Internet
browser&quot; property in Desktop policy does not apply to Notes 8 Standard
client</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Wed, 30 Apr 2008 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=22068C7AA21562E78525743B0013CC44</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=22068C7AA21562E78525743B0013CC44</wfw:comment></item><item><title>SnTT - Determining the Version of Your Sametime Server</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7DTS2T</link><description><![CDATA[ 
Want to know the build number/version
of your Sametime server?

Point your web browser to http://&lt;sametimeservername&gt;/sametime/buildinfo.txt

You will get a screen similar to this:



The entire list for the Version field
can found on at the ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7DTS2T</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7DTS2T</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Want to know the build number/version
of your Sametime server?</font>
<br>
<br><font size=2 face="sans-serif">Point your web browser to http://&lt;sametimeservername&gt;/sametime/buildinfo.txt</font>
<br>
<br><font size=2 face="sans-serif">You will get a screen similar to this:</font>
<br>
<br><img src="./plinks/GELD-7DTS2T/StoryRichText/M2?OpenElement" alt="A picture named M2">
<br>
<br><font size=2 face="sans-serif">The entire list for the Version field
can found on at the link.</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21098628"><font size=2 color=blue face="sans-serif">How
to determine the Version of a Sametime server</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Fri, 18 Apr 2008 16:30:01 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=A0FDFD577A07C4FF8525742F0070B6A0</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=A0FDFD577A07C4FF8525742F0070B6A0</wfw:comment></item><item><title>SnTT - Comparisons Courtesy Prevent Copy</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-7CW5FV</link><description><![CDATA[ This SnTT post begins with a user telling me that he noticed that when someone sent him an e-mail, he was able to copy and forward to others even though it was marked "prevent copying/forwarding." A couple of questions, and I found out that he was using ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-7CW5FV</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-7CW5FV</guid><content:encoded><![CDATA[ This SnTT post begins with a user telling me that he noticed that when someone sent him an e-mail, he was able to copy and forward to others even though it was marked "prevent copying/forwarding." A couple of questions, and I found out that he was using iNotes/DWA. I told him, without a shred of documentation, that iNotes/DWA was acting as designed because he was using a web browser to access his mail. <br><br>

Thank goodness for some good search skills (at the link).<br><br>

The key part of the TechNote, IMHO:<br><br>

<i>Since DWA is a web application, <b>this type of functionality would need to be controlled by the browser</b>. Since the browser does not allow applications to prevent copying any content from the browser to the clipboard, DWA does not have such capability.</i><br><br>

But that conversation got me to thinking about what other differences are there between the Notes client and iNotes/DWA. A few more searches and I came up with two spreadsheets, courtesy of IBM Lotus.<br><br>These spreadsheets will be good for end user training, pre-sales support, and as handy guides.<br><br>Domino Web Access/Notes R6.5.x ( <A href="http://www.ns-tech.com/blog/geldred.nsf/0/41A84C49548B63C785257412000FF74D/$FILE/DAMO651featureMatrix.XLS?openelement"><IMG alt=Attachment src="http://www.ns-tech.com/blog/geldred.nsf/XLS.gif" border=0></A> ) <br>Domino Web Access/Notes R7.x  ( <A href="http://www.ns-tech.com/blog/geldred.nsf/0/7A872036EB8E58F2852574120010114B/$FILE/dwa-notes_feature_matrix.xls?openelement"><IMG alt=Attachment src="http://www.ns-tech.com/blog/geldred.nsf/xls.gif" border=0></A> ) <br><br>

There are probably other differences between the two, ones that aren't readily apparent until you work with each for a while. The way each interprets HTML mail, for example. But the spreadsheets and links should give you a good starting point.<br><br>

Link: <a href="http://www-1.ibm.com/support/docview.wss?uid=swg21105134">'Prevent Copying' option does not work when sending mail to Domino Web Access users</a><br><br>
Link: <a href="http://www-1.ibm.com/support/docview.wss?uid=swg21138972">Mail Feature Comparison for Notes 6.x, Domino Web Access 6.x (iNotes) and Domino WebMail 6.x</a><br><br>
Link: <a href="http://www-1.ibm.com/support/docview.wss?uid=swg21233071">Mail Feature Comparison for Lotus Notes 7, Domino Web Access 7 and the Common PIM Portlets of WebSphere Portal 5.1</a><br><br>
Technorati tag: <a href="http://technorati.com/tag/SnTT" rel=tag>SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel=tag>Show-n-Tell Thursday</a><br>]]></content:encoded><pubDate>Wed, 19 Mar 2008 22:55:47 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=5B4C44F34B932DC78525741200101816</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=5B4C44F34B932DC78525741200101816</wfw:comment></item><item><title>SnTT - Bad Return Addresses When Using POP/IMAP or DWA</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7CH5CF</link><description><![CDATA[ 
This may not be my best SnTT post, but
I feel that I need somewhere to keep track of it and this will have to
do. 

You have POP and/or IMAP enabled on your Domino server. You also have DWA
users. When those people send mail, and the recipient replies, ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7CH5CF</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7CH5CF</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">This may not be my best SnTT post, but
I feel that I need somewhere to keep track of it and this will have to
do. <br>
<br>
You have POP and/or IMAP enabled on your Domino server. You also have DWA
users. When those people send mail, and the recipient replies, the return
address looks similar to this: <br>
<br>
Gregg_Eldred%OU1/ORG@domain.com <br>
<br>
You confirm that your Global Domain Document is set properly. <br>
<br>
What you haven't checked is your Messaging Configuration Document - MIME
settings: <br>
</font><font size=3><br>
</font><img src="./plinks/GELD-7CH5CF/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Change the &quot;Lookup Internet address for all Notes addresses . . .
&quot; field to Enabled then Save and Close the Configuration Document.
Once that has been saved, restart the Router and test. I think that you
will find that your reply to addresses will be formed properly. <br>
<br>
Technorati tag: &nbsp;</font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font>
]]></content:encoded><pubDate>Thu, 6 Mar 2008 21:50:13 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=1BA4D3390EB4672185257405000E787D</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=1BA4D3390EB4672185257405000E787D</wfw:comment></item><item><title>SnTT - Mail and Domino Release 7.0.3 Upgrade</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7CF5D3</link><description><![CDATA[ 
Upgrading to Domino Release 7.0.3 may
not be as seamless as one might expect. 

After upgrading the server, some users (a very small percentage) may notify
you that new mail does not appear in the Inbox, it appears in All Documents.
Not all users will ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7CF5D3</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7CF5D3</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Upgrading to Domino Release 7.0.3 may
not be as seamless as one might expect. <br>
<br>
After upgrading the server, some users (a very small percentage) may notify
you that new mail does not appear in the Inbox, it appears in All Documents.
Not all users will experience this issue. Hopefully, a FIXUP on the mail
file will correct this issue. If it doesn't, you need to do a few things.
<br>
<br>
Confirm that the time/date on the workstation is correct. <br>
Open the mail file. <br>
Create a new folder. <br>
Cut and paste all mail in the Inbox to the new folder. <br>
Delete the Inbox, using Designer. <br>
Do a Design Refresh/Replace. <br>
Send a test message to the user. <br>
Open the mail file, confirm that new mail is appearing in the Inbox. <br>
Cut and paste the mail from the new folder to the Inbox. <br>
<br>
If the user has a local replica, delete it and create a new replica (very
important). <br>
<br>
This is a unique issue to Release 7.0.3. Apparently, IBM changed the mail
template to detect bad time/dates in folders and it prevents new mail from
being delivered to the Inbox. How could you have a bad time/date? Maybe
at one time the user adjusted their workstation to test for DST or was
simply playing around with the time/date in Control Panel. <br>
<br>
In any event, the upgrade to R7.0.3 locks this down and you find that new
mail isn't going to the Inbox. <br>
<br>
While researching this issue, I found a </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21290840"><font size=2 color=blue face="sans-serif"><u>TechNote</u></font></a><font size=2 face="sans-serif">
that explains this phenomena in better detail, including an SPR. This may
be fixed in Release 7.0.4 and is fixed in Release 8. <br>
<br>
From the TechNote: <br>
<i><br>
One known cause is if the operating system time on a client or server is
set greater than (&gt;) 2 days into the future or greater than (&gt;) 23
days into the past and then a folder operation occurs or a folder is modified.
If the modified time of the folder or the modified time of the current
folder operation is outside of this time frame, an error will be returned.</i>
<br>
<br>
There is a debug parameter that can provide you with a proactive look at
all of the mail files on your server to determine which mail files need
to be fixed. As soon as I remember it, I will post it. The caveat is that
it will scan ALL of your mail files and ALL of the folders in those mail
files. If enabled, be prepared for a bit of logging to wade through. </font>
<br>
<br><font size=2 face="sans-serif"><b>[UPDATE]:</b> If you want to discover
which mail files will have this issue, prior to upgrading your Domino server,
use this debug parameter:</font>
<br>
<br><font size=2 face="sans-serif">Debug_Folder=3</font>
<br>
<br><font size=2 face="sans-serif">Be prepared for a marked increase in
your Notes Log.<br>
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21290840"><font size=2 color=blue face="sans-serif"><u>IBM
TechNote: All new mail messages do not show up in the Inbox for some mail
files on Domino 7.0.3 servers</u></font></a><font size=2 face="sans-serif">
<br>
<br>
Technorati tag: &nbsp;</font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font>
]]></content:encoded><pubDate>Tue, 4 Mar 2008 21:51:14 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=C774A764F4CAF5C485257403000E9062</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=C774A764F4CAF5C485257403000E9062</wfw:comment></item><item><title>SnTT - Troubleshooting an SMTP Issue</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7C353H</link><description><![CDATA[ 
I have to admit that I like mail routing
issues. They make the day more interesting. They require a steady hand.
And it is very satisfying when mail again routes. But there isn't an end
to this story, as the Network/Telecommunications people have to do ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7C353H</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7C353H</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">I have to admit that I like mail routing
issues. They make the day more interesting. They require a steady hand.
And it is very satisfying when mail again routes. But there isn't an end
to this story, as the Network/Telecommunications people have to do some
work. This will, however, show you some additional troubleshooting ideas.
<br>
<br>
The backstory: Not all mail is routing to the internet. Certain domains,
among them hotmail.com and yahoo.com addresses aren't being sent. There
are also two other domains, not as large as those two, but people regularly
send mail to them. <br>
<br>
The </font><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/DOMO-6QKN45"><font size=2 color=blue face="sans-serif"><u>first
step</u></font></a><font size=2 face="sans-serif">. For those of you that
don't want to click the link, I forced the Domino server to look at specific
DNS using the Notes.INI setting, dnsserver= parameter. In this case, that
did not help. <br>
<br>
Next, check the server's name in Windows and compare that to the Domino
Fully Qualified Internet Host Name. If they match, great. If not, change
the Domino entry to match the Windows name. No need to restart the Domino
server, but you do have to restart the Router. <br>
<br>
Run a trace route of one of the offending domains. Make sure that there
are no errors/timeouts between your server and the destination server.
<br>
<br>
Look at the Notes Log. Turn up logging to Verbose to get more detail. Send
some messages and then check the log or the console. You might be able
to glean some information from there. <br>
<br>
Since nothing really revealed itself in the log/console, I added another
parameter to the Notes.INI, SMTPClientDebug=1. Get ready for some amazing
results in the Notes Log. Here is an example of what you may see (emphasis,
mine): <br>
</font><font size=1 face="sans-serif"><br>
</font><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: CommandEHLO: EHLO &nbsp; xxxxxxxxx.xxx.xxx</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-mail.xxxx.xxxx.xxx.xx Hello [xx.xxx.xxx.xxx]<br>
02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4] SMTPClient: ReceiveResponse:
&nbsp; 250-TURN</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-SIZE</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-ETRN</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-PIPELINING</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-DSN</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-ENHANCEDSTATUSCODES</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-8bitmime</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-BINARYMIME</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-CHUNKING</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-VRFY</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-X-EXPS GSSAPI NTLM LOGIN</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-X-EXPS=LOGIN</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-AUTH GSSAPI NTLM LOGIN</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-AUTH=LOGIN</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-X-LINK2STATE</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250-XEXCH50</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250 OK</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: Attempting to &nbsp; SubmitMessage:</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: Pipelined commands:</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: MAIL &nbsp; FROM:&lt;xxxxxxxxxx@xxxxxxxxx.com&gt; SIZE=35732</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: RCPT &nbsp; TO:&lt;nomail@yahoo.com&gt;</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: DATA</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: End of pipelined commands</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250 2.1.0 xxxxxxxxxx@xxxxxxxxx.com....Sender
OK</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 250 2.1.5 nomail@yahoo.com</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: ReceiveResponse: &nbsp; 354 Start mail input; end with &lt;CRLF&gt;.&lt;CRLF&gt;</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: Data Send Succeeded &nbsp; 39470 bytes</font>
<br><font size=1 color=red face="sans-serif"><b>02/19/2008 10:19:57 AM
&nbsp;[0398:0005-0DC4] SMTPClient: Connection broken after an error sending
DATA command</b></font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: Attempting to Disconnect:</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;[0398:0005-0DC4]
SMTPClient: Connection already disconnected</font>
<br><font size=1 face="sans-serif">02/19/2008 10:19:57 AM &nbsp;Router:
No messages transferred to YAHOO.COM (host a.mx.mail.yahoo.com) via SMTP</font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Now, we are closer to the answer: &quot;Connection broken after an error
sending DATA command.&quot; This could be indicative of the release of
Domino as it was fixed in Release 6.5.3. However, an </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21178006"><font size=2 color=blue face="sans-serif"><u>IBM
TechNote</u></font></a><font size=2 face="sans-serif"> also mentions issues
with anti virus on the Domino server: <br>
<i><br>
When SMTP mail is sent from a Domino server with an attachment, some AntiVirus
software vendors truncate the MIME structure when removing an attachment
it believes has a virus. This causes the &quot;Connection Broken&quot;
message when it attempts to send, and the problematic emails then stall
outbound SMTP routing.</i> <br>
<br>
Or it could be </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21288905"><font size=2 color=blue face="sans-serif"><u>a
Cisco issue</u></font></a><font size=2 face="sans-serif">. <br>
<br>
A better description of what is occurring: <br>
<i><br>
The issue may occur because certain mail messages and/or network-related
problems are causing the remote server or firewall/network to drop the
connection after the DATA command has been sent. </i><br>
Where does all of this leave the Messaging Administrator? Asking for more
information or help from the Networking/Telecomm people. At this point,
it doesn't appear to be strictly a messaging issue. But you have learned
another troubleshooting tip: SMTPClientDebug=1 (remember to remove the
line after you have completed your research). <br>
<br>
A little note on </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg27003007"><font size=2 color=blue face="sans-serif"><u>SMTPClientDebug</u></font></a><font size=2 face="sans-serif">:
<br>
<i><br>
This parameter can be enabled to capture the outgoing SMTP protocol conversations.
This is for all messages transferred by the router to other servers (Domino
or otherwise) via the SMTP protocol. Note that this does not include the
message content - just the higher-level protocol commands and responses.</i>
<i><br>
1 - Enable capture of outbound SMTP message transfer protocol.</i> <br>
<br>
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21199019"><font size=2 color=blue face="sans-serif"><u>SMTP
Mail Requeued After the Error &quot;Connection Broken After an Error Sending
DATA Command&quot;</u></font></a><font size=2 face="sans-serif"> <br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21178006"><font size=2 color=blue face="sans-serif"><u>Domino
6.x: 'Connection Broken After an Error Sending DATA Command'</u></font></a><font size=2 face="sans-serif">
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg27003007"><font size=2 color=blue face="sans-serif"><u>Domino
Router notes.ini debug parameters for SMTP</u></font></a><font size=2 face="sans-serif">
<br>
<br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font>
]]></content:encoded><pubDate>Thu, 21 Feb 2008 21:35:56 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=1AA2518EE50CAF5D852573F7000D2964</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=1AA2518EE50CAF5D852573F7000D2964</wfw:comment></item><item><title>SnTT - IMAP Idle and Wireless Synch</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7AY65X</link><description><![CDATA[ Pardon me for a personal SnTT post.

While researching and testing my current "push" mail solution, ChatterEmail, I kept finding references to the IMAP Idle command. I searched through my Server and Messaging Configuration Documents looking for a setting to ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7AY65X</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7AY65X</guid><content:encoded><![CDATA[ Pardon me for a personal SnTT post.<br><br>

While researching and testing my current "push" mail solution, <a href="http://software.palm.com/us/html/display_palm_product.jsp?id=prod5350910">ChatterEmail</a>, I kept finding references to the IMAP Idle command. I searched through my Server and Messaging Configuration Documents looking for a setting to turn on IMAP idle. <br><br>

Nothing.<br><br>

A search turned up this blog entry:<br><br>

<a href="http://www.dominounplugged.com/hosting/dominounplugged/home.nsf/all/4AE0C252E9335D6C85256F0A000F94DD?OpenDocument ">Not so sure about Chatter ...</a>  from <b>2004</b>. (Thanks for that, Rob!)<br><br>

A late comment to that blog post, dated April 2006, told me that the Domino 7.0 Server didn't have IMAP idle. A quick run through the <a href="http://www-1.ibm.com/support/docview.wss?uid=swg21191116">IBM TechNotes</a> proved that to be true. Even the fix lists for the subsequent Domino Release 7 Fix Packs have no information on IMAP idle. Since this is a published RFC (<a href="http://www.faqs.org/rfcs/rfc2177.html">RFC 2177</a> dated <b>1997</b>):<br><br>

<i>The Internet Message Access Protocol [IMAP4] requires a client to poll the server for changes to the selected mailbox (new mail, deletions).  It's often more desirable to have the server transmit updates to the client in real time.  This allows a user to see new mail immediately.  It also helps some real-time applications based on IMAP, which might otherwise need to poll extremely often (such as every few seconds).  (While the spec actually does allow a server to push EXISTS responses asynchronously, a client can't expect this behaviour and must poll.)</i><br><br>

I hope that some future release of Domino will include it.<br><br>

So, while I do have IMAP access to my Notes mail on my Treo, it isn't a perfect synchronization, nor is it active like on a Blackberry. But it works and it is serviceable. Other, less patient people than I would probably have found another solution to fill their needs. If you are looking for access to your Notes mail, using IMAP, you will need to know about the idle command. Especially if you are deploying a wireless synch product.<br><br>

Which brings me to two final thoughts:<br><br>
First, when will the Domino server get some love? A "feature," like IMAP idle, is core to many other IMAP servers but the one that I care about. There are other things missing in the Domino server, too. Some of the things could be considered "core," others would bring the Domino server in line with Year 2008 expectations (and beyond). I understand that the Notes client needed some work, and we were rewarded for waiting. But when will the Domino server get a much needed "update?"<br><br>

Second, <a href="http://ideajam.net">IdeaJam</a> was given another idea.<br><br>

<script type="text/javascript">
<!--
inwidth = 500;inheight = 320;id = "31A8ADE113EA56BB862573D3007498F6";//-->
</script>
<script type="text/javascript"
src="http://ideajam.net/IdeaJam/P/ij.nsf/ideajamblogthis.js">
</script><br><br>

Technorati tag: <a href="http://technorati.com/tag/SnTT" rel="tag">SnTT</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/IdeaJam" rel="tag">IdeaJam</a> <a href="http://technorati.com/tag/IMAP" rel="tag">IMAP</a>]]></content:encoded><pubDate>Thu, 17 Jan 2008 22:31:02 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=46257E9B3D2E56BE852573D40012450E</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=46257E9B3D2E56BE852573D40012450E</wfw:comment></item><item><title>SnTT - Restricted Resources</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7AR68X</link><description><![CDATA[ 
Background: You've upgraded your Domino
servers to Release 7.x.x. Everything is fine, until Monday morning, when
some user at a remote site calls to tell you they can't reserve rooms.
Oh, they show up in the dialog box, but they all have this icon next ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7AR68X</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7AR68X</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Background: You've upgraded your Domino
servers to Release 7.x.x. Everything is fine, until Monday morning, when
some user at a remote site calls to tell you they can't reserve rooms.
Oh, they show up in the dialog box, but they all have this icon next to
the rooms: <br>
</font><font size=3><br>
</font><img src="./plinks/GELD-7AR68X/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Where did that come from? What does it mean? <br>
<br>
New in Release 7, is the ability to restrict resources, and this icon is
a offshoot, to tell the users &quot;You aren't allowed to reserve this
resource.&quot; <br>
<br>
What to do? <br>
<br>
Actually, it's pretty easy. If you are patient. <br>
<br>
Open the Resources database that refers to the resources that are restricted.
Change the Owner Restrictions from &quot;Autoprocessing&quot; to one of
the other options. Click on the Save and Close button. Allow AdminP to
process the new request. Allow normal replication to take place (if required).
You now have the right to reserve this room. <br>
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21217137"><font size=2 color=blue face="sans-serif"><u>New
icon for restricted resource in Domino 7.x</u></font></a><font size=2 face="sans-serif">
<br>
<br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a>
]]></content:encoded><pubDate>Thu, 10 Jan 2008 22:35:51 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=7028DD27BCA6E184852573CD0012C39C</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=7028DD27BCA6E184852573CD0012C39C</wfw:comment></item><item><title>SnTT - No Blackberry Enterprise Activation Icon</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7ABL4K</link><description><![CDATA[ 
You have a nice, shiny Blackberry smartphone,
but the Enterprise Activation icon doesn't appear on the Home screen and
there is no Enterprise Activation option in the Options menu. What do you
do?

Thankfully, Blackberry has a TechNote
on this, which ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7ABL4K</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7ABL4K</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">You have a nice, shiny Blackberry smartphone,
but the Enterprise Activation icon doesn't appear on the Home screen and
there is no Enterprise Activation option in the Options menu. What do you
do?</font>
<br>
<br><font size=2 face="sans-serif">Thankfully, Blackberry has a TechNote
on this, which certainly helped me (Cause 5).</font>
<br>
<br><font size=2 face="sans-serif">From the </font><a href="http://www.blackberry.com/btsc/dynamickc.do?externalId=KB10192&amp;sliceId=SAL_Public&amp;command=show&amp;forward=nonthreadedKC&amp;kcId=KB10192"><font size=2 color=blue face="sans-serif">TechNote</font></a><font size=2 face="sans-serif">:</font>
<br>
<br><font size=2 face="sans-serif"><b>Cause</b></font>
<br><font size=2 face="sans-serif">This issue might be caused by one of
the following:</font>
<br><font size=2 face="sans-serif">1. &nbsp; &nbsp; &nbsp; &nbsp;The
BlackBerry smartphone does not have the BlackBerry Enterprise Server service
class.</font>
<br><font size=2 face="sans-serif">2. &nbsp; &nbsp; &nbsp; &nbsp;The
BlackBerry smartphone is running BlackBerry® Device Software 3.8 or earlier.</font>
<br><font size=2 face="sans-serif">3. &nbsp; &nbsp; &nbsp; &nbsp;The
Enterprise Activation icon is hidden.</font>
<br><font size=2 face="sans-serif">4. &nbsp; &nbsp; &nbsp; &nbsp;The
BlackBerry smartphone is not registered on the wireless network.</font>
<br><font size=2 face="sans-serif">5. &nbsp; &nbsp; &nbsp; &nbsp;A
previous attempt was made to activate the BlackBerry smartphone over the
wireless network.</font>
<br><font size=2 face="sans-serif"><br>
<b>Cause 1</b></font>
<br><font size=2 face="sans-serif">The BlackBerry smartphone does not have
the BlackBerry Enterprise Server service class.</font>
<br><font size=2 face="sans-serif"><b>Resolution</b></font>
<br><font size=2 face="sans-serif">Contact your wireless service provider
for further assistance.</font>
<br>
<br><font size=2 face="sans-serif"><b>Cause 2</b></font>
<br><font size=2 face="sans-serif">The BlackBerry smartphone is running
BlackBerry® Device Software 3.8 or earlier.</font>
<br><font size=2 face="sans-serif"><b>Resolution</b></font>
<br><font size=2 face="sans-serif">Upgrade to BlackBerry Device Software
4.0 or later. For instructions, see </font><a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB03621&amp;sliceId=SAL_Public&amp;dialogID=35488684&amp;stateId=1%200%2035492204" target=_blank><font size=2 color=blue face="sans-serif"><u>KB03621</u></font></a><font size=2 face="sans-serif">.</font>
<br>
<br><font size=2 face="sans-serif"><b>Cause 3</b></font>
<br><font size=2 face="sans-serif">The Enterprise Activation icon is hidden.</font>
<br><font size=2 face="sans-serif"><b>Resolution</b></font>
<br><font size=2 face="sans-serif">Verify the icon is not hidden in the
Home screen by pressing the <b>ALT</b> key and the trackwheel.</font>
<br>
<br><font size=2 face="sans-serif"><b>Cause 4</b></font>
<br><font size=2 face="sans-serif">The BlackBerry smartphone is not registered
on the wireless network.</font>
<br><font size=2 face="sans-serif"><b>Resolution</b></font>
<br><font size=2 face="sans-serif">Perform a <b>Register Now</b> function.
For instructions, see </font><a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB00510&amp;sliceId=SAL_Public&amp;dialogID=35488455&amp;stateId=1%200%2035492102" target=_blank><font size=2 color=blue face="sans-serif"><u>KB00510</u></font></a><font size=2 face="sans-serif">.</font>
<br>
<br><font size=2 face="sans-serif"><b>Cause 5</b></font>
<br><font size=2 face="sans-serif">A previous attempt was made to activate
the BlackBerry smartphone over the wireless network. The disappearance
of the Enterprise Activation icon from the Home screen following activation
of the BlackBerry smartphone over the wireless network is by default.</font>
<br><font size=2 face="sans-serif"><b>Resolution</b></font>
<br><font size=2 face="sans-serif">Follow the steps below to locate the
Enterprise Activation option on a BlackBerry smartphone with valid provisioning.</font>
<br><font size=2 face="sans-serif">1. &nbsp; &nbsp; &nbsp; &nbsp;From
the BlackBerry smartphone Home screen, <b>Options</b>.</font>
<br><font size=2 face="sans-serif">2. &nbsp; &nbsp; &nbsp; &nbsp;Click
<b>Advanced Options</b>.</font>
<br><font size=2 face="sans-serif">3. &nbsp; &nbsp; &nbsp; &nbsp;Click
<b>Enterprise Activation</b>.</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www.blackberry.com/btsc/dynamickc.do?externalId=KB10192&amp;sliceId=SAL_Public&amp;command=show&amp;forward=nonthreadedKC&amp;kcId=KB10192"><font size=2 color=blue face="sans-serif">No
Enterprise Activation icon is present on the BlackBerry Smartphone</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a>
]]></content:encoded><pubDate>Fri, 28 Dec 2007 10:25:38 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=BBDE6D94529D74D2852573BF0054E910</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=BBDE6D94529D74D2852573BF0054E910</wfw:comment></item><item><title>SnTT - Customized Letterhead</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-79Z5G5</link><description><![CDATA[ 
Sorry that this isn't Thursday, but
I have been thinking about posting this little tip and Thursday would be
too late. Of course, a smart person would have posted this even earlier
in December. Plus, I have been getting a few hits from people looking ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-79Z5G5</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-79Z5G5</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Sorry that this isn't Thursday, but
I have been thinking about posting this little tip and Thursday would be
too late. Of course, a smart person would have posted this even earlier
in December. Plus, I have been getting a few hits from people looking for
some sort of Christmas Letterhead.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
I tried this tip out, and it seems to work okay, but with a few caveats.
First, if you expect someone in your organization to see your new, custom
letterhead, they have to have the same image resources and field entries.
Second, if you want an internet recipient to see your custom letterhead,
you don't know that it is stripped out on internet mail. Finally, your
results may vary.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
There are, AFAIK, two documents that will help you with creating custom
letterheads, and they are referenced at the end of the entry. After following
the instructions, this is my result. A simple image, no background.</font><font size=3>
<br>
<br>
</font><img src="./plinks/GELD-79Z5G5/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=3><br>
</font><font size=2 face="sans-serif"><br>
I'm sure that you can do better. :-)</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
What else can you do with custom letterheads? Company logo's, for one.
</font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Remember, everyone has to have access to the same design elements if you
expect the internal recipients to see your letterhead. That means a change
to the mail template. Be sure to document any changes, as upgrades will
not include the letterhead.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21094814"><font size=2 color=blue face="sans-serif"><u>How
to implement a custom letterhead in Notes</u></font></a><font size=2 face="sans-serif">
(nice, detailed instructions)</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Link: </font><a href="http://www.ibm.com/developerworks/lotus/library/ls-custom_letterhead/"><font size=2 color=blue face="sans-serif"><u>Creating
a custom letterhead</u></font></a><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a>
]]></content:encoded><pubDate>Mon, 17 Dec 2007 21:56:08 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=1085A83370AE5347852573B5000F4D52</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=1085A83370AE5347852573B5000F4D52</wfw:comment></item><item><title>SnTT - Domino Console Command</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-79664X</link><description><![CDATA[ 
Disclaimer: This post is a result of
some search referrers and since we are heading into another holiday season,
it might prove to be useful. I could also put this under the heading of
&quot;Things I Take for Granted.&quot; One thing I will take for ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-79664X</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-79664X</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Disclaimer: This post is a result of
some search referrers and since we are heading into another holiday season,
it might prove to be useful. I could also put this under the heading of
&quot;Things I Take for Granted.&quot; One thing I will take for granted
is the Domino console - how to display it, how to enter commands, what
command(s) to use to troubleshoot. If someone is unsure, just drop me an
e-mail or leave a comment. <br>
<br>
The Domino console is my friend. Sure, I can't do everything with it, but
when it comes to troubleshooting, it is the first place I go. <br>
<br>
Are you having problems with the Out of Office (OOO) agent? Need to know
who has the OOO running? This is easily remedied by a simple console command:
<br>
<br>
tell agmr sched <br>
<br>
(Blog interruption one: Right away, you can see that I use the least amount
of typing to initiate a command. In the above example, I have used the
word &quot;shed&quot; as shorthand for the whole word &quot;schedule.&quot;
Either works, but I prefer not to have to type more than needed.) <br>
<br>
Entering this command, on the console, brings back all of the agents that
are enabled to run on the server. If you have a user that says that their
OOO agent isn't working, this is the first command I enter to see if it
has been enabled. Here is an example of the results of entering the command:
</font><font size=3><br>
<br>
</font><img src="./plinks/GELD-79664X/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=2 face="sans-serif"><br>
<br>
Basically, the server sees the four mail files as having the OOO agent
running. The next time they are scheduled to run are shown at the left
(11:50, 12:01) as well as which mail file has the agent enabled. <br>
<br>
Now you know how to identify that the OOO agent is running in a person's
mail file. <br>
<br>
(Blog interruption two: I am limiting the discussion only to the OOO agent.
The results of the tell amgr sched command shows you more. You may have
to look in the Notes Log for all of the results, especially if you have
a lot of mail files on the server). </font>
<br>
<br><font size=2 face="sans-serif">Since you have determined that the user
has their OOO agent enabled, now you can look for other reasons why it
isn't working. For example, open the mail file in Designer. Look at the
Shared Code - Agents, and make sure that it is enabled. If that shows that
the agent in enabled, but it still isn't working, check out this link,
as it has a couple of other troubleshooting tips as well as links to TechNotes
and articles on the OOO agent:</font>
<br>
<br><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-6R84BZ"><font size=2 color=blue face="sans-serif">SnTT
- Out of Office Agent Doesn't Work</font></a><font size=2 face="sans-serif"><br>
<br>
Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a>
]]></content:encoded><pubDate>Tue, 20 Nov 2007 22:29:29 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=F656E0DAE8AA4F758525739A00125C9E</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=F656E0DAE8AA4F758525739A00125C9E</wfw:comment></item><item><title>SnTT - Moving BES to Another Server</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-78Z5UE</link><description><![CDATA[ 
Things change.

For example, your initial installation
of the Blackberry Enterprise Server (BES) has outgrown the server and needs
room to grow. You installed BES on a server that shared several other applications.
Whatever. In any case, you need to ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-78Z5UE</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-78Z5UE</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Things change.</font>
<br>
<br><font size=2 face="sans-serif">For example, your initial installation
of the Blackberry Enterprise Server (BES) has outgrown the server and needs
room to grow. You installed BES on a server that shared several other applications.
Whatever. In any case, you need to move your existing BES to another server.</font>
<br>
<br><font size=2 face="sans-serif">This is strictly a Domino-based installation
of BES. Exchange installations will differ.</font>
<br>
<br><font size=2 face="sans-serif">Also, this is here because I never seem
to find the information when I need it. If you have ever visited the RIM
support pages, you know of what I speak.</font>
<br>
<br><font size=2 face="sans-serif">First, do your normal Domino Admin stuff:
Create a new server ID, modify the Server Document, setup replication and
mail routing, install and configure the Domino server (to make this easier,
keep the same directory structure), test replication and routing. Everything
good? Change the Domino Server task to Manual. Okay, take the new Domino
server down. Take the old server down.</font>
<br>
<br><font size=2 face="sans-serif">Copy the Blackberry Profiles database
to the new server, to the same directory as the old one.</font>
<br><font size=2 face="sans-serif">Copy all State databases.</font>
<br><font size=2 face="sans-serif">Copy the notes.ini (but give it a new
name on the new server, so you have something to compare/contrast)</font>
<br>
<br><font size=2 face="sans-serif">Install the BES code on the new machine.</font>
<br><font size=2 face="sans-serif">Configure BES, keeping the same settings
as you had on the old one.</font>
<br><font size=2 face="sans-serif">If you've upgraded to the latest release
of BES, be sure to apply the proper Fix Packs, to get you up to the proper
release.</font>
<br><font size=2 face="sans-serif">Once done, stop all of the BES tasks
on the old server and the new one.</font>
<br>
<br><font size=2 face="sans-serif">You should be ready to use the </font><a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB04261&amp;sliceId=SAL_Public&amp;dialogID=1652125&amp;stateId=0%200%201503249"><font size=2 color=blue face="sans-serif">Blackberry
TechNote KB04261</font></a><font size=2 face="sans-serif">. I have skipped
around that document, but you are now prepared to pick up the TechNote
and finish the cutover. The document is very thorough.</font>
<br>
<br><font size=2 face="sans-serif">Remember not to bring up the old server
until you have removed all traces of the Blackberry code. If you don't
you'll end up with either two servers using the same SRP (which results
in your servers being locked out of sending messages to the handhelds,
or you end up with the new server referring all of its configuration settings
to the old server). Both of those end badly, with a call to RIM.</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB04261&amp;sliceId=SAL_Public&amp;dialogID=1652125&amp;stateId=0%200%201503249"><font size=2 color=blue face="sans-serif">Perform
a cutover to another Blackberry Enterprise Server in an IBM Lotus Domino
environment</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font>
]]></content:encoded><pubDate>Thu, 15 Nov 2007 22:15:45 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=22C45E6D912CE4748525739500111A97</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=22C45E6D912CE4748525739500111A97</wfw:comment></item><item><title>SnTT - Domino Security Bulletins</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-78HHAG</link><description><![CDATA[ 
You learn something new everyday.

In the past, if there was an issue with
Domino, I would go directly to the Support site, try a few searches, and
find the appropriate TechNote. Or, some nice blogger would post something
about a security issue in ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-78HHAG</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-78HHAG</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">You learn something new everyday.</font>
<br>
<br><font size=2 face="sans-serif">In the past, if there was an issue with
Domino, I would go directly to the Support site, try a few searches, and
find the appropriate TechNote. Or, some nice blogger would post something
about a security issue in Domino. Or, if I was really lucky, it would appear
on developerWorks Lotus (Notes.Net for us old-timers).</font>
<br>
<br><font size=2 face="sans-serif">Today, I found all of the Security &nbsp;Bulletins
in one place: developerWorks Lotus: Security. October has nine bulletins,
including an IMAP Buffer Overflow issue, a DoS due to bad SMTP mail, and
an ECL vulnerability. The content comes from the Support site, but is nicely
aggregated on this page. </font>
<br>
<br><font size=2 face="sans-serif">The site is definitely worth your attention
(and mine).</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www.ibm.com/developerworks/lotus/security/?S_TACT=105AGX54&amp;S_CMP=A1025&amp;ca=dnw-841"><font size=2 color=blue face="sans-serif">developerWorks
Lotus: Security</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Wed, 31 Oct 2007 09:01:29 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=57270E38345183EC852573850047664D</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=57270E38345183EC852573850047664D</wfw:comment></item><item><title>SnTT - Lotus Domino 8 Resources</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7845RX</link><description><![CDATA[ 
Looking for information on your Lotus
Domino 8 upgrade? What about the new R8 Out of Office functionality? Education
and certifications for R8? Those topics and more, much more, is aggregated
on the IBM
Lotus Notes and Domino 8 Resource ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7845RX</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7845RX</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Looking for information on your Lotus
Domino 8 upgrade? What about the new R8 Out of Office functionality? Education
and certifications for R8? Those topics and more, much more, is aggregated
on the </font><a href="http://www-306.ibm.com/software/lotus/support/nd8/"><font size=2 color=blue face="sans-serif">IBM
Lotus Notes and Domino 8 Resource Page</font></a><font size=2 face="sans-serif">.</font>
<br>
<br><font size=2 face="sans-serif">Warning: There is so much on that page
that it may be a little overwhelming. But it certainly is comprehensive.</font>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href="http://technorati.com/tag/Lotus+Notes"><font size=2 color=blue face="sans-serif">Lotus
Notes</font></a><font size=2 face="sans-serif"> </font><a href="http://technorati.com/tag/Lotus+Domino"><font size=2 color=blue face="sans-serif">Lotus
Domino</font></a><font size=2 face="sans-serif"> </font><a href="http://technorati.com/tag/Release+8"><font size=2 color=blue face="sans-serif">Release
8</font></a><font size=2 face="sans-serif"> </font>
]]></content:encoded><pubDate>Wed, 17 Oct 2007 23:11:53 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=EDCEBDF6E6AD3AD5852573780010B8F9</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=EDCEBDF6E6AD3AD5852573780010B8F9</wfw:comment></item><item><title>A Fix for Domino SMTP Crash - SnTT</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-77W6B8</link><description><![CDATA[ 
A new TechNote has been published by
IBM concerning a Lotus Notes/Domino crash when a specific internet message
is received. From the abstract:

A fix has been developed for a Lotus
Domino SMTP server and/or Lotus Notes client crash which results when ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-77W6B8</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-77W6B8</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">A new TechNote has been published by
IBM concerning a Lotus Notes/Domino crash when a specific internet message
is received. From the abstract:</font>
<br>
<br><font size=2 face="sans-serif"><i>A fix has been developed for a Lotus
Domino SMTP server and/or Lotus Notes client crash which results when an
e-mail containing specific content is received. A temporary workaround
may also avoid the crashes. </i></font>
<br>
<br><font size=2 face="sans-serif">At the time of the crash, you will see
the panic error, PANIC: Invalid pool free chain.</font>
<br>
<br><font size=2 face="sans-serif">You can either upgrade your servers
to Release 6.5.6 or 8, use the link for your 7.0.2 Domino servers, wait
for the 7.0.3 maintenance release, or simply block some specific addresses
from sending to your server. Those domains are:</font>
<br>
<br><font size=2 face="sans-serif">beaudette.info</font>
<br><font size=2 face="sans-serif">www.balkrishmiki.com </font>
<br><font size=2 face="sans-serif">skincare@consectary.net</font>
<br><font size=2 face="sans-serif">skincare@delettanteism.com</font>
<br><font size=2 face="sans-serif">awards@direption.com</font>
<br><font size=2 face="sans-serif">awards@direption.net</font>
<br>
<br><font size=2 face="sans-serif">It may be prudent, in addition to the
other workarounds and upgrades, to simply add those addresses to your Messaging
Configuration Document. Specifically:</font>
<br>
<br><font size=1 face="sans-serif">Router/SMTP - Restrictions and Controls
- SMTP Inbound Controls - Deny messages from the following internet addresses/domains
field</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?rs=463&amp;context=SSKTMJ&amp;dc=D600&amp;uid=swg21266629&amp;loc=en_US&amp;cs=UTF-8&amp;lang=en"><font size=2 color=blue face="sans-serif">Fix
developed for Domino SMTP server and/or Notes client crashes due to e-mail
containing specific content</font></a>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg24017174"><font size=2 color=blue face="sans-serif">Fix
for Domino 7.0.2.x SMTP server or Notes client crashes due to e-mail content</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a>
]]></content:encoded><pubDate>Thu, 11 Oct 2007 23:39:31 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=864183ED12FC59678525737200135EAC</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=864183ED12FC59678525737200135EAC</wfw:comment></item><item><title>Exchange Server 2003 Connector for Lotus Notes</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-77G3KN</link><description><![CDATA[ 
SearchDomino.com
is reporting that there is an update to the Exchange
Server 2003 Connector for Lotus Notes.
According to the article, the update &quot;. . . addresses problems
that crop up when Lotus Domino Server is used as an incoming SMTP gateway
. ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-77G3KN</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-77G3KN</guid><content:encoded><![CDATA[ 
<br><a href="http://searchdomino.techtarget.com/tip/0,289483,sid4_gci1274190,00.html"><font size=2 color=blue face="sans-serif">SearchDomino.com</font></a><font size=2 face="sans-serif">
is reporting that there is an update to the </font><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d9f3a35e-1046-47b5-b09b-bda9de60cd9d&amp;DisplayLang=en"><font size=2 color=blue face="sans-serif">Exchange
Server 2003 Connector for Lotus Notes</font></a><font size=2 face="sans-serif">.
According to the article, the update &quot;. . . <i>addresses problems
that crop up when Lotus Domino Server is used as an incoming SMTP gateway
</i>. . . &quot;</font>
<br>
<br><font size=2 face="sans-serif">The link contains all of the pertinent
information, including the Microsoft KnowledgeBase article, a reference
to the hotfix that corrects this, and the edits required to the exchconn.ini.
</font>
<br>
<br><font size=2 face="sans-serif">If your inbound internet mail addresses
are getting mangled, and you use the Connector, this may be the issue.</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://searchdomino.techtarget.com/tip/0,289483,sid4_gci1274190,00.html"><font size=2 color=blue face="sans-serif">SearchDomino.com:
Update to Exchange Server 2003 Connector for Lotus Notes</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font>
]]></content:encoded><pubDate>Thu, 27 Sep 2007 21:19:22 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=A388F0D20881D85E8525736400068968</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=A388F0D20881D85E8525736400068968</wfw:comment></item><item><title>SnTT - Figuring Out the NSD File</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-77E2B7</link><description><![CDATA[ 
A couple of nice administration tool
kits have hit the internet. 

First, Jean-Yves Riverin has updated his FAQ, &quot;How
to Analyze Notes/Domino NSD's.&quot;
Included in the FAQ, for those that will read through the link, is a little
gem; The PDF of ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-77E2B7</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-77E2B7</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">A couple of nice administration tool
kits have hit the internet. <br>
<br>
First, Jean-Yves Riverin has updated his FAQ, &quot;</font><a href="http://www-10.lotus.com/ldd/nd6forum.nsf/7e6c7e584a76331b85256a46006f083e/92d3876c4e4f140a852572810008ea9d?OpenDocument"><font size=2 color=blue face="sans-serif"><u>How
to Analyze Notes/Domino NSD's</u></font></a><font size=2 face="sans-serif">.&quot;
Included in the FAQ, for those that will read through the link, is a little
gem; The PDF of the Lotusphere 2007 session, &quot;Using NSD - A Practical
Guide.&quot; Jean-Yves has done some really nice work here, and it is an
excellent start to troubleshooting your Notes/Domino NSDs. <br>
<br>
Secondly, Lotus has posted a tool to the Sandbox, the </font><a href="http://www-10.lotus.com/ldd/sandbox.nsf/ecc552f1ab6e46e4852568a90055c4cd/c0c64aa07fc9abae85257356004ac7b3?opendocument"><font size=2 color=blue face="sans-serif"><u>Lotus
Notes Diagnostics Tool</u></font></a><font size=2 face="sans-serif">. From
the description of the tool: <i><br>
<br>
This tool is based on the internal tool that Lotus Support uses to analyze
NSD and other files resulting from a Lotus Domino server crash, hang, or
performance issues. </i><br>
<br>
Did you catch that? &quot;This tool is based on the internal tool that
Lotus Support uses . . . &quot; How cool is that? Please read the documentation
for the tool, especially where you are to run this from your client, not
the server. If you want to know some of the features in this application,
here is a small list: <br>
<i><br>
Lnd supports:</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
Windows Rip files (R4 to ND6)</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
OS/2 Rip files (R4 to ND6)</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
Windows NSD (R5 &amp; ND6/7)</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
UNIX NSD (R5 &amp; ND6/7, Solaris, AIX, HP-UX, Linux, OS/390)</i></font><font size=3><i>
</i></font><font size=2 face="sans-serif"><i><br>
iSeries (OS/400) NSD (R5 &amp; ND6/7)</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
MAC Crash report</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
Semaphore debugging files (R5 &amp; ND6/7)</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
EBDCIC files by conversion to standard ASCII</i></font><font size=3><i>
</i></font><font size=2 face="sans-serif"><i><br>
Unicode files by conversion to standard ASCII</i></font><font size=3><i>
</i></font><font size=2 face="sans-serif"><i><br>
Notes/Domino Fault report database</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
Trapleak and debug pools output annotation</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
Lotus Notes Exception Report file (ND6/7)</i></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
DXL server or configuration documents (ND6/7)</i></font><font size=3><i>
</i></font><font size=2 face="sans-serif"><b><i><br>
Lnd does not support:</i></b></font><font size=3><i> </i></font><font size=2 face="sans-serif"><i><br>
Files coming from beta or release candidate versions of Domino</i></font><font size=3><i>
</i></font><font size=2 face="sans-serif"><br>
<br>
Now, you have some nice additions to your Notes/Domino NSD troubleshooting
toolkit.<br>
<br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font>
]]></content:encoded><pubDate>Tue, 25 Sep 2007 20:14:37 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=4F6B93D8A6FC3F6A8525736200009BDF</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=4F6B93D8A6FC3F6A8525736200009BDF</wfw:comment></item><item><title>Domino 8 and SSL and Reverse Proxies and Solaris - OH MY! </title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7725G4</link><description><![CDATA[ 
While trolling through the forums today
as well as the Support site, I came across a very recent TechNote on testing
the implementation of Domino 8, running on Solaris 10, using SSL and Reverse
Proxies. The reason it piqued my interest is that there ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7725G4</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-7725G4</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">While trolling through the forums today
as well as the Support site, I came across a very recent TechNote on testing
the implementation of Domino 8, running on Solaris 10, using SSL and Reverse
Proxies. The reason it piqued my interest is that there seems to be quite
a few people looking for information on implementing SSL in Domino. This
document does a fantastic job of detailing the steps to implement SSL,
using your Domino server as a Certificate Authority. Then it walks through
the steps to enable SSL.</font>
<br>
<br><font size=2 face="sans-serif">From the abstract:</font>
<br>
<br><font size=2 face="sans-serif"><i>The purpose of this document is to
describe how the System Verification Test team deployed Domino 8.0 and
other IBM companion products behind an Edge Reverse Proxy Server.</i></font>
<br>
<br><font size=2 face="sans-serif"><i>Most products were installed on Solaris
10 except for the Additional Domino Server, Proxy Server and Activities
server.</i></font>
<br>
<br><font size=2 face="sans-serif"><i>Secure Socket Layer &quot;SSL&quot;
was implemented throughout the configuration to test the added security
and how the applications integrated with each other using SSL.</i></font>
<br>
<br><font size=2 face="sans-serif"><i>We used Sun One 5.2 LDAP for authentication
along with Single Sign On. </i></font>
<br>
<br><font size=2 face="sans-serif">Before you start wading through all
of the Help Documentation in R8 (and even earlier releases), it may help
for you to read this document. And they include pretty pictures, too. :-)</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg27010460"><font size=2 color=blue face="sans-serif">Test
Infrastructure: Solaris, SSL, Reverse proxy Domino 8 configuration</font></a>
<br>
<br><font size=2 face="sans-serif">Some other links of interest:</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?rs=0&amp;q1=SSL&amp;q2=domino&amp;uid=swg21114148&amp;loc=en_US&amp;cs=utf-8&amp;cc=us&amp;lang=en"><font size=2 color=blue face="sans-serif">Quick
guide to setting up SSL using Domino as the Certificate Authority</font></a><font size=2 face="sans-serif">
(all Domino server platforms. Releases 5.x ,6.x, 6.5.x, and 7.x)</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?rs=0&amp;q1=SSL&amp;q2=domino&amp;uid=swg21090850&amp;loc=en_US&amp;cs=utf-8&amp;cc=us&amp;lang=en"><font size=2 color=blue face="sans-serif">Setting
up Secure Socket Layer (SSL) on a Domino server</font></a><font size=2 face="sans-serif">
(AIX, Linux, Solaris, Windows. Releases 5.x ,6.x, 6.5.x, 7.x, and 8)</font>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a>
]]></content:encoded><pubDate>Thu, 13 Sep 2007 22:56:04 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=253D5C986595F30F85257356000F663D</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=253D5C986595F30F85257356000F663D</wfw:comment></item><item><title>The Tie Breaker</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-75DLDU</link><description><![CDATA[ This is a rather interesting issue. One that I didn't think would warrant a post, but post it I shall.&nbsp;Let's say that you are using iNotes/Domino Web Access. You have two people in your Directory, Sam User and Sally Suser. When Sam tries to authenticate ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-75DLDU</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-75DLDU</guid><content:encoded><![CDATA[ <P><FONT face=Arial size=2>This is a rather interesting issue. One that I didn't think would warrant a post, but post it I shall.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Let's say that you are using iNotes/Domino Web Access. You have two people in your Directory, Sam User and Sally Suser. When Sam tries to authenticate to the his mail file, he gets an error that says that Sally Suser does not have the right to access the mail file. Huh?</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Looking at the Person Documents, everything is proper and correct. Both have Short Names, both have proper heirarchical names, both have unique internet addresses. And yet, Sam cannot authenticate using his short name (you can tell that most users are trained to log in using their short names).</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Looking at this from another side: When Domino is faced with authenticating a user, it runs down a few items, especially in a case like this. We have two distinct users. BUT Sam has a short name that is equal to Sally's last name. What does Domino do? It makes two matches, one is the short name for Sam and the other is the last name for Sally. It needs a tiebreaker. What is it?</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Wait for it . . . . . </FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>It is the internet password.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>And when two users <STRONG>have the same internet password</STRONG>, Domino throws up its hands and says, basically, I cannot authenticate Sam/Sally. Changing Sam's internet password to one that is not the same as Sally's solves the issue. Domino is now able to authenticate Sam.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>There is another lesson in here concerning a few other topics, like Domino Policies and policies on passwords, but I will leave that for another day.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Technorati tag: <A href="http://technorati.com/tag/Show-n-Tell+Thursday">Show-n-Tell Thursday</A> <A href="http://technorati.com/tag/SnTT">SnTT</A></FONT></P>]]></content:encoded><pubDate>Wed, 25 Jul 2007 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=EFCC24A97295603B8525732100561BA8</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=EFCC24A97295603B8525732100561BA8</wfw:comment></item><item><title>Renaming a Domino Server</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-74UKMA</link><description><![CDATA[ ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-74UKMA</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-74UKMA</guid><content:encoded><![CDATA[ <P><FONT face=Arial size=2>This may be a rather lame SnTT post (on Friday, no less), but I think that it is important (you can be the judge of that statement).</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Lotus/IBM has published a new Technote on the correct procedures for renaming a Domino server. The TechNote prefers that you create a new server and move the data to it. It also steps you though several scenarios. An excellent resource.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Link: <A href="http://www-1.ibm.com/support/docview.wss?uid=swg21102494">What are the correct procedures for renaming a Domino server</A></FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Technorati tag: </FONT><A href="http://technorati.com/tag/Lotus"><FONT face=Arial size=2>Lotus</FONT></A><FONT face=Arial size=2> </FONT><A href="http://technorati.com/tag/Domino"><FONT face=Arial size=2>Domino</FONT></A><FONT face=Arial size=2> </FONT><A href="http://technorati.com/tag/SnTT"><FONT face=Arial size=2>SnTT</FONT></A><FONT face=Arial size=2> </FONT><A href="http://technorati.com/tag/Show-n-Tell+Thursday"><FONT face=Arial size=2>Show-n-Tell Thursday</FONT></A></P>]]></content:encoded><pubDate>Fri, 6 Jul 2007 11:01:14 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=B7A8C980849BF9BD85257310005282ED</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=B7A8C980849BF9BD85257310005282ED</wfw:comment></item><item><title>Upgrading BES from 4.0 to 4.1</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-73J4VS</link><description><![CDATA[ 
If you are like me, and I hope you aren't,
I find the documentation from RIM to be . . . overwhelming. When trying
to do something &quot;simple&quot; like upgrading BES, you have to wade
through several PDFs, the Administrators Guide and the Installation ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-73J4VS</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-73J4VS</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">If you are like me, and I hope you aren't,
I find the documentation from RIM to be . . . overwhelming. When trying
to do something &quot;simple&quot; like upgrading BES, you have to wade
through several PDFs, the Administrators Guide and the Installation or
Upgrade Guide. And even then, you may miss something. Well, after a recent
BES 4.0 to 4.1 upgrade, I decided to document my tasks. I hope that this
will benefit some of you. </font>
<br>
<br><font size=2 face="sans-serif">In addition to the BES upgrade, right
after that, I upgraded the Domino server to R7.0.2 from R6.5.5. It is worth
knowing that if you want to do the same thing, RIM recommends that you
first upgrade the BES <b>then</b> upgrade Domino.</font>
<br>
<br><font size=2 face="sans-serif">This is an in-place upgrade, meaning
that 4.1 will be installed over 4.0. With this type of upgrade, there is
a chance that you will not be able to revert back to 4.0 if something bad
happens. The only impact on the users will be a BlackBerry service interruption
during the upgrade. Sometime, prior to the upgrade, you will need to download
the FULL 4.1.x BES software. You will also want to download the 4.1 device
software, so that the BlackBerry devices can upgrade to the new software
and also take advantage of the new 4.1 features. This <b>cannot</b> be
done wirelessly.</font>
<br>
<br><font size=2 face="sans-serif">Prior to the upgrade, perform some system
maintenance:</font>
<br><font size=2 face="sans-serif">1) Delete all inactive users</font>
<br><font size=2 face="sans-serif">2) Remove the pending messages from
the queue:</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
In the BlackBerry Manager, in the left pane, click on your BlackBerry Enterprise
Server</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
On the Users tab, click a user account</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
Click Service - Control &amp; Customization</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
Click Purge Pending Messages</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
Click OK</font>
<br><font size=2 face="sans-serif">3) Compact all Blackberry-related databases
(they are in the Lotus\Domino\Data\BES folder). Use Compact -B.</font>
<br><font size=2 face="sans-serif">4) Backup the BES Configuration database</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
If using SQL, use the Microsoft tools</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
If using MSDE, use BlackberryDBBackup.exe in the Tools folder on the Install
CD (or, you can copy the folder to the BES)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; Example: blackberrydbbackup.exe -d BESMgmt
-f c:\BES_Backup -E -U username -P domainadminpassword</font>
<br>
<br><font size=2 face="sans-serif">You are now ready to actually perform
the upgrade.</font>
<br>
<br><font size=2 face="sans-serif">1) Change the Domino Server Service
Startup to &quot;Manual&quot;</font>
<br><font size=2 face="sans-serif">2) Take down BES</font>
<br><font size=2 face="sans-serif">3) Take down Domino</font>
<br><font size=2 face="sans-serif">4) Insert the CD, or run the BES Package
(if downloaded)</font>
<br><font size=2 face="sans-serif">5) Double click the setup.exe file</font>
<br><font size=2 face="sans-serif">6) Complete the on-screen instructions
(most of them should be pre-populated)</font>
<br><font size=2 face="sans-serif">7) Restart the server when prompted</font>
<br><font size=2 face="sans-serif">8) Sign-in using the same account that
you used for the setup program</font>
<br><font size=2 face="sans-serif">9) Complete the on-screen instructions</font>
<br>
<br><font size=2 face="sans-serif">NOTE: The MDS Services (MDSS) is <b>not</b>
the same as MDS in BES 4.0. If you are not developing in-house mobile applications
using the Blackberry MDS Studio, select &quot;Blackberry Enterprise Server&quot;
(not &quot;Blackberry Enterprise Server with MDS Services&quot;).</font>
<br>
<br><font size=2 face="sans-serif">If, during the installation, you get
an &quot;incompatible version detected&quot; error, you are attempting
to upgrade from 4.0 to 4.1.x using a service pack. You need to get the
<b>FULL</b> 4.1.x installer. See this </font><a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB10134&amp;sliceId=SAL_Public&amp;dialogID=13179427&amp;stateId=0%200%2013181052"><font size=2 color=blue face="sans-serif">TechNote</font></a><font size=2 face="sans-serif">.</font>
<br>
<br><font size=2 face="sans-serif">Bring BES and your Domino server back
up. Test messaging to/from the Blackberry devices. Test internet mail to/from
the Blackberry devices. Once you are confident that mail is routing properly,
upgrade the Domino server to R7.0.2. Change the Domino Server Service back
to &quot;Automatic.&quot;</font>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href=http://technorati.com/tag/Blackberry><font size=2 color=blue face="sans-serif">Blackberry</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Lotus+Domino"><font size=2 color=blue face="sans-serif">Lotus
Domino</font></a><font size=2 face="sans-serif"> </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif">SnTT</font></a>
<br>
<br>
]]></content:encoded><pubDate>Thu, 24 May 2007 22:26:45 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=8696E2B25E1BA91A852572E6000D0877</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=8696E2B25E1BA91A852572E6000D0877</wfw:comment></item><item><title>Copying Documents - With an Agent</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-72STKB</link><description><![CDATA[ I think that this may be my first Show-n-Tell Thursday post of 2007. Not good.&nbsp;This post is the result of a&nbsp;head splitting problem with one users' mail file. See,&nbsp;when his mail file was created,&nbsp;Domino decided to add an apostrophe to ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-72STKB</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-72STKB</guid><content:encoded><![CDATA[ <P><FONT face=Arial size=2>I think that this may be my first Show-n-Tell Thursday post of 2007. Not good.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>This post is the result of a&nbsp;head splitting problem with one users' mail file. See,&nbsp;when his mail file was created,&nbsp;Domino decided to add an apostrophe to the&nbsp;file name. Example: user&nbsp;name is Sam O'Smith. The file name is so'smith.nsf. Not good, especially if you want BRMS to actually back up the mail file on some schedule. Apostrophes are a no-no. We methodically changed all of the affected mail file names, removing the apostrophe. Every thing was good in Domino Land. Mail was routing to the new files, being sent from the new files, and locally replicating.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Except for one user, Sam O'Smith. Sam, you&nbsp;see,&nbsp;could not make a local replica of his mail file. Try as we might, we kept getting a replication error - "File&nbsp;does not exist."&nbsp;The curious thing was that the local Notes Log, and the Server Log both said the same thing:</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>"Server Error - file mail\so'smith.nsf does not exist"</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>No kidding, Domino - we changed the file name. And Domino <STRONG>knows</STRONG> that the file has changed, after all the Person Document reflects that fact. And I am in the mail file, asking to create a local replica. What more do I need to do?</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>After much running of Fixup, Compact, and Updall, we decided to create a new mail file. That was easy. The hard part was determining how to move all of the old mail documents into the new mail file. </FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>FYI - the commands I ran on the server?</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>load fixup mail\sosmith.nsf -F -N</FONT></P><P><FONT face=Arial size=2>load compact mail\sosmith.nsf -C -D -i</FONT></P><P><FONT face=Arial size=2>load updall mail\sosmith.nsf -R</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>How to copy&nbsp;a couple hundred megabytes of&nbsp;mail from one mail file to another? Lotus/IBM Tech Support to the rescue. They pointed me to a TechNote that did the trick. Simply copy the text of the TechNote's attached file into a new agent in the new mail file, answer some easy questions, and let LotusScript do the rest. And if you read the TechNote, you will see that this agent isn't linited to just mail. Anywhere you need to copy a lot of docs from one database to another, this one will do the trick. Where is this magical agent? Click the link. :-)</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Link: </FONT><A href="http://www-1.ibm.com/support/docview.wss?uid=swg21110903"><FONT face=Arial size=2>How to copy all documents and folders from one mail database to another using LotusScript</FONT></A></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Technorati tag: </FONT><A href="http://technorati.com/tag/Show-n-Tell+Thursday"><FONT face=Arial size=2>Show-n-Tell Thursday</FONT></A><FONT face=Arial size=2> </FONT><A href="http://technorati.com/tag/SnTT"><FONT face=Arial size=2>SnTT</FONT></A> </P>]]></content:encoded><pubDate>Tue, 1 May 2007 17:47:39 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=C66D612465EE9B0B852572CE0077B80A</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=C66D612465EE9B0B852572CE0077B80A</wfw:comment></item><item><title>What&apos;s With the Time? A SnTT Post</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6ZK4CY</link><description><![CDATA[ 
Hindsight, as they say is 20/20. This
is a little tip that should have been posted last week, but I was tired
of DST and DST-related issues. Yes, there are still some out there. Yes,
I have found that for the most part, the issues are not Notes issues, ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6ZK4CY</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6ZK4CY</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Hindsight, as they say is 20/20. This
is a little tip that should have been posted last week, but I was tired
of DST and DST-related issues. Yes, there are still some out there. Yes,
I have found that for the most part, the issues are not Notes issues, but
rather finding a Windows workstation that had not had the MS patch applied
to it. And there are those far-flung Domino servers, outside of our direct
control, that did not have the Room and Resource Reservation patch applied.
Even though we specifically told those remote Admins that it was their
responsibility to patch their RnR database. The good news? I can patch
RnR in just a couple of minutes! </font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Enough of that, on with the Show-n-Tell.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Take a look at this screen shot. Notice the dual times in the Week view
of the Calendar?</font><font size=3> <br>
<br>
</font><img src="./plinks/GELD-6ZK4CY/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Check out the week in which it appears. Yes, the user believed that the
time was wrong, as this only occurs during the extra weeks of DST. I confirmed
that the MS DST patch had been applied and that the Lotus DST agent had
been run against the mail file. Since those were discounted, what else
could cause this?</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
If you guessed User Preferences, you would be correct. Specifically, User
Preferences - International - Calendar:</font><font size=3> <br>
<br>
</font><img src="./plinks/GELD-6ZK4CY/StoryRichText/M3?OpenElement" alt="A picture named M3"><font size=3><br>
</font><font size=2 face="sans-serif"><br>
The checkbox for &quot;Display an additional time zone&quot; is the culprit.
The user had selected this as there was a need to keep track of the time
for a different time zone. Lotus introduced this feature in R6. From the
TechNote:</font><font size=3> <br>
</font><font size=2 face="sans-serif"><i><br>
. . . you can display two different time zones, in any &quot;gridded&quot;
calendar view (views that show individual time slots). This includes One
Day, Two Day, and One Work Week Calendar formats. The dual time zones display
lets you determine at a glance mutually convenient meeting times for remote
locations. To display an alternate time zone: </i></font><font size=3><br>
</font><font size=2 face="sans-serif"><i><br>
1. Choose File - Preferences - User Preferences. <br>
2. Click International and then click Calendar. <br>
3. Select &quot;Display an additional time zone.&quot; <br>
4. Enter a label for the alternate time zone in the Time Zone Label field.
(In our previous example, we selected GMT as the label for Greenwich Mean
Time.) </i></font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
For this user, it was a problem. Other users may find that this is cool
tip to keep track of two time zones. Ahh, flexibility in Notes.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Link: </font><a href="http://www-128.ibm.com/developerworks/lotus/library/ls-N6_CalSched/"><font size=2 color=blue face="sans-serif"><u>Saving
time with Notes 6 Calendar and Scheduling</u></font></a><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font><a href="http://technorati.com/tag/Lotus+Notes"><font size=2 color=blue face="sans-serif"><u>Lotus
Notes</u></font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=3>
</font>
]]></content:encoded><pubDate>Thu, 22 Mar 2007 21:59:51 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=2842798EA910E862852572A700050BAB</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=2842798EA910E862852572A700050BAB</wfw:comment></item><item><title>Determining Group Members in Sametime</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6Z547D</link><description><![CDATA[ 
A while back, I posted on how to fix
a Sametime issue when people discovered that they couldn't delete Sametime
Groups (or the &quot;Buddy List&quot;). You can see the post here.


Since then, I have discovered that you can find out the group members ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6Z547D</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6Z547D</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">A while back, I posted on how to fix
a Sametime issue when people discovered that they couldn't delete Sametime
Groups (or the &quot;Buddy List&quot;). You can see the post </font><a href="http://www.ns-tech.com/blog/geldred.nsf/d6plinks/GELD-6W343N"><font size=2 color=blue face="sans-serif"><u>here</u></font></a><font size=2 face="sans-serif">.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Since then, I have discovered that you can find out the group members before
you delete the user document in vpuserinfo.nsf. Of course, the user could
use the reliable paper and pen to write them down, but in lieu of that
. . . </font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Open vpuserinfo.nsf on your Sametime server using your Notes client.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
Open the Storage view.</font><font size=3> </font><font size=2 face="sans-serif"><br>
Find and click on the user name of the person who's groups and members
that you want to view.</font><font size=3> </font><font size=2 face="sans-serif"><br>
Right click on the document, and select Document Properties.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
Click on the field tab.</font><font size=3> </font><font size=2 face="sans-serif"><br>
Find the field &quot;0&quot;</font><font size=3> </font><font size=2 face="sans-serif"><br>
The right side of the field properties dialog box will now show the members
of the group.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Before deleting the users' name from the Storage view, this might help
you lessen the pain of recreating groups for the user.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/SnTT><font size=2 color=blue face="sans-serif"><u>SnTT</u></font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Lotus+Notes"><font size=2 color=blue face="sans-serif"><u>Lotus
Notes</u></font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/Sametime><font size=2 color=blue face="sans-serif"><u>Sametime</u></font></a><font size=3>
</font>
]]></content:encoded><pubDate>Thu, 8 Mar 2007 20:50:56 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=B4C9F4D2023E3E7E852572990009B937</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=B4C9F4D2023E3E7E852572990009B937</wfw:comment></item><item><title>Lotus Notes and vCards - SnTT</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6YV6HS</link><description><![CDATA[ I wouldn't call two questions on vCards in a week a "trend," but I suppose that a quick SnTT post on vCards may help some people. 

vCards are really nothing more than electronic business cards. The Internet Mail Consortium owns the format, after it was ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6YV6HS</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6YV6HS</guid><content:encoded><![CDATA[ I wouldn't call two questions on vCards in a week a "trend," but I suppose that a quick SnTT post on vCards may help some people. <br><br>

vCards are really nothing more than electronic business cards. The <a href="http://www.imc.org">Internet Mail Consortium</a> owns the format, after it was proposed by the Versit consortium, which consisted of Apple, Siemens, IBM, and AT&T.* Now, more often than not, you receive an e-mail message with an attached .vcf file.  <br><br>

Attached vCard (or .vcf files) in your mail message can be easily imported into your Lotus Notes Personal Name and Address Book (PNAB) simply by double-clicking on it and Viewing the vcf file. Lotus will provide a dialog box showing you the vCard file (like any other attachment) but with a prompt to Save. If you click on Save, the contents of the vCard will be added to your PNAB as a new Contact.  <br><br>

<img src="http://www.ns-tech.com/blog/geldred.nsf/2/GELD-6YWKLX/$FILE/vcard3.bmp"><br><br>

<FONT face=Arial size=1>(from the Lotus Notes Client Help database - you knew that you could find this in there, didn't you?)</FONT> <br><br>

That is all well and good, but how do you create a vCard to send to your contacts/customers? That is fairly easy. <br><br>

Create your personal contact information as a Contact in your PNAB. Some fields that you ought to fill out are First Name, Last Name, e-mail address, Company Name, phone, mobile, fax numbers, and your address. Once you have finished with your contact information, save the Contact. <br><br>

Now, select and export your Contact as a vCard file. <br><br>

<img src="http://www.ns-tech.com/blog/geldred.nsf/2/GELD-6YWKFF/$FILE/vcard1.bmp"><br><br>

Decide if you want ALL data to go into the vCard or just the basics (the basics should be fine): <br><br>

<img src="http://www.ns-tech.com/blog/geldred.nsf/2/GELD-6YWKTG/$FILE/vcard2.bmp"><br><br>

Click on OK. <br><br>

You have now created a vCard and can attach it into your next e-mail to your customers or contacts. <br><br>

Link: <a href="http://www.imc.org/pdi/vcardoverview.html">Internet Mail Consortium: vCards</a><br>
Link: <a href="http://en.wikipedia.org/wiki/VCard">Wikipedia: vCard</a><br><br>

Technorati tag: <a href="http://technorati.com/tag/vCard">vCard</a> <a href="http://technorati.com/tag/Show-n-Tell+Thursday">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/SnTT">SnTT</a><br><br>

<FONT face=Arial size=1>* - from Wikipedia entry on <a href="http://en.wikipedia.org/wiki/VCard">vCard</a></FONT><br><br>
]]></content:encoded><pubDate>Thu, 1 Mar 2007 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=70BDB1D45D0018AF852572910014A55E</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=70BDB1D45D0018AF852572910014A55E</wfw:comment></item><item><title>Dynamic Client Configuration - SnTT</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6YG6KU</link><description><![CDATA[ 
From the files of &quot;What Did You
Learn in School Today?&quot; I learned more than I cared to about a mechanism
that is called Dynamic Client Configuration (DCC). This is a feature that
has really been leveraged in Notes 6 and 6.5, but was introduced, ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6YG6KU</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6YG6KU</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">From the files of &quot;What Did You
Learn in School Today?&quot; I learned more than I cared to about a mechanism
that is called Dynamic Client Configuration (DCC). This is a feature that
has really been leveraged in Notes 6 and 6.5, but was introduced, AFAIK,
in Release 5, that allows the Notes Client to synchronize some information
from the users' Person Document when they authenticate to their home mail
server. The most noticeable piece of information is the internet address.
</font>
<br>
<br><font size=2 face="sans-serif">Have you ever noticed that after you
authenticate to your home mail server, that if you time it right and you
edit your Location Document, that the Notes client reports that the Location
Document was changed? That was DCC synching some information. Have you
noticed that if you do not populate your internet address in the Location
Document, automagically you have one? DCC.</font>
<br>
<br><font size=2 face="sans-serif">What other pieces of information are
synched? Policies, Sametime Server name, Roaming User, and if your mail
file have been moved (using AdminP). There are probably others, as well.
</font>
<br>
<br><font size=2 face="sans-serif">You can tell if DCC is running properly
just by looking in your Clients' Notes Log. Shortly after starting Notes
and authenticating to the home mail server, you will see the following
entries in the Notes Client Log:</font>
<p><font size=1 face="sans-serif">02/15/2007 11:29:59 PM &nbsp;Dynamic
Client Configuration started<br>
02/15/2007 11:29:59 PM &nbsp;Initializing Dynamic Client Configuration<br>
02/15/2007 11:30:01 PM &nbsp;Dynamic Client Configuration updating location
information<br>
02/15/2007 11:30:01 PM &nbsp;Dynamic Client Configuration shutdown</font>
<br>
<br><font size=2 face="sans-serif">While this shows that DCC ran, how can
you tell if a Policy was applied to the client? Kind of simple: Open the
Personal Address Book, and go to the view $Policies. It will show you what
policies have been applied to this particular user. You can cross check
the Policy by looking at the Administration tab of the Person Document.
</font>
<br>
<br><font size=2 face="sans-serif">As an Administrator, you should be able
to see how to apply this technology. You bring up a Sametime Server. To
rollout the Sametime Server name to your clients, simply populate the IBM
Instant Messaging Server field of the Person Document. The next time the
users authenticate, that field will populate the current Location Document,
and the users should be ready to start chatting. Make changes to internet
addresses? You should be comfortable knowing that the new address will
be pushed down to the user.</font>
<br>
<br><font size=2 face="sans-serif">Remember, DCC only occurs when the user
authenticates to the home mail server. If you have users that keep their
workstations on, and Lotus Notes active, DCC will not synch until they
restart Notes. So, much like changing your MX record, you may want to consider
applying changes to the Person Documents (like Policies, internet addresses,
and the Sametime Server name) on Friday. </font>
<br>
<br><font size=2 face="sans-serif">Another thing to know: If you apply
a Policy to a user or to an OU, those policies will over-ride whatever
DCC finds. Example: You populate the Sametime Server field in the Person
Document with the hierarchical name, Sametime/ACME. But you create an Explicit
Desktop Policy to apply to the user with the DNS name of the Sametime server,
sametime.acme.com. When the user authenticates, DCC will see the change,
but the Explicit Policy will push the DNS name to the Location Document.</font>
<br>
<br><font size=2 face="sans-serif">Here are some links that may help:</font>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21212699"><font size=2 color=blue face="sans-serif">Frequently
Asked Questions About Dynamic Client Configuration (DCC)</font></a>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21137728"><font size=2 color=blue face="sans-serif">Known
Policy Issues with Dynamic Client Configuration</font></a>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21156427"><font size=2 color=blue face="sans-serif">Dynamic
Client Configuration Does not Update Sametime Server in Location Doc</font></a>
<br>
<br><font size=2 face="sans-serif">Class dismissed.</font>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a><font size=2 face="sans-serif"> </font><a href="http://technorati.com/tag/Lotus+Notes"><font size=2 color=blue face="sans-serif">Lotus
Notes</font></a><font size=2 face="sans-serif"> </font><a href="http://technorati.com/tag/Dynamic+Client+Configuration"><font size=2 color=blue face="sans-serif">Dynamic
Client Configuration</font></a>
<br>
]]></content:encoded><pubDate>Thu, 15 Feb 2007 22:53:19 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=2B70804B845544DE852572840014F72C</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=2B70804B845544DE852572840014F72C</wfw:comment></item><item><title>Problems in Multiple Release Land</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6XY5QZ</link><description><![CDATA[ 
It may come as a shock that sometimes
backward compatibility in Notes/Domino isn't backward nor compatible. This
is one of those times. 

The Domino application servers are the responsibility of the application
side of the house. As such, they are ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6XY5QZ</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6XY5QZ</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">It may come as a shock that sometimes
backward compatibility in Notes/Domino isn't backward nor compatible. This
is one of those times. </font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
The Domino application servers are the responsibility of the application
side of the house. As such, they are running Domino 5.0.7a in most cases,
some of the other ones are running a flavor of Domino 6.5. A lot of applications
are running on the older 5.0.7a servers and therein lies the problem. If
you have a mail-in database using the old R5 mail template, and a user,
who is running R6.5.4, goes to add/modify a Rule, they may get the </font><a href=http://en.wikipedia.org/wiki/Blue_Screen_of_Death#Red_screen_of_death><font size=2 color=blue face="sans-serif"><u>Red
Screen of Death</u></font></a><font size=2 face="sans-serif"> (RSOD). The
workaround that I suggested, and tested, is to replicate the database locally,
make your changes to the Rules, and replicate it back to the server. This
seems to work fine, without resulting in the RSOD. However, a look at the
Lotus Support Site, also provided some background, and a workaround (which
includes downgrading the Notes client to R5.0.11 (or less) or upgrading
the server to R5.0.12).</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
What pops up in the RSOD? The lovely &quot;Lookuphandle: null handle&quot;
error. *sigh*</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
A thought - move some applications, and mail-in databases to one of the
R6.5.x servers. Especially the mail-in databases.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21112708"><font size=2 color=blue face="sans-serif"><u>5.0.12
(or Later) and 6.x Client Crashes with Redbox Error when Creating Additional
Rules or Disabling Rule on 5.0.8 (or Earlier) Server</u></font></a><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=3> <br>
</font>
]]></content:encoded><pubDate>Thu, 1 Feb 2007 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=2CFCBC00FFBADC7A8525727400112789</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=2CFCBC00FFBADC7A8525727400112789</wfw:comment></item><item><title>&quot;Assert in LSP&quot; Error When Launching Notes - SnTT</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6WF5C8</link><description><![CDATA[ 
One of the stranger errors to grace
your Notes screen is the one that you see below: 



Of course, when it pops up, people automatically think that this is a Notes
error. Assert in LSP is not something that you will see everyday, but if
you do, this ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6WF5C8</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6WF5C8</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">One of the stranger errors to grace
your Notes screen is the one that you see below:</font><font size=3> <br>
<br>
</font><img src="./plinks/GELD-6WF5C8/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Of course, when it pops up, people automatically think that this is a Notes
error. Assert in LSP is not something that you will see everyday, but if
you do, this should help. </font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
How do you rid yourself of this? How about uninstalling Google Desktop
instead of uninstalling Notes? Yes, crazy as that sounds, this is an error
that comes from Google Desktop. The fix for this is to install Google Desktop
4.5 (&quot;5.0.0611.15590&quot;), which is available </font><a href=http://desktop.google.com/enterprise/index.html><font size=2 color=blue face="sans-serif"><u>here</u></font></a><font size=2 face="sans-serif">.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Link: </font><a href="http://groups.google.com/group/Google-Desktop-Enterprise_Something-is-Broken/browse_thread/thread/ffd43cb502f77a13/6128beca776793b6"><font size=2 color=blue face="sans-serif"><u>Assert
in LSP on Google Groups</u></font></a><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font><a href="http://technorati.com/tag/Lotus+Notes"><font size=2 color=blue face="sans-serif"><u>Lotus
Notes</u></font></a><font size=2 face="sans-serif"> </font><a href="http://technorati.com/tag/Google+Desktop"><font size=2 color=blue face="sans-serif"><u>Google
Desktop</u></font></a>
]]></content:encoded><pubDate>Thu, 14 Dec 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=E6A76B74C57C21C785257243000F6134</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=E6A76B74C57C21C785257243000F6134</wfw:comment></item><item><title>Sametime Contacts Issue - SnTT</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6W343N</link><description><![CDATA[ Today's Show-n-Tell Thursday post has to do with the Sametime client that is integrated in Notes. I am sure that Chris and Carl will probably laugh at this one (being that they are ST Gods).
The setup: Two users call to tell me that when they try to remove ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6W343N</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6W343N</guid><content:encoded><![CDATA[ Today's Show-n-Tell Thursday post has to do with the Sametime client that is integrated in Notes. I am sure that <a href="http://www.idonotes.com/IdoNotes/IdoNotes.nsf">Chris</a> and <a href="http://www.instant-tech.com/blogs/ctyler.nsf">Carl</a> will probably laugh at this one (being that they are ST Gods).<br><br>
The setup: Two users call to tell me that when they try to remove entries from their Contact List, it won't let them. You can select Delete, but the contact isn't removed from the list. Also, one of the two reports that they created a Group in the Contact List with a blank name, and can't delete it. A little poking around the Sametime server, I was able to fix this for them.<br><br>
First, make sure that your affected users are logged out of Sametime (rather important).<br>
Then, on your Sametime server, and using your Notes client, open the database vpuserinfo.nsf<br>
Open the Storage view.<br>
Find and delete the affected users.<br>
Have the users log back into Sametime.
Sametime will create new entries for the users and they will be able to function properly.<br>
<br>
The drawback? All of their Groups and Contacts will have to be re-created.<br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/Sametime" rel="tag">Sametime</a> <a href="http://technorati.com/tag/Lotus+Notes" rel="tag">Lotus Notes</a>]]></content:encoded><pubDate>Thu, 30 Nov 2006 20:44:59 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=E4149979006719FE8525723700096F03</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=E4149979006719FE8525723700096F03</wfw:comment></item><item><title>DST, Calendars, and Notes (2007)</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6V4SP9</link><description><![CDATA[ Since we have recently moved our clocks back, I thought that a SnTT post on DST and Domino was in order. Also, starting in 2007, there will be a change extending DST in the US (in case you weren't aware of that). 
If you are running Domino on the ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6V4SP9</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6V4SP9</guid><content:encoded><![CDATA[ Since we have recently moved our clocks back, I thought that a SnTT post on DST and Domino was in order. Also, starting in 2007, there will be a change extending DST in the US (in case you weren't aware of that). <br><br>
If you are running Domino on the AS/400/iSeries/i5, and are running V5R3, the OS will (or should) automatically adjust for the time change. However, you <b>may</b> have to restart your Domino servers for the change to become effective. Or to correct any time issues with your Domino server (this happened to us). For those of you on other platforms, the Knowledge Collection, referenced below, should help.
<br><br>Here are a couple of TechNotes to assist you with the change:
<br><br>
<a href="http://www-1.ibm.com/support/docview.wss?uid=swg21092536">Setting up Domino iSeries for Daylight Saving Time (DST)</a><br>
<a href="http://www-1.ibm.com/support/docview.wss?uid=swg21232652">Effects of 2007 Daylight Saving Time (DST) changes on Lotus Notes Calendaring and Scheduling functionality and Resource Reservation functionality</a><br><br>
<b>General information on 2007 DST Changes:</b><br>
<a href="http://www-1.ibm.com/support/docview.wss?uid=swg21245334">Lotus software: United States and parts of Canada extend Daylight Saving Time (DST) in 2007</a><br>
<a href="http://www-1.ibm.com/support/docview.wss?uid=swg21247972">Daylight Saving Time (DST) 2007 information for Lotus Notes and Domino</a><br>
<a href="http://www-1.ibm.com/support/docview.wss?uid=swg21248420">Daylight Saving Time (DST) 2007 information for Lotus Sametime</a><br>
<a href="http://www.microsoft.com/windows/timezone/dst2007.mspx">Preparing for Daylight Saving Time changes in 2007 (Windows)</a><br><br>
<b>The Knowledge Collection:</b><br>
<a href="http://www-1.ibm.com/support/docview.wss?uid=swg27003045">Knowledge Collection: Daylight Saving Time in Notes/Domino</a><br><br>
With these links, you ought to be ready for DST in 2007. If you remember. :-) Actually, I am surprised at how little fuss there is over this. So far.
<br><br>
Technorati tag:  <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/Lotus+Domino" rel="tag">Lotus Domino</a> <a href="http://technorati.com/tag/DST" rel="tag">DST</a><br>]]></content:encoded><pubDate>Thu, 2 Nov 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=F7A9043FECE68F008525721800739CD9</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=F7A9043FECE68F008525721800739CD9</wfw:comment></item><item><title>Agents Aren&apos;t Running - One Explanation</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6UWKJQ</link><description><![CDATA[ Are you looking at your Notes Log on a daily basis? Do you have some developer complaining that their agents aren't working, even though they worked yesterday? This is just one explanation, especially if you DID look in your Notes Log and saw something ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6UWKJQ</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6UWKJQ</guid><content:encoded><![CDATA[ Are you looking at your Notes Log on a daily basis? Do you have some developer complaining that their agents aren't working, even though they worked yesterday? This is just one explanation, especially if you DID look in your Notes Log and saw something similar to this:<br><br>
DominoServer/Acme from host [10.10.10.1:63061] failed to authenticate: Your certificate has expired<br><br>
Uh, oh, your Domino server's certificate has expired!<br><br>
There are probably a few different ways to fix this, but this one may be the "easiest."<br><br>
1) Open the Domino Directory<br>
2) Click on Configuration - Servers - All Server Documents<br>
3) Select the server that has had its certificate expire<br>
4) Click on Actions - Recertify Selected Servers<br>
5) Follow the prompts to recertify your server (you will need your cert.id/password)<br>
6) Put the expiration date out farther than 2 years*<br>
7) Once done, go to the server console and type: tell adminp process new<br>
8) All done and your agents will now run properly (and you should be able to administer the server)
<br><br>
<b>* Note</b> - the date should be within your company's policy for server certificates. Me? I'd put it out 100 years and let someone else worry about it the next time. :-)<br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/Lotus+Domino" rel="tag">Lotus Domino</a>]]></content:encoded><pubDate>Wed, 25 Oct 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=EA5BC25EEFDCC9E1852572120051FC9F</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=EA5BC25EEFDCC9E1852572120051FC9F</wfw:comment></item><item><title>Deny Access Groups and iNotes</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6UHNKA</link><description><![CDATA[ ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6UHNKA</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6UHNKA</guid><content:encoded><![CDATA[ <P><FONT face=Arial size=2>As a dutiful Domino Admin, you make use of Deny Access Groups. But recently, you have noticed that people in this group are able to access their mail using iNotes or any other database through a browser. Some&nbsp;may say that this is&nbsp;security hole. Whatever. You need to make a change to your&nbsp;Server Document. Go to the Ports - Internet Ports - Web tab. Change the field "Enforce server access setting" to Yes. Then restart the HTTP task. The users in your Deny Access Group will now be denied access using a browser.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><IMG src="http://www.ns-tech.com/blog/geldred.nsf/(Images)/73375BB3D5E2F37885257205005FC02E/$FILE/HTTPSecure.bmp" border=0></P><P>&nbsp;</P><P><FONT face=Arial size=2>TechNote addressing this issue: { <A href="http://www-1.ibm.com/support/docview.wss?uid=swg21182264">Link</A> }</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Techorati tag: <A href="http://technorati.com/tag/Lotus+Domino">Lotus Domino</A> <A href="http://technorati.com/tag/Show-n-Tell+Thursday">Show-n-Tell Thursday</A></FONT></P>]]></content:encoded><pubDate>Thu, 12 Oct 2006 13:31:37 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=46EC236CA1D4A9B08525720500604758</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=46EC236CA1D4A9B08525720500604758</wfw:comment></item><item><title>All New Mail Goes in All Documents View</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6U36FY</link><description><![CDATA[ 
This was a question that was recently
posted to a Notes/Domino forum and I figured that I would blog it so that
I remember what was suggested, plus another couple of tips.


The issue: A user says that when new mail arrives in their mail file, ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6U36FY</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6U36FY</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">This was a question that was recently
posted to a Notes/Domino forum and I figured that I would blog it so that
I remember what was suggested, plus another couple of tips.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
The issue: A user says that when new mail arrives in their mail file, it
doesn't show up in the Inbox but rather in the All Documents view. </font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Solution 1: Open the mail file in Designer. There could be a very good
chance that your user either created a folder called &quot;Inbox&quot;
(which is a reserved name in the mail file). If this is the case, create
a temporary folder in the users' mail file, like Tempmail, and move any
documents in the Inbox folder, to that Tempmail. Delete the user created
Inbox folder and perform a Design Replace. Once that has completed, move
the messages from Tempmail to the $Inbox.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Solution 2: Open the mail file in Designer. There may be more than one
$Inbox. Create a temporary folder in the users' mail file, like Tempmail,
and move all documents in $Inbox to that new folder. Delete $Inbox (or
$Inbox's if there are more than one) and perform a Design Replace. Once
that has completed, move the messages from Tempmail to the $Inbox.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Solution 3: It is possible that $Inbox is corrupt and compact/fixup/updall
can't repair it. In this case, open the mail file in Designer, delete $Inbox,
and do a Design Replace.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Any other ideas?</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Speaking of the Inbox, a funny thing happened today (well, it didn't happen
to me or my mail file, so it is &quot;funny&quot;). User calls to say that
when he opens his mail file, the views and the main view don't look like
a mail file. I open the mail file and see . . . wait for it . . . a Document
Library! The user replaced the design of his mail file with the Document
Library template. *sigh* It was easy to replace the design with the Mail
Template. If you ever wonder why you should list the users as Editor of
their mail file, this would be Reason Number Two. What is Reason Number
One? To prevent the users from &quot;accidentally&quot; deleting their
mail files. </font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font><a href="http://technorati.com/tag/Lotus+Notes"><font size=2 color=blue face="sans-serif"><u>Lotus
Notes</u></font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/Domino><font size=2 color=blue face="sans-serif"><u>Domino</u></font></a><font size=3>
</font>
]]></content:encoded><pubDate>Thu, 28 Sep 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=155D0320E67DE0B6852571F70014B5D1</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=155D0320E67DE0B6852571F70014B5D1</wfw:comment></item><item><title>Blogger Code Post</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6TU5HH</link><description><![CDATA[ I know that this isn't a traditional SnTT post, but I have to point out a blogger that I recently discovered through developerWorks:Lotus. He is Charles Robinson and his blog can be found here. You may ask why am I pointing this out on SnTT, and that is a ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6TU5HH</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6TU5HH</guid><content:encoded><![CDATA[ I know that this isn't a traditional SnTT post, but I have to point out a blogger that I recently discovered through developerWorks:Lotus. He is Charles Robinson and his blog can be found <A href="http://cubert-codepoet.blogspot.com">here</A>. You may ask why am I pointing this out on SnTT, and that is a good question. It is because he has posted some excellent code on developerWorks:Lotus that deserves a special shout out. <br><br>

I responded to a post concerning the use of Convert when upgrading mail templates, that you have to be careful that the Prohibit Design Refresh flag is set correctly with some folders in users' mail files. Charles posted that he, too, had this issue, but he had some code that would loop through the Domino Directory, looking at all of the mail files on the server and then correctly set the flag. This is a great tip, and I had to share it with you.<br><br>

Here is <a href="https://www-10.lotus.com/ldd/nd6forum.nsf/ShowMyTopicsAllFlatweb/dde8cbebcdec899b852571ee0004d81a?OpenDocument">his post</a>.
<br><br>
And here is the code. <br>


<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
</style>
<pre><div class=lotusscript>
<font class=ls-statement>Sub</font> <font class=ls-keyword>Initialize</font>
<font class=ls-comment>'*** January 21, 2005 - Charles Robinson</font>
<font class=ls-comment>'*** Set the Prohibit Design Refresh flag on all non-template views and folders</font>
<font class=ls-comment>'*** to prevent a design refresh from overwriting user-created folders</font>
<font class=ls-comment>'***</font>
<font class=ls-statement>On</font> <font class=ls-function>Error</font> <font class=ls-keyword>Goto</font> ErrTrap
<font class=ls-statement>Dim</font> nLog <font class=ls-keyword>As</font> <font class=ls-class>NotesLog</font>
<font class=ls-statement>Set</font> nLog <font class=ls-operator>=</font> <font class=ls-keyword>New</font> <font class=ls-class>NotesLog</font><font class=ls-operator>(</font><font class=ls-quote>"Set Prohibit Design Refresh for Mail"</font><font class=ls-operator>)</font>
<font class=ls-function>Call</font> nLog<font class=ls-operator>.</font>OpenAgentLog

<font class=ls-statement>Dim</font> nSession <font class=ls-keyword>As</font> <font class=ls-class>NotesSession</font>
<font class=ls-statement>Dim</font> nDBNAB <font class=ls-keyword>As</font> <font class=ls-class>NotesDatabase</font>
<font class=ls-statement>Dim</font> nDBMail <font class=ls-keyword>As</font> <font class=ls-class>NotesDatabase</font>
<font class=ls-statement>Dim</font> nDBNTF <font class=ls-keyword>As</font> <font class=ls-class>NotesDatabase</font>
<font class=ls-statement>Dim</font> nVW <font class=ls-keyword>As</font> <font class=ls-class>NotesView</font>
<font class=ls-statement>Dim</font> nDoc <font class=ls-keyword>As</font> <font class=ls-class>NotesDocument</font>
<font class=ls-statement>Dim</font> nDCPeople <font class=ls-keyword>As</font> <font class=ls-class>NotesDocumentCollection</font>

<font class=ls-statement>Set</font> nSession <font class=ls-operator>=</font> <font class=ls-keyword>New</font> <font class=ls-class>NotesSession</font>
<font class=ls-statement>Set</font> nDBNTF <font class=ls-operator>=</font> nSession<font class=ls-operator>.</font>GetDatabase<font class=ls-operator>(</font><font class=ls-quote>"mail/wmbird"</font><font class=ls-operator>,</font> <font class=ls-quote>"wmbinot6.ntf"</font><font class=ls-operator>,</font> <font class=ls-constant>False</font><font class=ls-operator>)</font>
<font class=ls-statement>Set</font> nDBNAB <font class=ls-operator>=</font> nSession<font class=ls-operator>.</font>GetDatabase<font class=ls-operator>(</font><font class=ls-quote>"mail/wmbird"</font><font class=ls-operator>,</font> <font class=ls-quote>"names.nsf"</font><font class=ls-operator>,</font> <font class=ls-constant>False</font><font class=ls-operator>)</font>

<font class=ls-statement>Set</font> nDCPeople <font class=ls-operator>=</font> nDBNAB<font class=ls-operator>.</font>Search<font class=ls-operator>(</font><font class=ls-quote>{Form = "Person"}</font><font class=ls-operator>,</font> <font class=ls-constant>Nothing</font><font class=ls-operator>,</font> 0<font class=ls-operator>)</font>
<font class=ls-statement>Set</font> nDoc <font class=ls-operator>=</font> nDCPeople<font class=ls-operator>.</font>GetFirstDocument
<font class=ls-statement>Do</font> Until nDoc <font class=ls-operator>Is</font> <font class=ls-constant>Nothing</font>
<font class=ls-statement>Set</font> nDBMail <font class=ls-operator>=</font> nSession<font class=ls-operator>.</font>GetDatabase<font class=ls-operator>(</font><font class=ls-quote>"mail/wmbird"</font><font class=ls-operator>,</font> nDoc<font class=ls-operator>.</font>MailFile<font class=ls-operator>(</font>0<font class=ls-operator>)</font><font class=ls-operator>,</font> <font class=ls-constant>False</font><font class=ls-operator>)</font>
<font class=ls-statement>If</font> <font class=ls-operator>Not</font> nDBMail <font class=ls-operator>Is</font> <font class=ls-constant>Nothing</font> <font class=ls-statement>Then</font>
<font class=ls-statement>Forall</font> vw In nDBMail<font class=ls-operator>.</font>Views
<font class=ls-comment>'See if the view in the mail file exists in the template</font>
<font class=ls-statement>Set</font> nVW <font class=ls-operator>=</font> nDBNTF<font class=ls-operator>.</font>GetView<font class=ls-operator>(</font>vw<font class=ls-operator>.</font><font class=ls-function>Name</font><font class=ls-operator>)</font>
<font class=ls-comment>'If not set the prohibitdesignrefresh flag</font>
vw<font class=ls-operator>.</font>IsProhibitDesignRefresh <font class=ls-operator>=</font> <font class=ls-operator>(</font>nVW <font class=ls-operator>Is</font> <font class=ls-constant>Nothing</font><font class=ls-operator>)</font>
<font class=ls-statement>End</font> <font class=ls-statement>Forall</font>
<font class=ls-statement>End</font> <font class=ls-statement>If</font>
GetNextDoc<font class=ls-operator>:</font>
<font class=ls-statement>Set</font> nDoc <font class=ls-operator>=</font> nDCPeople<font class=ls-operator>.</font>GetNextDocument<font class=ls-operator>(</font>nDoc<font class=ls-operator>)</font>
<font class=ls-statement>Loop</font>

<font class=ls-statement>Set</font> nVW <font class=ls-operator>=</font> <font class=ls-constant>Nothing</font>
<font class=ls-statement>Set</font> nDBNAB <font class=ls-operator>=</font> <font class=ls-constant>Nothing</font>
<font class=ls-statement>Set</font> nDBNTF <font class=ls-operator>=</font> <font class=ls-constant>Nothing</font>
<font class=ls-statement>Set</font> nDBMail <font class=ls-operator>=</font> <font class=ls-constant>Nothing</font>
<font class=ls-statement>Set</font> nDCPeople <font class=ls-operator>=</font> <font class=ls-constant>Nothing</font>
<font class=ls-statement>Set</font> nSession <font class=ls-operator>=</font> <font class=ls-constant>Nothing</font>

<font class=ls-statement>Exit</font> <font class=ls-statement>Sub</font>

ErrTrap<font class=ls-operator>:</font>
<font class=ls-function>Call</font> nLog<font class=ls-operator>.</font>LogError<font class=ls-operator>(</font><font class=ls-function>Err</font><font class=ls-operator>,</font> <font class=ls-quote>"Unable to modify database "</font> <font class=ls-operator>&#38;</font> nDoc<font class=ls-operator>.</font>MailFile<font class=ls-operator>(</font>0<font class=ls-operator>)</font><font class=ls-operator>)</font>
<font class=ls-comment>'This is necessary to prevent logging an error for every folder and overflowing the agent log</font>
<font class=ls-statement>Resume</font> GetNextDoc
<font class=ls-statement>End</font> <font class=ls-statement>Sub</font> 
</div></pre>

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif; BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This LotusScript was converted to HTML using the <b><i>ls2html</i></b> routine,<br>provided by Julian Robichaux at <a href="http://www.nsftools.com" target="_blank">nsftools.com</a>.</center></div>
<br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/Lotus" rel="tag">Lotus</a> <a href="http://technorati.com/tag/Lotus+Domino" rel="tag">Lotus Domino</a>]]></content:encoded><pubDate>Thu, 21 Sep 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=9AC8AB9F91E46956852571F000104434</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=9AC8AB9F91E46956852571F000104434</wfw:comment></item><item><title>Button Code to Change Connection Document(s)</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6TF4P6</link><description><![CDATA[ Usually, you are in an environment that utilizes DNS to resolve server names and IP Addresses. Sometimes, though, you are not so lucky. In those cases, you rely on Connection Documents for your users to connect to your Domino servers. &nbsp;When you change ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6TF4P6</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6TF4P6</guid><content:encoded><![CDATA[ <P><FONT face=Arial size=2>Usually, you are in an environment that utilizes DNS to resolve server names and IP Addresses. Sometimes, though, you are not so lucky. In those cases, you rely on Connection Documents for your users to connect to your Domino servers. </FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>When you change server IP Addresses, you need a method to update those Connection Documents, with as little human intervention as possible. One choice is to send an e-mail out to your users prior to doing the upgrade with a button to update the Connection documents. In this example, which was initially found on <A href="http://searchdomino.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid4_gci816307,00.html">SearchDomino.com</A> and then modified, you can send a button out to the users in an e-mail that will update their Connection Documents. If&nbsp;a Connection Document isn't found for the specified users, it will create it for them. At the end, because it happens so fast, there is a Messagebox notifying the users.<br><br>

<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
</style>
<pre><div class=lotusscript>
<font class=ls-statement>Sub</font>  Click <font class=ls-keyword>As</font> <font class=ls-class>Button</font>
<font class=ls-statement>Dim</font> session <font class=ls-keyword>As</font> <font class=ls-keyword>New</font> <font class=ls-class>NotesSession</font>
<font class=ls-statement>Dim</font> db <font class=ls-keyword>As</font> <font class=ls-class>NotesDatabase</font>
<font class=ls-statement>Dim</font> view <font class=ls-keyword>As</font> <font class=ls-class>NotesView</font>
<font class=ls-statement>Dim</font> doc <font class=ls-keyword>As</font> <font class=ls-class>NotesDocument</font>
<font class=ls-statement>Dim</font> DestList <font class=ls-keyword>As</font> <font class=ls-keyword>String</font>
<font class=ls-statement>Dim</font> SetFlag <font class=ls-keyword>As</font> <font class=ls-keyword>String</font>
SetFlag <font class=ls-operator>=</font> <font class=ls-quote>""</font>

DestList <font class=ls-operator>(</font><font class=ls-quote>"Server1/Acme1/Acme"</font><font class=ls-operator>)</font> <font class=ls-operator>=</font> <font class=ls-quote>"192.168.1.140"</font>
DestList <font class=ls-operator>(</font><font class=ls-quote>"Server2/Acme1/Acme"</font><font class=ls-operator>)</font> <font class=ls-operator>=</font> <font class=ls-quote>"192.168.1.141"</font>
DestList <font class=ls-operator>(</font><font class=ls-quote>"Server3/Acme1/Acme"</font><font class=ls-operator>)</font> <font class=ls-operator>=</font> <font class=ls-quote>"192.168.1.142"</font>

<font class=ls-statement>Set</font> db <font class=ls-operator>=</font> session<font class=ls-operator>.</font>GetDatabase<font class=ls-operator>(</font><font class=ls-quote>""</font><font class=ls-operator>,</font><font class=ls-quote>"names.nsf"</font><font class=ls-operator>,</font><font class=ls-constant>False</font><font class=ls-operator>)</font>
<font class=ls-statement>Set</font> view <font class=ls-operator>=</font> db<font class=ls-operator>.</font>GetView<font class=ls-operator>(</font><font class=ls-quote>"Connections"</font><font class=ls-operator>)</font>
<font class=ls-statement>Forall</font> svr In DestList
<font class=ls-statement>Set</font> doc <font class=ls-operator>=</font> view<font class=ls-operator>.</font>GetDocumentByKey<font class=ls-operator>(</font><font class=ls-function>Listtag</font><font class=ls-operator>(</font>svr<font class=ls-operator>)</font><font class=ls-operator>)</font>
<font class=ls-statement>If</font> <font class=ls-operator>(</font>doc <font class=ls-operator>Is</font> <font class=ls-constant>Nothing</font><font class=ls-operator>)</font> <font class=ls-statement>Then</font>
SetFlag <font class=ls-operator>=</font> <font class=ls-quote>"Document has been created"</font>
<font class=ls-statement>Set</font> doc <font class=ls-operator>=</font> db<font class=ls-operator>.</font>CreateDocument
Doc<font class=ls-operator>.</font>Form <font class=ls-operator>=</font> <font class=ls-quote>"Server Connection"</font>
Doc<font class=ls-operator>.</font>Destination<font class=ls-operator>=</font><font class=ls-function>Listtag</font><font class=ls-operator>(</font>svr<font class=ls-operator>)</font>
Doc<font class=ls-operator>.</font>OptionalNetworkaddress<font class=ls-operator>=</font>svr
Doc<font class=ls-operator>.</font>PhoneNumber<font class=ls-operator>=</font>svr
Doc<font class=ls-operator>.</font>ConnectionType<font class=ls-operator>=</font><font class=ls-quote>"0"</font>
Doc<font class=ls-operator>.</font>LanPortName<font class=ls-operator>=</font><font class=ls-quote>"TCPIP"</font>
Doc<font class=ls-operator>.</font>PortName<font class=ls-operator>=</font><font class=ls-quote>"TCPIP"</font>
Doc<font class=ls-operator>.</font>Type</font><font class=ls-operator>=</font><font class=ls-quote>"Connection"</font>
Doc<font class=ls-operator>.</font>Source<font class=ls-operator>=</font><font class=ls-quote>"*"</font>
Doc<font class=ls-operator>.</font>ConnectionLocation<font class=ls-operator>=</font><font class=ls-quote>"*"</font>
<font class=ls-function>Call</font> doc<font class=ls-operator>.</font>Save<font class=ls-operator>(</font><font class=ls-constant>True</font><font class=ls-operator>,</font><font class=ls-constant>True</font><font class=ls-operator>)</font>
<font class=ls-statement>End</font> <font class=ls-statement>If</font>
<font class=ls-statement>If</font> SetFlag <font class=ls-operator>=</font> <font class=ls-quote>""</font> <font class=ls-statement>Then</font> SetFlag <font class=ls-operator>=</font> <font class=ls-quote>"Document has been updated"</font>
doc<font class=ls-operator>.</font>OptionalNetworkaddress<font class=ls-operator>=</font>svr
doc<font class=ls-operator>.</font>PhoneNumber<font class=ls-operator>=</font> svr
<font class=ls-function>Call</font> doc<font class=ls-operator>.</font>save<font class=ls-operator>(</font><font class=ls-constant>True</font><font class=ls-operator>,</font><font class=ls-constant>True</font><font class=ls-operator>)</font>
<font class=ls-statement>End</font> <font class=ls-statement>Forall</font>
<font class=ls-function>Messagebox</font> <font class=ls-quote>"Your Connection "</font><font class=ls-operator>&#38;</font>SetFlag<font class=ls-operator>,</font>MB_OK<font class=ls-operator>,</font><font class=ls-quote>"Updated"</font>
<font class=ls-statement>End</font> <font class=ls-statement>Sub</font>
</div></pre>

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif; BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This LotusScript was converted to HTML using the <b><i>ls2html</i></b> routine,<br>provided by Julian Robichaux at <a href="http://www.nsftools.com" target="_blank">nsftools.com</a>.</center></div><br><br>Discuss. :-)<br><br>
Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag">Show-n-Tell Thursday</a> <a href="http://technorati.com/tag/Lotus+Notes" rel="tag">Lotus Notes</a> <br><br>]]></content:encoded><pubDate>Thu, 7 Sep 2006 22:16:13 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=BF9BA67CC659088F852571E3000C6E72</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=BF9BA67CC659088F852571E3000C6E72</wfw:comment></item><item><title>SnTT - Invalid Class String</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6SRS28</link><description><![CDATA[ ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6SRS28</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6SRS28</guid><content:encoded><![CDATA[ <P><FONT face=Arial size=2>A feature of Internet Explorer that I have recently discovered, is that you can use your default mail program to e-mail URL links. Why would this discovery warrant a Show-n-Tell Thursday post? You are using Notes, and when you, or one of your users click on File - Send - Link by E-mail. . . in IE, they are getting a Notes MailMan error with an "Invalid Class String."</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>After looking at the IE Settings to make sure that Lotus Notes is defined as the default e-mail package, I asked the PC Support people how the Notes Client was installed. As you might imagine, I install Notes myself, so I wasn't having this issue. It seems that if Notes is installed using an account different from the one that will actually be using Notes and/or done with the Silent Install (again, with a Windows account other than the end users'), this issue may surface.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>The solution? Back up all of the <A href="http://www.alanlepofsky.net/alepofsky/alanblog.nsf/dx/moving-notes-to-a-new-machine">core Notes files</A>, install Notes using the Windows account of the user, test the install and IE. If it is working, you can restore your backed up files to the Notes\Data folder.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Technorati tag: <A href="http://technorati.com/tag/Show-n-Tell+Thursday">Show-n-Tell Thursday</A> <A href="http://technorati.com/tag/Notes">Notes</A></FONT></P>]]></content:encoded><pubDate>Thu, 17 Aug 2006 16:29:06 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=E1A7D0E7C7F9E1BF852571CD0070875F</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=E1A7D0E7C7F9E1BF852571CD0070875F</wfw:comment></item><item><title>SnTT - Setting Up SSL Using Domino as the Cert Authority</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6SC576</link><description><![CDATA[ 
You may want to setup SSL on your web
facing Domino server and use Domino as the Certificate Authority. This
is especially useful if you are testing, doing a &quot;proof of concept,&quot;
or want to use your own Domino server as the Certificate ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6SC576</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6SC576</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">You may want to setup SSL on your web
facing Domino server and use Domino as the Certificate Authority. This
is especially useful if you are testing, doing a &quot;proof of concept,&quot;
or want to use your own Domino server as the Certificate Authority. After
doing this on my own, I found that IBM has a wonderful TechNote that addresses
this activity. </font>
<br>
<br><font size=2 face="sans-serif">So that you don't have to slog through
the Admin Help and try to keep straight all of the links in those Help
Documents, here is a better, simpler approach. In fact, the introduction
to the TechNote states that if you are looking for a quick guide to setting
up SSL, this is the document for you. I know that it works with Windows
and iSeries servers, but you will need access to the operating system,
as you need to copy some files to the server.</font>
<br>
<br><font size=2 face="sans-serif">TechNote: </font><a href="http://www-1.ibm.com/support/docview.wss?fdoc=wplcdomi&amp;rs=463&amp;uid=swg21114148"><font size=2 color=blue face="sans-serif">Quick
guide to Setting up SSL using Domino as the Certificate Authority</font></a><font size=2 face="sans-serif">
</font>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/Domino><font size=2 color=blue face="sans-serif">Domino</font></a><font size=2 face="sans-serif">
</font><a href=http://technorati.com/tag/SSL><font size=2 color=blue face="sans-serif">SSL</font></a>
]]></content:encoded><pubDate>Thu, 3 Aug 2006 22:41:46 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=25E46DB430D60D59852571C0000D8EF0</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=25E46DB430D60D59852571C0000D8EF0</wfw:comment></item><item><title>BlackBerry Enterprise Manager Install</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6S54XD</link><description><![CDATA[ 
You've installed BES, and now it's time
to install the BlackBerry Enterprise Manager software on your workstation.
All goes well, it installs. Except, you are running a different instance
of SQL Server for your BESMgmt database. You try to enter the ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6S54XD</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6S54XD</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">You've installed BES, and now it's time
to install the BlackBerry Enterprise Manager software on your workstation.
All goes well, it installs. Except, you are running a different instance
of SQL Server for your BESMgmt database. You try to enter the information
during the install, and it appears to install properly. But every time
you try to manage your BES, it doesn't connect. Now what? <br>
<br>
Now for an adventure with Regedit.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/Lotus><font size=2 color=blue face="sans-serif"><u>Lotus</u></font></a><font size=2 face="sans-serif">
</font><a href=http://technorati.com/tag/Blackberry><font size=2 color=blue face="sans-serif"><u>Blackberry</u></font></a><font size=3>
</font>
]]></content:encoded><pubDate>Thu, 27 Jul 2006 22:29:20 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=68766909482F5BE5852571B9000C7051</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=68766909482F5BE5852571B9000C7051</wfw:comment></item><item><title>SnTT - Out of Office Agent Doesn&apos;t Work</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6R84BZ</link><description><![CDATA[ This is just one possible solution. Here's the scenario: A user lets you know that when they Enable the Out of Office Agent, no one gets notified of their absence. You look at the design of their database, and the agent is enabled. You refresh/replace the ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6R84BZ</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6R84BZ</guid><content:encoded><![CDATA[ <P><FONT face=Arial size=2>This is just one possible solution. <BR><BR>Here's the scenario: A user lets you know that when they Enable the Out of Office Agent, no one gets notified of their absence. You look at the design of their database, and the agent is enabled. You refresh/replace the design. No luck. So, because you are a good citizen of the Domino Community, you read two&nbsp;articles (</FONT><A href="http://www-128.ibm.com/developerworks/lotus/library/ooo-pt1/index.html"><FONT face=Arial size=2>Part 1</FONT></A><FONT face=Arial size=2> and </FONT><A href="http://www-128.ibm.com/developerworks/lotus/library/ooo-pt2/index.html"><FONT face=Arial size=2>Part 2</FONT></A><FONT face=Arial size=2>)&nbsp;that Julie spent time to create. The one thing that you take away from those articles, this time, is a little scheduled mail agent that you used for testing purposes in the users' mail file:<BR><BR>
<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color:
black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
</style>
<pre><div class=lotusscript>
<font class=ls-statement>Dim</font> session <font
class=ls-keyword>As</font> <font class=ls-keyword>New</font> <font
class=ls-class>NotesSession</font>
<font class=ls-statement>Dim</font> db <font class=ls-keyword>As</font><font class=ls-class>NotesDatabase</font>
<font class=ls-statement>Dim</font> doc <font class=ls-keyword>As</font><font class=ls-class>NotesDocument</font>
<font class=ls-statement>Set</font> db <font class=ls-operator>=</font>session<font class=ls-operator>.</font>CurrentDatabase
<font class=ls-statement>Set</font> doc <font class=ls-operator>=</font><font class=ls-keyword>New</font> <font class=ls-class>NotesDocument</font><font class=ls-operator>(</font> db<font class=ls-operator>)</font>
doc<font class=ls-operator>.</font>Form <font class=ls-operator>=</font><font class=ls-quote>"Memo"</font>
doc<font class=ls-operator>.</font>SendTo <font class=ls-operator>=</font> <font class=ls-quote>"your name /your org"</font>
doc<font class=ls-operator>.</font>Subject <font class=ls-operator>=</font> <font class=ls-quote>"Testing mail"</font>
<font class=ls-function>Call</font> doc<font class=ls-operator>.</font>Send<font class=ls-operator>(</font> <font class=ls-constant>False</font> <font class=ls-operator>)</font>
</div></pre>

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif;
BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This
LotusScript was converted to HTML using the <b><i>ls2html</i></b>
routine,<br>provided by Julian Robichaux at <a
href="http://www.nsftools.com"
target="_blank">nsftools.com</a>.</center></div>
<BR><BR>
Not even that agent ran. Now what?<BR><BR>
Let's look at the Properties of the users' mail file:<BR><BR><IMG src="http://www.ns-tech.com/blog/geldred.nsf/(Images)/EE23F9757653AA168525719B00644F5E/$FILE/background.bmp" border=0><BR><BR>
Notice the highlighted area. If the user has selected this option, no background agents will run. This includes the Out of Office Agent and your little mail test agent. Deselect the option, disable/enable the agents, and they will run. If this is the culprit. :-)<BR><BR>
Links:<BR><BR><A href="http://www-128.ibm.com/developerworks/lotus/library/ooo-pt1/index.html">Lotus Notes Out of Office Agent, revisited: Part 1 (R6, R7)</A><BR>
<A href="http://www-128.ibm.com/developerworks/lotus/library/ooo-pt2/index.html">Lotus Notes Out of Office Agent, revisited: Part 2 (R6, R7)</A><BR>
<A href="http://www-1.ibm.com/support/docview.wss?uid=swg21109712">Notes/Domino Out of Office agent does not run - TechNote #1109712</A><BR><BR>
Technorati tag: <A href="http://technorati.com/tag/Show-n-Tell+Thursday">Show-n-Tell Thursday</A> <A href="http://technorati.com/tag/Lotus+Notes">Lotus Notes</A> <A href="http://technorati.com/tag/Domino">Domino</A>]]></content:encoded><pubDate>Thu, 29 Jun 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=17ECC76036778F4C8525719C0009A9CD</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=17ECC76036778F4C8525719C0009A9CD</wfw:comment></item><item><title>SnTT - Forwarding of Calendar Entries</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6QRSN6</link><description><![CDATA[ 
This week, we take time to look at an
issue where a user complains that all calendar entries are getting forwarded
to him/her from another mail user. How does this happen? Actually, there
is a setting in your Calendar Preferences to forward these invites ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6QRSN6</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6QRSN6</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">This week, we take time to look at an
issue where a user complains that all calendar entries are getting forwarded
to him/her from another mail user. How does this happen? Actually, there
is a setting in your Calendar Preferences to forward these invites to others.
To access the setting, click on Tools - Preferences - Access &amp; Delegation
- Access to your mail file. Once in this screen, you will see some people
that have been delegated to your mail file. You have to select a person.
From there, click on the Access button. You will see a screen similar to
the following:</font><font size=3> <br>
<br>
</font><img src="./plinks/DOMO-6QRSN6/StoryRichText/M2?OpenElement" alt="A picture named M2"><font size=2 face="sans-serif"><br>
<br>
<br>
Notice the highlighted/selected options. This is why a person that has
been granted delegation to a mail file gets these notices (and waked you
from your slumber). And as further assistance, this is from the Client
Help database:</font><font size=3> </font><font size=2 face="sans-serif"><br>
<br>
To specify forwarding of calendar entries:</font><font size=3> </font><font size=2 face="sans-serif"><br>
You can forward meeting invitations you receive to a specified person or
group. You can grant the person who receives your invitations access to
work with them in your mail database, or no access.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
You can also specify what to do with private details when calendar entries
are forwarded. Private details refer to any entries in your calendar for
which you selected &quot;Mark Private&quot; in personal settings.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
1. Open your mail database.</font><font size=3> </font><font size=2 face="sans-serif"><br>
2. Click the Tools button and choose Preferences.</font><font size=3> </font><font size=2 face="sans-serif"><br>
3. Click the &quot;Access &amp;amp; Delegation&quot; tab.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
4. On the &quot;Access to Your Mail &amp; Calendar&quot; tab, select a
listed person or group or add a new person or group.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
5. Do any of the following to forward calendar entries to the specified
person or group:</font><font size=3> </font><font size=2 face="sans-serif"><br>
Forward notices of meetings to which you are invited</font><font size=3>
</font><font size=2 face="sans-serif"><br>
Forward notices of meetings which you chair</font><font size=3> </font><font size=2 face="sans-serif"><br>
Specify what to do with private calendar entries. By default Notes does
not forward private entries at all. You can set Notes to forward them without
including private details in the forwarded message (for a meeting, this
the Chair and the Subject), or forward them with full details as if they
were not private.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
May I point out that if you aren't taking advantage of the free help provided
with your product, you are missing a good resource? <br>
<br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday rel=&quot;tag&quot;"><font size=2 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a>
]]></content:encoded><pubDate>Thu, 15 Jun 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=0028E2535880C30F8525718D0073730B</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=0028E2535880C30F8525718D0073730B</wfw:comment></item><item><title>Worst Practices - Something to think about</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6QC5AY</link><description><![CDATA[ 
Right out, I have to tell you that I
did not do this, I only experienced it first hand. I thought that this
Show-n-Tell would be a good one for you on what not to do.


Trying to troubleshoot some messaging issues, one of the other Admins thought
that ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6QC5AY</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6QC5AY</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">Right out, I have to tell you that I
did not do this, I only experienced it first hand. I thought that this
Show-n-Tell would be a good one for you on what not to do.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
Trying to troubleshoot some messaging issues, one of the other Admins thought
that there was an issue with name lookup/resolution in the Domino Directory
as we were having what appeared to be issues with some mail-in databases.
These mail-in database documents have internet addresses in them, and when
an internal user would send to the internet address, it would always bounce
back. But if the same user addressed the message to the Mail-in Database
name, or picked the address out of the Domino Directory, the mail would
route. And incoming mail, from the internet, would route properly. It was
just addressing internally using an internet address that was giving us
fits (and it still is, actually). So, since this has worked in the past,
he added a debugging line to the Notes.INI:</font><font size=3> </font><font size=2 face="sans-serif"><br>
Debug_NameLookup=6</font>
<br>
<br><font size=2 face="sans-serif">I am not sure if the &quot;6&quot; has
any effect on the parameter, since all of the documentation I have seen
only shows &quot;1.&quot; </font>
<br>
<br><font size=2 face="sans-serif">Well, after adding that to the Notes.INI,
we noticed that server performance was degrading at an alarming rate. This
particular production mail server has about 2,800 mail files on it and
a lot of message traffic. This command gives a lot of information, and
the server was having a difficult time trying to send mail as it was performing
the name lookups to the various views in the Domino Directory and writing
the results to a Log. Too much was going on. We caught it in less than
10 minutes, and had to remove the line from the INI and restart the server.</font>
<br>
<br><font size=2 face="sans-serif">While we did impact the mail server,
this is a good command to use to troubleshoot Directory issues. But only
use it when there isn't a lot of mail traffic, few users are on the system,
or on a weekend. And then remember to remove the line. :-)</font>
<br>
<br><font size=2 face="sans-serif">Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21093215"><font size=2 color=blue face="sans-serif">Using
Debug_Directory_Assistance and Debug_NameLookup to Troubleshoot MAB Issues</font></a>
<br>
<br><font size=2 face="sans-serif">Technorati tag: </font><a href="http://techorati.com/tag/show-n-tell+thursday"><font size=2 color=blue face="sans-serif">Show-n-Tell
Thursday</font></a><font size=2 face="sans-serif"> </font><a href=http://technorati.com/tag/Lotus><font size=2 color=blue face="sans-serif">Lotus</font></a><font size=2 face="sans-serif">
</font><a href="http://technorati.com/tag/Lotus+Notes"><font size=2 color=blue face="sans-serif">Lotus
Notes</font></a>
]]></content:encoded><pubDate>Thu, 1 Jun 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=BD3DDB8575FD34F085257180000E496B</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=BD3DDB8575FD34F085257180000E496B</wfw:comment></item><item><title>Problems with the SnTT Post</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6NEJ9T</link><description><![CDATA[ ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6NEJ9T</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/DOMO-6NEJ9T</guid><content:encoded><![CDATA[ <P><FONT face=Arial size=2>I had a few issues creating my Show-n-Tell Thursday post and have to try again. Apparently, there was a problem with the clipboard on my machine and I wasn't able to paste some pictures into the post. I'll get the post working today. I hope.</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>Any way, I want to point out that Andy has posted on </FONT><A href="http://macian.blogspot.com/2006/03/sntt-installshield-tuner-for-lotus.html"><FONT face=Arial size=2>using the InstallShield Tuner for Lotus Notes</FONT></A><FONT face=Arial size=2>. Excellent tool and a wonderful post. Pop over to Andy's site and learn how to create silent installs for your&nbsp;Lotus Notes Client. It's a great tip and one that continues to baffle people on <A href="http://www-130.ibm.com/developerworks/lotus">developerWorks:Lotus</A>.</FONT></P>]]></content:encoded><pubDate>Fri, 31 Mar 2006 09:51:40 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=C5B0CA9945D2044E85257142004C244A</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=C5B0CA9945D2044E85257142004C244A</wfw:comment></item><item><title>Show-n-Tell - Client Installs</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6MX79J</link><description><![CDATA[ There are probably times when you are giving a user a new workstation and need to move all of the Notes data to the new machine. You have copied all of the NSF's to the new machine, but then wonder what else needs to be copied. The key to this whole process ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6MX79J</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6MX79J</guid><content:encoded><![CDATA[ There are probably times when you are giving a user a new workstation and need to move all of the Notes data to the new machine. You have copied all of the NSF's to the new machine, but then wonder what else needs to be copied. The key to this whole process is that you have installed (but not yet configured) the Notes client to the exact location on the new one as was on the old workstation. That is, on the old machine, you see that Notes is installed to the lotus\notes folder. Install the Notes client on the new machine to the same folders.</br></br>

After installing the client, but before configuring it, copy the following files to the same folders:</br>
notes.ini</br>
names.nsf</br>
desktop5.dsk (if you are on R5)</br>
desktop.ndk (if you are on R6/R7)</br>
bookmarks.nsf</br>
user.dic (if the user has added entries to the personal dictionary)</br></br>

And, as I pointed out earlier, if there are local replicas of databases, be sure to copy those over as well. Doing that will reduce replication times and keep the Workspace error free. The Bookmarks file is used to keep track of the users bookmarks (go figure) on the bookmark bar.</br></br>

Once the files have been copied over, you can then start Notes. You will see that it will launch without asking you to configure it (provided you did install the Notes software in the same folders). All the Location/Connection documents will be intact and the user will have all of their Contacts and Groups. Further, you will have saved yourself time and effort.</br></br>

Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag" class="techtag">Show-n-Tell Thursday</a>
]]></content:encoded><pubDate>Thu, 16 Mar 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=31205CBB5E37117F85257133001793B8</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=31205CBB5E37117F85257133001793B8</wfw:comment></item><item><title>Show-N-Tell Thursday</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6MQ6QZ</link><description><![CDATA[ I had a couple of ideas for this week's edition of "Show-N-Tell" Thursday, so at least I should be prepared for next week's as well.

This week, for you Developers out there that have taken Jess up on spinning up your own server, I want to point out two ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6MQ6QZ</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6MQ6QZ</guid><content:encoded><![CDATA[ I had a couple of ideas for this week's edition of "Show-N-Tell" Thursday, so at least I should be prepared for next week's as well.</br></br>

This week, for you Developers out there that have <a href="http://www.mattandjess.net/blog/archives/000246.html">taken Jess up on spinning up your own server</a>, I want to point out two little things that may make it so that agents don't run on your server. These are found in your Server Document. The first is the field "Fully qualified internet host name." It is on the Basics tab of the server document. Make sure that this field is the same name as your server in DNS. It can be different than the Domino Server name. For example, if the server (the actual Operating System server name) is in DNS as dominoserver1.company.com, that is what you enter in there. </br></br>

The other field, on the Ports - Notes Network Ports tab, is the Net Address. This can be either the IP Address of the server or the Domino server name as it appears in DNS. In the example above, you may also have a DNS entry for the Domino server name. Let's call the Domino server DOMSERV1. In DNS, DOMSERV1 may have an IP Address of 10.10.10.100. You can enter either in that field, but I prefer the DNS entry, DOMSERV1. That way, if the server changes IP Addresses, you don't have to go hunting through Server Documents, Connection Documents, etc., changing IP Addresses. </br></br>

These changes do not require a reboot of the Domino server to take effect.</br></br>

So, if you have a new server, and notice that agents aren't running, start troubleshooting by looking at these two fields in the Server Document. </br></br>

<div style="FONT-SIZE: 8pt;FONT-FAMILY:sans-serif">Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag" class="TechnoratiTags">Show-n-Tell Thursday</a></div>]]></content:encoded><pubDate>Thu, 9 Mar 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=742AEDDE50274D0E8525712C00152698</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=742AEDDE50274D0E8525712C00152698</wfw:comment></item><item><title>Cleaning up the Domino Directory</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6MA6HJ</link><description><![CDATA[ 
We noticed that the Domino Directory
had way more documents than we thought that it should. Also, when creating
a new server, the following day, the Directory ballooned in size after
a replication. Very strange. A little poking around on ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6MA6HJ</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6MA6HJ</guid><content:encoded><![CDATA[ 
<br><font size=2 face="sans-serif">We noticed that the Domino Directory
had way more documents than we thought that it should. Also, when creating
a new server, the following day, the Directory ballooned in size after
a replication. Very strange. A little poking around on developerWorks:Lotus
didn't really help, but there was an excellent hit on the Lotus Support
page. So, today's Show-n-Tell Thursday will be the result of that search.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
<br>
You may notice (at least I hope that you do) that your Domino Directory
seems to be gathering documents like a magnet. The problem may be wayward
Profile Documents. But how do you delete them if you can't see them? Lotus
Support has the answer, and it solved our issue - we even had the $Topology
Profile issue that was shown in the TechNote. I think that this will work
with most Profile documents in the Domino Directory, as long as you can
figure out which ones to get a handle on. There are two agents in the TechNote
that you can run, one that doesn't do any reporting, and a larger, more
complete agent. To whet your appetite, here is the smaller code:</font><font size=3>
</font><font size=1 face="sans-serif"><br>
<br>
Sub Initialize <br>
Dim session As New NotesSession <br>
Dim db as NotesDatabase <br>
Dim profile as NotesDocument <br>
Dim strServer As String <br>
<br>
strServer = Inputbox(&quot;Which server do you want to remove the $Topology
profile?&quot;, &quot;Lotus Notes&quot;, &quot;&quot;) <br>
<br>
Set db = New NotesDatabase(strServer, &quot;names.nsf&quot;) <br>
If Not(db.IsOpen) Then <br>
db.Open &quot;&quot;, &quot;&quot; <br>
End If <br>
Set profile = db.GetProfileDocument(&quot;$Topology&quot;) <br>
Call profile.remove(True) <br>
Msgbox &quot;The $Topology profile document was removed!&quot; <br>
End Sub </font><font size=2 face="sans-serif"><br>
<br>
For the TechNote and the code choices, click on the link below.</font><font size=3>
</font><font size=2 face="sans-serif"><br>
<br>
Link: </font><a href="http://www-1.ibm.com/support/docview.wss?uid=swg21097393"><font size=2 color=blue face="sans-serif"><u>NAMES.NSF
Grows from 45 MB to 400 MB Every Time the Database is Replicated</u></font></a><font size=3>
</font><font size=1 face="sans-serif"><br>
<br>
Technorati tag: </font><a href="http://technorati.com/tag/Show-n-Tell+Thursday"><font size=1 color=blue face="sans-serif"><u>Show-n-Tell
Thursday</u></font></a><font size=3> </font>
]]></content:encoded><pubDate>Thu, 23 Feb 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=AC3578B239B35C4A8525711E00141A4C</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=AC3578B239B35C4A8525711E00141A4C</wfw:comment></item><item><title>Adding a Disclaimer to Internet Mail</title><link>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6M36PX</link><description><![CDATA[ "Show-n-Tell Thursday" is a tough assignment. As a Domino Admin, I don't usually have really "cool apps" or code. So, as I continue to slog through my stuff, I will provide you with a tip that I have used many times. That is, how to add a disclaimer to ...]]></description><dc:subject>Show-n-Tell</dc:subject><dc:creator>Gregg Eldred</dc:creator><comments>http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6M36PX</comments><guid isPermaLink="true">http://www.ns-tech.com/blog/geldred.nsf/plinks/GELD-6M36PX</guid><content:encoded><![CDATA[ "Show-n-Tell Thursday" is a tough assignment. As a Domino Admin, I don't usually have really "cool apps" or code. So, as I continue to slog through my stuff, I will provide you with a tip that I have used many times. That is, how to add a disclaimer to outbound mail from a Notes client.<br><br>

If you are using iNotes, you can make the change to the Configuration Document and be done with it. But if you are using Notes (pre-R7), this doesn't work so well. Okay, doesn't work at all. To that end, this is my tip of the week, lifted from developerWorks:Lotus and the author "michael b." <br><br>

This code will go in the Mail template, CoreEMailClasses of the Script Library, Function QuerySaveExtension. Add it after QuerySaveExtenstion="Yes" and before "End Function" <br><br>

<style>.lotusscript { font-family: sans-serif; font-size: 9pt; color: black; } 
.ls-comment { color: green; } 
.ls-quote { color: black; } 
.ls-datatype { color: black; } 
.ls-operator { color: blue; } 
.ls-keyword { color: blue; } 
.ls-statement { color: blue; } 
.ls-function { color: blue; } 
.ls-class { color: black; } 
.ls-constant { color: purple; } 
</style> 
<pre><div class=lotusscript> 
<font class=ls-comment>REM {Start - added following lines for DISCLAIMER];</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>Refresh 
<font class=ls-statement>Dim</font> session <font class=ls-keyword>As</font> <font class=ls-keyword>New</font> <font class=ls-class>NotesSession</font> 
<font class=ls-statement>Dim</font> InternetMail<font class=ls-operator>,</font> SendTo<font class=ls-operator>,</font> CopyTo<font class=ls-operator>,</font> BdyText <font class=ls-keyword>As</font> <font class=ls-keyword>Variant</font> 
InternetMail<font class=ls-operator>=</font><font class=ls-constant>False</font> 

SendTo<font class=ls-operator>=</font>Source<font class=ls-operator>.</font>FieldGetText<font class=ls-operator>(</font><font class=ls-quote>"SendTo"</font><font class=ls-operator>)</font> 
<font class=ls-statement>If</font> <font class=ls-function>Instr</font><font class=ls-operator>(</font>SendTo<font class=ls-operator>,</font><font class=ls-quote>"."</font><font class=ls-operator>)</font> <font class=ls-operator>&#62;</font>0 <font class=ls-operator>And</font> <font class=ls-function>Instr</font><font class=ls-operator>(</font>SendTo<font class=ls-operator>,</font><font class=ls-quote>"@"</font><font class=ls-operator>)</font> <font class=ls-statement>Then</font> InternetMail<font class=ls-operator>=</font><font class=ls-constant>True</font> 
CopyTo<font class=ls-operator>=</font>Source<font class=ls-operator>.</font>FieldGetText<font class=ls-operator>(</font><font class=ls-quote>"CopyTo"</font><font class=ls-operator>)</font> 
<font class=ls-statement>If</font> <font class=ls-function>Instr</font><font class=ls-operator>(</font>CopyTo<font class=ls-operator>,</font><font class=ls-quote>"."</font><font class=ls-operator>)</font> <font class=ls-operator>&#62;</font>0 <font class=ls-operator>And</font> <font class=ls-function>Instr</font><font class=ls-operator>(</font>CopyTo<font class=ls-operator>,</font><font class=ls-quote>"@"</font><font class=ls-operator>)</font> <font class=ls-statement>Then</font> InternetMail<font class=ls-operator>=</font><font class=ls-constant>True</font> 

<font class=ls-statement>If</font> InternetMail <font class=ls-statement>Then</font> 
BdyText <font class=ls-operator>=</font> Source<font class=ls-operator>.</font>FieldGetText<font class=ls-operator>(</font> <font class=ls-quote>"Body"</font> <font class=ls-operator>)</font> 
<font class=ls-statement>If</font> <font class=ls-function>Instr</font><font class=ls-operator>(</font>BdyText<font class=ls-operator>,</font><font class=ls-quote>"This email is intended"</font><font class=ls-operator>)</font> <font class=ls-operator>=</font> 0 <font class=ls-operator>And</font> <font class=ls-function>Instr</font><font class=ls-operator>(</font>BdyText<font class=ls-operator>,</font><font class=ls-quote>"We accept no"</font><font class=ls-operator>)</font> <font class=ls-operator>=</font>0 <font class=ls-statement>Then</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText <font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-function>Chr</font><font class=ls-operator>(</font>10<font class=ls-operator>)</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText <font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"-- "</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText <font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-function>Chr</font><font class=ls-operator>(</font>10<font class=ls-operator>)</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText <font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"This email is intended blah blah blah"</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText<font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"confidential or privileged information blah blah blah"</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText<font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"the person responsible for blah blah blah"</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText<font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"blah blah blah"</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText<font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"If you contact us by email ..."</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText<font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"blah blah blah"</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText<font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"blah blah blah"</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText<font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"get the idea?"</font><font class=ls-operator>)</font> 
<font class=ls-function>Call</font> Source<font class=ls-operator>.</font>FieldAppendText<font class=ls-operator>(</font><font class=ls-quote>"Body"</font><font class=ls-operator>,</font><font class=ls-quote>"last line! blah blah blah."</font><font class=ls-operator>)</font> 

<font class=ls-statement>End</font> <font class=ls-statement>If</font> 
<font class=ls-statement>End</font> <font class=ls-statement>If</font> 
<font class=ls-comment>REM {End - added following lines for DISCLAIMER]; </font> 
</div></pre> 

<div style="FONT-SIZE: 8pt; COLOR: gray; FONT-FAMILY: sans-serif; BORDER: 1 solid Grey; margin : 5px 50px 5px 50px;"><center>This LotusScript was converted to HTML using the <b><i>ls2html</i></b> routine,<br>provided by Julian Robichaux at <a href="http://www.nsftools.com" target="_blank">nsftools.com</a>.</center></div> 

<br>
<br>


Link: <a href="http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/043d5c5cfa14cc4285256e9300499549?OpenDocument">developerWorks:Lotus Disclaimer working-R6</a> <br><br>


<div style="FONT-SIZE: 8pt;FONT-FAMILY:sans-serif">Technorati tag: <a href="http://technorati.com/tag/Show-n-Tell+Thursday" rel="tag" class="TechnoratiTags">Show-n-Tell Thursday</a></div>]]></content:encoded><pubDate>Thu, 16 Feb 2006 00:00:00 -0400</pubDate><slash:comments></slash:comments><wfw:commentRss> http://www.ns-tech.com/blog/geldred.nsf/CommentsRSS?Open&amp;id=06FA8ABA4E5F82578525711700151438</wfw:commentRss><wfw:comment> http://www.ns-tech.com/blog/geldred.nsf/PostComment?RunAgent&amp;id=06FA8ABA4E5F82578525711700151438</wfw:comment></item></channel>
</rss>
