 




<?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>IT Answers &#187; Domino Administrator</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/lotus-domino/domino-administrator/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 19:33:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Creating a daily document with LotusScript.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/creating-a-daily-document-with-lotusscript/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/creating-a-daily-document-with-lotusscript/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 16:00:12 +0000</pubDate>
		<dc:creator>Twill</dc:creator>
				<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Domino Designer]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have created an agent to created a daily document with LotusScript.  The document creates perfectly with the agent.  This document also saves the view perfectly.  However, I am having a problem with the numbers saving in the columns of my view.  The view has three columns.  A Date column and two numeric figure columns.  [...]]]></description>
				<content:encoded><![CDATA[<p>I have created an agent to created a daily document with LotusScript.  The document creates perfectly with the agent.  This document also saves the view perfectly.  However, I am having a problem with the numbers saving in the columns of my view.  </p>
<p>The view has three columns.  A Date column and two numeric figure columns.  I keep getting the following message in one of my columns Error:  Incorrect Data Type for operation or @Function: Number Expected.</p>
<p>If I create this document manually without the agent.  All information saves in the columns with no problems.</p>
<p>I am thinking that my scripts may not be correct.</p>
<p><b>Here&#8217;s my initialize script:</b></p>
<p>Sub Initialize<br />
    Dim session As New NotesSession<br />
    Dim db As NotesDatabase<br />
    Dim doc As NotesDocument<br />
   <br />
    Set db = session.CurrentDatabase<br />
    Set doc = db.CreateDocument<br />
    doc.Form = &#8220;UR&#8221;   <br />
    Call doc.Save(True, True)<br />
   <br />
End Sub</p>
<p><b>Here&#8217;s my Click script:</b></p>
<p>Sub Click(Source As Button)<br />
  &#8216; Declare all variables<br />
    Dim workspace As New NotesUIWorkspace<br />
    Dim session As New NotesSession<br />
    Dim uidoc As NotesUIDocument<br />
    Dim view As NotesView<br />
    Dim db As NotesDatabase<br />
  &#8216;Set all variables<br />
    Set uidoc = workspace.CurrentDocument<br />
    Set db = session.CurrentDatabase<br />
    Set view = db.GetView( &#8220;Copy of Stats UR-FY11&#8243; )<br />
  &#8216;Save current document, refresh &#8220;Copy of Stats UR-FY11&#8243; view<br />
  &#8216;and close document<br />
    Call uidoc.Save<br />
    Call view.Refresh<br />
    Call workspace.ViewRefresh<br />
    Call uidoc.Close<br />
End Sub</p>
<p>This is the first time I have ever used LotusScript. I am trying to teach myself on this.  If I made any silly errors, please forgive me and please help..</p>
<p>Thanks.</p>
<p> </p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/creating-a-daily-document-with-lotusscript/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t open Lotus Domino administrator</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cant-open-domino-administrator/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cant-open-domino-administrator/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 20:01:29 +0000</pubDate>
		<dc:creator>Drrohle</dc:creator>
				<category><![CDATA[AS/400 Client Access]]></category>
		<category><![CDATA[Domino 6]]></category>
		<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Domino error messages]]></category>
		<category><![CDATA[Domino Notes client]]></category>
		<category><![CDATA[Lotus Domino error messages]]></category>
		<category><![CDATA[Lotus Domino upgrade]]></category>
		<category><![CDATA[Lotus Notes 8.x]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Just upgraded my desktop client from 6.5 to 8.5.1 FP4 &#038; now when I try to open the administrator I get the message: No default domain found: Please set your administration preferences to the domains you want to manage. How can I set the administrataor pref&#8217;s if I can&#8217;t open the administrator? What can I [...]]]></description>
				<content:encoded><![CDATA[<p>Just upgraded my desktop client from 6.5 to 8.5.1 FP4 &#038; now when I try to open the administrator I get the message: No default domain found: Please set your administration preferences to the domains you want to manage. <br/><br/> How can I set the administrataor pref&#8217;s if I can&#8217;t open the administrator? What can I do to get access to the Domino administrator now?<br/><br/> Our Domino server is an AS/400 running Domino 6.0<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cant-open-domino-administrator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domino Administrator in Lotus Notes 8.5.1</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/domino-administrator-in-notes-851/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/domino-administrator-in-notes-851/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 11:52:34 +0000</pubDate>
		<dc:creator>Canafishdrown</dc:creator>
				<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Domino Administrator client]]></category>
		<category><![CDATA[Lotus Domino installation]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes 8.5.1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How do i install Domino Administrator client on notes 8.5.1]]></description>
				<content:encoded><![CDATA[<p>How do i install Domino Administrator client on notes 8.5.1</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/domino-administrator-in-notes-851/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Domino 8.5 Unablie to store document in database, not authorized &#8230;</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/domino-85-unablie-to-store-document-in-database-not-authorized/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/domino-85-unablie-to-store-document-in-database-not-authorized/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 04:38:50 +0000</pubDate>
		<dc:creator>DogMatrix</dc:creator>
				<category><![CDATA[Data Replication]]></category>
		<category><![CDATA[Domino 8.5]]></category>
		<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Lotus Notes 8.x]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I am a Domino Developer and using Domino 8.5. One of my databases (8GB)does not replicate all the documents to all servers.  Error: Unable to store document in CPT01/SJohns Debt CollectS Johnscdb.nsf (NoteID = 5941202) from Debt Collect/S Johns/cdb.nsf (NoteID = 6315334): You are not authorized to perform that operation (for each document) I [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>I am a Domino Developer and using Domino 8.5.</p>
<p>One of my databases (8GB)does not replicate all the documents to all servers.</p>
<p> Error:</p>
<p>Unable to store document in CPT01/SJohns Debt CollectS Johnscdb.nsf (NoteID = 5941202) from Debt Collect/S Johns/cdb.nsf (NoteID = 6315334): You are not authorized to perform that operation (for each document)</p>
<p>I have googled and searched everywhere and did what they say but still not working.</p>
<p>I have checked that the LocalDomainServers have all rights.</p>
<p>I have deleted the replication history.</p>
<p>What happened:<br />
 I created a reader field [BranchAccess] on a form with roles [DBN] [PTA] [CPT] [PMB] <aLL] to help access per branch. People could not see the correct documents so I changed the field to text and removed all its contents.<br />
I also cleared the $readers field. Since that day the error started.</p>
<p>My final option I see is to delete all databases at branches and replicate again but this will take 2 to 3 days per branch and there are 4 branches and we can not affort to stand still. </p>
<p>Is there any other way to clear the security/encryption/authorization on bulk documents?</p>
<p>Thank you</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/domino-85-unablie-to-store-document-in-database-not-authorized/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Lotus Domino Administrator and Designer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-domino-administrator-and-designer/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/lotus-domino-administrator-and-designer/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 09:42:00 +0000</pubDate>
		<dc:creator>Kiruthika</dc:creator>
				<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Lotus training]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Could u tell me good books for Lotus Domino Administrator and Designer? It would be easy to understand&#8230;&#8230;&#8230;..]]></description>
				<content:encoded><![CDATA[<p>Could u tell me good books for Lotus Domino Administrator and Designer? It would be easy to understand&#8230;&#8230;&#8230;..<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/lotus-domino-administrator-and-designer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Getting the same toolbars in Lotus Notes Client and Domino Administrator</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/getting-the-same-toolbars-in-lotus-notes-client-and-domino-administrator/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/getting-the-same-toolbars-in-lotus-notes-client-and-domino-administrator/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 15:25:35 +0000</pubDate>
		<dc:creator>Silversurfer77</dc:creator>
				<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes 6.5.4]]></category>
		<category><![CDATA[Lotus Notes 6.x]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, in the Lotus Notes 6.5.4 client I have a Acrobat PDF toolbar that allow me to convert email or folder in PDF. I would also like to get this same toolbar in Domino Administrator. This way will allow me to convert email of users from Domino Administrator instead of having to open the user [...]]]></description>
				<content:encoded><![CDATA[<p>Hi, in the Lotus Notes 6.5.4 client I have a Acrobat PDF toolbar that allow me to convert email or folder in PDF. I would also like to get this same toolbar in Domino Administrator. This way will allow me to convert email of users from Domino Administrator instead of having to open the user database through my lotus notes client.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/getting-the-same-toolbars-in-lotus-notes-client-and-domino-administrator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lotus Domino NSF mailbox file size?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-domino-nsf-mailbox-file-size/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/lotus-domino-nsf-mailbox-file-size/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 17:04:17 +0000</pubDate>
		<dc:creator>pwjohnston</dc:creator>
				<category><![CDATA[.NSF files]]></category>
		<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Domino Administrator 7]]></category>
		<category><![CDATA[Lotus Domino 6.5]]></category>
		<category><![CDATA[Lotus Domino 6.5.5]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m a new Domino administrator and please forgive me if I make comparisons to Exchange because that&#8217;s what I&#8217;ve mostly used in the past. Anywho, in Exchange I was generally taught not to let the users mailboex get over 2 GB for fear of corruption. I believe they can go bigger, but this was the [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m a new Domino administrator and please forgive me if I make comparisons to Exchange because that&#8217;s what I&#8217;ve mostly used in the past.</p>
<p>Anywho, in Exchange I was generally taught not to let the users mailboex get over 2 GB for fear of corruption.  I believe they can go bigger, but this was the practice.</p>
<p>On our current Domino 6.5.5 server I have a number of mailboxes:</p>
<p>24 boxes ranging from 3GB to 9GB<br />
13 boxes ranging from 10GB to 20 GB<br />
2 boxes from 20 to 30 GB<br />
And<br />
1 box that is whopping 33GB.</p>
<p>I&#8217;m using the Domino Admin 7.  Should I be worried about this?  What are the limits of the nsf size?  What is the best practices in regard to this?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/lotus-domino-nsf-mailbox-file-size/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to check mailfiles of the users</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-check-mailfiles-of-the-users/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-check-mailfiles-of-the-users/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 13:29:22 +0000</pubDate>
		<dc:creator>Mjoseph</dc:creator>
				<category><![CDATA[Domino 6.5]]></category>
		<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Domino Server]]></category>
		<category><![CDATA[Lotus Domino]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I would like to know rom any o you that how to check whether the mailfiles exists, using the server console present in the domino administrator and command used to do this? Please help me I need to know Thanks in advance]]></description>
				<content:encoded><![CDATA[<p>I would like to know rom any o you that how to check whether the mailfiles exists, using the server console present in the domino administrator and command used to do this?<br />
Please help me I need to know<br />
Thanks in advance</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-check-mailfiles-of-the-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;server error : the link points within the existing data directory tree&#8221;</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/server-error-the-link-points-within-the-existing-data-directory-tree/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/server-error-the-link-points-within-the-existing-data-directory-tree/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 16:20:19 +0000</pubDate>
		<dc:creator>Avenaash</dc:creator>
				<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Domino Administrator 6.5]]></category>
		<category><![CDATA[Domino error messages]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[&#8220;server error : the link points within the existing data directory tree&#8221; i am getting this error on my domino administrator 6.5 when i try to create my deleted &#8220;mail&#8221; folder link under file button. so how can i create this link again?]]></description>
				<content:encoded><![CDATA[<p>&#8220;server error : the link points within the existing data directory tree&#8221; i am getting this error on my domino administrator 6.5 when i try to create my deleted &#8220;mail&#8221; folder link under file button. so how can i create this link again?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/server-error-the-link-points-within-the-existing-data-directory-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleted Users</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/deleted-users-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/deleted-users-2/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 14:48:44 +0000</pubDate>
		<dc:creator>jseaborne</dc:creator>
				<category><![CDATA[Domino Administrator]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes Calendar]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I was wondering how other Admins are handling the removal of calendar entries from invitees calendars when a user is deleted. No adminp task to handle this request.]]></description>
				<content:encoded><![CDATA[<p>I was wondering how other Admins are handling the removal of calendar entries from invitees calendars when a user is deleted. No adminp task to handle this request.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/deleted-users-2/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/

Page Caching using memcached
Database Caching 3/30 queries in 0.032 seconds using memcached
Object Caching 926/1071 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 20:36:46 -->