<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Ytria Tech Lab</title>
	<atom:link href="http://techlab.ytria.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techlab.ytria.com</link>
	<description>Articles, Tips, and Code for Lotus Notes Developers and Domino Administrators</description>
	<lastBuildDate>Thu, 01 Dec 2011 17:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on When the dreaded &#8220;Field is too large (32K)&#8221; Lotus Notes error strikes&#8230; by Michael N</title>
		<link>http://techlab.ytria.com/855/lotus-notes-articles/lotus-notes-32k-error-help/comment-page-1/#comment-3239</link>
		<dc:creator>Michael N</dc:creator>
		<pubDate>Thu, 01 Dec 2011 17:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=855#comment-3239</guid>
		<description>Fixup -V helps (Domino 8.5.2FP3), all other tips failed, even ScanEZ couldn&#039;t delete the document.

12/01/2011 06:32:41 PM  Remote console command issued by Michael Niermann/415/INT/EEC: Load Fixup &quot;database.nsf&quot; -V
12/01/2011 06:33:17 PM  Queuing compact command for database.nsf by Michael Niermann/415/INT/EEC
 
12/01/2011 06:33:18 PM  Document NT000216C6 in database D:\Lotus\Domino\Data\database.nsf is damaged: Field is too large (32K) or View&#039;s column &amp; selection formulas are too large
12/01/2011 06:33:18 PM  Document (UNID OF3E4B8880:85F8FDB7-ONC1257952:00348576) in database D:\Lotus\Domino\Data\database.nsf has been deleted
12/01/2011 06:33:29 PM  Completed consistency check on database.nsf

12/01/2011 06:33:29 PM  Database Fixup: Shutdown</description>
		<content:encoded><![CDATA[<p>Fixup -V helps (Domino 8.5.2FP3), all other tips failed, even ScanEZ couldn&#8217;t delete the document.</p>
<p>12/01/2011 06:32:41 PM  Remote console command issued by Michael Niermann/415/INT/EEC: Load Fixup &#8220;database.nsf&#8221; -V<br />
12/01/2011 06:33:17 PM  Queuing compact command for database.nsf by Michael Niermann/415/INT/EEC</p>
<p>12/01/2011 06:33:18 PM  Document NT000216C6 in database D:\Lotus\Domino\Data\database.nsf is damaged: Field is too large (32K) or View&#8217;s column &amp; selection formulas are too large<br />
12/01/2011 06:33:18 PM  Document (UNID OF3E4B8880:85F8FDB7-ONC1257952:00348576) in database D:\Lotus\Domino\Data\database.nsf has been deleted<br />
12/01/2011 06:33:29 PM  Completed consistency check on database.nsf</p>
<p>12/01/2011 06:33:29 PM  Database Fixup: Shutdown</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A fast way to change NSF Replica IDs: Often a handy time-saver (and occasionally a life-saver) by Don</title>
		<link>http://techlab.ytria.com/787/lotus-notes-secrets/changereplicaid/comment-page-1/#comment-1708</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Fri, 25 Mar 2011 17:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=787#comment-1708</guid>
		<description>If anyone out there can use these replica id switching tools to build a self migration tool for LotusLive, you&#039;d be a hero!   Is anyone in the Notes world working on one?</description>
		<content:encoded><![CDATA[<p>If anyone out there can use these replica id switching tools to build a self migration tool for LotusLive, you&#8217;d be a hero!   Is anyone in the Notes world working on one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Are your Lotus Notes databases bloated with view indexes? Here&#8217;s a trick to help you cut file sizes by Morten</title>
		<link>http://techlab.ytria.com/607/lotus-notes-secrets/lotus-notes-view-find/comment-page-1/#comment-1519</link>
		<dc:creator>Morten</dc:creator>
		<pubDate>Fri, 28 Jan 2011 08:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=607#comment-1519</guid>
		<description>Another caveat: if your database is largish your users will kill you for purging the views. ;-) The wait introduced by forcing them to wait for the first view update is not a very nice thing to do to users and the procedure can seriously disturb the servers for hours the first morning after purging. 

Besides, this doesn&#039;t show you how many users are using a given view. If you have 2000 users and just one of them uses a specific view, that view creates nearly as much load on the server as the other used views and should be marked for deletion unless that user has no other options or is buying donuts for the admin team. Or is the CEO.

Then again, having many users in few views in a large database is a recipe for disaster. This is bound to cause semaphore locks and flatline all clients and the server at 0% throughput. Spread out the activity across many views if at all possible. Many databases is much better if you can do it.

The best option for reducing overall database size is to ensure that &quot;Discard if unused&quot; is set properly. Turn the number of days before purging down if you can. This will let Domino decide what to do based on the real usage pattern. Check your use cases first though, someone using a view for monthly reports is not going to be happy if s/he has to wait for a complete rebuild every time.

Also, the 7 day period for keeping views fresh can be set globally on the server with the proper INI incantations so there&#039;s plenty of room for improving server performance without bothering the users. 

Even with all these options tweaked don&#039;t expect your databases to shrink much. Very large databases will, even with proper care and feeding, spend up 80 or 90% of their space on view indexes. This is not necessarily a problem that must be fixed. Remember: a large but mostly quiet database is not a problem for Domino, only for the person in charge of buying disks. A large database constantly needing view updates is.</description>
		<content:encoded><![CDATA[<p>Another caveat: if your database is largish your users will kill you for purging the views. <img src='http://techlab.ytria.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  The wait introduced by forcing them to wait for the first view update is not a very nice thing to do to users and the procedure can seriously disturb the servers for hours the first morning after purging. </p>
<p>Besides, this doesn&#8217;t show you how many users are using a given view. If you have 2000 users and just one of them uses a specific view, that view creates nearly as much load on the server as the other used views and should be marked for deletion unless that user has no other options or is buying donuts for the admin team. Or is the CEO.</p>
<p>Then again, having many users in few views in a large database is a recipe for disaster. This is bound to cause semaphore locks and flatline all clients and the server at 0% throughput. Spread out the activity across many views if at all possible. Many databases is much better if you can do it.</p>
<p>The best option for reducing overall database size is to ensure that &#8220;Discard if unused&#8221; is set properly. Turn the number of days before purging down if you can. This will let Domino decide what to do based on the real usage pattern. Check your use cases first though, someone using a view for monthly reports is not going to be happy if s/he has to wait for a complete rebuild every time.</p>
<p>Also, the 7 day period for keeping views fresh can be set globally on the server with the proper INI incantations so there&#8217;s plenty of room for improving server performance without bothering the users. </p>
<p>Even with all these options tweaked don&#8217;t expect your databases to shrink much. Very large databases will, even with proper care and feeding, spend up 80 or 90% of their space on view indexes. This is not necessarily a problem that must be fixed. Remember: a large but mostly quiet database is not a problem for Domino, only for the person in charge of buying disks. A large database constantly needing view updates is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Un-dead Lotus Notes Documents: How ‘ghosts’ can haunt your databases by MIke Driver</title>
		<link>http://techlab.ytria.com/499/lotus-notes-articles/undead-lotus-notes-documents-ghosts-haunt-databases/comment-page-1/#comment-698</link>
		<dc:creator>MIke Driver</dc:creator>
		<pubDate>Tue, 02 Nov 2010 16:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=499#comment-698</guid>
		<description>Um... aren&#039;t ghost docs (officially) the docs that get created to represent parent docs that have been deleted, so that if you do a &quot;Set parentdoc = db.GetDocumentByUNID(doc.ParentDocumentUNID)&quot; the retuned parent doc will be a &#039;ghost&#039; of the deleted so that the orphan has a representation. This is very different to deletion stubs as these ghost will not get purged.
Yes, the parent doc that has been deleted will have a deletion stub also; as well as the ghost. Check it out with the bit of LS above.</description>
		<content:encoded><![CDATA[<p>Um&#8230; aren&#8217;t ghost docs (officially) the docs that get created to represent parent docs that have been deleted, so that if you do a &#8220;Set parentdoc = db.GetDocumentByUNID(doc.ParentDocumentUNID)&#8221; the retuned parent doc will be a &#8216;ghost&#8217; of the deleted so that the orphan has a representation. This is very different to deletion stubs as these ghost will not get purged.<br />
Yes, the parent doc that has been deleted will have a deletion stub also; as well as the ghost. Check it out with the bit of LS above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Deal with &#8220;Private&#8221; and &#8220;Private on First Use&#8221; Views by Mark</title>
		<link>http://techlab.ytria.com/243/lotus-notes-code/case-private-views/comment-page-1/#comment-411</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 20 Oct 2010 13:00:19 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=243#comment-411</guid>
		<description>There is also a 3rd way of simulating this private view type functionality. This 3rd way is with folders.
You can create a folder for each user and put and remove documents from the folders as needed with a bit of script. If you want to manage when these user folders get updated , you can check &quot;do not allow refresh replace design to modify..&quot; and user the undocumented function @UpdateViewDesign to update these views with a scheduled agent. So you would have one master view and @UpdateViewDesign would update all the folders based on the master view you pass as an argument to the function.  This is userful if you have many folders and do not want to have to update each one manually if the folder design needs to be changed.
You only have to update the master view and the scheduled agent would update all the folders for you.</description>
		<content:encoded><![CDATA[<p>There is also a 3rd way of simulating this private view type functionality. This 3rd way is with folders.<br />
You can create a folder for each user and put and remove documents from the folders as needed with a bit of script. If you want to manage when these user folders get updated , you can check &#8220;do not allow refresh replace design to modify..&#8221; and user the undocumented function @UpdateViewDesign to update these views with a scheduled agent. So you would have one master view and @UpdateViewDesign would update all the folders based on the master view you pass as an argument to the function.  This is userful if you have many folders and do not want to have to update each one manually if the folder design needs to be changed.<br />
You only have to update the master view and the scheduled agent would update all the folders for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How hiding views from the Lotus Notes client can bring a Domino server to its knees by erichd</title>
		<link>http://techlab.ytria.com/485/lotus-notes-secrets/hiding-views-notes-client-bring-domino-server-knees/comment-page-1/#comment-207</link>
		<dc:creator>erichd</dc:creator>
		<pubDate>Fri, 01 Oct 2010 15:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=485#comment-207</guid>
		<description>Here&#039;s the link to the document given by Jérôme: http://www-01.ibm.com/support/docview.wss?uid=swg21238778</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the link to the document given by Jérôme: <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21238778" rel="nofollow">http://www-01.ibm.com/support/docview.wss?uid=swg21238778</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How hiding views from the Lotus Notes client can bring a Domino server to its knees by Jérôme Deniau</title>
		<link>http://techlab.ytria.com/485/lotus-notes-secrets/hiding-views-notes-client-bring-domino-server-knees/comment-page-1/#comment-206</link>
		<dc:creator>Jérôme Deniau</dc:creator>
		<pubDate>Fri, 01 Oct 2010 14:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=485#comment-206</guid>
		<description>@  Rich
It&#039;s not a fud to sell the product. That&#039;s something we faced on many web apps we migrated from r5 to nd6 .
You can now access IBM information. Doc number is: 1238778 in IBM public kb!</description>
		<content:encoded><![CDATA[<p>@  Rich<br />
It&#8217;s not a fud to sell the product. That&#8217;s something we faced on many web apps we migrated from r5 to nd6 .<br />
You can now access IBM information. Doc number is: 1238778 in IBM public kb!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How hiding views from the Lotus Notes client can bring a Domino server to its knees by Rich Wheadon</title>
		<link>http://techlab.ytria.com/485/lotus-notes-secrets/hiding-views-notes-client-bring-domino-server-knees/comment-page-1/#comment-205</link>
		<dc:creator>Rich Wheadon</dc:creator>
		<pubDate>Fri, 01 Oct 2010 13:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=485#comment-205</guid>
		<description>I am having trouble believing this is true. Do you have something to prove this statement? 

If you can prove this then it should be reported to IBM as a bug, did you report the bug?

Please elaborate since this sounds more like a FUD effort to sell your product.</description>
		<content:encoded><![CDATA[<p>I am having trouble believing this is true. Do you have something to prove this statement? </p>
<p>If you can prove this then it should be reported to IBM as a bug, did you report the bug?</p>
<p>Please elaborate since this sounds more like a FUD effort to sell your product.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How hiding views from the Lotus Notes client can bring a Domino server to its knees by Chris Hudson</title>
		<link>http://techlab.ytria.com/485/lotus-notes-secrets/hiding-views-notes-client-bring-domino-server-knees/comment-page-1/#comment-203</link>
		<dc:creator>Chris Hudson</dc:creator>
		<pubDate>Thu, 30 Sep 2010 23:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=485#comment-203</guid>
		<description>I can&#039;t understand why that checkbox option says &quot;Notes&quot; and &quot;Client&quot; yet the problem is impacting &quot;Domino&quot; and &quot;server&quot;.  Surely Lotus should be able to fix that relatively easily.  The server should be able to see these sort of views to replicate them, so being able to see them to update them should be possible.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t understand why that checkbox option says &#8220;Notes&#8221; and &#8220;Client&#8221; yet the problem is impacting &#8220;Domino&#8221; and &#8220;server&#8221;.  Surely Lotus should be able to fix that relatively easily.  The server should be able to see these sort of views to replicate them, so being able to see them to update them should be possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back from the NSF grave: How you can (sometimes) restore deleted Lotus Notes documents by Tweets that mention Back from the NSF grave: How you can (sometimes) restore deleted Lotus Notes documents &#124; Ytria Tech Lab -- Topsy.com</title>
		<link>http://techlab.ytria.com/1217/lotus-notes-secrets/grave-trick-restoring-deleted-lotus-notes-documents/comment-page-1/#comment-196</link>
		<dc:creator>Tweets that mention Back from the NSF grave: How you can (sometimes) restore deleted Lotus Notes documents &#124; Ytria Tech Lab -- Topsy.com</dc:creator>
		<pubDate>Fri, 24 Sep 2010 17:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://techlab.ytria.com/?p=1217#comment-196</guid>
		<description>[...] This post was mentioned on Twitter by Ytria and giuseppe grasso, andrehau. andrehau said: Reading Ytria Tip: How to restore deleted documents in Lotus Notes: http://bit.ly/c8h2Q6 - Great write up Peter! [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Ytria and giuseppe grasso, andrehau. andrehau said: Reading Ytria Tip: How to restore deleted documents in Lotus Notes: <a href="http://bit.ly/c8h2Q6" rel="nofollow">http://bit.ly/c8h2Q6</a> &#8211; Great write up Peter! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

