<?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>labs.groupwave &#187; Groupwave</title>
	<atom:link href="http://labs.groupwave.be/index.php/category/groupwave/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.groupwave.be</link>
	<description>Lotus, PhP, J2EE Technology Partner</description>
	<lastBuildDate>Thu, 06 Oct 2011 11:54:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Purge Interval Replication Control (PIRC) prevents unwanted replication of deleted documents</title>
		<link>http://labs.groupwave.be/index.php/2011/10/06/purge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents/</link>
		<comments>http://labs.groupwave.be/index.php/2011/10/06/purge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 11:54:46 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[Lotus]]></category>
		<category><![CDATA[Lotus Notes]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=372</guid>
		<description><![CDATA[A new feature in 8.5.3 Purge Interval Replication Control (PIRC) is a new replication setting which is designed to prevent old documents which may have been deleted from replicating back into a database after their deletion stubs have been purged. This problem has been encountered by many customers. The most common case occurs when an [...]]]></description>
			<content:encoded><![CDATA[<p>A new feature in 8.5.3</p>
<div>
<p>Purge Interval Replication Control (PIRC) is a new replication setting which is designed to prevent old documents which may have been deleted from replicating back into a database after their deletion stubs have been purged. This problem has been encountered by many customers. The most common case occurs when an old version of a NAB (Domino Directory) is brought back online after several months or years. When this occurs, previously deleted person documents, group documents, server documents, and other design elements can replicate back into the environment because the deletion stubs have already been purged. PIRC prevents these documents from replicating back into the environment.</p>
<p><strong>How PIRC Works</strong><br />
PIRC prevents documents from replicating back in two ways. The first is by modifying the &#8216;since time&#8217; used by the replicator. If the server that is initiating the replication is release 8.5.3 and therefore PIRC-aware, then the algorithm to determine which documents qualify for replication has been changed to use the later of the PIRC date or the Since time contained in the replication history. This prevents the older documents from being replicated. Also, a DDM event is generated showing the number of documents skipped by PIRC.</p>
<p>The second way in which PIRC prevents older documents from replicating in is by stopping the documents from being added to the database via NoteUpdate. This method occurs when a non-PIRC aware server is pushing older documents to the PIRC-aware server. In this case, NoteUpdate code will compare the SequenceTime of the document to the PIRC date. If the document is older, a DDM event will be logged and the document will be rejected. Note that the source server is unaware that the document was rejected. Therefore its logs will show that all documents were successfully replicated. However, the PIRC server will log the server name and the documents that were rejected, thus allowing the administrator to track down old replicas of the database and remove them from the environment.</p>
<p>PIRC keys off the Cutoff date of a database. The cutoff date is the date when purge last ran. Purge is the process which removes deletion stubs from a database. Purge runs at one-third of the purge interval. So if the purge interval is set to 90 days, then a database may have deletion stubs up to 120 days old. Therefore PIRC will use this date to prevent documents older than this date from replicating into the database. If the cutoff date is not set in a database, which happens when replication history is cleared, the current date minus the purge interval is used.</p>
<p><strong>Enabling PIRC</strong><br />
There are three ways to enable PIRC on a database<strong>:</strong></p>
<p>1) For an individual database, the property can be set via the Replication Options dialog box under the Space Savings tab. A check box has been added to enable/disable the feature.</p>
<p>2) You can implement PIRC through compact. Compact &#8216;-PIRC On&#8217; and &#8216;-PIRC Off&#8217; will toggle the option. This can be used to enable or disable PIRC on multiple databases with one command. Note: This does nothing to existing documents in the database &#8211; for example, it will not remove older documents as the &#8220;Remove documents not modified in the last N days&#8221; replication setting does when the check box is enabled.</p>
<p>3) You can set PIRC through the database options settings in the Administration Client. This also allows an administrator to set PIRC on multiple databases simultaneously.</p>
<p><strong>Considerations Before Enabling PIRC </strong><br />
Before enabling PIRC you must make sure that all the documents you expect to replicate in, have replicated in. The design of PIRC blocks documents older than the cutoff date from replicating into the database. Therefore you must take care that the database has replicated with all the replicas in the environment. This is especially important if some of the replicas are partial.</p>
<p><strong>Overriding PIRC</strong><br />
A replica process NOPIRC switch has been added to the replication task to temporarily overrride the PIRC setting without having to disable it. This is useful if there is ever the need to synchronize two replicas of a database but you do not want to expose the database to other replicas in the environment. The &#8216;-NOPIRC&#8217; switch tells the replicator to override PIRC. Note that you must be an administrator of the server or be allowed to create new replicas on the server in order to use the NOPIRC switch. This includes the server in the case of a PUSH. Also the NOPIRC switch overrides the replication history by setting the since time to zero. This way when the NOPIRC switch is used, a full replication is done between the two databases bringing them into sync without exposing either databases to other replicas in the environment.</p>
<p><strong>Design/Replace Considerations</strong><br />
With PIRC enabled on a database, special care is needed in order to push out design changes, because templates tend to contain design elements that do not change over a long period of time. Once these design elements are older than the Purge Interval, PIRC would block them from replicating. In order to avoid this problem, the Design Modification TimeDate was added to the database. This time/date is updated in the database whenever design refresh or replace is run, and it actually modifies one or more design elements. PIRC compares this time to the PIRC time and if it is newer, PIRC will allow all non-data notes to replicate into the destination database. This will allow a new design or newly modified design elements to replicate out through the environment even if PIRC is enabled on the databases.</p>
<p><strong>DDM Events and PIRC</strong><br />
When PIRC blocks a note that is being pushed from a non-PIRC server, a Replication DDM event is created.</p>
<p><tt>"PIRC Warning: Replicator skipped &lt;x&gt; data document(s) in &lt;database name&gt; from &lt;server name&gt;"</tt></p>
<p>PIRC will also generate a DDM even when the replicator skips documents that qualified in the search formula. This is an indication that another replica of the database is attempting to push old data into the database. The following events will be seen in DDM under Replication:</p>
<p><tt>"PIRC Warning: Replicator skipped &lt;x&gt; data document(s) in &lt;database name&gt; from &lt;server name&gt;"</tt><br />
<tt>"PIRC Warning: Replicator skipped &lt;x&gt; non-data document(s) in &lt;database name&gt; from &lt;server name&gt;"</tt></p>
<p>A replication DDM event will also be logged when someone issues a replication command with the -n, no pirc, switch.</p>
<p><tt>"PIRC override for DB &lt;database name&gt;"</tt></p>
<p><strong>Fixup Changes Related to PIRC</strong></p>
<p>Changes were made to fixup to help with the scenario where a corrupted document is found and deleted with no deletion stub. This is the common practice of fixup in order to allow a good copy of this note to replicate in from another replica. Along with deleting the document, fixup would also clear the replication history to allow a full search to occur in order to find these documents on next replication. With a PIRC enabled database, this procedure would no longer work if the documents modified time is older than the PIRC interval.</p>
<p>In order to solve this problem fixup was modified to no longer clear the replication history in this case. Fixup will now put the UNID of the deleted document onto a list contained in a special object in the database. Then when the next scheduled replication occurs, if this list exists, these documents are added to the list of documents to replicate, allowing replication to recover these deleted documents while not having to clear the history. PIRC will also allow these documents to replicate into the database even if they are older than the PIRC date. A DDM event is generated when a document is deleted from a database and its UNID is added to this list. UNID&#8217;s will remain on this list only until the are replicated back in or they have been on the list for longer than the PIRC interval. In either case, when they are removed from the list another DDM event is generated.</p>
<p>New DDM Messages related to fixup:</p>
<p><tt>"Warning: Fixup purged corrupt document UNID (:) from testserver/IBM"</tt></p>
<p><tt>"Warning: Replication restored document UNID (:) from testserver/IBM"</tt></p>
<p><tt>"Warning: Replication did not restore corrupt document, time expired, UNID (:) from testserver/IBM"</tt></p>
<p><strong>Debugging PIRC</strong></p>
<p>If you require more information about exactly what PIRC is doing, you can set the DEBUG_REPL_PIRC notes.ini setting. Setting it to a value of 1 will display information about the PIRC date and summary information of the notes that PIRC blocked. Setting it to a value of 2 or greater will display information about the individual notes that PIRC is blocking. It displays whether the notes are data or non-data or if they are deletions as well as their UNIDs..</p>
<p><strong>Common Questions Related to PIRC</strong></p>
<p><strong>Q.</strong> How do I protect a database from replicating in documents that were deleted years ago when an old server or an old copy of a database is brought online?</p>
<p><strong>A.</strong> Enable PIRC on all replicas of the database in your environment you want to protect.</p>
<p><strong>Q.</strong> I am pushing a database from an 8.52 server to an 8.53 server where the database has PIRC enabled. I see the error &#8220;Error Invalid Document&#8221; on the server&#8217;s log.</p>
<p><strong>A</strong>. With PIRC enabled on the destination server, documents older than the PIRC data will be rejected and a DDM event will be logged. The error is returned to the server but it is an error that the replicator will ignore. So the replicator will continue to replicate the entire database. Note that this error is only displayed on the server console when the notes.ini parameter DEBUG_REPL is set.</p>
<p><strong>Q.</strong> I want to enable PIRC on several databases on a server. What is the best way to do that?</p>
<p><strong>A.</strong> There are two ways to do this. You can either use the administration client and set the option using the advanced options tool, or create an indirect file containing the list of databases on which you want to enable PIRC. Then use the compact -PIRC on command and pass it the indirect file.</p>
<p><strong>Q,</strong> How do I easily tell which databases on a server are PIRC enabled?</p>
<p><strong>A.</strong> You can use the &#8216;show directory&#8217; command at the server console. A column has been added to the output for PIRC. Also the &#8216;show directory -pirconly&#8217; command will list only PIRC-enabled databases.</p>
<p><strong>Related Technotes</strong></p>
<p><a href="https://www-304.ibm.com/support/docview.wss?rs=0&amp;uid=swg21098733">http://www-01.ibm.com/support/docview.wss?rs=0&amp;uid=swg21098733</a></p>
<p><a href="https://www-304.ibm.com/support/docview.wss?rs=475&amp;context=SSKTWP&amp;context=SSKTMJ&amp;dc=DB520&amp;q1=documents+and+replication+and+old&amp;uid=swg21225071&amp;loc=en_US&amp;cs=utf-8&amp;lang=en">http://www-01.ibm.com/support/docview.wss?rs=475&amp;context=SSKTWP&amp;context=SSKTMJ&amp;dc=DB520&amp;q1=documents+and+replication+and+old&amp;uid=swg21225071&amp;loc=en_US&amp;cs=utf-8&amp;lang=en</a></p>
</div>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F&amp;title=Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Purge+Interval+Replication+Control+%28PIRC%29+prevents+unwanted+replication+of+deleted+documents+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F10%2F06%2Fpurge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/10/06/purge-interval-replication-control-pirc-prevents-unwanted-replication-of-deleted-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domino 8.5.2 fixpack 3 iNotes error</title>
		<link>http://labs.groupwave.be/index.php/2011/07/22/domino-8-5-2-fixpack-3-inotes-error/</link>
		<comments>http://labs.groupwave.be/index.php/2011/07/22/domino-8-5-2-fixpack-3-inotes-error/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 12:40:18 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[domino]]></category>
		<category><![CDATA[fixpack]]></category>
		<category><![CDATA[inotes]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=355</guid>
		<description><![CDATA[IBM recently released a new fixpack for Lotus Domino 8.5.2: fixpack 3. Today, we installed this fixpack on our mailserver. The installation didn&#8217;t produce any problems and after the installation, the server started normally. At first, it looked like a successful upgrade, untill we tried to go to our webmail (iNotes). After logging in, we [...]]]></description>
			<content:encoded><![CDATA[<p>IBM recently released a new fixpack for Lotus Domino 8.5.2: fixpack 3. Today, we installed this fixpack on our mailserver. The installation didn&#8217;t produce any problems and after the installation, the server started normally.</p>
<p>At first, it looked like a successful upgrade, untill we tried to go to our webmail (iNotes). After logging in, we got the following error:<br />
<em>Formula Error [/mail/jdoe.nsf] CN=John Doe/O=Acme</em></p>
<p>A quick look into this problem, made us look at the file &#8220;Forms85.nsf&#8221; in the &#8220;iNotes&#8221; folder. This file had been updated with the new fixpack and apparently, this was causing troubles.</p>
<p>A fix for this problem is, ofcourse, reverting to fixpack 2. We also found that replacing the &#8220;Forms85.nsf&#8221; file with an older version fixed the problem. So you can remain at fixpack 3, except for that file. We used the &#8220;Forms85.nsf&#8221; file from interim fix 1 for fixpack 2 (DominoServer_852FP2IF1) and iNotes was working again.</p>
<p>If you&#8217;re planning on installing fixpack 3 on a server that&#8217;s also used for iNotes, make sure you test that functionality before rolling it out to your users!</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F07%2F22%2Fdomino-8-5-2-fixpack-3-inotes-error%2F&amp;title=Domino+8.5.2+fixpack+3+iNotes+error" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F07%2F22%2Fdomino-8-5-2-fixpack-3-inotes-error%2F&amp;title=Domino+8.5.2+fixpack+3+iNotes+error" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F07%2F22%2Fdomino-8-5-2-fixpack-3-inotes-error%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F07%2F22%2Fdomino-8-5-2-fixpack-3-inotes-error%2F&amp;title=Domino+8.5.2+fixpack+3+iNotes+error" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F07%2F22%2Fdomino-8-5-2-fixpack-3-inotes-error%2F&amp;title=Domino+8.5.2+fixpack+3+iNotes+error" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F07%2F22%2Fdomino-8-5-2-fixpack-3-inotes-error%2F&amp;title=Domino+8.5.2+fixpack+3+iNotes+error" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F07%2F22%2Fdomino-8-5-2-fixpack-3-inotes-error%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Domino+8.5.2+fixpack+3+iNotes+error+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F07%2F22%2Fdomino-8-5-2-fixpack-3-inotes-error%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/07/22/domino-8-5-2-fixpack-3-inotes-error/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lotus Traveler 8.5.2.3 maintenance release</title>
		<link>http://labs.groupwave.be/index.php/2011/06/16/lotus-traveler-8-5-2-3-maintenance-release/</link>
		<comments>http://labs.groupwave.be/index.php/2011/06/16/lotus-traveler-8-5-2-3-maintenance-release/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 10:11:33 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[traveler]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=347</guid>
		<description><![CDATA[IBM released an update for Lotus Traveler, which adds more stability and performance to the system. The updates are for the server and for the clients. This update brings Traveler to version 8.5.2.3. One interesting feature that has been added, is a defragmentation option for the Traveler database. This should help performance in large environments. [...]]]></description>
			<content:encoded><![CDATA[<p>IBM released an update for Lotus Traveler, which adds more stability and performance to the system. The updates are for the server and for the clients. This update brings Traveler to version 8.5.2.3.</p>
<p>One interesting feature that has been added, is a defragmentation option for the Traveler database. This should help performance in large environments. The defragmentation will start once you start the Traveler server again after upgrading, and can take a while before it completes (more than half an hour according to IBM). So keep that in mind when planning the upgrade. IBM recommends running the defragmentation once a month. Keep in mind that the Traveler and HTTP task need to be shutdown before doing the defragmentation.</p>
<p>The update can be downloaded from Passport Advantage or <a title="IBM Fix Central" href="http://www-933.ibm.com/support/fixcentral/" target="_blank">IBM Fix Central</a>. I did the update on our server and everything went smooth. I just ran the executable and worked my way through the installation wizard. After that, I started the Domino server again and was greeted by Traveler 8.5.2.3. I also ran the Traveler installer on my mobile and it notified me that there was an update available for the client. So all in all, an easy and straightforward update!</p>
<p>The release notes can be found <a title="Lotus Notes Traveler 8.5.2.3 Maintenance Release Information" href="http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Lotus_Notes_Traveler_8.5.2.3" target="_blank">here</a>.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F06%2F16%2Flotus-traveler-8-5-2-3-maintenance-release%2F&amp;title=Lotus+Traveler+8.5.2.3+maintenance+release" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F06%2F16%2Flotus-traveler-8-5-2-3-maintenance-release%2F&amp;title=Lotus+Traveler+8.5.2.3+maintenance+release" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F06%2F16%2Flotus-traveler-8-5-2-3-maintenance-release%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F06%2F16%2Flotus-traveler-8-5-2-3-maintenance-release%2F&amp;title=Lotus+Traveler+8.5.2.3+maintenance+release" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F06%2F16%2Flotus-traveler-8-5-2-3-maintenance-release%2F&amp;title=Lotus+Traveler+8.5.2.3+maintenance+release" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F06%2F16%2Flotus-traveler-8-5-2-3-maintenance-release%2F&amp;title=Lotus+Traveler+8.5.2.3+maintenance+release" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F06%2F16%2Flotus-traveler-8-5-2-3-maintenance-release%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Lotus+Traveler+8.5.2.3+maintenance+release+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F06%2F16%2Flotus-traveler-8-5-2-3-maintenance-release%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/06/16/lotus-traveler-8-5-2-3-maintenance-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tips for moving from Microsoft Outlook to IBM Lotus Notes 8.5.2</title>
		<link>http://labs.groupwave.be/index.php/2011/05/30/tips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2/</link>
		<comments>http://labs.groupwave.be/index.php/2011/05/30/tips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2/#comments</comments>
		<pubDate>Mon, 30 May 2011 06:40:13 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=331</guid>
		<description><![CDATA[I found this article on the web that gives some tips about moving users from Outlook to Lotus Notes. It&#8217;s mostly about settings that make Lotus Notes feel a little bit more like Outlook so users don&#8217;t feel alienated from their mail client. Link: Lotus Notes Wiki Credit where it&#8217;s due: thanks to Mary Beth [...]]]></description>
			<content:encoded><![CDATA[<p>I found this article on the web that gives some tips about moving users from Outlook to Lotus Notes. It&#8217;s mostly about settings that make Lotus Notes feel a little bit more like Outlook so users don&#8217;t feel alienated from their mail client.</p>
<p><strong>Link:</strong> <a href="http://www-10.lotus.com/ldd/dominowiki.nsf/dx/Tips_for_moving_from_Microsoft_Outlook_to_IBM_Lotus_Notes_8.5.2" target="_blank">Lotus Notes Wiki</a></p>
<p>Credit where it&#8217;s due: thanks to Mary Beth Raven for writing the article and <a href="http://twitter.com/Lotus_BE" target="_blank">Lotus_BE</a> (Twitter) for tweeting the link.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F05%2F30%2Ftips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2%2F&amp;title=Tips+for+moving+from+Microsoft+Outlook+to+IBM+Lotus+Notes+8.5.2" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F05%2F30%2Ftips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2%2F&amp;title=Tips+for+moving+from+Microsoft+Outlook+to+IBM+Lotus+Notes+8.5.2" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F05%2F30%2Ftips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F05%2F30%2Ftips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2%2F&amp;title=Tips+for+moving+from+Microsoft+Outlook+to+IBM+Lotus+Notes+8.5.2" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F05%2F30%2Ftips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2%2F&amp;title=Tips+for+moving+from+Microsoft+Outlook+to+IBM+Lotus+Notes+8.5.2" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F05%2F30%2Ftips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2%2F&amp;title=Tips+for+moving+from+Microsoft+Outlook+to+IBM+Lotus+Notes+8.5.2" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F05%2F30%2Ftips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Tips+for+moving+from+Microsoft+Outlook+to+IBM+Lotus+Notes+8.5.2+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F05%2F30%2Ftips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/05/30/tips-for-moving-from-microsoft-outlook-to-ibm-lotus-notes-8-5-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quota calculation and transactional logging</title>
		<link>http://labs.groupwave.be/index.php/2011/04/19/quota-calculation-and-transactional-logging/</link>
		<comments>http://labs.groupwave.be/index.php/2011/04/19/quota-calculation-and-transactional-logging/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 06:24:18 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[quota]]></category>
		<category><![CDATA[transactional logging]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=316</guid>
		<description><![CDATA[Do you impose quotas on your users and have transactional logging enabled on your Domino server? Then this might be a nice little tip for you. By default, quotas in Domino are based on the filesize of a (mail)file. This means that quotas only decrease when you compact a database. This can be major annoyance [...]]]></description>
			<content:encoded><![CDATA[<p>Do you impose quotas on your users and have transactional logging enabled on your Domino server? Then this might be a nice little tip for you.</p>
<p>By default, quotas in Domino are based on the filesize of a (mail)file. This means that quotas only decrease when you compact a database. This can be major annoyance for users when they are over their quota, because when they delete mails, the quota doesn&#8217;t decrease until the compacter task has run on the server (in most cases, this only happens at night so your users have to endure a whole day of &#8220;over quota&#8221; messages).</p>
<p>When you use transactional logging, you can set the router to check the quotas by their &#8220;space used&#8221;, instead of their actual filesize. In that case, when a user deletes a mail from his mailfile, the quota is immediatly adjusted. So the user sees his mailfile getting smaller &#8220;on the fly&#8221;. The actual size of mailfile on the server stays the same ofcourse. Because of this, it is still a good idea to let the compacter task run once in a while, to decrease the actual filesize.</p>
<p>To set this up, just go the the server document. Go to the &#8220;Transactional logging&#8221; tab and change the value of &#8220;Quota enforcement&#8221;. Default, this will be set to &#8220;Check file size when extending the file&#8221;. Change it to &#8220;Check space used in file when adding a note&#8221;.</p>
<p>&nbsp;</p>
<p><a href="http://labs.groupwave.be/wp-content/uploads/2011/04/txn.jpg"><img class="alignnone size-full wp-image-317" title="txn" src="http://labs.groupwave.be/wp-content/uploads/2011/04/txn.jpg" alt="" width="393" height="253" /></a></p>
<p>&nbsp;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F04%2F19%2Fquota-calculation-and-transactional-logging%2F&amp;title=Quota+calculation+and+transactional+logging" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F04%2F19%2Fquota-calculation-and-transactional-logging%2F&amp;title=Quota+calculation+and+transactional+logging" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F04%2F19%2Fquota-calculation-and-transactional-logging%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F04%2F19%2Fquota-calculation-and-transactional-logging%2F&amp;title=Quota+calculation+and+transactional+logging" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F04%2F19%2Fquota-calculation-and-transactional-logging%2F&amp;title=Quota+calculation+and+transactional+logging" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F04%2F19%2Fquota-calculation-and-transactional-logging%2F&amp;title=Quota+calculation+and+transactional+logging" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F04%2F19%2Fquota-calculation-and-transactional-logging%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Quota+calculation+and+transactional+logging+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F04%2F19%2Fquota-calculation-and-transactional-logging%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/04/19/quota-calculation-and-transactional-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate .qkr link file for Quickr</title>
		<link>http://labs.groupwave.be/index.php/2011/03/29/generate-qkr-link-file-for-quickr/</link>
		<comments>http://labs.groupwave.be/index.php/2011/03/29/generate-qkr-link-file-for-quickr/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 13:21:47 +0000</pubDate>
		<dc:creator>Ken</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=299</guid>
		<description><![CDATA[In a previous version of Quickr there was an option to copy a quickr attachment as a link within a file, a .qkr file to be more precise. We are now using Quickr 8.5 and I can&#8217;t find this option. The only way to generate a .qkr file is to go to &#8220;Preferences&#8230;&#8221;  in your [...]]]></description>
			<content:encoded><![CDATA[<p>In a previous version of Quickr there was an option to copy a quickr attachment as a link within a file, a .qkr file to be more precise.</p>
<p>We are now using Quickr 8.5 and I can&#8217;t find this option. The only way to generate a .qkr file is to go to &#8220;Preferences&#8230;&#8221;  in your Places Monitor and select the option to replace links when sending mail in Lotus Notes ánd select &#8220;use .qkr file&#8221; when replacing attachments. This is not what I need.</p>
<p>I find it very handy to have a .qkr-file on my desktop. For example, for projects where we have an excel file with todo&#8217;s which needs to be up-datable quickly and easily.</p>
<p>So I created an agent in my mail file that will generate this .qkr file for me. This is how it works:</p>
<p>1. I go to to the excel file in my Quickr sidebar, right click and select &#8216;copy as link&#8217;:<br />
<a href="http://labs.groupwave.be/wp-content/uploads/2011/03/Places-IBM-Lotus-Notes_2011-03-29_14-59-44.jpg"><img class="size-full wp-image-300" title="Places - IBM Lotus Notes_2011-03-29_14-59-44" src="http://labs.groupwave.be/wp-content/uploads/2011/03/Places-IBM-Lotus-Notes_2011-03-29_14-59-44.jpg" alt="" width="312" height="389" /></a></p>
<p>&nbsp;</p>
<p>2. In my mailfile, I run the agent&#8230;:<br />
<a href="http://labs.groupwave.be/wp-content/uploads/2011/03/Mail-Inbox-IBM-Lotus-Notes_2011-03-29_15-05-40.jpg"><img class="alignnone size-full wp-image-301" title="Mail - Inbox - IBM Lotus Notes_2011-03-29_15-05-40" src="http://labs.groupwave.be/wp-content/uploads/2011/03/Mail-Inbox-IBM-Lotus-Notes_2011-03-29_15-05-40.jpg" alt="" width="299" height="71" /></a></p>
<p>&#8230;and paste the link in the dialogbox<br />
<a href="http://labs.groupwave.be/wp-content/uploads/2011/03/Mail-Inbox-IBM-Lotus-Notes_2011-03-29_15-06-54.jpg"><img class="alignnone size-full wp-image-302" title="Mail - Inbox - IBM Lotus Notes_2011-03-29_15-06-54" src="http://labs.groupwave.be/wp-content/uploads/2011/03/Mail-Inbox-IBM-Lotus-Notes_2011-03-29_15-06-54.jpg" alt="" width="380" height="204" /></a></p>
<p>&nbsp;</p>
<p>3. I specify where I want the .qkr file:<br />
<a href="http://labs.groupwave.be/wp-content/uploads/2011/03/Mail-Inbox-IBM-Lotus-Notes_2011-03-29_15-09-14.jpg"><img class="alignnone size-full wp-image-303" title="Mail - Inbox - IBM Lotus Notes_2011-03-29_15-09-14" src="http://labs.groupwave.be/wp-content/uploads/2011/03/Mail-Inbox-IBM-Lotus-Notes_2011-03-29_15-09-14.jpg" alt="" width="369" height="118" /></a></p>
<p>&nbsp;</p>
<p>4. Et voila:<br />
<a href="http://labs.groupwave.be/wp-content/uploads/2011/03/Program-Manager_2011-03-29_15-10-54.jpg"><img class="alignnone size-full wp-image-304" title="Program Manager_2011-03-29_15-10-54" src="http://labs.groupwave.be/wp-content/uploads/2011/03/Program-Manager_2011-03-29_15-10-54.jpg" alt="" width="504" height="247" /></a></p>
<p>&nbsp;</p>
<p>Feel free to use this agent if you think it helps you: <a href="http://labs.groupwave.be/wp-content/uploads/2011/03/gwGenerateQkrFile.zip">gwGenerateQkrFile</a><strong><span style="text-decoration: underline;"> </span></strong></p>
<p><strong><span style="text-decoration: underline;">Remarks:</span></strong></p>
<ol>
<li>This is quick and dirty code, don&#8217;t expect it to work on any file. It does the trick for my most important files, the rest is up to you.</li>
<li>It does not work on folders. Any tips on this will be very much appreciated! <img src='http://labs.groupwave.be/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ol>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F29%2Fgenerate-qkr-link-file-for-quickr%2F&amp;title=Generate+.qkr+link+file+for+Quickr" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F29%2Fgenerate-qkr-link-file-for-quickr%2F&amp;title=Generate+.qkr+link+file+for+Quickr" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F29%2Fgenerate-qkr-link-file-for-quickr%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F29%2Fgenerate-qkr-link-file-for-quickr%2F&amp;title=Generate+.qkr+link+file+for+Quickr" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F29%2Fgenerate-qkr-link-file-for-quickr%2F&amp;title=Generate+.qkr+link+file+for+Quickr" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F29%2Fgenerate-qkr-link-file-for-quickr%2F&amp;title=Generate+.qkr+link+file+for+Quickr" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F29%2Fgenerate-qkr-link-file-for-quickr%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Generate+.qkr+link+file+for+Quickr+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F29%2Fgenerate-qkr-link-file-for-quickr%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/03/29/generate-qkr-link-file-for-quickr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lotus Traveler task did not respond within the allotted time frame</title>
		<link>http://labs.groupwave.be/index.php/2011/03/11/lotus-traveler-task-did-not-respond-within-the-allotted-time-frame/</link>
		<comments>http://labs.groupwave.be/index.php/2011/03/11/lotus-traveler-task-did-not-respond-within-the-allotted-time-frame/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 09:18:40 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[traveler]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=284</guid>
		<description><![CDATA[I saw this error passing by on the Domino console a while ago. At the same time, some Traveler users reported that they weren&#8217;t able to sync their mobile device. I&#8217;m not entirely sure where to put the blame for this error: slow data connection on the device or a high server load, but the [...]]]></description>
			<content:encoded><![CDATA[<p>I saw this error passing by on the Domino console a while ago. At the same time, some Traveler users reported that they weren&#8217;t able to sync their mobile device. I&#8217;m not entirely sure where to put the blame for this error: slow data connection on the device or a high server load, but the solution is fairly simple to implement.</p>
<p>There are two things you can do:<br />
<strong>1) Add the following lines to the notes.ini file of the Traveler server</strong> .<br />
<em>NTS_IPC_TCP_Port=50125,&lt;name/ip&gt;<br />
</em><em>NTS_IPC_TCP_Port2=50126,&lt;name/ip&gt; </em></p>
<p>This isn&#8217;t really the solution, but it does work in some cases. It forces the Traveler task to bind on a certain IP or hostname in stead of binding on all interfaces. In some rare cases, this can bring down the response time of the Traveler server.</p>
<p>&nbsp;</p>
<p><strong>2) This is the big one: add the following to servlet.properties.<br />
</strong><em>ntstimeoutsyncas=230000</em></p>
<p>This will up the time allowed for the server/device to respond (in ms). The parameter won&#8217;t be in the servlet.properties file by default, so just add it if it isn&#8217;t there. The value can be anything so there is some room for adjustment. The value described above worked for me.<br />
The servlet.properties file can be found in the Domino data directory and can be edited with any text editor like Notepad.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F11%2Flotus-traveler-task-did-not-respond-within-the-allotted-time-frame%2F&amp;title=Lotus+Traveler+task+did+not+respond+within+the+allotted+time+frame" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F11%2Flotus-traveler-task-did-not-respond-within-the-allotted-time-frame%2F&amp;title=Lotus+Traveler+task+did+not+respond+within+the+allotted+time+frame" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F11%2Flotus-traveler-task-did-not-respond-within-the-allotted-time-frame%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F11%2Flotus-traveler-task-did-not-respond-within-the-allotted-time-frame%2F&amp;title=Lotus+Traveler+task+did+not+respond+within+the+allotted+time+frame" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F11%2Flotus-traveler-task-did-not-respond-within-the-allotted-time-frame%2F&amp;title=Lotus+Traveler+task+did+not+respond+within+the+allotted+time+frame" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F11%2Flotus-traveler-task-did-not-respond-within-the-allotted-time-frame%2F&amp;title=Lotus+Traveler+task+did+not+respond+within+the+allotted+time+frame" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F11%2Flotus-traveler-task-did-not-respond-within-the-allotted-time-frame%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Lotus+Traveler+task+did+not+respond+within+the+allotted+time+frame+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F03%2F11%2Flotus-traveler-task-did-not-respond-within-the-allotted-time-frame%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/03/11/lotus-traveler-task-did-not-respond-within-the-allotted-time-frame/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some new tools for the notes admins out there !</title>
		<link>http://labs.groupwave.be/index.php/2011/02/15/some-indispensible-new-tools-for-admins-don%e2%80%99t-miss-them/</link>
		<comments>http://labs.groupwave.be/index.php/2011/02/15/some-indispensible-new-tools-for-admins-don%e2%80%99t-miss-them/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 09:33:58 +0000</pubDate>
		<dc:creator>Robby</dc:creator>
				<category><![CDATA[Groupwave]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=277</guid>
		<description><![CDATA[Recently I found a nice post on http://blog.turtleweb.com/turtleblog.nsf/dx/13022011113638GDAMFX.htm which might be some help for the admin guys out there Tx to Gabriella Davis Bookmark:]]></description>
			<content:encoded><![CDATA[<p>Recently I found a nice post on <a href="http://blog.turtleweb.com/turtleblog.nsf/dx/13022011113638GDAMFX.htm">http://blog.turtleweb.com/turtleblog.nsf/dx/13022011113638GDAMFX.htm</a> which might be some help for the admin guys out there <img src='http://labs.groupwave.be/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Tx to Gabriella Davis</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F&amp;title=Some+new+tools+for+the+notes+admins+out+there+%21" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+Some+new+tools+for+the+notes+admins+out+there+%21+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F02%2F15%2Fsome-indispensible-new-tools-for-admins-don%25e2%2580%2599t-miss-them%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/02/15/some-indispensible-new-tools-for-admins-don%e2%80%99t-miss-them/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE 8 + ActiveX and IE 8 + ActiveX is not always the same</title>
		<link>http://labs.groupwave.be/index.php/2011/01/24/ie-8-activex-and-ie-8-activex-is-not-always-the-same/</link>
		<comments>http://labs.groupwave.be/index.php/2011/01/24/ie-8-activex-and-ie-8-activex-is-not-always-the-same/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 13:30:17 +0000</pubDate>
		<dc:creator>Sven</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[Quickr]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=272</guid>
		<description><![CDATA[With Quickr 8.5 we don&#8217;t have to use IE that much any more. A lot of controls have been modified in order to allow Firefox-users to upload files too. Uploading themes and forms are still linked to IE though. The logic behind the ActiveX components appears to be too complex for now to change it [...]]]></description>
			<content:encoded><![CDATA[<p>With Quickr 8.5 we don&#8217;t have to use IE that much any more. A lot of controls have been modified in order to allow Firefox-users to upload files too.<br />
Uploading themes and forms are still linked to IE though. The logic behind the ActiveX components appears to be too complex for now to change it all into java.</p>
<p>Last week I was working on a Quickr project when I noticed that even with my IE8 I was unable to add an html file. The spot where the ActiveX should appear, showed a line: &#8216;Code missing&#8217;.<br />
It took me a while before I realized that I was working with the 64bit version of IE 8. Turns out that I had no problem uploading files with the regular 32 bit version!<br />
So be careful which version you use&#8230;</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F01%2F24%2Fie-8-activex-and-ie-8-activex-is-not-always-the-same%2F&amp;title=IE+8+%2B+ActiveX+and+IE+8+%2B+ActiveX+is+not+always+the+same" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F01%2F24%2Fie-8-activex-and-ie-8-activex-is-not-always-the-same%2F&amp;title=IE+8+%2B+ActiveX+and+IE+8+%2B+ActiveX+is+not+always+the+same" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F01%2F24%2Fie-8-activex-and-ie-8-activex-is-not-always-the-same%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F01%2F24%2Fie-8-activex-and-ie-8-activex-is-not-always-the-same%2F&amp;title=IE+8+%2B+ActiveX+and+IE+8+%2B+ActiveX+is+not+always+the+same" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F01%2F24%2Fie-8-activex-and-ie-8-activex-is-not-always-the-same%2F&amp;title=IE+8+%2B+ActiveX+and+IE+8+%2B+ActiveX+is+not+always+the+same" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F01%2F24%2Fie-8-activex-and-ie-8-activex-is-not-always-the-same%2F&amp;title=IE+8+%2B+ActiveX+and+IE+8+%2B+ActiveX+is+not+always+the+same" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F01%2F24%2Fie-8-activex-and-ie-8-activex-is-not-always-the-same%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+IE+8+%2B+ActiveX+and+IE+8+%2B+ActiveX+is+not+always+the+same+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2011%2F01%2F24%2Fie-8-activex-and-ie-8-activex-is-not-always-the-same%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2011/01/24/ie-8-activex-and-ie-8-activex-is-not-always-the-same/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACL groups vs. access &amp; delegation</title>
		<link>http://labs.groupwave.be/index.php/2010/12/21/acl-groups-vs-access-delegation/</link>
		<comments>http://labs.groupwave.be/index.php/2010/12/21/acl-groups-vs-access-delegation/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 15:54:11 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Groupwave]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[domino]]></category>

		<guid isPermaLink="false">http://labs.groupwave.be/?p=264</guid>
		<description><![CDATA[There is a bug in the mail85.ntf template that makes it impossible to add ACL groups to &#8220;access &#38; delegation&#8221; in your mailbox preferences. When trying to add an ACL group, you will get an error message saying: &#8220;The directory server is down or the user (or group) you want to grant access to your [...]]]></description>
			<content:encoded><![CDATA[<p>There is a bug in the mail85.ntf template that makes it impossible to add ACL groups to &#8220;access &amp; delegation&#8221; in your mailbox preferences. When trying to add an ACL group, you will get an error message saying: &#8220;The directory server is down or the user (or group) you want to grant access to your mail file could not be found in the server directory&#8221;. Adding other group types is possible, but it should also be possible to add ACL groups (which I think is logical).</p>
<p>A temporary workaround is changing the group type of the ACL group to &#8220;multi purpose&#8221; or &#8220;mail&#8221;, adding it to access &amp; delegation and then switching it back to &#8220;ACL&#8221;.</p>
<p>The bug is described in <a title="SPR #RREN843DXM" href="http://www-01.ibm.com/support/docview.wss?uid=swg1LO50358" target="_blank">SPR #RREN843DXM</a> and according to IBM, this should be fixed in 8.5.3, coming in Q2 of 2011.</p>
<!-- Social Bookmarks BEGIN -->
<div class="social_bookmark">
<a><strong><em>Bookmark:</em></strong></a>
<br />
<div class="d">
<br />
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F12%2F21%2Facl-groups-vs-access-delegation%2F&amp;title=ACL+groups+vs.+access+%26%23038%3B+delegation" rel="nofollow" title="Add to&nbsp;Del.icio.us"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/delicious.png" title="Add to&nbsp;Del.icio.us" alt="Add to&nbsp;Del.icio.us" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F12%2F21%2Facl-groups-vs-access-delegation%2F&amp;title=ACL+groups+vs.+access+%26%23038%3B+delegation" rel="nofollow" title="Add to&nbsp;digg"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/digg.png" title="Add to&nbsp;digg" alt="Add to&nbsp;digg" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/sharer.php?u=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F12%2F21%2Facl-groups-vs-access-delegation%2F" rel="nofollow" title="Add to&nbsp;Facebook"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/facebook.png" title="Add to&nbsp;Facebook" alt="Add to&nbsp;Facebook" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F12%2F21%2Facl-groups-vs-access-delegation%2F&amp;title=ACL+groups+vs.+access+%26%23038%3B+delegation" rel="nofollow" title="Add to&nbsp;Google Bookmarks"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/google.png" title="Add to&nbsp;Google Bookmarks" alt="Add to&nbsp;Google Bookmarks" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F12%2F21%2Facl-groups-vs-access-delegation%2F&amp;title=ACL+groups+vs.+access+%26%23038%3B+delegation" rel="nofollow" title="Add to&nbsp;LinkedIn"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/linkedin.png" title="Add to&nbsp;LinkedIn" alt="Add to&nbsp;LinkedIn" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F12%2F21%2Facl-groups-vs-access-delegation%2F&amp;title=ACL+groups+vs.+access+%26%23038%3B+delegation" rel="nofollow" title="Add to&nbsp;Stumble Upon"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/stumbleupon.png" title="Add to&nbsp;Stumble Upon" alt="Add to&nbsp;Stumble Upon" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F12%2F21%2Facl-groups-vs-access-delegation%2F" rel="nofollow" title="Add to&nbsp;Technorati"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/technorati.png" title="Add to&nbsp;Technorati" alt="Add to&nbsp;Technorati" /></a>
<a onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home/?status=Check+out+ACL+groups+vs.+access+%26%23038%3B+delegation+@+http%3A%2F%2Flabs.groupwave.be%2Findex.php%2F2010%2F12%2F21%2Facl-groups-vs-access-delegation%2F" rel="nofollow" title="Add to&nbsp;Twitter"><img class="social_img" src="http://labs.groupwave.be/wp-content/plugins/social-bookmarks/images/twitter.png" title="Add to&nbsp;Twitter" alt="Add to&nbsp;Twitter" /></a>
<br />
</div>
</div>
<!-- Social Bookmarks END -->
]]></content:encoded>
			<wfw:commentRss>http://labs.groupwave.be/index.php/2010/12/21/acl-groups-vs-access-delegation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

