 




<?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; Lotus Domino 7</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/lotus-domino-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:27:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Updating a field (updated) Please help</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/updating-a-field-updated-please-help/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/updating-a-field-updated-please-help/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 17:53:35 +0000</pubDate>
		<dc:creator>AMcAuley3</dc:creator>
				<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Domino 7]]></category>
		<category><![CDATA[Lotus Domino application]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I have been working on this project for a few days now and really I am still fairly new at Lotus doimnos Here is what I have Set view = db.GetView(&#8220;RREMB&#8221;) Set locdoc = view.GetFirstDocument REM Ekey = doc.agendaloc(0) REM AM changes 2/16/2011 REM EKey= Cstr(agendaloc) &#038; &#8220;~&#8221; &#038; Cstr(Agyear) &#038; &#8220;~&#8221; &#038; Cstr(agMonth) [...]]]></description>
				<content:encoded><![CDATA[<div>Hi, I have been working on this project for a few days now and really I am still fairly new at Lotus doimnos Here is what I have </div>
<div></div>
<div>Set view = db.GetView(&#8220;RREMB&#8221;) </div>
<div>Set locdoc = view.GetFirstDocument </div>
<div></div>
<div>REM Ekey = doc.agendaloc(0) </div>
<div>REM AM changes 2/16/2011 </div>
<div>REM EKey= Cstr(agendaloc) &#038; &#8220;~&#8221; &#038; Cstr(Agyear) &#038; &#8220;~&#8221; &#038; Cstr(agMonth) </div>
<div></div>
<div>Ekey = locdoc.agendaloc(0)&#038; &#8220;~&#8221; &#038; locdoc.agyear(0) &#038; &#8220;~&#8221; &#038; locdoc.agmonth(0)</div>
<div>Set DC= view.GetAllDocumentsByKey(Ekey,True)</div>
<div> locdoc.actionitem = dc.count </div>
<div></div>
<div>I used the Headerdoc to pull in what I needed and a Locadengadoc to use the view embedded the form now I need a update command so that the actionitems updates back on the Headerdoc. What update command should I use here?[Br _extended=&#8221;true&#8221; />[Br _extended=&#8221;true&#8221; /></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/updating-a-field-updated-please-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DC.count examples in Lotus Domino</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dccount-examples-please/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/dccount-examples-please/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 20:21:07 +0000</pubDate>
		<dc:creator>AMcAuley3</dc:creator>
				<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Domino 7]]></category>
		<category><![CDATA[Lotus Domino View]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am fairy new at dominos and I am not very good at loops yet and stuff like that.  I need to modify an agent to load a field using the dc.count so far a i have set dc = view.getalldocumentsbykey(key, true) doc.actionitems = dc.count if dc.count = 0 then end if I really don&#8217;t [...]]]></description>
				<content:encoded><![CDATA[<p>I am fairy new at dominos and I am not very good at loops yet and stuff like that.  <br/><br/> I need to modify an agent to load a field using the dc.count<br/><br/> so far a i have<br/><br/> set dc = view.getalldocumentsbykey(key, true) doc.actionitems = dc.count<br/><br/> if dc.count = 0 then <br/><br/>  end if<br/><br/> I really don&#8217;t know what to do in this loop. <br/><br/> The thing i am trying to get across is that I have an embedded view within a view.  on the view, If a meeting is held it is Y if not it is N. They each have agenda items that should be written in the embedded view. Sometimes  the meeting is Y and the didn&#8217;t set the agenda items. That is what I want to put in the actionitems field if the meeting happened it is Y and no agenda items =Not completed in red. If the meeting happened and agentitems are set then Completed. If the meeting has not happened yet and N then leave blank.  In the new field <br/><br/> Any way someone could put an example for me here so I could get the hang of it?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/dccount-examples-please/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Domino 7 isnewdoc or is newnote help needed!</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/isnewdoc-or-is-newnote-help-needed/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/isnewdoc-or-is-newnote-help-needed/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 17:17:12 +0000</pubDate>
		<dc:creator>AMcAuley3</dc:creator>
				<category><![CDATA[Domino 7]]></category>
		<category><![CDATA[Lotus]]></category>
		<category><![CDATA[Lotus Domino 7]]></category>
		<category><![CDATA[Lotus Domino development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am working on setting a default value for a feild in a view I have completed the web side of things but I was instructed to go into the postopen form and write something like if isnewdoc then default the daysopen field to a value of &#8220;1&#8243;. this is what i tried and it [...]]]></description>
				<content:encoded><![CDATA[<p>I am working on setting a default value for a feild in a view I have completed the web side of things but I was instructed to go into the postopen form and write something like if isnewdoc then default the daysopen field to a value of &#8220;1&#8243;. this is what i tried and it didn&#8217;t work any advice on how to do this.<br/><br/>  If uidoc.IsNewdoc Then Set doc = uidoc.Document Call doc.ReplaceItemValue(&#8220;daysopen&#8221;,&#8221;1&#8243;) <br/><br/> Call doc.Save(True, False) Set doc = view.GetNextDocument(doc) <br/><br/> End If<br/><br/>  How I could use postopen and put code in there so that &#8220;daysopen&#8221; would get a default value of 1. I originally did an if statement with @today in the field but that made it run far to slow. So I wrote an agent and now it runs faster it just doesn’t get the first day &#8220;1&#8243; because the agent only runs once a day so until it runs it is blank. I need a code that would set the default in the client postopen that so it doesn&#8217;t slow it down. Any Ideas? <br/><br/> Please help me fix this. <br/><br/> PS. I am using a form for this and need to write code into the postopen form to get the default vavle<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/isnewdoc-or-is-newnote-help-needed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Displaying database and using common names</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/displaying-database-and-using-commonnames/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/displaying-database-and-using-commonnames/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 19:24:47 +0000</pubDate>
		<dc:creator>AMcAuley3</dc:creator>
				<category><![CDATA[Domino 7]]></category>
		<category><![CDATA[Lotus Database installation]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Domino 7]]></category>
		<category><![CDATA[Lotus Domino development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[1.)I just need to know the property name that would display the database name in the newletter. I was thinking something like this alertdoc..title but just not sure what property would display the name. Any Ideas? 2.) I need to be able to cut down the email address from some like CN= Joe Smith/gmail.com to [...]]]></description>
				<content:encoded><![CDATA[<p>1.)I just need to know the property name that would display the database name in the newletter. I was thinking something like this alertdoc..title but just not sure what property would display the name. Any Ideas?<br/><br/> 2.) I need to be able to cut down the email address from some like CN= Joe Smith/gmail.com to joe smith. I don&#8217;t know weather to do it in the agent or in my newletteror both. I am using a list to my case statment with a for all loop. any ideas. or what I could look up to do this?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/displaying-database-and-using-commonnames/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Help with Newsletter and agent with list</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-with-newsletter-and-agent-with-list/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/help-with-newsletter-and-agent-with-list/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 01:23:55 +0000</pubDate>
		<dc:creator>AMcAuley3</dc:creator>
				<category><![CDATA[Domino 7]]></category>
		<category><![CDATA[Lotus Domino 7]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[My problem is that it says that the Call Newsletterwithlist for the agent to the newsletter it says variable is not set and I can&#8217;t seem to fix it. I have tried debugging it and can&#8217;t not understand what it is missing when trying to link the two together. It doesn&#8217;t give me the error [...]]]></description>
				<content:encoded><![CDATA[<div>My problem is that it says that the Call Newsletterwithlist for the agent to the newsletter it says variable is not set and I can&#8217;t seem to fix it. I have tried debugging it and can&#8217;t not understand what it is missing when trying to link the two together. It doesn&#8217;t give me the error inless I put in some error processing which then shows me it is on line 77 which I have Rem out up top so you can see. Can anyone please help me fix this?</div>
<div></div>
<div>Here is my Agent</p>
<p>Dim okayemail As Boolean</p></div>
<div>Dim debugsearch As Boolean<br />
Dim logpath As String<br />
Dim errorlist List As String<br />
Dim AlertNotificationdoc As NotesDocument<br />
Dim x As Integer<br />
Dim AlertNotificationdc As NotesDocumentCollection<br />
Dim AlertNotificationdb As NotesDatabase<br />
Dim worksel As String<br />
Dim selection As String<br />
Dim LogDBV As Variant<br />
Dim LogEntry As String<br />
Dim workcount As Integer<br />
Dim strfield As String<br />
Dim timestamp As NotesDateTime<br />
Dim LOGNAME As String<br />
Const LOGagent = &#8220;SendAlert&#8221;<br />
Dim user As NotesName<br />
Dim samplist List As String<br />
Dim servname As NotesName</p>
<p>Sub Initialize <br />
On Error Goto ProcessError</p>
<p>Set s = New NotesSession<br />
Set db = s.CurrentDatabase<br />
server = db.server<br />
Set timestamp = New NotesDateTime(Today)<br />
REM Loading the database into the agent <br />
LogDBV = GetKWV(&#8220;LogDatabases&#8221;)</p>
<p>Call AgentLogAction(LOGNAME, &#8220;&lt;&#8212;&#8212;Start&#8212;&#8212;&gt;&#8221;)<br />
Set servname = New NotesName(db.server)	</p>
</div>
<div>LOGNAME = servname.Common &#038; &#8220;-&#8221; &#038; LOGagent</p>
</div>
<div>REM For debugging <br />
If GetKW(&#8220;Debug&#8221;) = &#8220;1&#8243; Then<br />
Debugsearch = True</p>
<p>Else<br />
Debugsearch = False<br />
End If	</p>
<p>Forall LD In Logdbv<br />
Logpath = LD </p>
<p>Set AlertNotificationdb = s.getdatabase(db.server,LD)</p>
<p>worksel = |(@created = @date(| &#038; Year(timestamp.LSLocalTime) &#038; |;| &#038; Month(timestamp.LSLocalTime) &#038; |;| &#038; Day(timestamp.LSLocalTime) &#038; |))|<br />
selection = worksel</p>
<p>If debugsearch Then<br />
Call AgentLogAction(LOGNAME, &#8220;selection= &#8221; &#038; selection)<br />
End If</p>
<p>Set AlertNotificationdc = AlertNotificationdb.Search( selection , Nothing , 0)</p>
<p>If Not AlertNotificationdc Is Nothing Then<br />
Set AlertNotificationdoc = AlertNotificationdc.GetFirstDocument </p>
</div>
<div>While (Not AlertNotificationdoc Is Nothing) </p>
</div>
<div>strfield = AlertNotificationdoc.GetItemValue(&#8220;A$LogType&#8221;)(0)</p>
</div>
<div>If strfield = &#8220;Error&#8221; Then</p>
</div>
<div>REM when using fields with dollar signs you must use doc.getitemvalue(&#8220;A$Logtime&#8221;) (0) </p>
</div>
<div>errorlist(AlertNotificationdoc.UniversalID) =AlertNotificationdoc.GetItemValue(&#8220;A$LogType&#8221;)(0) &#038; &#8220;~&#8221; &#038; Alertnotificationdoc.GetItemValue(&#8220;A$Logtime&#8221;)(0) &#038; &#8220;~&#8221; &#038; AlertNotificationdoc.GetItemValue(&#8220;A$Progname&#8221;)(0)&#038; &#8220;~&#8221; &#038; Alertnotificationdoc.GetItemValue(&#8220;A$User&#8221;)(0) &#038; &#8220;~&#8221; &#038; Alertnotificationdoc.GetItemValue(&#8220;A$Action&#8221;)(0)&#038; &#8220;~&#8221; &#038; Alertnotificationdoc.GetItemValue(&#8220;A$ERRMSG&#8221;)(0) <br />
okayemail=True	</p>
</div>
<div>End If</p>
</div>
<div>Set AlertNotificationdoc = </div>
<div></div>
<div>AlertNotificationdc.GetNextDocument(AlertNotificationdoc)<br />
REM sending it to a new database and checking for errors</p>
<p>Wend</p>
</div>
<div>End If</p>
</div>
<div>End Forall</p>
<p>REM Calling the e-mail letter </p>
</div>
<div>If okayemail Then <br />
REM Line 77 below the whole call statement</p>
<p>Call NewWeeklyNewsletterwithlist(AlertNotificationdoc,GetKWNames(&#8220;AlertNotification&#8221;) ,&#8221;ErrorAlert&#8221;) <br />
End If </p>
</div>
<div>Exit Sub <br />
Call AgentLogAction(LOGNAME, Cstr(workcount) &#038; &#8221; Error emails sent&#8221;) Call AgentLogAction(LOGNAME, &#8220;&lt;&#8212;&#8212;End &#8212;&#8212;&gt;&#8221;) </p>
</div>
<div>ProcessError: <br />
Call AgentLogError(LOGNAME,0, &#8220;Line: &#8221; &#038; Erl() &#038; &#8221; Error:&#8221; &#038; Err() &#038; &#8220;=&#8221; &#038; Error() )</p>
</div>
<div>Call AgentLogError(LOGNAME,0, &#8221; Error in &#8221; &#038; (AlertNotificationdoc.Logpath(0))) <br />
Resume Next <br />
End Sub</p>
<p>Here is my Newsletter </p>
<p>Sub NewWeeklyNewsletterwithlist(AlertNotificationdoc As NotesDocument, Attention As Variant, Action As String) <br />
On Error Goto ProcessError <br />
Dim s As New NotesSession <br />
Dim rtiText1 As NotesRichTextItem <br />
Dim rtiText4 As NotesRichTextItem <br />
Dim rtiBody As NotesRichTextItem <br />
Dim nrts As NotesRichTextStyle <br />
Dim nrtsbold As NotesRichTextStyle <br />
Dim strMsg As String <br />
Dim docloop As Integer <br />
Dim doc As New NotesDocument(s.CurrentDatabase) <br />
Dim ndoc As NotesDocument <br />
Dim Debug As Integer <br />
Const LOGNAME = &#8220;NewWeeklyNewsletterwithlist(S)&#8221; <br />
Dim Unid As String <br />
Dim codedb As NotesDatabase <br />
Dim codeview As NotesView <br />
Dim notifdoc As NotesDocument <br />
Dim item As NotesItem <br />
Dim att1 As Variant <br />
Dim st As Variant <br />
Dim samplist List As String </p></div>
<div></div>
<div>server = s.CurrentDatabase.Server <br />
Set codeview = codedb.GetView(&#8220;Notification&#8221;) <br />
Set notifdoc = codeview.GetDocumentByKey(&#8220;SampNotification&#8221;) </p>
</div>
<div></div>
<div>st = Attention Set Item = </div>
<div></div>
<div>doc.ReplaceItemValue(&#8220;OrigShipTo&#8221;,Attention) </p>
</div>
<div>If notifdoc.DebugMode(0) = &#8220;1&#8243; Then </p>
</div>
<div>Set item = notifdoc.GetFirstItem(&#8220;DebugEmail&#8221;) </p>
</div>
<div>Att1 = item.Values st = att1 debug = True Else </p>
</div>
<div>debug = False End If </p>
</div>
<div>If (Not debug) And (Attention(0) =&#8221;") Then </p>
</div>
<div>Exit Sub </p>
</div>
<div>End If </p>
</div>
<div>Set rtiText1 = New NotesRichTextItem(doc, &#8220;Title1&#8243;) <br />
Set rtiText4 = New NotesRichTextItem(doc, &#8220;Title4&#8243;) <br />
Set rtiBody = New NotesRichTextItem(doc, &#8220;Body&#8221;) <br />
Set nrtsbold = s.CreateRichTextStyle <br />
Set nrts = s.CreateRichTextStyle nrtsbold.NotesFont = Font_Helv <br />
nrtsbold.FontSize = 10 <br />
nrtsbold.NotesColor = Color_Dark_Blue<br />
nrtsbold.Bold = True <br />
Call rtiText1.AppendStyle(nrtsbold) <br />
Call rtiText4.AppendStyle(nrtsbold) <br />
nrtsbold.FontSize = 8 <br />
Call rtiText1.AddNewLine(2) <br />
Call rtiText1.AppendText(strMsg) <br />
Call rtiText1.AddNewLine(2) <br />
nrts.NotesFont = Font_Helv <br />
nrts.FontSize = 8 <br />
nrts.NotesColor = Color_Black <br />
nrts.Bold = False <br />
Forall e In samplist <br />
REM parse out each value <br />
E1 = Strtoken(e,&#8221;~&#8221;,1,5) <br />
E2 = Strtoken(e,&#8221;~&#8221;,2,5) <br />
E3 = Strtoken(e,&#8221;~&#8221;,3,5) <br />
E4 = Strtoken(e,&#8221;~&#8221;,4,5) <br />
E5 = Strtoken(e,&#8221;~&#8221;,5,5) <br />
E6 = Strtoken(e,&#8221;~&#8221;,6,5) <br />
End Forall <br />
Call rtiBody.AppendStyle(nrts) <br />
docloop = 0 <br />
Set ndoc = dc.GetFirstDocument <br />
While Not ndoc Is Nothing <br />
docloop = docloop + 1 <br />
Call rtiBody.AppendText(Str$(docloop) &#038; &#8221; &#8211; ( &#8220;) <br />
Unid = ndoc.UniversalID strMsg = &#8220;An Error has occurred for a Lotus Database&#8221; <br />
Call rtiBody.AppendDocLink(ndoc, strMsg) <br />
Call rtiBody.AppendText(&#8221; ) &#8220;) <br />
Call AgentLogAction(LOGNAME, &#8220;Loc&#8221; &#038; Cstr(ndoc.LocationNumber(0)) &#038; &#8220;PassThru: &#8221; &#038; Cstr(nrts.PassThruHTML)) <br />
strmsg = &#8220;&#8221; <br />
Select Case Action <br />
Case &#8220;ErrorAlert&#8221; <br />
Call rtiBody.AppendStyle(nrtsbold) <br />
Call rtiBody.AppendText(&#8220;Database name of Agent log: &#8220;) Call rtiBody.AppendStyle(nrts) <br />
Call rtiBody.AppendText(ndoc.Location(0) &#038; &#8221; &#8221; &#038; ndoc.accountname(0)) <br />
Call rtiBody.AddNewLine(1) <br />
Call rtiBody.AppendStyle(nrtsbold) <br />
Call rtiBody.AppendText(&#8220;Date/Time of Error: &#8220;) <br />
Call rtiBody.AppendStyle(nrts) <br />
Call rtiBody.AppendText(ndoc.OriginatorsName(0) ) <br />
Call rtiBody.AddNewLine(1) <br />
Call rtiBody.AppendStyle(nrtsbold) <br />
Call rtiBody.AppendText(&#8220;Agent: &#8220;) <br />
Call rtiBody.AppendStyle(nrts) <br />
Call rtiBody.AppendText(ndoc.viewstatus(0) ) Call rtiBody.AddNewLine(1) <br />
Call rtiBody.AppendStyle(nrtsbold) <br />
Call rtiBody.AppendText(&#8220;User Name: &#8220;) <br />
Call rtiBody.AppendStyle(nrts) <br />
Call rtiBody.AppendText(ndoc.ageinstatus(0) ) <br />
Call rtiBody.AddNewLine(1) <br />
Call rtiBody.AppendStyle(nrtsbold) <br />
Call rtiBody.AppendText(&#8220;Error Message: &#8220;) <br />
Call rtiBody.AppendStyle(nrts) <br />
Call rtiBody.AppendText(ndoc.ageinstatus(0) ) <br />
Call rtiBody.AddNewLine(1) <br />
Case &#8220;Confirm&#8221; <br />
End Select <br />
Set ndoc= dc.GetNextDocument(ndoc) <br />
Wend <br />
&#8216;Set up and Send Memo <br />
doc.Form = &#8220;ReadyMemo&#8221; <br />
Select Case Action <br />
Case <br />
&#8220;ErrorAlert&#8221; <br />
strMsg = &#8220;An Error has occured in the following database&#8221; Call rtiText1.AppendText( GetKWV(&#8221; LogDatabases&#8221;)) <br />
Call rtiText1.AddNewLine(2) <br />
End Select <br />
(&#8220;Principal&#8221;) <br />
doc.Subject = strmsg <br />
doc.OrigST = Attention &#8216;for debugging <br />
doc.Principal = &#8220;Error Notifications&#8221;<br />
doc.Save True, False <br />
Call doc.Send(True, st) </p>
</div>
<div>Exit Sub </div>
<div></div>
<div>ProcessError: </p>
</div>
<div>Call AgentLogError(LOGNAME, 0, &#8220;NoteID: &#8221; &#038; ndoc.NoteID &#038; Err() &#038; &#8220;: &#8221; &#038; Error() &#038; &#8221; Line: &#8221; &#038; Erl() ) </p>
<p>Msgbox Err() &#038; &#8220;:&#8221; &#038; Error() Resume Next End Sub</p>
</div>
<div></div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/help-with-newsletter-and-agent-with-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where we require SMTP Foreign Document in Lotus Domino</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/where-we-require-smtp-forigne-document-in-lotus-domino/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/where-we-require-smtp-forigne-document-in-lotus-domino/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 13:31:48 +0000</pubDate>
		<dc:creator>Yahoo12</dc:creator>
				<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Domino 7]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Lotus Notes email redirection]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need to know where we require SMTP Forgine Document. at that place where require mail routing for our fake domain with in the Internal domain or restrict mail qouting from one domain to another outer domain.]]></description>
				<content:encoded><![CDATA[<p>I need to know where we require SMTP Forgine Document. at that place where require mail routing for our fake domain with in the Internal domain or restrict mail qouting from one domain to another outer domain.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/where-we-require-smtp-forigne-document-in-lotus-domino/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unread/Read marks do not replicate across clustered Domino servers</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/unreadread-marks-do-not-replicate-across-clustered-servers/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/unreadread-marks-do-not-replicate-across-clustered-servers/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 02:33:44 +0000</pubDate>
		<dc:creator>ChuB</dc:creator>
				<category><![CDATA[Cluster management]]></category>
		<category><![CDATA[Domino]]></category>
		<category><![CDATA[Domino 7.0.3]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Domino 7]]></category>
		<category><![CDATA[Lotus Domino Clustering]]></category>
		<category><![CDATA[Windows Server 2003 Standard Edition]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Dear all, Our company has 3 Domino Servers which form a Cluster, but the Unread/Read marks seems not synchronize across clustered servers, some mailboxes can replicate but some cannot. Can someone encounter this problem, how to solve it ? I&#8217;ve found the following link, is it simply add ADMINP_EXCHANGE_ALL_UNREAD_MARKS=1 in notes.ini file ? http://www-01.ibm.com/support/docview.wss?uid=swg21245043 Thanks. [...]]]></description>
				<content:encoded><![CDATA[<p>Dear all,</p>
<p>Our company has 3 Domino Servers which form a Cluster, but the Unread/Read marks seems not synchronize across clustered servers, some mailboxes can replicate but some cannot.</p>
<p>Can someone encounter this problem, how to solve it ?</p>
<p>I&#8217;ve found the following link, is it simply add ADMINP_EXCHANGE_ALL_UNREAD_MARKS=1 in notes.ini file ?</p>
<p>http://www-01.ibm.com/support/docview.wss?uid=swg21245043</p>
<p>Thanks.</p>
<p>Pong</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/unreadread-marks-do-not-replicate-across-clustered-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to make text to speech from a lotus notes database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-make-text-to-speech-from-a-lotus-notes-database/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-make-text-to-speech-from-a-lotus-notes-database/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 20:44:04 +0000</pubDate>
		<dc:creator>Meco</dc:creator>
				<category><![CDATA[Lotus Designer 8.5]]></category>
		<category><![CDATA[Lotus development]]></category>
		<category><![CDATA[Lotus Domino 7]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to make text to speech from a lotus notes database, i want to find a code and i want to get the speech od that field please hel me]]></description>
				<content:encoded><![CDATA[<p>how to make text to speech from a lotus notes database, i want to find a code and i want to get the speech od that field please hel me</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-make-text-to-speech-from-a-lotus-notes-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>McAfee Virus Scan in Lotus domino server</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/mcafee-virus-scan-in-lotus-domino-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/mcafee-virus-scan-in-lotus-domino-server/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 02:42:30 +0000</pubDate>
		<dc:creator>jhamn</dc:creator>
				<category><![CDATA[Lotus Domino 7]]></category>
		<category><![CDATA[Lotus Domino 7.0.1]]></category>
		<category><![CDATA[Lotus Domino security]]></category>
		<category><![CDATA[McAfee]]></category>
		<category><![CDATA[McAfee Virus Scan]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, what is the proper command in stopping the McAfee from running in lotus domino? Right now, we were having a hard time sending and receiving messages from other mail servers reason being, our McAfee is currently scanning and don&#8217;t know the command to stop it. Please help. Thanks!]]></description>
				<content:encoded><![CDATA[<p>Hi, what is the proper command in stopping the McAfee from running in lotus domino? Right now, we were having a hard time sending and receiving messages from other mail servers reason being, our McAfee is currently scanning and don&#8217;t know the command to stop it. Please help. Thanks!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/mcafee-virus-scan-in-lotus-domino-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Domino Cannot allocate space &#8211; certificates</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/domino-cannot-allocate-space-certificates/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/domino-cannot-allocate-space-certificates/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 10:02:55 +0000</pubDate>
		<dc:creator>Pumrel</dc:creator>
				<category><![CDATA[Domino Server Configuration]]></category>
		<category><![CDATA[Lotus Domino]]></category>
		<category><![CDATA[Lotus Domino 7]]></category>
		<category><![CDATA[Lotus Domino error messages]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[When trying to work with certificates, e.g. trying to look at the expiration dates, an error message pops up &#8220;Unable to open the view PeopleCertExpiration: Database is corrup &#8212; Cannot allocate space&#8221; Same thing happens when trying to recertify an id or register a new person. Fixing or compacting Desktop6.ndk did not solve it. Don&#8217;t [...]]]></description>
				<content:encoded><![CDATA[<p>When trying to work with certificates, e.g. trying to look at the<br />
expiration dates, an error message pops up &#8220;Unable to open the view<br />
PeopleCertExpiration: Database is corrup &#8212; Cannot allocate space&#8221;<br />
Same thing happens when trying to recertify an id or register a new<br />
person. Fixing or compacting Desktop6.ndk did not solve it. Don&#8217;t you<br />
know how can I fix it please?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/domino-cannot-allocate-space-certificates/feed/</wfw:commentRss>
		<slash:comments>1</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/18 queries in 0.026 seconds using memcached
Object Caching 939/1046 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 00:07:47 -->