<?xml version="1.0" encoding="iso-8859-1"?>
<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:trackback="http://madskills.com/public/xml/rss/module/trackback/">
<channel>
<title>Richo's Blog</title>
<description>A place to keep those bits of information that I am always looking for and hopefully usefully information for you</description>
<link>http://www.acttech.com.au/blog.nsf/</link>
<language>en-us</language>
<lastBuildDate>Wed, 16 Jul 2008 12:05:57 +1100</lastBuildDate>
<item>
<title>Sametime ini file settings for the Notes client</title>
<pubDate>Wed, 16 Jul 2008 12:05:57 +1100</pubDate>
<description>
<![CDATA[ 
This settings can be used the notes.ini file and control how the Notes client interacts with Sametime. IM_NO_SETUP=1 This setting stops the user from being prompted for Sametime details during client ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/16072008120929GRI4GQ.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/16072008120929GRI4GQ.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/16072008120929GRI4GQ.htm</guid>
<content:encoded><![CDATA[ This settings can be used the notes.ini file and control how the Notes client interacts with Sametime. <br /> <br />IM_NO_SETUP=1 <br />This setting stops the user from being prompted for Sametime details during client set-up. <br /> <br /> <br />IM_ENABLE_SSO=1 <br />This setting passes the Notes credentials through to Sametime so the user doesn't need to enter a password. ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/16072008120929GRI4GQ.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/16072008120929GRI4GQ.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Error when launching nlnotes.exe</title>
<pubDate>Tue, 27 May 2008 12:43:11 +1100</pubDate>
<description>
<![CDATA[ 
When launching nlnotes.exe you receive the following error: IBM Lotus Domino does not have a production license. A Temporary evaluation license has been enrolled for you to use for 60 days. This is ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/27-05-2008124937GRI582.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/27-05-2008124937GRI582.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/27-05-2008124937GRI582.htm</guid>
<content:encoded><![CDATA[ When launching nlnotes.exe you receive the following error: <br /> <br />IBM Lotus Domino does not have a production license. A Temporary evaluation license has been enrolled for you to use for 60 days. <br /> <br />This is a warning only, after clicking OK the client will still load after some more errors pop up. &nbsp;IBM has not recommended accessing the server (if ever) via this method since at least version 6 and it has been strongly advised against for years. ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/27-05-2008124937GRI582.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/27-05-2008124937GRI582.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Copying Databases</title>
<pubDate>Mon, 26 May 2008 10:25:38 +1100</pubDate>
<description>
<![CDATA[ 
I can't take any credit for this article it has come straight of Bruce Elgort's Blog, www.bruceelgort.com Bruce has lots of great articles up on his Blog and is definitely worth a read. ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/27-05-2008103204GRI2J4.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/27-05-2008103204GRI2J4.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/27-05-2008103204GRI2J4.htm</guid>
<content:encoded><![CDATA[ I can't take any credit for this article it has come straight of Bruce Elgort's Blog, <a href=http://www.bruceelgort.com/><span style="text-decoration:underline">www.bruceelgort.com</span></a> Bruce has lots of great articles up on his Blog and is definitely worth a read. <br /> I have put this article up here on my Blog for reference only. <br /> <br /> Recently I needed to make "copies" of some Lotus Notes databases and didn't want to do it from my Notes client. This would have take hours considering the database was 5gb. I knew that there had to be a way to do this and thanks to the assistance of my friend <a href=http://www.flickr.com/photos/bruce/2343826/><span style="text-decoration:underline">Thomas Gumz</span></a>, I was able to issue a command line from the Domino server console and presto, the database was instantly copied. Yes, it's not documented nor supported, but has been around for a long time, at least since V4 according to Thomas. <br /> <br /> So let's look at what you need to do to enable this feature: <br /> <br /> The server console commands are turned off by default, you need to first enable them: <br /> <br /> Set this server notes.ini variable, like so: <strong><br /> <br /> > set config CLUSTER_ADMIN_ON=1</strong> <em>(even if the server is not a in cluster, doesn't matter)</em>. <br /> <br /> No need to restart the server, it becomes active immediately. <br /> <br /> This enables this new command: <strong><br /> <br /> CL COPY sourcedb targetdb</strong> <br /> <br /> Examples for the CL COPY command: <strong><br /> <br /> > CL copy serverA!!db1.nsf serverB!!db2.nsf</strong> <br /> This would create a regular non-replica copy of db1.nsf on serverA as db2.nsf on ServerB <strong><br /> <br /> > CL copy serverA!!db1.nsf serverB!!db2.nsf REPLICA</strong> <br /> This would create a replica copy of db1.nsf on serverA as db2.nsf on ServerB <strong><br /> <br /> > CL copy serverA!!db1.nsf serverB!!db2.nsf TEMPLATE</strong> <br /> This would create a template copy (only design, no data) of db1.nsf on serverA as db2.nsf on ServerB <strong><br /> <br /> > CL copy db1.nsf db2.nsf</strong> <br /> This would create a regular non-replica copy of db1.nsf as db2.nsf on the same local server  ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/27-05-2008103204GRI2J4.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/27-05-2008103204GRI2J4.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>ftp to user directory on Cent OS 5 (Red Hat 5)</title>
<pubDate>Sat, 12 Jan 2008 00:18:00 +1100</pubDate>
<description>
<![CDATA[ 
To enable ftp to the home directory on Cent OS 5 run the following command "setsebool -P ftp_home_dir=1" ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/12012008122655AMFIRHSE.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/12012008122655AMFIRHSE.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/12012008122655AMFIRHSE.htm</guid>
<content:encoded><![CDATA[ To enable ftp to the home directory on Cent OS 5 run the following command "setsebool -P ftp_home_dir=1" ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/12012008122655AMFIRHSE.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/12012008122655AMFIRHSE.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Phrase names using DWA or iNotes</title>
<pubDate>Thu, 4 Oct 2007 09:07:00 +1100</pubDate>
<description>
<![CDATA[ 
Domino Web Access (DWA) users do not have the option to set their phrase, but the Domino Administrator can set the default format for them.To accomplish this: 1. Open the Domino Server's Configuratio ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/04102007090917AMFIRV6C.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/04102007090917AMFIRV6C.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/04102007090917AMFIRV6C.htm</guid>
<content:encoded><![CDATA[ <p>Domino Web Access (DWA) users do not have the option to set their phrase, but the Domino Administrator can set the default format for them.</p><p>To accomplish this: </p><p>1.&nbsp; Open the Domino Server's Configuration document in the Domino Directory.<br />2.&nbsp; Go to the MIME > Advanced tab > Advanced Outbound Message Options tab.</p><p>In the 'RFC822 Phrase Handling' field select: </p><p>Value&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; result<br />==============================================<br />Use DN as phrase&nbsp;&nbsp; - "Super iNotes/Royal" <<a href="http://www.acttech.com.au/blog.nsf/dx/mailto:super_iNotes@acme.com">super_iNotes@acme.com</a>><br />Use CN as phrase&nbsp;&nbsp; - "Super iNotes" <<a href="http://www.acttech.com.au/blog.nsf/dx/mailto:super_iNotes@acme.com">super_iNotes@acme.com</a>> </p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/04102007090917AMFIRV6C.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/04102007090917AMFIRV6C.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Bruce Elgort steps down as front man of OpenNTF</title>
<pubDate>Thu, 31 May 2007 14:33:00 +1100</pubDate>
<description>
<![CDATA[ 
Bruce has worked closely with on OpenNTF since it&rsquo;s inception. OpenNTF has always been a great place to go for Notes applications and ideas. I have been a regular user of the site for many years ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/31052007025215PMFIR7QQ.htm</link>
<category>News</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/31052007025215PMFIR7QQ.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/31052007025215PMFIR7QQ.htm</guid>
<content:encoded><![CDATA[ <p>Bruce has worked closely with on OpenNTF since it&rsquo;s inception. OpenNTF has always been a great place to go for Notes applications and ideas. I have been a regular user of the site for many years and have met Bruce at Lotusphere. I am sure OpenNTF will continue but would just like to pass on my thanks to Bruce for great ideas and resources.<br /></p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/31052007025215PMFIR7QQ.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/31052007025215PMFIR7QQ.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Notes.ini referance</title>
<pubDate>Mon, 28 May 2007 16:05:00 +1100</pubDate>
<description>
<![CDATA[ 
Came across this the other day a good reference for notes.ini variableshttp://www-128.ibm.com/developerworks/lotus/documentation/notes-ini/ ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/30052007041857PMFIR9EW.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/30052007041857PMFIR9EW.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/30052007041857PMFIR9EW.htm</guid>
<content:encoded><![CDATA[ Came across this the other day a good reference for notes.ini variables<br /><a href="http://www-128.ibm.com/developerworks/lotus/documentation/notes-ini/" target="_blank">http://www-128.ibm.com/developerworks/lotus/documentation/notes-ini/</a> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/30052007041857PMFIR9EW.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/30052007041857PMFIR9EW.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Lotusphere 2007</title>
<pubDate>Tue, 23 Jan 2007 14:50:00 +1100</pubDate>
<description>
<![CDATA[ 
Unfortunately I was not able to get to Lotusphere this year. However this year with everyone writing blogs at least we can stay up to date on what is going on. Below are the main announcements from th ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/23012007030004PMFIR6Q4.htm</link>
<category>News</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/23012007030004PMFIR6Q4.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/23012007030004PMFIR6Q4.htm</guid>
<content:encoded><![CDATA[ <p><a href="http://www-142.ibm.com/software/sw-lotus/events/govfor.nsf/wdocs/ls2007home" target="_self"><img  src="http://www.acttech.com.au/blog.nsf/dx/../dx/ls2007.gif/$file/ls2007.gif" border="0" /></a></p><p>Unfortunately I was not able to get to Lotusphere this year. However this year with everyone writing blogs at least we can stay up to date on what is going on. Below are the main announcements from the opening session. Hope to see the web cast posted up on the web shortly.</p><p><strong>Links to Lotusphere</strong></p><p><a href="http://www-142.ibm.com/software/sw-lotus/events/govfor.nsf/wdocs/ls2007home">http://www-142.ibm.com/software/sw-lotus/events/govfor.nsf/wdocs/ls2007home</a>&nbsp; (Main Page)</p><p><a href="http://www-10.lotus.com/ldd/lotusphere.nsf">http://www-10.lotus.com/ldd/lotusphere.nsf</a>&nbsp;&nbsp;(Lots of Blogs) </p><p><strong>Here are the innovative new products and capabilities announced at Lotusphere 2007 this week: </strong></p><p>&bull; <strong>Lotus Connections</strong> is the industry&rsquo;s first platform for business-grade social computing. The software offers an integrated set of Web 2.0-based components -- including Activities, Communities, Dogear for social bookmarking, Profiles and Blogs. Users can find and exchange ideas with experts anywhere in their organization and tap the power of social software from within Notes, Sametime or WebSphere Portal. </p><p>&bull; <strong>Lotus Notes and Domino 8</strong> is in final beta phase before shipping in mid-year. This next generation of Lotus Notes features Message Recall, which allows users to quickly recall a server-supported e-mail message after it has been sent. The software also offers license-free document, spreadsheet and presentation editors that support the Open Document Format (ODF). And users can work offline in "disconnected" mode with e-mail, the corporate directory, blogs or custom applications. Because it is built on an open Eclipse-based framework, Notes 8 integrates with other Lotus portfolio components and supports composite enterprise "mash-up" applications that can link multiple systems. </p><p>&bull; <strong>Lotus Quickr</strong> is a Web 2.0-based collaborative content offering designed to transform the way documents and rich media are shared, enabling more effective team collaboration. Lotus Quickr comprises connectors that integrate with popular desktop applications, a rich set of content and team services such as wikis and team blogs, and scalable content repositories to help businesses securely manage information. </p><p>&bull; <strong>Lotus Sametime 7.5.1</strong> represents the evolution of instant messaging and Web conferencing into the industry's first unified communications and collaboration platform. Sametime 7.5.1 delivers point-to-point video allowing users to begin an instant message and escalate to a voice or video conversation with another user. The software also allows multiple simultaneous chats organized in a single tabbed window, aggregated presence awareness that indicates whether someone is on the phone, and out-of-the-box interoperability with Microsoft Office and Outlook. </p><p>&bull; <strong>IBM WebSphere Portal Express Version 6.0</strong> is a collaborative portal solution for businesses of less than 1,000 employees. The software provides a pre-built intranet and extranet experience with flexible pricing options and integrates portal, document management, Web content management and collaboration capabilities in a single package. It installs quickly and includes pre-built sample Web sites that can be easily customized and deployed. </p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/23012007030004PMFIR6Q4.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/23012007030004PMFIR6Q4.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Aspell on a Windows Domino Server</title>
<pubDate>Wed, 3 Jan 2007 16:00:00 +1100</pubDate>
<description>
<![CDATA[ 
Download the zip file there is a readme.txt with instructions. You should also check that there could be later version of Aspell. I have simplified the install however there is still configuration tha ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/31-05-2006180558GRIBF9.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/31-05-2006180558GRIBF9.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/31-05-2006180558GRIBF9.htm</guid>
<content:encoded><![CDATA[ <p>Download the zip file there is a readme.txt with instructions. You should also check that there could be later version of Aspell. I have simplified the install however there is still configuration that will be required if you change the default locations.</p><p><a href="http://www.acttech.com.au/blog.nsf/dx/aspell.zip/$file/aspell.zip" target="_self"><img  height="32" src="http://www.acttech.com.au/blog.nsf/dx/../dx/Status.JPG/$file/Status.JPG" width="32" border="0" /></a></p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/31-05-2006180558GRIBF9.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/31-05-2006180558GRIBF9.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Basic FTP commands</title>
<pubDate>Tue, 2 Jan 2007 15:37:00 +1100</pubDate>
<description>
<![CDATA[ 
Syntaxftp &#91;-v&#93; &#91;-d&#93; &#91;-i&#93; &#91;-n&#93; &#91;-g&#93; &#91;-s:FileName&#93; &#91;-a&#93; &#91;-w:WindowSize&#93; &#91;-A&#93; &#91;Host&#93;Parameters-v : Suppresses the display o ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/02012007034611PMFIR7LW.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/02012007034611PMFIR7LW.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/02012007034611PMFIR7LW.htm</guid>
<content:encoded><![CDATA[ <p>Syntax<br />ftp &#91;-v&#93; &#91;-d&#93; &#91;-i&#93; &#91;-n&#93; &#91;-g&#93; &#91;-s:FileName&#93; &#91;-a&#93; &#91;-w:WindowSize&#93; &#91;-A&#93; &#91;Host&#93;</p><p>Parameters<br />-v : Suppresses the display of FTP server responses. </p><p>-lcd: Changes the local directory</p><p>-d : Enables debugging, displaying all commands passed between the FTP client and FTP server. </p><p>-i : Disables interactive prompting during multiple file transfers. </p><p>-n : Suppresses the ability to log on automatically when the initial connection is made. </p><p>-g : Disables file name globbing. Glob permits the use of the asterisk (*) and question mark (?) as wildcard characters in local file and path names. For more information, see Ftp: Glob </p><p>-s:FileName : Specifies a text file that contains ftp commands. These commands run automatically after ftp starts. This parameter allows no spaces. Use this parameter instead of redirection (<). </p><p>-a : Specifies that any local interface can be used when binding the FTP data connection. </p><p>-w:WindowSize : Specifies the size of the transfer buffer. The default window size is 4096 bytes. </p><p>-A : Logs onto the FTP server as anonymous. </p><p>Host : Specifies the computer name, IP address, or IPv6 address of the FTP server to which to connect. The host name or address, if specified, must be the last parameter on the line. </p><p>/? : Displays help at the command prompt. </p><p>More detailed information <a title="Secure Copy and FTP Commands Spreadsheet" href="http://www.acttech.com.au/blog.nsf/dx/../dx/secure_copy_and_ftp.xls/$file/secure_copy_and_ftp.xls" target="_self">here</a>&nbsp;also includes some syntax for Secure Copy.</p><p><a title="Secure Copy and FTP Commands instructions" href="http://www.acttech.com.au/blog.nsf/dx/../dx/secure_copy_and_ftp.xls/$file/secure_copy_and_ftp.xls" target="_self"><img  src="http://www.acttech.com.au/blog.nsf/dx/../dx/Status.JPG/$file/Status.JPG" border="0" /></a></p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/02012007034611PMFIR7LW.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/02012007034611PMFIR7LW.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Linux Bash Commands</title>
<pubDate>Tue, 2 Jan 2007 15:25:00 +1100</pubDate>
<description>
<![CDATA[ 
I have turned this into a spreadsheet as it was taking up too much room. Also contained in the spreadsheet is some VI commands and other commands I have used. ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/02012007025134PMFIR6JS.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/02012007025134PMFIR6JS.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/02012007025134PMFIR6JS.htm</guid>
<content:encoded><![CDATA[ <p>I have turned this into a spreadsheet as it was taking up too much room. Also contained in the spreadsheet is some VI commands and other commands I have used.</p><p><a href="http://www.acttech.com.au/blog.nsf/dx/../dx/linux_commands/$file/linux_commands.xls" target="_self"><img  src="http://www.acttech.com.au/blog.nsf/dx/../dx/Status.JPG/$file/Status.JPG" border="0" /></a>&nbsp;</p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/02012007025134PMFIR6JS.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/02012007025134PMFIR6JS.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Accessing LDAP from the Command line or web browser</title>
<pubDate>Fri, 28 Jul 2006 11:26:00 +1100</pubDate>
<description>
<![CDATA[ 
From the command lineTo get the complete record for someoneC:\Lotus\Notes\ldapsearch.exe -h ldapservername -s sub mail=joe.blog@acme.com.auJust to get peoples names from particular field in this case ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/28072006113524AMFIR3VQ.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/28072006113524AMFIR3VQ.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/28072006113524AMFIR3VQ.htm</guid>
<content:encoded><![CDATA[ <p><strong>From the command line<br /><br />To get the complete record for someone</strong><br />C:\Lotus\Notes\ldapsearch.exe -h ldapservername -s sub mail=joe.blog@acme.com.au</p><p><strong>Just to get peoples names from particular field in this case location</strong><br />C:\Lotus\Notes\ldapsearch.exe -h ldapservername -z 50 -s sub location=Australia -s CN=</p><p><strong>Just to get peoples names from particular field in this case shortname</strong><br />C:\Lotus\Notes\ldapsearch.exe -h ldapservername -s sub shortname=*ric* -s sub CN</p><p><strong>Just to get all first names Joe</strong> <br />>C:\Lotus\Notes\ldapsearch.exe -h ldapservername -s sub CN="joe*" -s sub shortname=*</p><p><strong>Just to get all surnames&nbsp;whelan<br /></strong>C:\Lotus\Notes\ldapsearch.exe -h ldapservername -s sub CN="*whelan" -</p><p><strong>To pipe to a text file<br /></strong>C:\Lotus\Notes\ldapsearch.exe -h ldapservername -s sub location=Australia > c:\temp\ldap.txt</p><p><strong>From a browser<br /></strong>ldap://ldapservername/cn=joe blog,ou=people,o=acme</p><p>Notes:<br />The -z ## limit's the results to ## number of records to be returned.<br />Replace ldapservername with your LDAP server.</p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/28072006113524AMFIR3VQ.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/28072006113524AMFIR3VQ.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Getting Domino to send to multiple SMTP Relay hosts</title>
<pubDate>Tue, 13 Jun 2006 13:17:00 +1100</pubDate>
<description>
<![CDATA[ 
Domino can be set to send to multiple relay hosts in either fail-over or load balancing. This is done in the configuration document, Router/SMTP tab, Basics. In the field "Relay host for messages leav ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/13062006013504PMFIR68H.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/13062006013504PMFIR68H.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/13062006013504PMFIR68H.htm</guid>
<content:encoded><![CDATA[ <p>Domino can be set to send to multiple relay hosts in either fail-over or load balancing. This is done in the configuration document, Router/SMTP tab, Basics. In the field "Relay host for messages leaving the local domain" put your relay servers in, for example:</p><p>Fail-over Mode <br />relay1; relay2<br />Load Balancing Mode <br />relay1, relay2</p><p>Note fail-over uses a semi comma and load&nbsp;balancing uses a comma&nbsp;</p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/13062006013504PMFIR68H.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/13062006013504PMFIR68H.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Input and output files for Domino console commands</title>
<pubDate>Mon, 8 May 2006 15:32:00 +1100</pubDate>
<description>
<![CDATA[ 
To issue muliple commands to Domino from the console you can write a text file, for example your text file might have something like the following and be called perform.txt show servershow tasksshow s ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/08052006034943PMFIR8UM.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/08052006034943PMFIR8UM.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/08052006034943PMFIR8UM.htm</guid>
<content:encoded><![CDATA[ To issue muliple commands to Domino from the console you can write a text file, for example your text file might have something like the following and be called perform.txt <p>show server<br />show tasks<br />show stat </p><p>To issue these command you would just type <strong>< perform.txt </strong>on the console </p><p>To issue these commands via a program document use nserver i.e.<br />Program Name: <strong>nserver<br /></strong>Command Line: <strong>-c "< perform.txt"</strong> </p><p>To output the results of console commands to a text file you would enter for example </p><p><strong>show stat >c:\temp\stats.txt</strong> on the console </p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/08052006034943PMFIR8UM.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/08052006034943PMFIR8UM.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Showing Return Receipts in the Inbox view</title>
<pubDate>Mon, 8 May 2006 09:05:00 +1100</pubDate>
<description>
<![CDATA[ 
Showing Return Receipts in the Inbox view. Insert a new column, I set the font to be Wingdings size 9 this shows a return receipt as an open folder. Set the formula on the column @If(ReturnReceipt="1" ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/31052006091034AMFIRV76.htm</link>
<category>Code</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/31052006091034AMFIRV76.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/31052006091034AMFIRV76.htm</guid>
<content:encoded><![CDATA[ Showing Return Receipts in the Inbox view. Insert a new column, I set the font to be Wingdings size 9 this shows a return receipt as an open folder. Set the formula on the column @If(ReturnReceipt="1";ReturnReceipt;"") This way only messages that have an active return receipt are shown. ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/31052006091034AMFIRV76.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/31052006091034AMFIRV76.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Fixing Policy Problems</title>
<pubDate>Mon, 8 May 2006 08:50:00 +1100</pubDate>
<description>
<![CDATA[ 
BackgroundThere are a very small number of people that policies don't seem to apply too. This has always seemed to be a local issue as when an administrator would look at the clients Archive settings ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/31052006085604AMFIRUW4.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/31052006085604AMFIRUW4.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/31052006085604AMFIRUW4.htm</guid>
<content:encoded><![CDATA[ <p><strong>Background</strong></p><p>There are a very small number of people that policies don't seem to&nbsp; apply too. This has always seemed to be a local issue as when an administrator would look at the clients Archive settings they looked correct. Finally we know why this is happening and we have developed a fix for it. </p><p><strong>Problem</strong></p><p>1. The $Policies view in the clients Personal Address Book is not being updated or not being read correctly.</p><p>2. Client may still have an R5 design on their Personal Address Book.</p><p><strong>Solution Problem 1.</strong></p><p>1. Get the client on the phone, once you have established connect with them send the below button and ask them to click on it. When the agent is complete it will ask them to close all applications and reboot their PC.&nbsp; Code for the button listed at the bottom of this entry.</p><p>2. During this time go the Domino Directory on the clients home server, edit their person document and under the Administration tab change the Assigned Policy field to another policy and then back to the orginal policy then save.</p><p>When the user logs back into Notes their Policies will be refreshed.</p><p><strong>Solution Problem 2.</strong> </p><p>Replace (not Refresh) the clients Personal Address Book from the mail server. i.e. Right click on their Personal Address Book and choose Database.. Replace Design, from the Personal Address Book Template(pernames.ntf). </p><p>Policies should now just work, there should be no need to apply Solution 1 fix.</p><p>Code for button Solution 1.</p><p><br />Sub Click(Source As Button)<br />&nbsp;<br />&nbsp;Dim sess As New NotesSession<br />&nbsp;Dim db As NotesDatabase<br />&nbsp;Dim dbNames As NotesDatabase<br />&nbsp;Dim vw As NotesView<br />&nbsp;Dim doc As NotesDocument<br />&nbsp;Dim docNext As NotesDocument<br />&nbsp;Dim arrDocs() As String<br />&nbsp;Dim arrNoRepeatDocs As Variant<br />&nbsp;Dim intCount As Integer<br />&nbsp;Dim intEntryCount As Integer<br />&nbsp;<br />&nbsp;Set db = sess.CurrentDatabase<br />&nbsp;Set dbNames = sess.GetDatabase("", "names.nsf")<br />&nbsp;If dbNames Is Nothing Then<br />&nbsp; Msgbox "Could not locate local address book."<br />&nbsp; End<br />&nbsp;End If<br />&nbsp;If Not dbNames.IsOpen Then<br />&nbsp; Msgbox "Could not open local address book."<br />&nbsp; End<br />&nbsp;End If<br />&nbsp;Set vw = dbNames.GetView("$Policies")<br />&nbsp;If Not vw Is Nothing Then<br />&nbsp; Set doc = vw.GetFirstDocument<br />&nbsp; Do While Not doc Is Nothing<br />&nbsp;&nbsp; intEntryCount = intEntryCount + 1<br />&nbsp;&nbsp; Redim Preserve arrDocs(intEntryCount - 1)<br />&nbsp;&nbsp; arrDocs(intEntryCount - 1) = doc.NoteID<br />&nbsp;&nbsp; Set doc = vw.GetNextDocument(doc)<br />&nbsp; Loop<br />&nbsp; If intEntryCount > 0 Then<br />&nbsp;&nbsp; arrNoRepeatDocs = Arrayunique(arrDocs, 5)<br />&nbsp;&nbsp; Forall d In arrNoRepeatDocs<br />&nbsp;&nbsp;&nbsp; Set doc = dbNames.GetDocumentByID(d)<br />&nbsp;&nbsp;&nbsp; Call doc.Remove(True)<br />&nbsp;&nbsp;&nbsp; intCount = intCount + 1<br />&nbsp;&nbsp; End Forall<br />&nbsp; End If<br />&nbsp; 'Msgbox Cstr(intCount) &amp; " documents deleted."<br />&nbsp;Else<br />&nbsp; Msgbox "Could not open Profiles view."<br />&nbsp;End If<br />&nbsp;<br />&nbsp;<br />&nbsp;Msgbox "Agent Completed - Please close all applications and Reboot your PC"<br />&nbsp;<br />End Sub</p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/31052006085604AMFIRUW4.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/31052006085604AMFIRUW4.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Displaying documents before or after a certain date</title>
<pubDate>Tue, 2 May 2006 09:06:00 +1100</pubDate>
<description>
<![CDATA[ 
If you need to display all documents in a view created before a certain date put the following code in the View Selection SELECT @Created To see documents created after a certain date use SELECT @Crea ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/31052006091155AMFIRV7Z.htm</link>
<category>Code</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/31052006091155AMFIRV7Z.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/31052006091155AMFIRV7Z.htm</guid>
<content:encoded><![CDATA[ <p>If you need to display all documents in a view created before a certain date put the following code in the View Selection <br />SELECT @Created < &#91;dd/mm/yyyy&#93; <br />To see documents created after a certain date use <br />SELECT @Created > &#91;dd/mm/yyyy&#93;</p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/31052006091155AMFIRV7Z.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/31052006091155AMFIRV7Z.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Replicating across Domains with Server Readers fields</title>
<pubDate>Tue, 2 May 2006 08:35:00 +1100</pubDate>
<description>
<![CDATA[ 
If you have crossed certified servers and you have databases that use Reader fields for servers, the groups must be set a Access Control Group not Servers Only or those documents will not replicate. ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/31052006084047AMFIRULJ.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/31052006084047AMFIRULJ.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/31052006084047AMFIRULJ.htm</guid>
<content:encoded><![CDATA[ If you have crossed certified servers and you have databases that use Reader fields for servers, the groups must be set a Access Control Group not Servers Only or those documents will not replicate. ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/31052006084047AMFIRULJ.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/31052006084047AMFIRULJ.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Running a Command File on your Domino Server</title>
<pubDate>Mon, 24 Apr 2006 08:27:00 +1100</pubDate>
<description>
<![CDATA[ 
To run a Command file on your Domino Server at a scheduled time create a Program Document. In Basics Program Name put cmd.exeIn Basics Command line put your command file that you wish to run. i.e C:\S ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/31052006083224AMFIRUFB.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/31052006083224AMFIRUFB.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/31052006083224AMFIRUFB.htm</guid>
<content:encoded><![CDATA[ <p>To run a Command file on your Domino Server at a scheduled time create a Program Document. In Basics Program Name put cmd.exe</p><p>In Basics Command line put your command file that you wish to run. i.e C:\Scripts\whatever.cmd</p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/31052006083224AMFIRUFB.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/31052006083224AMFIRUFB.htm?opendocument&amp;comments</wfw:comment>
</item>
<item>
<title>Running a Domino Command at a schedule time</title>
<pubDate>Mon, 24 Apr 2006 08:20:00 +1100</pubDate>
<description>
<![CDATA[ 
Create a Program Document: Under the Basic Tab in Program Name put nserverUnder the Basic Tab in Command line put your command i.e. -C "tell event quit"Schedule as required. ...
 ]]>
</description>
<link>http://www.acttech.com.au/blog.nsf/dx/31052006082704AMFIRUBY.htm</link>
<category>Admin</category>
<dc:creator>Glenn Richardson</dc:creator>
<comments>http://www.acttech.com.au/blog.nsf/dx/31052006082704AMFIRUBY.htm?opendocument&amp;comments</comments>
<guid isPermaLink="true">http://www.acttech.com.au/blog.nsf/dx/31052006082704AMFIRUBY.htm</guid>
<content:encoded><![CDATA[ <p>Create a Program Document: Under the Basic Tab in Program Name put <strong>nserver</strong></p><p>Under the Basic Tab in Command line put your command i.e. -C "tell event quit"</p><p>Schedule as required.</p> ]]></content:encoded>
<wfw:commentRss> http://www.acttech.com.au/blog.nsf/dxcomments/31052006082704AMFIRUBY.htm</wfw:commentRss>
<wfw:comment> http://www.acttech.com.au/blog.nsf/dx/31052006082704AMFIRUBY.htm?opendocument&amp;comments</wfw:comment>
</item>
</channel></rss>
