<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
<title>The Jagular - Category : Software</title>
<description>The Jagular - Category : Software</description>
<lastBuildDate>Tue, 4 Dec 2007 23:11:42 -0400</lastBuildDate>
<link>http://d.dominodeveloper.net/bruceperry/thejagular.nsf</link>
<item><title>(Updated) Setting Selective Replication via LotusScript (and C API)</title><link>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/d6plinks/BRUY-74LHY6</link><description><![CDATA[ Update: this technique works in two databases and fails in two others. &nbsp;I have no idea why. &nbsp;I think &quot;Enforce Consistent ACL&quot; is being used in all cases.

I spent more time than I'd like this week figuring out how to set a replication ...]]></description><dc:subject>Software</dc:subject><dc:creator>bruceperry</dc:creator><comments>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/d6plinks/BRUY-74LHY6</comments><guid isPermaLink="true">http://d.dominodeveloper.net/bruceperry/thejagular.nsf/d6plinks/BRUY-74LHY6</guid><content:encoded><![CDATA[ <font size=2 face="sans-serif"><strong>Update</strong>: this technique works in two databases and fails in two others. &nbsp;I have no idea why. &nbsp;I think &quot;Enforce Consistent ACL&quot; is being used in all cases.</font>
<br />
<br /><font size=2 face="sans-serif">I spent more time than I'd like this week figuring out how to set a replication formula via the Notes C API (but calling the C API via Lotusscript). &nbsp;The basics were done for me already, but there were a couple of weird gotchas that made setting a selective replication formula useless till I figured them out.</font>
<br />
<br /><font size=2 face="sans-serif">Here's the summary. &nbsp;To make the code below work, you need to have your server explicitly in the db's ACL. &nbsp;Having the server name in a group (such as LocalDomainServers) doesn't seem to work. &nbsp;Your ID needs to have a minimum of editor access. &nbsp;NoteDatabase.Replicate(&lt;server&gt;) needs the <strong>canonical</strong> server name. &nbsp;If you don't get these details right, you'll see a replication occur, but the selective replication formula won't take effect.</font>
<br />
<br /><font size=2 face="sans-serif">Note: &nbsp;this is tested on Notes 6.5.4. &nbsp;I don't think it can work on versions earlier than 6 (NotesReplicationEntry came in with 6). &nbsp;If you happen to try it on 7 or higher, let me know what happens.</font> ]]></content:encoded><pubDate>Thu, 28 Jun 2007 09:36:14 -0400</pubDate><slash:comments>2</slash:comments><wfw:commentRss>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/CommentsRSS?Open&amp;id=0F48B63158B9CF1F85257308004ABA7C</wfw:commentRss><wfw:comment>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/PostComment?RunAgent&amp;id=0F48B63158B9CF1F85257308004ABA7C</wfw:comment></item><item><title>Oops! - found a bug in class BetterListStr</title><link>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/d6plinks/BRUY-6ZQ6GB</link><description><![CDATA[ Some work I did on a potential open source project turned up a problem in the BetterListStr class I posted a while back.  Turns out there's a flaw in my "double-indexing" technique.  Why didn't it crop up before?  Because I used the class in a new way.  Or, ...]]></description><dc:subject>Software</dc:subject><dc:creator>bruceperry</dc:creator><comments>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/d6plinks/BRUY-6ZQ6GB</comments><guid isPermaLink="true">http://d.dominodeveloper.net/bruceperry/thejagular.nsf/d6plinks/BRUY-6ZQ6GB</guid><content:encoded><![CDATA[ Some work I did on a potential open source project turned up a problem in the BetterListStr class I posted a while back.  Turns out there's a flaw in my "double-indexing" technique.  Why didn't it crop up before?  Because I used the class in a new way.  Or, put another way, there wasn't a test plan or a unit test for the class.  It was just a little class after all...<br><br>]]></content:encoded><pubDate>Tue, 27 Mar 2007 23:47:36 -0400</pubDate><slash:comments>1</slash:comments><wfw:commentRss>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/CommentsRSS?Open&amp;id=345394E7FF0CC42D852572AC0014D635</wfw:commentRss><wfw:comment>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/PostComment?RunAgent&amp;id=345394E7FF0CC42D852572AC0014D635</wfw:comment></item><item><title>Cool new Google app</title><link>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/d6plinks/BRUY-6YXSHQ</link><description><![CDATA[ Google has a beta application called Notebook that works with selected blocks of text in the browser window.  You right click on the selected text, and one of the options is to direct the text to a notebook.  The text is copied, with any links intact, to the ...]]></description><dc:subject>Software</dc:subject><dc:creator>bruceperry</dc:creator><comments>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/d6plinks/BRUY-6YXSHQ</comments><guid isPermaLink="true">http://d.dominodeveloper.net/bruceperry/thejagular.nsf/d6plinks/BRUY-6YXSHQ</guid><content:encoded><![CDATA[ Google has a beta application called Notebook that works with selected blocks of text in the browser window.  You right click on the selected text, and one of the options is to direct the text to a notebook.  The text is copied, with any links intact, to the end of the current notebook.  The web page that the text came from is also recorded with the selection.  Notebooks can be divided up into sections, and  It's possible to have many notebooks and to share them.  I think  I'll be using this quite bit.<br><br>
For me, this solves the annoying problem of how to keep track of useful web pages when I work on multiple machines.  Yes, I could export/import bookmarks, but I'm lazy.  This is even easier.]]></content:encoded><pubDate>Sat, 3 Mar 2007 15:53:51 -0400</pubDate><slash:comments>0</slash:comments><wfw:commentRss>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/CommentsRSS?Open&amp;id=FB3D0EC0EDF41008852572930072CB25</wfw:commentRss><wfw:comment>http://d.dominodeveloper.net/bruceperry/thejagular.nsf/PostComment?RunAgent&amp;id=FB3D0EC0EDF41008852572930072CB25</wfw:comment></item></channel>
</rss>
