<?xml version="1.0" encoding="ISO-8859-1"?>
<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/">
<channel>
<title>Lotus Dr.</title>
<description></description>
<link>http://www.lotusDR.com/LotusDR/LotusDR.nsf/</link>
<language>en-us</language>
<lastBuildDate>Mon, 9 Apr 2012 07:42:53 -0400</lastBuildDate>
<item>
<title>Fixed: Office 365 Invitation Issue</title>
<pubDate>Mon, 9 Apr 2012 07:42:53 -0400</pubDate>
<description>
<![CDATA[ 
A few weeks back I blogged about an Office 365 issue where calendar invitations were not coming through as invites but rather as text. With some guidance from a Response to that article, we were able ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/fixed-office-365-invitation-issue.htm</link>
<category>Lotus Notes</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/fixed-office-365-invitation-issue.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/fixed-office-365-invitation-issue.htm</guid>
<content:encoded><![CDATA[ A few weeks back I blogged about an <a href="http://lotusdr.com/LotusDR/LotusDR.nsf/dx/microsoft-365-invitations-show-up-as-text.htm" target=_blank><span style="text-decoration:underline">Office 365 issue</span></a> where calendar invitations were not coming through as invites but rather as text. &nbsp;With some guidance from a Response to that article, we were able to solve the issue. &nbsp;Below are the details of how to fix this issue. <br /> <br /><span style="text-decoration:underline">The Scenario</span> <br />The environment we are in is a co-existence of Office365 users and on-premise Lotus Notes users. The Lotus Notes users from the organization are maintained in the Office365 environment as External Contacts. The problem occurred when users with Office365 mailboxes attempt to send a meeting invitation to the Lotus Notes users, the invites come through as a memo (instead of an invite), in some cases with a blank body and in other cases with the meeting details in the body of the memo. <br /> <br /><span style="text-decoration:underline">The Resolution</span> <br />The resolution required the setting of the UseMapiRichTextFormat property for the contacts in Office365 (the Lotus Users) to Never. The default value for this property is set to Default. There is currently no user interface in Office365 to modify this setting; you have to do it using Remote PowerShell. Launch PowerShell. Listed below are the commands used to open a session and make the appropriate changes. <br /> <br /><em><span style="text-decoration:underline">Open an Office365 session</span></em> <br />$LiveCred = Get-Credential  <br />$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri <a href=https://ps.outlook.com/powershell/><span style="text-decoration:underline">https://ps.outlook.com/powershell/</span></a> -Credential $LiveCred -Authentication Basic -AllowRedirection <br />Import-PSSession $Session <br />Running the above script will prompt you to login. In order to successfully make the property changes, you will need to login using an account authorized to administer Office365. <br /> <br /><em><span style="text-decoration:underline">Update the UseMapiRichTextFormat property</span></em> <br />set-mailcontact "&#91;Alias of Contact&#93;" -UseMapiRichTextFormat Never <br />where &#91;Alias of Contact&#93; is the alias of the contact whose property needs to be updated. Please don&#8217;t use the brackets. So for example, if the contact&#8217;s alias is jdoe, the command will look like this: <br />set-mailcontact "jdoe" -UseMapiRichTextFormat Never <br /> <br /><span style="text-decoration:underline">Other scripts that might be helpful</span> <br /><em><span style="text-decoration:underline">Get a list of Contacts</span></em> <br />get-mailcontact <br /><em><span style="text-decoration:underline">Get a list of all the properties for a specific contact</span></em> <br />get-mailcontact "&#91;Alias of Contact&#93;" |fl <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/fixed-office-365-invitation-issue.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/fixed-office-365-invitation-issue.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>URL link to a Lotus Notes document not resolving correctly on the iPhone</title>
<pubDate>Tue, 27 Mar 2012 14:02:22 -0400</pubDate>
<description>
<![CDATA[ 
I've run into an odd issue with the iPhone and a link left in an email. Let me set up the scenario a bit. A user has an email that has been 'stubbed' by an archiving process. The body of the mes ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm</link>
<category>Browswer</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm</guid>
<content:encoded><![CDATA[ I've run into an odd issue with the iPhone and a link left in an email. &nbsp; &nbsp;Let me set up the scenario a bit. <br /> <br /> A user has an email that has been 'stubbed' by an archiving process. &nbsp;The body of the message is replaced with a footprint of text so the user can easily get to the archived document. &nbsp;In a Notes client, a doclink is present and the user can click and open the message. &nbsp;For web/phone, there is a full url path to the archived message as seen below... <br />  &nbsp;<img  alt="Image:URL link to a Lotus Notes document not resolving correctly on the iPhone" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm/content/M2?OpenElement" /><img  alt="Image:URL link to a Lotus Notes document not resolving correctly on the iPhone" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm/content/M3?OpenElement" /><br />  <br /><br /> If a user clicks this URL link in iNotes, the archived message is opened up and easily read as seen here... <br /> <img  alt="Image:URL link to a Lotus Notes document not resolving correctly on the iPhone" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm/content/M4?OpenElement" /><br /> <img  alt="Image:URL link to a Lotus Notes document not resolving correctly on the iPhone" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm/content/M5?OpenElement" /><br />  <br /><br /> Now below, you will see the same message on the iPhone. &nbsp;When clicking on the link provided, I do not get the message to open, rather the database itself opens. &nbsp;Now the user has to navigate to find the message. &nbsp;Not very efficient. <br /> <img  alt="Image:URL link to a Lotus Notes document not resolving correctly on the iPhone" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm/content/M6?OpenElement" /> &nbsp;<img  alt="Image:URL link to a Lotus Notes document not resolving correctly on the iPhone" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm/content/M7?OpenElement" /><br /> <br /> <br /> Lotus Notes Client resolves with no issues. <br /> iNotes resolves with no issues. <br /> Android phones resolve with not issues. <br /> <br /> iPhone does not work correctly. &nbsp;Anyone have any ideas on this one??   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/url-link-to-a-lotus-notes-document-not-resolving-correctly-on-the-iphone.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Some Microsoft 365 Invitations arrive in Lotus Notes as text not invitations</title>
<pubDate>Tue, 20 Mar 2012 14:27:22 -0400</pubDate>
<description>
<![CDATA[ 
We've run into an odd issue and I'm looking for help out solving it. We have users running Lotus Notes 8.5.3 and when an invite comes into their inbox from Office 365, one of 2 things happens. 1. I ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/microsoft-365-invitations-show-up-as-text.htm</link>
<category>Lotus Notes</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/microsoft-365-invitations-show-up-as-text.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/microsoft-365-invitations-show-up-as-text.htm</guid>
<content:encoded><![CDATA[ We've run into an odd issue and I'm looking for help out solving it. &nbsp;We have users running Lotus Notes 8.5.3 and when an invite comes into their inbox from Office 365, one of 2 things happens. <br /> <br />1. &nbsp;It works and looks like this... <br /><img  alt="Image:Some Microsoft 365 Invitations arrive in Lotus Notes as text not invitations" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/microsoft-365-invitations-show-up-as-text.htm/content/M2?OpenElement" /> <br /> <br />OR <br /> <br />2. &nbsp;It comes through as a Memo and text only... <br /><img  alt="Image:Some Microsoft 365 Invitations arrive in Lotus Notes as text not invitations" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/microsoft-365-invitations-show-up-as-text.htm/content/M3?OpenElement" /> <br /> <br />Both Mail files inherit from the same 8.5.3 Mail Template <br />Both Mail files have 'Keep in senders' format' for the incoming mail preferences in the Person document in the Domino Directory. <br /><img  alt="Image:Some Microsoft 365 Invitations arrive in Lotus Notes as text not invitations" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/microsoft-365-invitations-show-up-as-text.htm/content/M4?OpenElement" /> <br /> <br />What else could I be missing? &nbsp;Anyone see this or have other ideas? <br /> <br />Thanks in advance.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/microsoft-365-invitations-show-up-as-text.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/microsoft-365-invitations-show-up-as-text.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>DAOS: What happens when a document is moved from one file to another</title>
<pubDate>Fri, 9 Mar 2012 09:10:31 -0400</pubDate>
<description>
<![CDATA[ 
After many calls from customers, I've been doing some research to see what happens when documents are moved from one .nsf that has DAOS enabled to another .nsf. While not surprising to me, the result ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/daos-what-happens-when-a-document-is-moved-from-one-file-to-another.htm</link>
<category>DAOS</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/daos-what-happens-when-a-document-is-moved-from-one-file-to-another.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/daos-what-happens-when-a-document-is-moved-from-one-file-to-another.htm</guid>
<content:encoded><![CDATA[ After many calls from customers, I've been doing some research to see what happens when documents are moved from one .nsf that has DAOS enabled to another .nsf. &nbsp;While not surprising to me, the results seemed unexpected to some customers so I decided to write about it. &nbsp;Here is what I found out. <br /> <br />My test went like this. <br />Step 1. &nbsp;Send some attachments in emails and verifying that my DAOS folder is growing both at the OS level as well as issuing a Tell DAOSmgr dbsummary command at the console.  <br /><strong>Flaw #1</strong> in DAOS: &nbsp;There is no field that shows what documents in an application (.nsf) contain attachments in DAOS store. &nbsp;Going into the document properties, I should be able to confirm if an attachment is truly stored in there. <br /> <br />Step #2. I then set up 2 archive tests. &nbsp;The third party archive that I am using locates documents based on age and places a copy of them to a .nsf database. &nbsp;In the original email, the header of the message is left behind and the body is replaced by a footprint of text with a doclink pointing to the now archived document in the new location. <br />&nbsp; <br /><em>Test #1:</em> <br /><strong>Archive to the same server.</strong> &nbsp;Documents are archived and then re-check the dbsummary, I see that the count on my original mail file stays the same and now my archive file is added to the list and it contains x number of documents (where x is the number of documents archived that had attachments). <br /> <br /><em>Test #2:</em> <br /><strong>Archive to a different server - DAOS enabled. </strong>Documents are archived and then re-check the dbsummary, I see that the count on my original mail file stays the same and now my archive file is added to the list and it contains x number of documents (where x is the number of documents archived that had attachments). <br /><strong>Flaw #2</strong> in DAOS: DAOS is not shared across servers, so in a large environment, the same attachment will be stored multiple times across the network. <br /> <br /><em>Test #3: </em> <br /><strong>Archive to a different server - DAOS not enabled.</strong> This one has different results and what I would expect based on the articles and my limited knowledge of DAOS. &nbsp;Because DAOS is a store per server AND my new server is NOT running DAOS, the attachments are stored in the actual mail file. &nbsp;I proved they were in the actual mail file on the new server by shutting down the other server so that the original server and it's DAOS store would not be available. &nbsp;I was still able to open the attachment. <br /><strong>Flaw #</strong>3 in DAOS: &nbsp;See flaw #1 above. <br /> <br />Notes: &nbsp;The following must be true if you want the newly created file to also place the Attachment in DAOS. <br />1. &nbsp;You have enabled DAOS to run See <a href="http://www-10.lotus.com/ldd/dominowiki.nsf/dx/daos-quick-start-guide"><span style="text-decoration:underline">Quick Start Guide</span></a>. <br /> <br />2. Your template or database that you are moving documents to has the DAOS flag enabled  <br /><img  alt="Image:DAOS: What happens when a document is moved from one file to another" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/daos-what-happens-when-a-document-is-moved-from-one-file-to-another.htm/content/M2?OpenElement" /> <br /> <br />3. You have the .ini parameter set <br />Create_R85_Databases=1 <br /> <br />Hopefully you find this useful. &nbsp;I would love to hear additional thoughts on this as well.<br />   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/daos-what-happens-when-a-document-is-moved-from-one-file-to-another.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/daos-what-happens-when-a-document-is-moved-from-one-file-to-another.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Recent Contacts setting in Lotus Notes 8.5.3 is better</title>
<pubDate>Wed, 4 Jan 2012 12:03:28 -0400</pubDate>
<description>
<![CDATA[ 
When building out my new laptop, I installed Lotus Notes 8.5.3. As I was setting all my preferences, I stumbled across a section titled 'Choose how names are added to Recent Contacts' and it has a mu ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm</link>
<category>Lotus Notes</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm</guid>
<content:encoded><![CDATA[ When building out my new laptop, I installed Lotus Notes 8.5.3. &nbsp;As I was setting all my preferences, I stumbled across a section titled 'Choose how names are added to Recent Contacts' and it has a much improved set of features. &nbsp; <br /><img  alt="Image:Recent Contacts setting in Lotus Notes 8.5.3 is better" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm/content/M2?OpenElement" /> <br /> <br />While it offers a lot of choices, I still don't see exactly the one I want. &nbsp;Here is what I am looking for; <br />A combination of '<strong>Only sender's name from emails I receive</strong>' and '<strong>Only names from emails I send</strong>'. &nbsp;The third radio button, '<strong>Only the "To" recipient names from emails I send &amp; receive</strong>' seems close but it has it's own issues. &nbsp;What are they you ask? &nbsp;I commonly find that someone I know sends me an email with 20 other people in the 'To' field. &nbsp;I don't want those 20 other people added. &nbsp;A lot of times, I don't know them nor do I care to send them a message. <br /> <br />Having a check-box instead of a radio button would solve my needs. &nbsp;I could then pick the 2nd and 4th items and be on my way. &nbsp;This is definitely an improvement from where 'Recent Contacts' started, but could use a few final tweaks.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-notes-8.5.3-contacts-settings.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-8.5.3-contacts-settings.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Folder References property does not remain when creating a new replica</title>
<pubDate>Fri, 9 Dec 2011 14:21:03 -0400</pubDate>
<description>
<![CDATA[ 
We've encountered an oddity and was hoping someone out there may have some insight on how to fix this. We set Folder References on a database using the following code... Option Public Option Declare ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm</guid>
<content:encoded><![CDATA[ &nbsp;We've encountered an oddity and was hoping someone out there may have some insight on how to fix this. <br /> <br />We set Folder References on a database using the following code... <br /><strong>Option</strong> <strong>Public</strong> <br /><strong>Option</strong> <strong>Declare</strong> <br /><strong>Sub</strong> Initialize <br />&nbsp; &nbsp; &nbsp; &nbsp;  <br />&nbsp; &nbsp; &nbsp; &nbsp; <strong>Dim</strong> CurrentDB <strong>As</strong> NotesDatabase <br />&nbsp; &nbsp; &nbsp; &nbsp; <strong>Dim</strong> Session <strong>As</strong> <strong>New</strong> NotesSession <br />&nbsp; &nbsp; &nbsp; &nbsp;  <br />&nbsp; &nbsp; &nbsp; &nbsp; <strong>Set</strong> CurrentDB = Session.CurrentDatabase <br />&nbsp; &nbsp; &nbsp; &nbsp;  <br />&nbsp; &nbsp; &nbsp; &nbsp; CurrentDB.FolderReferencesEnabled = <strong>True</strong> <br />&nbsp; &nbsp; &nbsp; &nbsp;  <br /><strong>End</strong> <strong>Sub</strong> <br /> <br />And then verified that the property is set on the database... <br /><img  alt="Image:Folder References property does not remain when creating a new replica" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm/content/M2?OpenElement" /> <br /> <br />Now, if we make a replica of that database, this value is no longer set. <br /><img  alt="Image:Folder References property does not remain when creating a new replica" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm/content/M3?OpenElement" /> <br /> <br />So the question arises, "is there a way to get this value to carry over to any replica created?"  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/folder-references-property-does-not-remain-when-creating-a-new-replica.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/folder-references-property-does-not-remain-when-creating-a-new-replica.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Are you aware of this LinkedIn Privacy Setting??</title>
<pubDate>Mon, 21 Nov 2011 08:56:27 -0400</pubDate>
<description>
<![CDATA[ 
Stumbled across this little gem and thought it was worth noting. By default, there is a setting, 'LinkedIn may use my name, photo in social advertising' that is selected by default. To find this: 1 ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm</link>
<category>LinkedIn</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm</guid>
<content:encoded><![CDATA[ Stumbled across this <a href="http://www.linkedin.com/groupItem?view=&amp;srchtype=discussedNews&amp;gid=1320117&amp;item&euro;179350&amp;type=member&amp;trk=eml-anet_dig-b_pd-ttl-cn&amp;ut=33XTQ8eSKqaR01"><span style="text-decoration:underline">little gem</span></a> and thought it was worth noting. &nbsp;By default, there is a setting, 'LinkedIn may use my name, photo in social advertising' that is selected by default. &nbsp;To find this: <br /> 1. &nbsp;Click on your Name in the upper right corner and then choose 'Settings' <br /> 2. &nbsp;Go to the Account in the bottom left <br /> 3. &nbsp;Choose 'Manage Social Advertising' <br /> 4 &nbsp; You will find this field to update. <br /> <br /> <img  alt="Image:Are you aware of this LinkedIn Privacy Setting??" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm/content/M2?OpenElement" />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/are-you-aware-of-this-linkedin-privacy-settings.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/are-you-aware-of-this-linkedin-privacy-settings.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>LotusDr.com is 2 years old</title>
<pubDate>Wed, 21 Sep 2011 08:40:45 -0400</pubDate>
<description>
<![CDATA[ 
Another year has passed and this site is still going. Looking back, I've only had 16 posts this past year, but they were some of my most commented posts. Maybe less is really more. If you read last ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusdr.com-is-2-years-old.htm</link>
<category>Blog</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusdr.com-is-2-years-old.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusdr.com-is-2-years-old.htm</guid>
<content:encoded><![CDATA[ Another year has passed and this site is still going. &nbsp;Looking back, I've only had 16 posts this past year, but they were some of my most commented posts. Maybe less is really more.  <br /> <br />If you read last year's <a href="http://lotusdr.com/LotusDR/LotusDR.nsf/dx/1-year-anniversay-for-my-new-blog.htm?opendocument&amp;comments#anc1"><span style="text-decoration:underline">1 year anniversary</span></a> post, you saw that I've taken on a new site and have focused my efforts on helping out <a href=http://www.inlinehockeydrills.com/><span style="text-decoration:underline">Inline Hockey Coaches</span></a> around the world. It's been a fun project and it's going strong. Much like going to Lotusphere and meeting a lot of you, my hockey site allowed me to meet up with coaches from around the country as we traveled to tournaments. &nbsp;It's pretty cool to see this site grow and be a resource for so many out there. &nbsp;Getting 'Thank you' emails from coaches in Macedonia, Spain and other countries has been a reminder of why I continue to build the site. <br /> <br />I'll continue to write here but find myself less and less interested in what's going on in the Lotus Notes and Domino world and more focused on web development and social media. I may start to document all the cool new HMTL and CSS that I have been using in my job and some side projects I'm working on. &nbsp; <br /> <br />Who knows what the year will bring, but I wish the best to all my readers and fellow Bloggers.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotusdr.com-is-2-years-old.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusdr.com-is-2-years-old.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Allow agents executed using server command &quot;tell amgr run&quot; to be seen...</title>
<pubDate>Thu, 23 Jun 2011 08:02:24 -0400</pubDate>
<description>
<![CDATA[ 
In working with our customers, many have requested the ability to see what an agent is doing when they use the 'Run Now' option. The 'Run Now' option in our products simply uses the 'Tell AMGR RUN' c ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm</guid>
<content:encoded><![CDATA[ In working with our customers, many have requested the ability to see what an agent is doing when they use the 'Run Now' option. &nbsp;The 'Run Now' option in our products simply uses the 'Tell AMGR RUN' command at the console to start an agent. &nbsp;Unlike a scheduled LotusScript agent, once you issue this command, you have no control. This is nothing new, as it's been on <a href="http://ideajam.net/ideajam/p/ij.nsf/0/2FA3C50BC2B3FEC88625740A000CEBCD?OpenDocument?open&amp;login=1"><strong>IdeaJam</strong></a> for a while now. <br /> <br />Let me show you what I mean. (if you understand the issue and just want the information on the enhancement request, skip to the bottom.) <br /> <br /><blockquote> <br />1. I started an agent with the Tell amgr Run command.... <br /> <img  alt="Image:Allow agents executed using server command &quot;tell amgr run&quot; to be seen..." border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm/content/M2?OpenElement" /><br /> <br /> 2. I issued the Tell amgr status command... <br /> <img  alt="Image:Allow agents executed using server command &quot;tell amgr run&quot; to be seen..." border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm/content/M3?OpenElement" /><br /> NOTE: It does not think my agent is running. <br /> NOTE2: I understand this to be the way it is designed based on this Technote... <br /> Title: How to run multiple agents in the same database using a Program document<br /> Doc #: 1279832<br /> URL: <a href="http://www.ibm.com/support/docview.wss?uid=swg21279832"></a><a href="http://www.ibm.com/support/docview.wss?uid=swg21279832"><span style="text-decoration:underline">http://www.ibm.com/support/docview.wss?uid=swg21279832</span></a> <br /> NOTE 3: This Technote does not mention 8.5x <br /> <br /> 3. I tried to stop the agent with a "Tell amgr cancel" <br /> <img  alt="Image:Allow agents executed using server command &quot;tell amgr run&quot; to be seen..." border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm/content/M4?OpenElement" /><br /> NOTE: It does not know my agent is running. Again, it's expected. <br /> <br /> 4. I shut down the agent manager using "Tell amgr quit" <br /> <img  alt="Image:Allow agents executed using server command &quot;tell amgr run&quot; to be seen..." border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm/content/M5?OpenElement" /><br /> NOTE: Now here's the catch. When shutting down amgr, it knows that my agent was running and completes.  <br />So why does #2 &amp; 3 not know my agent exists, yet #4 does? &nbsp;If they know it's running to shut it down, they have to be able to report on #2 &amp; 3. <br /></blockquote> <br /> <br />So here is the good news, in working with IBM they understand the issue and more importantly, the need. &nbsp;They have created an enhancement request, SPR #<strong>JGIR73JSXW</strong>. <br /> <br />As many of you know, the way to get an SPR through is to get more weight behind it. &nbsp;So please, if you have the need for this, add your name to the enhancement request. <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/allow-agents-executed-using-server-command-tell-amgr-run-to-be-seen....htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Notes Position in Western PA</title>
<pubDate>Wed, 27 Apr 2011 08:53:47 -0400</pubDate>
<description>
<![CDATA[ 
This opportunity was recently passed along to me. If interested contact, Dave Watkins 412-722-0953 dwatkins@jhtechnical.com SUMMARY Lotus Notes Developer - Our client is migrating from Lotus Not ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-position-in-western-pa.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-position-in-western-pa.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-position-in-western-pa.htm</guid>
<content:encoded><![CDATA[ This opportunity was recently passed along to me. &nbsp;If interested contact,  <br />Dave Watkins  <br />412-722-0953 <br /><a href=mailto:dwatkins@jhtechnical.com target=_blank><span style="text-decoration:underline">dwatkins@jhtechnical.com</span></a>  <br /> <br /><blockquote>SUMMARY <br />Lotus Notes Developer -&nbsp; Our client is migrating from Lotus Notes 8.0 to 8.5 and would like to have someone on staff to assist with the process and provide ongoing administration and development support.<br /> plus as it will help them to keep the person busy.<br /> &nbsp;<br /> DESIRED BACKGROUND <br />- Wants someone who has Lotus Notes Administration skills<br /> - Able to handle ongoing maintenance, problem troubleshooting/resolution, light development <br /> - Any networking experience would be a plus <br />&nbsp; <br />This position is contract to hire in Saxonburg, PA.&nbsp;</blockquote>  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-notes-position-in-western-pa.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-position-in-western-pa.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Notes Error: The upgrade you are attempting is not supported</title>
<pubDate>Tue, 12 Apr 2011 15:37:18 -0400</pubDate>
<description>
<![CDATA[ 
We recently encountered this error when trying to upgrade a Lotus Notes client. The upgrade you are attempting is not supported. My Admin did a little research and found this technote on IBM's site ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm</link>
<category>Error Messages</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm</guid>
<content:encoded><![CDATA[ We recently encountered this error when trying to upgrade a Lotus Notes client.  <br /><blockquote>The upgrade you are attempting is not supported. </blockquote> <br /> <br />My Admin did a little research and found this <a href="https://www-304.ibm.com/support/docview.wss?uid=swg21271989"><strong><span style="text-decoration:underline">technote</span></strong></a> on IBM's site. <br /> <br />The fix? &nbsp;Update the ini to the value you need. <br />You can determine if the installation is "Client Only" or "All Client" by checking the "Installtype=" entry of the notes.ini. For a Client Only install, the value will be 6. For All Client, it will be 2. <br /> <br />Hope this tip saves you next time you run into this issue. <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-error-the-upgrade-you-are-attempting-is-not-supported.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Notes Admin opening in WV</title>
<pubDate>Wed, 30 Mar 2011 07:24:00 -0400</pubDate>
<description>
<![CDATA[ 
The Global Messaging &amp; ECM Engineer will be responsible for engineering, maintaining, and supporting the global messaging, collaboration, and enterprise content management solutions at our client. ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-admin-opening-in-wv.htm</link>
<category>Job Postings</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-admin-opening-in-wv.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-admin-opening-in-wv.htm</guid>
<content:encoded><![CDATA[ The Global Messaging &amp; ECM Engineer will be responsible for engineering, maintaining, and supporting the global messaging, collaboration, and enterprise content management solutions at our client. This includes Lotus Notes/Domino e-mail, Lotus Sametime, Lotus Traveller, Blackberry, Axway MailGate, and Microsoft SharePoint.  <br />&nbsp; <br /><strong>Essential duties and responsibilities include:</strong> <br />Engineering and architecture of the global messaging product suites, including acting as the Subject Matter Expert (SME) for one or more technologies.  <br />Creating system designs based on business and technical requirements which are consistent with established architectural standards, cost concerns, schedule constraints, and industry best practices. <br />Perform ongoing research on emerging technologies and industry best practices to identify opportunities to increase operational efficiencies and align with our client&#8217;s IT strategy. <br />Develop detailed system documentation, including technical drawings. <br />Level 3 production support of the collaboration environment. <br />Provide on-call support as part of an on-call rotation.  <br />Provide technical leadership in delivering messaging and collaboration projects and initiatives.  <br />Prioritize and work independently on multiple, varied, assignments. <br />Perform other duties as assigned <br />&nbsp; <br /><strong>KNOWLEDGE</strong>  <br />Expert level technical expertise with messaging and collaboration products and related disciplines. Strong foundational knowledge of interrelated systems such as Windows, Linux, AIX, Networking, SAN, Backups, and Disaster Recovery. Experience working in a team-oriented, collaborative environment. <br />Required experience in all of the following environments to administer and optimize.  <br />Lotus Notes and Domino (8.5.x preferred) <br />Lotus Sametime <br />Gateway/Edge technologies (Axway MailGate preferred) <br />RIM Blackberry <br />Microsoft SharePoint, Symantec Enterprise Vault, Lotus Traveler experience not required, but a plus <br /> <br /><strong>Contact:</strong> <br />Andrew Sigesmund <br /> President <br /> 847.475.9100 (P) <br /> 847.475.9200 (F) <span style="text-decoration:underline"><br /> </span><a href=mailto:ANDREWS@SATTEL2.COM><span style="text-decoration:underline">ANDREWS@SATTEL2.COM</span></a> <span style="text-decoration:underline"><br /> </span><a href="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/file:///C:/Users/russell/AppData/Local/Temp/notesB5FEAF/WWW.AMS-STAFF.COM"><span style="text-decoration:underline">WWW.AMS-STAFF.COM</span></a>   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-notes-admin-opening-in-wv.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-notes-admin-opening-in-wv.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>&#8217;Save as .eml&#8217; will now be an option in Lotus Notes &amp; Domino 8.5.2 fixpack 2</title>
<pubDate>Tue, 22 Mar 2011 14:20:04 -0400</pubDate>
<description>
<![CDATA[ 
stumbled across Schmhen's Blog today and his article on 8.5.2 fixpack 2. One item really stood out as a fix that was wanted by many customers. SPR# DCHR89GT3Q &#8211; Added a policy option to enable admi ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm</guid>
<content:encoded><![CDATA[ &nbsp;stumbled across <a href=http://schmhen.wordpress.com/><strong><span style="text-decoration:underline">Schmhen's Blog</span></strong></a><strong> </strong>today and his article on <a href="http://schmhen.wordpress.com/2011/03/21/lotus-notesdomino-8-5-2-fp2/"><strong><span style="text-decoration:underline">8.5.2 fixpack 2</span></strong></a>. &nbsp;One item really stood out as a fix that was wanted by many customers. <br /> <br /><blockquote>SPR# DCHR89GT3Q &#8211; Added a policy option to enable administrators to enable or restrict the ability for Notes client users to choose &#8220;Save as eml&#8221; under &#8220;File..Save&#8221; options from within an email.</blockquote> <br /> <br />I know for many, this was never even a question. &nbsp;Lotus Notes was just doing something that M$ had done forever. &nbsp;However, for others, it was a big stumbling block. <br /> <br />Either way, I'm happy to see they listened and the option will be there for those that really need it. &nbsp;Thanks IBM! <br /> <br />If you want to read up on the past articles, you can find it <a href="http://blog.sherpasoftware.com/blog/denny-russell/notes-852-allows-you-to-drag-a-mail-message-save-it-as-an-eml-file-my-take"><strong><span style="text-decoration:underline">here</span></strong></a>, <a href="http://www.qtzar.com/blogs/qtzar.nsf/Blog.xsp?entry=1hoe1g2eo8r9c"><strong><span style="text-decoration:underline">here</span></strong></a> and <a href="http://www-10.lotus.com/ldd/nd85forum.nsf/DateAllThreadedWeb/f1deb8d47d2ac11d852577ae0013665e?OpenDocument"><strong><span style="text-decoration:underline">here</span></strong></a>. <br /> <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/save-as-.eml-will-now-be-an-option-in-8.5.2-fixpack-2.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Article published on &#8217;Email Hoarding&#8217;</title>
<pubDate>Tue, 22 Mar 2011 10:00:41 -0400</pubDate>
<description>
<![CDATA[ 
I recently had an article, "Be On The Lookout For Email Hoarders" published by EnterpriseFeatures.com. It was a fun article to write and I even got to plug a few of the advantages of Lotus Notes and ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/article-published-on-email-hoarding.htm</link>
<category>Resources</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/article-published-on-email-hoarding.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/article-published-on-email-hoarding.htm</guid>
<content:encoded><![CDATA[ I recently had an article, "<a href="http://enterprisefeatures.com/2011/03/be-on-the-lookout-for-email-hoarders/"><strong><span style="text-decoration:underline">Be On The Lookout For Email Hoarders</span></strong></a><strong>"</strong> published by <a href="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/"http://enterprisefeatures.com/"><span style="text-decoration:underline">EnterpriseFeatures.com</span></a>. &nbsp;It was a fun article to write and I even got to plug a few of the advantages of Lotus Notes and Domino. &nbsp;Take a read and let me know what you think.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/article-published-on-email-hoarding.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/article-published-on-email-hoarding.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>New IBM books coming from Packt Publishing: Support the authors</title>
<pubDate>Wed, 9 Feb 2011 15:37:01 -0400</pubDate>
<description>
<![CDATA[ 
Most of know the authors of a few of the most recent IBM books. Packt Publishing is offering a special deal this month. To celebrate the publication of four new IBM books in February, Packt Enterpri ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm</link>
<category>Book Reviews</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm</guid>
<content:encoded><![CDATA[ Most of know the authors of a few of the most recent IBM books. &nbsp;<a href=http://www.packtpub.com/><strong><span style="text-decoration:underline">Packt Publishing</span></strong></a> is offering a special deal this month. <br /> <br />To celebrate the publication of four new IBM books in February, Packt Enterprise is offering an exclusive discount for all IBM books for the month. Here is the link which explains it in detail: <a href="http://www.packtpub.com/article/ibm-tuesday" target=_blank><strong><span style="text-decoration:underline">IBM Tuesday</span></strong></a>. In this campaign we'd be focusing on our latest IBM books. <br /><img  alt="Image:New IBM books coming from Packt Publishing: Support the authors" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm/content/M2?OpenElement" /> <p>You, the readers will get to buy the books at a discount of 20%. &nbsp;So go out and support the authors we all know and love and maybe you'll learn a thing or two. &nbsp;If we want them to keep writing, we need to support them.  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/new-ibm-books-coming-from-packt-publishing-support-the-authors.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>So what do you do with ID certification after a migration away from Domino</title>
<pubDate>Tue, 8 Feb 2011 16:17:44 -0400</pubDate>
<description>
<![CDATA[ 
A customer came to me with a very interesting question. They've used our products for years and now are migrating away from Domino to a Hosted Exchange solution. Facts: -- Each User has their own ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm</guid>
<content:encoded><![CDATA[ A customer came to me with a very interesting question. &nbsp;They've used our products for years and now are migrating away from Domino to a Hosted Exchange solution. <br /> <strong><br /> Facts:</strong> <br /> -- Each User has their own archive database currently stored on an archive server. <br /> -- The archives is stored in a .nsf format. <br /> -- The Archive files will not be migrated and the users will be required to open a Lotus Notes client to view them locally on their pc if they need to go back and read any old archived content. <br /> -- Archives will be stored on users laptop/pc. <br /> <strong><br /> The Question:</strong> <em><br /> What do we do about "Certification" of the Notes ID. &nbsp;Some are bound to expire, and all Domino servers will be retired so there is no option to recertify them. &nbsp;So what can we do to ensure they will still be able to access their archives over time?</em> <br /> <br /> The possibilities I've come up with:  <br />1. &nbsp; &nbsp; &nbsp; &nbsp;Recertify with an expiration off in the future. &nbsp;<br /> -- Set it to 50 years and you should be good.  <br />2. &nbsp; &nbsp; &nbsp; &nbsp;I believe you could remove the need for a password so they aren't prompted (but you still would have the cert issue.) <br /> -- This one I don't think is valid.  <br />3. &nbsp; &nbsp; &nbsp; &nbsp;Make the local replica of the archives and make the Default ACL as Manager, that way, they could get into the LN client without an ID and access the database. <br /> -- I'm not sure I like this one as it's not secure and anyone who gets the laptop could read it.  <br /> <br />I've thought of a few items but wanted to lean on everyone to see what others have seen done in this situation. &nbsp;Anyone have any ideas or thoughts??   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/so-what-do-you-do-with-id-certification-after-a-migration-away-from-domino.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotusphere 2011 Wrap-up</title>
<pubDate>Fri, 4 Feb 2011 06:56:39 -0400</pubDate>
<description>
<![CDATA[ 
Another Lotusphere has come and gone and it's different on so many levels. After an 'interesting' OGS, my hopes weren't as high as I had originally thought they would be, but that all changed as the ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-2011-wrap-up.htm</link>
<category>Lotusphere</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-2011-wrap-up.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-2011-wrap-up.htm</guid>
<content:encoded><![CDATA[ Another Lotusphere has come and gone and it's different on so many levels. &nbsp;After an 'interesting' OGS, my hopes weren't as high as I had originally thought they would be, but that all changed as the week went by. &nbsp;It wasn't what was said by any speaker or in any Keynote, but rather the actions of the people who attended. &nbsp;Despite the lack of any big announcements, people had a different attitude this year. &nbsp;They were upbeat and looking forward to the year ahead. Maybe it was the beautiful weather or the fact they were away from work for a few days, but if the product showcase was any indication of what's to come, it looks to be a good year. <br /> <br /> As always, it was nice to meet up with old friends. &nbsp;There were even several, after many years of attending Lotusphere and other conferences, that I finally got to meet in person and it was great. &nbsp;Some where from Pittsburgh, or the author of book I've read (and was supposed to review), or guru's I've traded ideas and code with. &nbsp;People that I had, well, 'Get Social and Do Business' with. &nbsp;The whole theme of this years show is being lived out right now. &nbsp;We've all talked, tweeted and blogged about it. &nbsp;Quite honestly, it's how many of us have met. &nbsp;It's the way we all conduct our daily lives. <br /> <br /> So as the new year officially begins, I look forward to what lies ahead. &nbsp;See you all soon at LS12.   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotusphere-2011-wrap-up.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-2011-wrap-up.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotusphere Day 1: OGS and more</title>
<pubDate>Mon, 31 Jan 2011 23:00:52 -0400</pubDate>
<description>
<![CDATA[ 
The Good: As always, it's great to get down here and meet up with old friends, make new ones and put faces to all those people that we've learned to connect with over the year. Traffic seems to be up ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-day-1-ogs-and-more.htm</link>
<category>Lotusphere</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-day-1-ogs-and-more.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-day-1-ogs-and-more.htm</guid>
<content:encoded><![CDATA[ <strong>The Good: </strong>As always, it's great to get down here and meet up with old friends, make new ones and put faces to all those people that we've learned to connect with over the year. <br />Traffic seems to be up at the booth and there are a lot of people moving around <br />500 College kids were brought in to expose them to the Lotus Brand <br />Beer at the Product Showcase, but isn't beer always good? <br />The opening band, Mass Ensemble  <br />The theme: Get Social. Do Business <br />Blackberry Playbook <br />Kevin Spacey - He was good, genuine and right on the mark of the theme <br /> <br /><strong>The Bad:</strong> <br />Internet connections at the hotel <br />Alistair Rennie &nbsp;asking if there were any Nerds (not a way to start your opening talk) <br />The first demo was of a Blackberry Playbook, not a Lotus product. <br />No major announcements <br /> <br /><strong>The Ugly:</strong> <br />The complete miss on the OGS. &nbsp;Yes above I said the Theme was good. &nbsp;It's a great message, just the wrong audience. &nbsp;We ALL get it. &nbsp;The ones you are trying to "Sell" this too are back in the offices in charge not sitting here. <br />1 hour 20 minutes + of the OGS and until the first demo <br />500 college students who you want to engage your software and message and you missed the boat to excite them. <br />2 Customer panels - 1 was bad enough, but never once did they mention the IBM product they used. For all we know, they may not be. <br />Panelist reading from the tele-prompter. <br /> <br />Overall, I thought message was the same one I saw last year with Project Vulcan. &nbsp;I never expected PV to be a product, it appeared as a vision which is great. &nbsp;But when we got to the demo Notes Next, it was like the same thing I remember last year. &nbsp;We are going to connect your email and everything else.  <br />  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotusphere-day-1-ogs-and-more.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotusphere-day-1-ogs-and-more.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotus Domino 7.0x End of Life</title>
<pubDate>Wed, 26 Jan 2011 10:32:29 -0400</pubDate>
<description>
<![CDATA[ 
I blogged about this a long time ago here, but just wanted to remind everyone that the End of life for Domino 7.0x is coming up soon. Honestly, if you are still on this release, what is wrong ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm</guid>
<content:encoded><![CDATA[ I blogged about this a long time ago <a href="http://lotusdr.com/LotusDR/LotusDR.nsf/dx/end-of-life-for-some-domino-versions.htm"><strong><span style="text-decoration:underline">here</span></strong></a>, but just wanted to remind everyone that the End of life for Domino 7.0x is coming up soon. <br /> <blockquote> <br /> <img  alt="Image:Lotus Domino 7.0x End of Life" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm/content/M2?OpenElement" /><br /> <img  alt="Image:Lotus Domino 7.0x End of Life" border="0" src="http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm/content/M3?OpenElement" /><br /> </blockquote> <br /> <br /> Honestly, if you are still on this release, what is wrong with you?? &nbsp;Even if you haven't gone to 8.5x, you should be on 8.0x. &nbsp;You are missing out. <br /> <strong><br /> Lotus product lifecycle dates</strong> can be found <a href="http://www-01.ibm.com/software/lotus/support/lifecycle/"><strong><span style="text-decoration:underline">here</span></strong></a>.   ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/lotus-domino-7.0x-end-of-life.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/lotus-domino-7.0x-end-of-life.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Once again, the Domino Upgrade is as easy as 1-2-3</title>
<pubDate>Tue, 18 Jan 2011 14:21:25 -0400</pubDate>
<description>
<![CDATA[ 
Because of all the other things I've had going on recently, I haven't been able to upgrade to 8.5.2 or the Traveler release that supports Android. Last night was finally my night. 3 servers were on ...
 ]]>
</description>
<link>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm</link>
<category>Domino</category>
<dc:creator>Denny Russell</dc:creator>
<comments>http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm</guid>
<content:encoded><![CDATA[ Because of all the other things I've had going on recently, I haven't been able to upgrade to 8.5.2 or the Traveler release that supports Android. &nbsp;Last night was finally my night. <br /> <br />3 servers were on tap for the upgrade. &nbsp;That included upgrading from 8.5.1 to 8.5.2 with a fixpack. &nbsp;1 server would have Traveler upgraded as well and appropriate fixpacks. All 3 servers were done in no time. &nbsp;I realized something in the end, it took me longer to copy the Traveler fixpacks to the server (as I forgot to do so during my initial Pre-upgrade routine) than it did to actually upgrade the Domino servers. <br /> <br />Seriously, it's that easy. &nbsp;No rip and replace. &nbsp;No user or mail file rebuilds. &nbsp;Just bring down the server, launch the .exe and away we go. <br /> <br />Let's see you do that with the 'other' email system. <br /> <br />Once again, Lotus Notes Domino for the WIN!!  ]]></content:encoded>
<wfw:commentRss> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dxcomments/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm</wfw:commentRss>
<wfw:comment> http://www.lotusdr.com/lotusdr/lotusdr.nsf/dx/once-again-the-domino-upgrade-is-as-easy-as-1-2-3.htm?opendocument&amp;comments</wfw:comment>
</item>
</channel></rss>

