<?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/"
	>

<channel>
	<title>Lotus Notes Tutorial - Lotus Notes and Domino Enterprise Education &#187; Notes Administrator</title>
	<atom:link href="http://www.lotusnotestutorial.com/category/lotus-notes-software/notes-administrator/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lotusnotestutorial.com</link>
	<description>Lotus Notes Tutorial - Information, Learn, tutorial, example, download and How-to in IBM Lotus Notes and Domino Server for every User, Developer and administrator.</description>
	<lastBuildDate>Thu, 20 Oct 2011 06:54:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Create Replica Database by Lotus Script</title>
		<link>http://www.lotusnotestutorial.com/create-replica-database-by-lotus-script.html</link>
		<comments>http://www.lotusnotestutorial.com/create-replica-database-by-lotus-script.html#comments</comments>
		<pubDate>Thu, 07 Apr 2011 11:41:04 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Domino Server]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Notes Designer]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[Replicate]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=1226</guid>
		<description><![CDATA[In Lotus Notes Client, we can create new replica by manual but it was a lot of databases, decided to create a copy of our agents to run. But we are not a copy, a replica. We, NotesDatabase.CreateCopy method (it only copies the design) does not copy the documents found. Our method can not obtain [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/create-replica-database-by-lotus-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Download Lotus Notes and Domino Administrator clients 8.5</title>
		<link>http://www.lotusnotestutorial.com/free-download-lotus-notes-and-domino-administrator-clients-8-5.html</link>
		<comments>http://www.lotusnotestutorial.com/free-download-lotus-notes-and-domino-administrator-clients-8-5.html#comments</comments>
		<pubDate>Mon, 09 Aug 2010 08:43:05 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Lotus Notes Software]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Download]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=1117</guid>
		<description><![CDATA[An offshore Lotus Notes Administrator can serve as a backup for your administration team and can provide services to your users 24xy. Domino has robust remote administration capabilities, and you can put it to good use by farming off a part of your Lotus Notes Administration work offshore. Our Domino administrators can resolve day-to-day support [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/free-download-lotus-notes-and-domino-administrator-clients-8-5.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Difference between Deny Access vs Full Access Administrators in Lotus Notes</title>
		<link>http://www.lotusnotestutorial.com/difference-between-deny-access-vs-full-access-administrators-in-lotus-notes.html</link>
		<comments>http://www.lotusnotestutorial.com/difference-between-deny-access-vs-full-access-administrators-in-lotus-notes.html#comments</comments>
		<pubDate>Thu, 06 May 2010 01:55:16 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Lotus Notes Software]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Deny Access]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=784</guid>
		<description><![CDATA[I always thought that &#8220;Deny Access&#8221; was the be-all, end-all. But apparently not. If someone is listed in both the &#8220;Full Access Administrators&#8221; list and the &#8220;Deny Access&#8221; list for the server, they will still be able to access the server. The &#8220;Full Access Administrators&#8221; trumps the &#8220;Deny Access&#8221; setting. From the Administrator Help file, [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/difference-between-deny-access-vs-full-access-administrators-in-lotus-notes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Lotus Notes Replica ID</title>
		<link>http://www.lotusnotestutorial.com/change-lotus-notes-replica-id.html</link>
		<comments>http://www.lotusnotestutorial.com/change-lotus-notes-replica-id.html#comments</comments>
		<pubDate>Sun, 21 Mar 2010 04:00:58 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Lotus Notes Software]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Replica ID]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=692</guid>
		<description><![CDATA[In a recent project, we were copying databases from one server to another. There were many databases to do, so we decided to write an agent to do the copy. But we wanted copies, not replicas. We found out that the NotesDatabase.CreateCopy method does not copy documents (it only copies the design). We could have [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/change-lotus-notes-replica-id.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track Who Replicated Deleted Documents Back to Lotus Notes Database?</title>
		<link>http://www.lotusnotestutorial.com/track-who-replicated-deleted-documents-back-to-lotus-notes-database.html</link>
		<comments>http://www.lotusnotestutorial.com/track-who-replicated-deleted-documents-back-to-lotus-notes-database.html#comments</comments>
		<pubDate>Thu, 18 Mar 2010 04:23:51 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Error Solution]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Notes Designer]]></category>
		<category><![CDATA[Server Performance]]></category>
		<category><![CDATA[Replicate]]></category>
		<category><![CDATA[Track]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=683</guid>
		<description><![CDATA[Has this ever happened to you: all of a sudden you see thousands of documents that were deleted months ago back in your application. Just about everyone I know who has created an application with local replicas has seen this happen. And everyone who has seen it wants to find out who did it so [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/track-who-replicated-deleted-documents-back-to-lotus-notes-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use Public/Private Views/Folders in Lotus Notes</title>
		<link>http://www.lotusnotestutorial.com/how-to-use-publicprivate-viewsfolders-in-lotus-notes.html</link>
		<comments>http://www.lotusnotestutorial.com/how-to-use-publicprivate-viewsfolders-in-lotus-notes.html#comments</comments>
		<pubDate>Sat, 13 Mar 2010 07:20:26 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Lotus Notes Overview]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Folder]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=672</guid>
		<description><![CDATA[What&#8217;s the difference? Well, public views and folders are used by everyone. For a public folder, if a document is placed into the folder then everyone sees the document in the folder (assuming they have reader access to the document). Private views and folders are private to each user. Every user will have their own [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/how-to-use-publicprivate-viewsfolders-in-lotus-notes.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preventing Notes Access Lotus Notes Application Tip</title>
		<link>http://www.lotusnotestutorial.com/preventing-notes-access-lotus-notes-application-tip.html</link>
		<comments>http://www.lotusnotestutorial.com/preventing-notes-access-lotus-notes-application-tip.html#comments</comments>
		<pubDate>Sat, 20 Feb 2010 16:55:47 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[LotusScript]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Notes Designer]]></category>
		<category><![CDATA[ACL]]></category>
		<category><![CDATA[Notes Access]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=610</guid>
		<description><![CDATA[We were developing a new web site for a customer when we had an odd request &#8211; they wanted no Notes access whatsoever to the application. They wanted to force their users to access the application through a web browser. Normally, at least some kind of administrative access would happen through Notes, but that wasn&#8217;t [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/preventing-notes-access-lotus-notes-application-tip.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Lotus Notes Access Level &#8211; Deny Access vs Full Access Administrators</title>
		<link>http://www.lotusnotestutorial.com/lotus-notes-access-level-deny-access-vs-full-access-administrators.html</link>
		<comments>http://www.lotusnotestutorial.com/lotus-notes-access-level-deny-access-vs-full-access-administrators.html#comments</comments>
		<pubDate>Tue, 16 Feb 2010 01:33:47 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Lotus Notes Software]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Notes Client]]></category>
		<category><![CDATA[ACL]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=590</guid>
		<description><![CDATA[I always thought that &#8220;Deny Access&#8221; was the be-all, end-all. But apparently not. If someone is listed in both the &#8220;Full Access Administrators&#8221; list and the &#8220;Deny Access&#8221; list for the server, they will still be able to access the server. The &#8220;Full Access Administrators&#8221; trumps the &#8220;Deny Access&#8221; setting. From the Administrator Help file, [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/lotus-notes-access-level-deny-access-vs-full-access-administrators.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Lotus Notes Error messages from router and Web agents</title>
		<link>http://www.lotusnotestutorial.com/prevent-lotus-notes-error-messages-from-router-and-web-agents.html</link>
		<comments>http://www.lotusnotestutorial.com/prevent-lotus-notes-error-messages-from-router-and-web-agents.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:26:41 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Error Solution]]></category>
		<category><![CDATA[Lotus Notes Software]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Web agents]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=431</guid>
		<description><![CDATA[In Lotus Notes, the Agent Manager is not the only process that can run Lotus Notes Agents. In this section, we highlight how to view diagnostic information in router and Web agents. Because the router executes pre-delivery mail agents, the Agent Manager use Notes.ini settings for logging and debugging have no effect. Instead, use the [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/prevent-lotus-notes-error-messages-from-router-and-web-agents.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Helpful Notes.ini settings in Lotus Notes</title>
		<link>http://www.lotusnotestutorial.com/helpful-notes-ini-settings-in-lotus-notes.html</link>
		<comments>http://www.lotusnotestutorial.com/helpful-notes-ini-settings-in-lotus-notes.html#comments</comments>
		<pubDate>Mon, 01 Feb 2010 16:43:10 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Domino Server]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Server Performance]]></category>
		<category><![CDATA[Notes.ini]]></category>
		<category><![CDATA[Setting]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=422</guid>
		<description><![CDATA[There are a number of Notes.ini settings you can use to analyze Lotus Notes agent problems. You set these variables in your server&#8217;s Notes.ini file when debugging scheduled server-based agents, or in your Notes client&#8217;s Notes.ini file when debugging client-based scheduled agents. Note that these variables are only used for debugging scheduled agents run by [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/helpful-notes-ini-settings-in-lotus-notes.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Start troubleshooting Lotus Notes Agent problems</title>
		<link>http://www.lotusnotestutorial.com/how-to-start-troubleshooting-lotus-notes-agent-problems.html</link>
		<comments>http://www.lotusnotestutorial.com/how-to-start-troubleshooting-lotus-notes-agent-problems.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 13:09:49 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Domino Server]]></category>
		<category><![CDATA[Error Solution]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Notes Client]]></category>
		<category><![CDATA[Notes Designer]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=383</guid>
		<description><![CDATA[First, when troubleshooting Lotus Notes Agent problems, it&#8217;s best to start with a good understanding of how agents and the Agent Manager work. So let&#8217;s begin by reviewing how agents are invoked in detail below. On the server, agents can be invoked by: The Agent Manager, a server task that controls scheduled agents These include [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/how-to-start-troubleshooting-lotus-notes-agent-problems.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Something is disabling Lotus Notes Agent</title>
		<link>http://www.lotusnotestutorial.com/why-something-is-disabling-lotus-notes-agent.html</link>
		<comments>http://www.lotusnotestutorial.com/why-something-is-disabling-lotus-notes-agent.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 22:30:13 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Error Solution]]></category>
		<category><![CDATA[Lotus Notes Software]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Server Performance]]></category>
		<category><![CDATA[Domino Server]]></category>
		<category><![CDATA[Notes Agent]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=376</guid>
		<description><![CDATA[The Design Update task is a system process that updates database design from a database template. This task&#8217;s goal is to keep the database and the template in synch. When either the database or the template have been changed, and the user did not select the &#8220;Do not update&#8221; design property for specific design elements, [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/why-something-is-disabling-lotus-notes-agent.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Lotus Notes mail agents do not run</title>
		<link>http://www.lotusnotestutorial.com/why-lotus-notes-mail-agents-do-not-run.html</link>
		<comments>http://www.lotusnotestutorial.com/why-lotus-notes-mail-agents-do-not-run.html#comments</comments>
		<pubDate>Sat, 30 Jan 2010 04:05:15 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Error Solution]]></category>
		<category><![CDATA[Lotus Notes Mail]]></category>
		<category><![CDATA[Lotus Notes Software]]></category>
		<category><![CDATA[Lotus Notes Tutorial]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[agent]]></category>
		<category><![CDATA[Notes Mail]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=373</guid>
		<description><![CDATA[Property &#8220;After new mail has arrived&#8221; agents are designed to run on the home mail server of the agent owner (signer). If the agent is replicated from your home mail server to another system, or if you are trying to run an agent that was written by someone else, your home mail server will not [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/why-lotus-notes-mail-agents-do-not-run.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The email flood inundates the Domino Server</title>
		<link>http://www.lotusnotestutorial.com/the-email-flood-inundates-the-domino-server.html</link>
		<comments>http://www.lotusnotestutorial.com/the-email-flood-inundates-the-domino-server.html#comments</comments>
		<pubDate>Fri, 22 Jan 2010 18:32:04 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Server Performance]]></category>
		<category><![CDATA[Domino Server]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=270</guid>
		<description><![CDATA[At some point during the day to day work, every network administrator and end user will inevitably come to the realization that even the media via e-mail has a darker side. Those who still have only ever tested positive aspects of the electronic messages generally look at the world through different eyes and are more [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/the-email-flood-inundates-the-domino-server.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why your Lotus Notes log.nsf might not be purging properly</title>
		<link>http://www.lotusnotestutorial.com/why-your-lotus-notes-log-nsf-might-not-be-purging-properly.html</link>
		<comments>http://www.lotusnotestutorial.com/why-your-lotus-notes-log-nsf-might-not-be-purging-properly.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 01:56:00 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Domino Server]]></category>
		<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Server Performance]]></category>
		<category><![CDATA[Log]]></category>
		<category><![CDATA[Notes.ini]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=254</guid>
		<description><![CDATA[Log file in lotus notes purging is generally managed by the &#8220;Log=&#8221; parameter in Notes.ini on Domino Server. According to the .ini reference, the format for the &#8220;Log=&#8221; parameter is: Log=logfilename,logoption,0,days,size,days2(optional) The fourth parameter, &#8220;days&#8221;, is what&#8217;s important here. Most often, you&#8217;ll see that set to 7, for 7 days. Sometimes, you&#8217;ll see it set [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/why-your-lotus-notes-log-nsf-might-not-be-purging-properly.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Lotus Notes and Domino Performance</title>
		<link>http://www.lotusnotestutorial.com/increase-lotus-notes-and-domino-performance.html</link>
		<comments>http://www.lotusnotestutorial.com/increase-lotus-notes-and-domino-performance.html#comments</comments>
		<pubDate>Mon, 11 Jan 2010 14:45:09 +0000</pubDate>
		<dc:creator>Lotus Notes Tutorial Admin</dc:creator>
				<category><![CDATA[Notes Administrator]]></category>
		<category><![CDATA[Domino Performance]]></category>
		<category><![CDATA[Domino Server]]></category>

		<guid isPermaLink="false">http://www.lotusnotestutorial.com/?p=85</guid>
		<description><![CDATA[Minimize Deletion Stubs In a Lotus Notes Database that gets archived frequently, or that has a large number of &#8220;temporary&#8221; documents that get removed on a scheduled basis, you can keep your Lotus Notes Database lean by reducing the number of deletion stubs it maintains. You can use the &#8220;Remove Documents Not Modified in Last [...]]]></description>
		<wfw:commentRss>http://www.lotusnotestutorial.com/increase-lotus-notes-and-domino-performance.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 20/185 queries in 6.792 seconds using disk: basic
Object Caching 2409/2558 objects using disk: basic

Served from: www.lotusnotestutorial.com @ 2012-02-12 20:36:22 -->
