<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sharepointsearch.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Lars Fastrup on SharePoint Search - All Comments</title><link>http://sharepointsearch.com/cs/blogs/lars/default.aspx</link><description>Some thoughts and tips on SharePoint Search</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>re: Using MOSS 2007 to index and search Lotus Notes databases</title><link>http://sharepointsearch.com/cs/blogs/lars/archive/2007/11/06/using-moss-2007-to-index-and-search-lotus-notes-databases.aspx#13028</link><pubDate>Thu, 24 Apr 2008 15:47:26 GMT</pubDate><guid isPermaLink="false">4a9b4754-8bc4-467f-9abf-80464617d2f0:13028</guid><dc:creator>birixiote</dc:creator><description>&lt;p&gt;Hi Lars,&lt;/p&gt;
&lt;p&gt;You have a great blog going. I find it very helpful. I have question regarding a separate post you have on SP Search SQL Syntax. I am trying to run a query on documents that were modified within last 30 days. You have listed this query: &lt;/p&gt;
&lt;p&gt;SELECT WorkId,Path,Title,Write,Author,...&lt;/p&gt;
&lt;p&gt;FROM Scope()&lt;/p&gt;
&lt;p&gt;WHERE FREETEXT(defaultproperties, 'SharePoint') AND Write&amp;lt;=DATEADD(DAY,30,GETGMTDATE())&lt;/p&gt;
&lt;p&gt;ORDER BY Rank Desc&lt;/p&gt;
&lt;p&gt;But when i run this query I get an error saying the query is malformed. Is DATEADD a custom .net method that you wrote? Any help will greatly appreciated. &lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Emon&lt;/p&gt;
&lt;img src="http://sharepointsearch.com/cs/aggbug.aspx?PostID=13028" width="1" height="1"&gt;</description></item><item><title>re: Using MOSS 2007 to index and search Lotus Notes databases</title><link>http://sharepointsearch.com/cs/blogs/lars/archive/2007/11/06/using-moss-2007-to-index-and-search-lotus-notes-databases.aspx#12756</link><pubDate>Wed, 16 Apr 2008 21:45:39 GMT</pubDate><guid isPermaLink="false">4a9b4754-8bc4-467f-9abf-80464617d2f0:12756</guid><dc:creator>Leon Zandman</dc:creator><description>&lt;p&gt;Hi Lars,&lt;/p&gt;
&lt;p&gt;I had already tried renaming those DLLs, but NotesSetup.exe crashes when I do that. It doesn't crash on your computer?&lt;/p&gt;
&lt;img src="http://sharepointsearch.com/cs/aggbug.aspx?PostID=12756" width="1" height="1"&gt;</description></item><item><title>re: Using MOSS 2007 to index and search Lotus Notes databases</title><link>http://sharepointsearch.com/cs/blogs/lars/archive/2007/11/06/using-moss-2007-to-index-and-search-lotus-notes-databases.aspx#12704</link><pubDate>Tue, 15 Apr 2008 13:31:29 GMT</pubDate><guid isPermaLink="false">4a9b4754-8bc4-467f-9abf-80464617d2f0:12704</guid><dc:creator>lars</dc:creator><description>&lt;p&gt;Hi Leon&lt;/p&gt;
&lt;p&gt;Thanks for buying the book - you must be one of the very first customers for it :-)&lt;/p&gt;
&lt;p&gt;I also failed to find the LCPPN30.DLL file on IBM's Website. But you can get past the installation by renaming the LCPPN30i.DLL file to LCPPN30.DLL. But it is unclear to me whether these files are binary compatible, i.e. if the rename also works without problems for the actual crawls.&lt;/p&gt;
&lt;p&gt;I would also like to point you to sharepointworks.com who offers a much better solution for crawling Lotus Notes databases including security mappings. They also have connectors for other types of repositories. &lt;/p&gt;
&lt;p&gt;/Lars&lt;/p&gt;
&lt;img src="http://sharepointsearch.com/cs/aggbug.aspx?PostID=12704" width="1" height="1"&gt;</description></item><item><title>re: Using MOSS 2007 to index and search Lotus Notes databases</title><link>http://sharepointsearch.com/cs/blogs/lars/archive/2007/11/06/using-moss-2007-to-index-and-search-lotus-notes-databases.aspx#12675</link><pubDate>Mon, 14 Apr 2008 17:50:21 GMT</pubDate><guid isPermaLink="false">4a9b4754-8bc4-467f-9abf-80464617d2f0:12675</guid><dc:creator>Leon Zandman</dc:creator><description>&lt;p&gt;Hi Lars,&lt;/p&gt;
&lt;p&gt;I'm trying to get MOSS 2007 to index some Lotus Notes databases. I've read through the blogs you posted how to do this. I also read the relevant chapter on page 227 from the book you and Patrick Tisseghem wrote on SharePoint Search.&lt;/p&gt;
&lt;p&gt;However, I cannot get past the stage where you have to run NotesSetup.exe (which is located in the SharePoint install directory). This executable depends on &amp;quot;LCPPN30.DLL&amp;quot;, a DLL from IBM that according to documentation I mentioned above should be distributed with IBM's Lotus C++ API download. However, I've downloaded all Lotus C++ API versions from the IBM site (there were three at the time of writing), but they don't contain this DLL. The DLLs I found were &amp;quot;LCPPN30i.DLL&amp;quot;, &amp;quot;LCPPN70.DLL&amp;quot; and &amp;quot;LCPPN80.DLL&amp;quot;.&lt;/p&gt;
&lt;p&gt;Looking at the filenames it looks like those DLLs I downloaded are all newer versions of the DLL I need. The version to which NotesSetup.exe is built doesn't seem to be available anymore. Is there any solution to this? I've already tried renaming the DLLs, but (as expected) this crashed NotesSetup.exe.&lt;/p&gt;
&lt;img src="http://sharepointsearch.com/cs/aggbug.aspx?PostID=12675" width="1" height="1"&gt;</description></item><item><title>re: Using MOSS 2007 to index and search Lotus Notes databases</title><link>http://sharepointsearch.com/cs/blogs/lars/archive/2007/11/06/using-moss-2007-to-index-and-search-lotus-notes-databases.aspx#12475</link><pubDate>Wed, 09 Apr 2008 05:55:56 GMT</pubDate><guid isPermaLink="false">4a9b4754-8bc4-467f-9abf-80464617d2f0:12475</guid><dc:creator>whatiwantmost</dc:creator><description>&lt;p&gt;Thanks for the links. A recent client has mentioned something about maybe indexing lotus notes into MOSS. I'll file these away for future reference.&lt;/p&gt;
&lt;img src="http://sharepointsearch.com/cs/aggbug.aspx?PostID=12475" width="1" height="1"&gt;</description></item><item><title>re: New book on SharePoint search</title><link>http://sharepointsearch.com/cs/blogs/lars/archive/2007/11/06/new-book-on-sharepoint-search.aspx#11922</link><pubDate>Tue, 25 Mar 2008 19:20:54 GMT</pubDate><guid isPermaLink="false">4a9b4754-8bc4-467f-9abf-80464617d2f0:11922</guid><dc:creator>Morten Haahr</dc:creator><description>&lt;p&gt;I've been looking forward to this title from you and patrick, whom I've enjoyed his courses on search from u2u. However when will it be released? &lt;/p&gt;
&lt;p&gt;On the ms site it says its possible to order it from 2th of April &lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/mspress/books/12195.aspx"&gt;www.microsoft.com/.../12195.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Amazon.co.uk have it from 9th of April please tell me the truth :D&lt;/p&gt;
&lt;img src="http://sharepointsearch.com/cs/aggbug.aspx?PostID=11922" width="1" height="1"&gt;</description></item><item><title>re: New book on SharePoint search</title><link>http://sharepointsearch.com/cs/blogs/lars/archive/2007/11/06/new-book-on-sharepoint-search.aspx#6367</link><pubDate>Sun, 09 Dec 2007 03:15:17 GMT</pubDate><guid isPermaLink="false">4a9b4754-8bc4-467f-9abf-80464617d2f0:6367</guid><dc:creator>ilphkfqzzkq</dc:creator><description>&lt;p&gt;byxqQm &amp;nbsp;&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://vervvoyhidci.com/&amp;quot;&amp;gt;vervvoyhidci&amp;lt;/a&amp;gt;"&gt;vervvoyhidci.com/.../a&amp;gt;&lt;/a&gt;, [url=&lt;a rel="nofollow" target="_new" href="http://bvsucspbdgde.com/"&gt;http://bvsucspbdgde.com/&lt;/a&gt;]bvsucspbdgde[/url], [link=&lt;a rel="nofollow" target="_new" href="http://cjjtznjduoou.com/"&gt;http://cjjtznjduoou.com/&lt;/a&gt;]cjjtznjduoou[/link], &lt;a rel="nofollow" target="_new" href="http://ysglkqyjgsin.com/"&gt;http://ysglkqyjgsin.com/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://sharepointsearch.com/cs/aggbug.aspx?PostID=6367" width="1" height="1"&gt;</description></item></channel></rss>