<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lotus Nation :: LotusNotesDomino.com &#187; Domino</title>
	<atom:link href="http://lotusnotesdomino.com/tags/domino/feed/" rel="self" type="application/rss+xml" />
	<link>http://lotusnotesdomino.com</link>
	<description>News, views and marketplace for the Lotus Community</description>
	<lastBuildDate>Wed, 02 Jun 2010 21:52:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XPages and Lotus Notes</title>
		<link>http://lotusnotesdomino.com/2009/07/xpages-and-lotus-notes/</link>
		<comments>http://lotusnotesdomino.com/2009/07/xpages-and-lotus-notes/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 02:02:58 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Lotus Notes News]]></category>
		<category><![CDATA[8.5]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Designer]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[XPages]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=87</guid>
		<description><![CDATA[Some of you have heard about XPages, but then again, some of you have not.  But for those who have never heard of an XPage, Intranet Journal recently described its benefits and advantages when you&#8217;re writing an application.
XPages are a new design element within Domino Designer on Eclipse 8.5.  This design element is a new way [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/fig28.jpg"><img class="alignright size-medium wp-image-88" title="fig28" src="http://lotusnotesdomino.com/cms/wp-content/uploads/fig28-300x225.jpg" alt="fig28" width="300" height="225" /></a>Some of you have heard about XPages, but then again, some of you have not.  But for those who have never heard of an XPage, <a href="http://www.intranetjournal.com/articles/200907/ij_07_17_09a.html" target="_blank">Intranet Journal</a> recently described its benefits and advantages when you&#8217;re writing an application.</p>
<p>XPages are a new design element within Domino Designer on Eclipse 8.5.  This design element is a new way to display data in a Domino web app, and it separates the design of the page from the data within your app.  Thus, you can bind various data sources to your XPage.  Multiple existing forms and views can be bound to the page, and you can then use that data on the page in question.</p>
<p>Plus, surfacing a view through an XPage allows you to make it look a lot more modern.  The difference between XPages and the traditional default view can be seen when you look at tabbed tables, as it allows you to see contents of each tab without the reload of a page.  This can make your app seem to run a lot better to end-users.</p>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/07/xpages-and-lotus-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make an RSS Feed in Lotus Notes 8</title>
		<link>http://lotusnotesdomino.com/2009/07/make-an-rss-feed-in-lotus-notes-8/</link>
		<comments>http://lotusnotesdomino.com/2009/07/make-an-rss-feed-in-lotus-notes-8/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 01:00:03 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Lotus Notes News]]></category>
		<category><![CDATA[8]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=79</guid>
		<description><![CDATA[Ever wonder how you could make an RSS feed application in Lotus Notes/Domino?  Well, thanks to Ali Ahmad, there&#8217;s an easy solution.
In the Lotus Notes View, the following tags make up the structure of each item/row in the RSS Feed: item tag, link tag, description, publish date, author.  The overall idea is to have each [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/rss.png"><img class="alignright size-medium wp-image-80" title="rss" src="http://lotusnotesdomino.com/cms/wp-content/uploads/rss-250x300.png" alt="rss" width="250" height="300" /></a>Ever wonder how you could make an RSS feed application in Lotus Notes/Domino?  Well, thanks to <a href="http://searchdomino.techtarget.com/tip/0,289483,sid4_gci1361006_mem1,00.html" target="_blank">Ali Ahmad</a>, there&#8217;s an easy solution.</p>
<p>In the Lotus Notes View, the following tags make up the structure of each item/row in the RSS Feed: item tag, link tag, description, publish date, author.  The overall idea is to have each document that&#8217;s created in Notes render its values as XML tags to generate RSS feed items.  But, you&#8217;ll need to make sure that the view property &#8220;Treat view contents as HTML&#8221; is enabled.</p>
<p>This application works in Lotus Notes 8 and higher, as well as Internet Explorer 6.  For more on the formulas that are used, click <a href="http://searchdomino.techtarget.com/tip/0,289483,sid4_gci1361006_mem1,00.html" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/07/make-an-rss-feed-in-lotus-notes-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New System for Archiving Emails</title>
		<link>http://lotusnotesdomino.com/2009/07/new-system-for-archiving-emails/</link>
		<comments>http://lotusnotesdomino.com/2009/07/new-system-for-archiving-emails/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 01:43:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Lotus Notes News]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[archiving]]></category>
		<category><![CDATA[Dexmar]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[E2M]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[UK National Archives]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=75</guid>
		<description><![CDATA[Yesterday morning, Dexmar Ltd announced the release of a collaborative email archiving solution for Lotus Notes and Domino.  Named Dexmar E2M, the system enables organizations to manage emails using defined business processes.  This process is quite extensive as it not only determines what is archived and how it is indexed, it also considers how long [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/screens.png"><img class="alignright size-medium wp-image-76" title="screens" src="http://lotusnotesdomino.com/cms/wp-content/uploads/screens-300x267.png" alt="screens" width="300" height="267" /></a>Yesterday morning, Dexmar Ltd <a href="http://www.prlog.org/10280132-dexmar-e2m-next-generation-email-archiving-for-lotus-notes-and-domino.html" target="_blank">announced the release</a> of a collaborative email archiving solution for Lotus Notes and Domino.  Named Dexmar E2M, the system enables organizations to manage emails using defined business processes.  This process is quite extensive as it not only determines what is archived and how it is indexed, it also considers how long the mail is retained based on its value to the business.</p>
<p>Dexmar also claims that once organizations have implemented their system, they will store less email data and retain it for a shorter period of time.  This will reduce the cost of managing email data, and by ensuring these companies only store necessary business information, legal and compliance risk can also be reduced.</p>
<p>So far, Dexmar E2M has already been approved by the UK National Archives, which can provide some reassurance that this system uses good practices for records management.</p>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/07/new-system-for-archiving-emails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Notes Meets PDF</title>
		<link>http://lotusnotesdomino.com/2009/07/lotus-notes-meets-pdf/</link>
		<comments>http://lotusnotesdomino.com/2009/07/lotus-notes-meets-pdf/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 01:42:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Lotus Notes News]]></category>
		<category><![CDATA[converter]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[documents]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[end-users]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[SWING]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=70</guid>
		<description><![CDATA[In a press release, SWING Software has announced the release of SWING PDF Converter for Lotus Notes.  This converter will enable Notes users and developers to export documents and emails into standard PDF format.  By converting Lotus Notes documents to PDF, individuals will be able to share, archive, or print their documents via the web.
This [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/lotus-notes-to-pdf.jpg"><img class="alignright size-full wp-image-71" title="lotus-notes-to-pdf" src="http://lotusnotesdomino.com/cms/wp-content/uploads/lotus-notes-to-pdf.jpg" alt="lotus-notes-to-pdf" width="238" height="156" /></a>In a <a href="http://news.yahoo.com/s/prweb/20090706/bs_prweb/prweb2609454" target="_blank">press release</a>, SWING Software has announced the release of SWING PDF Converter for Lotus Notes.  This converter will enable Notes users and developers to export documents and emails into standard PDF format.  By converting Lotus Notes documents to PDF, individuals will be able to share, archive, or print their documents via the web.</p>
<p>This new software doesn&#8217;t require client side installation of a printer driver or DLL files.  In fact, the converter is very easy to use for end-users, as a PDF icon is added to the Lotus Notes toolbar.  This allows users to covert one or more Notes documents or emails, and the user experience is fully customizable.</p>
<p>Additionally, LotusScript API is provided so that developers can create server-based agents which can produce PDF files unattended.  Develop<a href="http://lotusnotesdomino.com/cms/wp-content/uploads/lotus-notes-to-pdf.jpg"></a>ers can also enhance the out-of-the-box toolbar functionality, or grab the PDF converter libraries and insert them into any Notes or Domino application.</p>
<p>Lastly, SWING PDF Converter greatly simplifies email archiving capabilities, by producing PDF packages from any email or document collection.  For more info, visit <a href="http://us.rd.yahoo.com/dailynews/prweb/bs_prweb/storytext/prweb2609454/32605530/SIG=11l2rh4r4/*http://www.swingsoftware.com/pdf-converter/overview"><span id="lw_1246868477_6">http://www.swingsoftware.com/pdf-converter/overview</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/07/lotus-notes-meets-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Notes 8.0.2 May Contain Password Bug</title>
		<link>http://lotusnotesdomino.com/2009/07/lotus-notes-8-0-2-may-contain-password-bug/</link>
		<comments>http://lotusnotesdomino.com/2009/07/lotus-notes-8-0-2-may-contain-password-bug/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 00:05:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Lotus Notes News]]></category>
		<category><![CDATA[8.0.2]]></category>
		<category><![CDATA[8.5]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=66</guid>
		<description><![CDATA[Some recent news was recently came from the Lotus Notes Domino World, as it appears as if there is a bug in Lotus Notes 8.0.2.
According to Ruddigkeit.net, if you have &#8220;password checking&#8221; enabled or use a password policy in Domino, Lotus Notes remembers the last 50 passwords you used to protect the Notes ID file.  [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/computer_bug.jpg"><img class="alignright size-medium wp-image-67" title="computer_bug" src="http://lotusnotesdomino.com/cms/wp-content/uploads/computer_bug-300x225.jpg" alt="computer_bug" width="300" height="225" /></a>Some recent news was recently came from the Lotus Notes Domino World, as it appears as if there is a bug in Lotus Notes 8.0.2.</p>
<p>According to <a href="http://www.ruddigkeit.net/?p=549" target="_blank">Ruddigkeit.net</a>, if you have &#8220;password checking&#8221; enabled or use a password policy in Domino, Lotus Notes remembers the last 50 passwords you used to protect the Notes ID file.  If you try to use one of these passwords you will get the error &#8220;You have used this password before.  Please choose a new one.&#8221;</p>
<p>But in Lotus Notes 8.0.2 there is a reproducible bug with this function, as you will always get the message, &#8220;Your password change succeeded!&#8221;  By not receiving the message that the password was changed or already used, it can confuse a user who tries to log in the following day.</p>
<p>But, it appears as if the bug is fixed in version 8.5.</p>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/07/lotus-notes-8-0-2-may-contain-password-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM Unveils Lotus Notes Diagnostic</title>
		<link>http://lotusnotesdomino.com/2009/07/ibm-unveils-lotus-notes-diagnostic/</link>
		<comments>http://lotusnotesdomino.com/2009/07/ibm-unveils-lotus-notes-diagnostic/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 23:12:47 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Diagnostic]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Support Assistant]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[workbench]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=62</guid>
		<description><![CDATA[Recently, IBM released Lotus Notes Diagnostic which can be used as an add-on for your IBM Support Assistant workbench.  But, what exactly is Lotus Notes Diagnostic?
According to IBM, Lotus Notes Diagnostic is &#8220;an unsupported utility that you can download and use to automatically perform repetitive taks associated with anaylzying files from a Lotus Domino server [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/IBM.jpg"><img class="alignright size-medium wp-image-63" title="IBM" src="http://lotusnotesdomino.com/cms/wp-content/uploads/IBM-300x225.jpg" alt="IBM" width="300" height="225" /></a>Recently, IBM released Lotus Notes Diagnostic which can be used as an add-on for your IBM Support Assistant workbench.  But, what exactly is Lotus Notes Diagnostic?</p>
<p>According to IBM, Lotus Notes Diagnostic is &#8220;an unsupported utility that you can download and use to automatically perform repetitive taks associated with anaylzying files from a Lotus Domino server crash, hang, or performance issues.&#8221;</p>
<p>But that&#8217;s not all, as Lotus Notes Diagnostic runs on Windows.  Yet, it can analyze Domino server files from any platform.  It should also be noted that Lotus Notes clients version 5 and above are supported.</p>
<p>For the latest version of this tool, <a href="http://www-01.ibm.com/support/docview.wss?rs=0&amp;q1=%2b1272213&amp;uid=swg21272213&amp;loc=en_US&amp;cs=utf-8&amp;cc=us&amp;lang=all" target="_blank">click here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/07/ibm-unveils-lotus-notes-diagnostic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Notes 8.5.1 Contains iPhone Support</title>
		<link>http://lotusnotesdomino.com/2009/07/lotus-notes-8-5-1-contains-iphone-support/</link>
		<comments>http://lotusnotesdomino.com/2009/07/lotus-notes-8-5-1-contains-iphone-support/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 23:36:40 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Lotus Notes News]]></category>
		<category><![CDATA[8.5.1]]></category>
		<category><![CDATA[ActiveSync]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes Traveler]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=57</guid>
		<description><![CDATA[Recently, 73% of iPhone users stated that they did not see their device as a business tool.  While Apple&#8217;s reaction to this news remains unclear, IBM has actually stepped in to curb that public sentiment.  Last month, IBM unveiled the beta availability of Lotus Notes and Domino 8.5.1 software.  According to Geek.com, iPhone users have already [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/lotus_notes_on_iphone.jpg"><img class="alignright size-medium wp-image-59" title="lotus_notes_on_iphone" src="http://lotusnotesdomino.com/cms/wp-content/uploads/lotus_notes_on_iphone-300x274.jpg" alt="lotus_notes_on_iphone" width="300" height="274" /></a>Recently, 73% of iPhone users stated that they did not see their device as a business tool.  While Apple&#8217;s reaction to this news remains unclear, IBM has actually stepped in to curb that public sentiment.  Last month, IBM unveiled the beta availability of Lotus Notes and Domino 8.5.1 software.  According to <a href="http://www.geek.com/articles/apple/ibm-announces-lotus-notes-851-beta-with-iphone-push-support-20090513/" target="_blank">Geek.com</a>, iPhone users have already had access to Notes through IBM&#8217;s Lotus iNotes ultra-light mode.  However, this new version supports Exchange ActiveSync which allows for real-time updates of mail, calender and contacts from remote servers.</p>
<p>In addition to making these new features available on the iPhone, IBM recently began development practices that incorporate social media.  They have been utilizing &#8220;blogs and Twitter to collect and make hundreds of refinements suggested by people who want to work smarter.&#8221;  These new features, which include refinements to search and ways to edit messages, are now present on desktop software and some are even available on the iPhone.</p>
<p>IBM has previously worked with Nokia and Samsung to bring Lotus Notes Traveler support to smart phone customers.  They are currently working with AT&amp;T, Spring, Verizon Wireless, and Orange in order to keep expanding Lotus Notes.</p>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/07/lotus-notes-8-5-1-contains-iphone-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing BlackBerry Enterprise Server on Your Domino Server?  Then Read These Tips&#8230;</title>
		<link>http://lotusnotesdomino.com/2009/06/installing-blackberry-enterprise-server-on-your-domino-server-then-read-these-tips/</link>
		<comments>http://lotusnotesdomino.com/2009/06/installing-blackberry-enterprise-server-on-your-domino-server-then-read-these-tips/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 00:47:15 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=47</guid>
		<description><![CDATA[Wondering how you can install BlackBerry Enterprise Server on a Lotus Notes Domino system?  Well, Michael Kinder recently wrote of eight great practices that will help to keep your BlackBerry Enterprise Server and Lotus Notes Domino system running smoothly.

Is the Domino server running the BlackBerry Enterprise Server software either in the LocalDomainServers group or another part [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/blackberry-lotus-notes.jpg"><img class="alignright size-medium wp-image-48" title="blackberry-lotus-notes" src="http://lotusnotesdomino.com/cms/wp-content/uploads/blackberry-lotus-notes-206x300.jpg" alt="blackberry-lotus-notes" width="206" height="300" /></a>Wondering how you can install BlackBerry Enterprise Server on a Lotus Notes Domino system?  Well, <a href="http://searchdomino.techtarget.com/tip/0,289483,sid4_gci1269929_mem1,00.html" target="_blank">Michael Kinder</a> recently wrote of eight great practices that will help to keep your BlackBerry Enterprise Server and Lotus Notes Domino system running smoothly.</p>
<ol>
<li>Is the Domino server running the BlackBerry Enterprise Server software either in the LocalDomainServers group or another part of the standard server organizational unit?  If so, add the the Lotus Domino server to a group called &#8220;BlackBerry Admins.&#8221;  Then, this group can be used to access control list needs.</li>
<li>If your Lotus Domino server running the BES software is configured as specified as above, maker sure that all Local Domain servers are set to &#8220;Run unrestricted methods and operations&#8221; on the server document.  The BlackBerry Enterprise Server will not work well without these settings.</li>
<li>Add BES task to the ServerTasks line in the notes.ini file of the Lotus Domino server running the BlackBerry Enterprise Server.  You could also configure Domino to load the BES task using a program document instead of creating a direct reference in notes.ini.  If not added to the ServerTasks line or in a program document, the admin needs to launch BES manually from the console each time the server is restarted by using &#8220;load BES&#8221; at the console.</li>
<li>In the user-state databases, make sure the special BlackBerry Admin group you set up is in the ACL with &#8220;Manager&#8221; rights.  Members of the BlackBerry Admin group need &#8220;Manager&#8221; access so they can update the ACL, delete the database should the user be removed from the system, and also perform any other maintenance that might be necessary.</li>
<li>If not using roaming profiles, user mail files should be configured using the Domino Web Access mail template in order for Personal Information Management synchronization to work properly.</li>
<li>If a profile database becomes corrupt, delete the database and restart Domino Server to recreate the profile database from the Microsoft SQL Server info.</li>
<li>Be sure that port 3103 (TCP) is open on the firewall for outbound initiated BlackBerry messages.</li>
<li>Lastly, be sure to enable database pruning on BlackBerry.  This keeps the size of the user state databases in check, as it selects 20 users and tries to remove documents in the state databases in 20 minutes.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/06/installing-blackberry-enterprise-server-on-your-domino-server-then-read-these-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus &#8216;Road Shows&#8217; in Saudi Arabia</title>
		<link>http://lotusnotesdomino.com/2009/06/lotus-road-shows-in-saudi-arabia/</link>
		<comments>http://lotusnotesdomino.com/2009/06/lotus-road-shows-in-saudi-arabia/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 01:46:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Lotus Notes News]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Saudi Arabia]]></category>
		<category><![CDATA[SBM]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=38</guid>
		<description><![CDATA[After unprecedented growth over the last 16 quarters, and 145 million users worldwide, one would think that those in charge of IBM Lotus Notes and Domino may be tempted to rest on their laurels.  But such is not the case as Saudi Business Machines (SBM), the marketing and service representatives of IBM in Saudi Arabia, organized road shows [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/SBM-IBM.jpg"><img class="alignright size-medium wp-image-39" title="SBM-IBM" src="http://lotusnotesdomino.com/cms/wp-content/uploads/SBM-IBM-300x196.jpg" alt="SBM-IBM" width="300" height="196" /></a>After unprecedented growth over the last 16 quarters, and 145 million users worldwide, one would think that those in charge of IBM Lotus Notes and Domino may be tempted to rest on their laurels.  But such is not the case as Saudi Business Machines (SBM), the marketing and service representatives of IBM in Saudi Arabia, organized road shows in their country to focus on IBM&#8217;s Lotus software.  Named &#8220;Lotusphere Comes to You,&#8221; these road shows showcased the latest collaborative software solutions from Lotus to make business collaboration easier, according to <a href="http://www.tmcnet.com/usubmit/2009/06/20/4236069.htm" target="_blank">TMCnews</a>.</p>
<p>The shows also illustrated the entire range of Lotus products from IBM, which empower businesses and end users through the sharing of information in a team space.  They also focused on the use of the latest Web 2.0 based tools such as blogs and Wikis.  As the Lotus Software brand leader at SBM, Nazeer Aval, said:</p>
<blockquote><p>In challenging economic times, the ability to collaborate with colleagues, partners and customers from around the world is a financial necessity.  With the latest versions of Lotus collaborative product portfolio, SBM/IBM is helping businesses save money and time by lowering TCO and identify ROI benefits quickly and easily.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/06/lotus-road-shows-in-saudi-arabia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Notes Domino Agents by Text Messages</title>
		<link>http://lotusnotesdomino.com/2009/06/run-notes-domino-agents-by-text-messages/</link>
		<comments>http://lotusnotesdomino.com/2009/06/run-notes-domino-agents-by-text-messages/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 22:01:59 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Lotus Notes News]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[terminate]]></category>
		<category><![CDATA[Text Message]]></category>

		<guid isPermaLink="false">http://lotusnotesdomino.com/?p=32</guid>
		<description><![CDATA[One innovative way to tell when critical agents terminate abruptly is by utilizing text messages on cell phones.  According to Doug Burns, you can enter your cell phone number as an email address, which will allow you to receive a text message on your phone when an agent terminates.  Conversely, you can correct terminating agents by [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://lotusnotesdomino.com/cms/wp-content/uploads/text-message.jpg"><img class="alignright size-medium wp-image-33" title="text-message" src="http://lotusnotesdomino.com/cms/wp-content/uploads/text-message-223x300.jpg" alt="text-message" width="223" height="300" /></a>One innovative way to tell when critical agents terminate abruptly is by utilizing text messages on cell phones.  According to <a href="http://searchdomino.techtarget.com/tip/0,289483,sid4_gci1359336_mem1,00.html?track=sy189" target="_blank">Doug Burns</a>, you can enter your cell phone number as an email address, which will allow you to receive a text message on your phone when an agent terminates.  Conversely, you can correct terminating agents by setting up a mail-in database to receive a text message and trigger the agent.</p>
<p>But, in order to use text messages this way you need to create a mail file that is associated with a mail-in database.  Also, you need to create an agent that runs when new mail arrives.  Then send a text message to the address of the mail-in database and give it a code or one-word name in the body.  The agent receives this text and then uses it to restart or run the agent.</p>
<p>For more information, visit <a href="http://searchdomino.techtarget.com/tip/0,289483,sid4_gci1359336_mem1,00.html?track=sy189" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lotusnotesdomino.com/2009/06/run-notes-domino-agents-by-text-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
