<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>www.cubetoon.com - christian's braindump about Lotus Notes/Domino development and administration &#187; Lotus Domino</title>
	<atom:link href="http://www.cubetoon.com/category/server-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cubetoon.com</link>
	<description>christian's braindump about Lotus Notes/Domino development and administration</description>
	<lastBuildDate>Wed, 01 Sep 2010 20:25:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc/3.0/</creativeCommons:license>		<item>
		<title>Lotus Traveler 8.5.2: Anyone else having issues with Update Installer?</title>
		<link>http://www.cubetoon.com/2010/lotus-traveler-8-5-2-anyone-else-having-issues-with-update-installer/</link>
		<comments>http://www.cubetoon.com/2010/lotus-traveler-8-5-2-anyone-else-having-issues-with-update-installer/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 22:23:53 +0000</pubDate>
		<dc:creator>cubetoon</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Traveler]]></category>

		<guid isPermaLink="false">http://www.cubetoon.com/?p=346</guid>
		<description><![CDATA[After my previous post I am now back with a more appealing issue. Not a show stopper but still annoying, considering the possibilities if the automated client update is truly going to work. The issue I am facing is an error message on our Nokia mobile phones on checking for new updates using the update [...]]]></description>
			<content:encoded><![CDATA[<p>After my <a title="Lotus Traveler 8.5.2" href="http://planetlotus.org/726e24">previous post</a> I am now back with a more appealing issue. Not a show stopper but still annoying, considering the possibilities if the automated client update is truly going to work.</p>
<p>The issue I am facing is an error message on our Nokia mobile phones on checking for new updates using the update installer:</p>
<p><strong><em>&#8220;The response indicates that the server does not support Lotus Installer&#8221;</em></strong></p>
<p>Strangely enough I have been able to upgrade one phone using this method without any issues, all subsequent attempts from there onwards failed and I am a bit stuck due to the lack of detail of information on this feature on the web. Did anyone else run into this issue today or during the beta phase? I have also opened a PMR with IBM. I will update this post as I am receiving updates.</p>
<p><strong>Update 26/08/10:</strong><br />
Just figured out the main cause of the issue. The domlog.nsf records the URL request of the Update Installer application from the mobile phone, which looks similar to that:</p>
<p><em>server.domain.com/servlet/traveler?action=checkForUpdate&amp;deviceType=NokiaS60-5.0&amp;version=0&amp;appName=Lotus%20Installer</em></p>
<p>You can open this url in the browser of your PC and will receive a response similar to this:</p>
<p><em>DownloadLink=/traveler/LotusInstaller/LotusInstaller.sisx<br />
Version=8.5.2.0 201007201801</em></p>
<p>As always, the devil lies is in the detail. Before getting to the response I had to enter my username and password in the browser, which made me think that this could be the actual issue.<br />
Again, checking the domlog.nsf, I realised that the request from the Update Installer is an unauthenticated one, hence making it impossible for the application to receive the response.</p>
<p>The possible workaround is also explaining why I had been able to run the update once. The phone still had an open connection to the server in the browser session, which made the Lotus Installer request an authenticated one as well. Guess that&#8217;s the workaround for now until IBM comes back with a permanent fix on this as I don&#8217;t fancy allowing anonymous access to the Traveler servlet itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubetoon.com/2010/lotus-traveler-8-5-2-anyone-else-having-issues-with-update-installer/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Migrate in-line styles to css with XPages editor</title>
		<link>http://www.cubetoon.com/2010/migrate-in-line-styles-to-css-with-xpages-editor/</link>
		<comments>http://www.cubetoon.com/2010/migrate-in-line-styles-to-css-with-xpages-editor/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 09:11:26 +0000</pubDate>
		<dc:creator>cubetoon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[XPages]]></category>

		<guid isPermaLink="false">http://www.cubetoon.com/?p=331</guid>
		<description><![CDATA[There is a nice little option/feature on the Style tab of the Properties view in the XPages editor. It allows for the export of style parameter that had previously been defined manually in the code, to be migrated into a css file and automatically applied to the selected control. I like that!]]></description>
			<content:encoded><![CDATA[<p>There is a nice little option/feature on the Style tab of the Properties view in the XPages editor. It allows for the export of style parameter that had previously been defined manually in the code, to be migrated into a css file and automatically applied to the selected control. I like that!<br />
<a href="http://www.cubetoon.com/wp-content/uploads/2010/08/StyleMigration.jpg"><img class="alignnone size-medium wp-image-332" title="Style Migration" src="http://www.cubetoon.com/wp-content/uploads/2010/08/StyleMigration-270x300.jpg" alt="Style Migration" width="270" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubetoon.com/2010/migrate-in-line-styles-to-css-with-xpages-editor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Truncated documents in server replica</title>
		<link>http://www.cubetoon.com/2010/truncated-documents-in-server-replica/</link>
		<comments>http://www.cubetoon.com/2010/truncated-documents-in-server-replica/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 22:48:35 +0000</pubDate>
		<dc:creator>cubetoon</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Replication]]></category>

		<guid isPermaLink="false">http://www.cubetoon.com/?p=295</guid>
		<description><![CDATA[This morning I was stumbling upon a very interesting issue in Lotus Notes/Domino that involved truncated documents on a server replica. This is an issue as the database on the server is the only one, besides a number of local replicas on laptops. A bit of research on the web unveiled that Almar Diel has encountered a similar [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I was stumbling upon a very interesting issue in Lotus Notes/Domino that involved truncated documents on a server replica. This is an issue as the database on the server is the only one, besides a number of local replicas on laptops.</p>
<p>A bit of research on the web unveiled that <a title="Unexpected truncated documents" href="http://www.domino-weblog.nl/weblogs/domblog.nsf/d6plinks/SHAD-7TNFXA" target="_blank">Almar Diel</a> has encountered a similar problem, which pointed me towards the right solution.</p>
<p>In order to get the full documents back onto the server replica I had to find the laptop that was holding the replica with the corrupt replication formula as this had to be cleared out as described in workaround option 2 of this IBM <a title="Advanced Replication Settings Saved Incorrectly After Signing Database" href="http://www-01.ibm.com/support/docview.wss?uid=swg21165053" target="_blank">technote</a>.</p>
<p>This will ensure that all documents replicated from now on would not be appearing as truncated documents anymore on the server. In order to fix the existing truncated documents though, I had to remove the documents from the server replica without leaving deletion stubs. This can easily be achieved in utilising Julian Robichaux&#8217; stub-less delete function documented <a title="Performing a Stubless Delete Using LotusScript" href="http://www.nsftools.com/tips/APITips.htm#stublessdelete" target="_blank">here</a>. Clearing out the replication history of the local database and issuing a new replication did make the documents re-appearing on the server replica in there entirety.</p>
<p>Thanks to Almar and Julian for documenting your solutions!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubetoon.com/2010/truncated-documents-in-server-replica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add MIME header for Office 2007 documents for HTTP</title>
		<link>http://www.cubetoon.com/2009/add-mime-header-for-office-2007-documents-for-http/</link>
		<comments>http://www.cubetoon.com/2009/add-mime-header-for-office-2007-documents-for-http/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 23:04:17 +0000</pubDate>
		<dc:creator>cubetoon</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[iNotes]]></category>
		<category><![CDATA[mime types]]></category>

		<guid isPermaLink="false">http://www.cubetoon.com/?p=286</guid>
		<description><![CDATA[If I was managing Apache web servers day after day I would have probably known the answer to that issue straight away. Instead I had to utilise Google quite a bit in order to find out how to add Office 2007 documents as mime type for the Domino web service: Microsoft Office 2007 documents do not [...]]]></description>
			<content:encoded><![CDATA[<p>If I was managing Apache web servers day after day I would have probably known the answer to that issue straight away. Instead I had to utilise Google quite a bit in order to find out how to add Office 2007 documents as mime type for the Domino web service: <a title="Microsoft Office 2007 documents do not open/save correctly when accessed over the web" href="http://www-01.ibm.com/support/docview.wss?uid=swg21412063&amp;myns=swglotus&amp;mynp=OCSSKTMJ&amp;mync=R" target="_blank">Microsoft Office 2007 documents do not open/save correctly when accessed over the web</a></p>
<p>Without changing the httpd.cnf file Word 2007 documents for example are recognised as &#8220;Compressed (zipped) Folder&#8221;, which makes it impossible to associate the file with Microsoft Office.</p>
<p>It&#8217;s not like Office 2007 isn&#8217;t around since about 2 years. How could this have slipped through the Lotus Domino 8.5.1 release by IBM?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubetoon.com/2009/add-mime-header-for-office-2007-documents-for-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Knows how to please Traveler Administrators</title>
		<link>http://www.cubetoon.com/2009/lotus-knows-how-to-please-traveler-administrators/</link>
		<comments>http://www.cubetoon.com/2009/lotus-knows-how-to-please-traveler-administrators/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 20:03:00 +0000</pubDate>
		<dc:creator>cubetoon</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Traveler]]></category>
		<category><![CDATA[Lotus Knows]]></category>

		<guid isPermaLink="false">http://www.cubetoon.com/?p=260</guid>
		<description><![CDATA[Great news! The Traveler administration database now provides administrators with the option to set default device preferences and security settings. This is awesome news as it does reduce the need for policies in many cases. This is especially important in cases where the Traveler server is located in a different Domino domain than the mail [...]]]></description>
			<content:encoded><![CDATA[<p>Great news! The Traveler administration database now provides administrators with the option to set <a title="Default device preferences and security settings" href="http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/topic/com.ibm.help.lnt851.doc/Default_setting_device_security.html" target="_blank">default device preferences and security settings</a>. This is awesome news as it does reduce the need for policies in many cases. This is especially important in cases where the Traveler server is located in a different Domino domain than the mail servers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cubetoon.com/2009/lotus-knows-how-to-please-traveler-administrators/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
