specific mail db is not clustered in Domino Server
Hi there Hiqamza, First of all check the Connections documents and check the replication setting in these Documentes. Second of all, try to remove the cluster then re-create it . Finally, after you restored the db from the backup you should have made a new replica from the restored db to the other server on [...]

View Answer   |  April 25, 2012  6:08 AM
Domino Server, Lotus Notes
answered by:
3,225 pts.

calling shell function in schedule agent
You didn’t say what exactly isn’t working. Does the code not run at all, run but give you an error msg, run but not do what is expected? If it runs, where does it die – the shell cmd? Is the drive e:sftp a mapped drive? Is there security on the directory?

View Answer   |  April 24, 2012  1:33 PM
Lotus Notes, LotusScript
answered by:
2,700 pts.

Creating a calendar view in Lotus Notes 6.5.1
Hi there ,, I can only recommend you to refer to the following URLs http://www.ibm.com/developerworks/lotus/library/cs-pt1/ http://www.axzopress.com/downloads/pdf/1418861952fc.pdf Moreover, I wonder why still you are using LN 6.5.1 it has already been out dated and it out of support by IBM Best Wishes

View Answer   |  April 18, 2012  5:56 PM
Lotus Notes 6.5.1, Lotus Notes Calendar
answered by:
3,225 pts.

How to get no. of items appended into rich text field
Thanks guys. It is clear from Edvabnik given script that this can be done as : considering doc as object of notesdocument and richtextfield as fieldname of rich text type. set item =doc.getfirstitem(“richtextfield”) dim count as variant count=item.values msgbox ubound(count) This really works! Thanks Edvabnik.

View Answer   |  April 18, 2012  10:22 AM
Lotus Notes, Lotus Script
answered by:
1,055 pts.

Autoforwarding incoming mail in LotusNotes 8.5
If the email is to go to the mail file and a copy is sent to the other address as well…. then use a mail rule / sent copy to. ……………… If the mail is just to go else where, then address to the Forwarding Address in the person document

View Answer   |  April 10, 2012  2:25 PM
Lotus Notes 8.5, Lotus Notes email, Lotus Notes Email Forwarding, Lotus Notes email redirection
answered by:
10,615 pts.

Lotus notes 6.5 Delegation
Hi,, Actually, I’ve stopped using LN6.5 since we upgraded LN to LN 8 in 2008 . However, as far as I know you have to cancel it and create a new one with the new invitees But I can also provide you with these URLs and I hope they really help http://domino.uni-graz.at/help/help65_client.nsf/89d3962efd85426f85256b870069c0aa/18f17b322789102285256dff0061fe0a!OpenDocument http://www.refine-it.co.uk/pdf/Lotus%20Notes%206%20QRC%20-%20calendars.pdf Finally, I [...]

View Answer   |  April 9, 2012  4:43 PM
Lotus Notes 6.5, Lotus Notes mail rules
answered by:
3,225 pts.

Dynamic view creation in lotus notes….
Try with modifying last 3 lines as Call ws.OpenDatabase(“”,”testing.nsf”,”tempView”) Set uidb1=ws.GetCurrentDatabase Call uidb1.OpenView(v.Name, ,True)

View Answer   |  April 9, 2012  1:09 PM
Lotus Notes View, Lotus Script
answered by:
1,055 pts.

Time Difference/duration in Lotus Notes 8 form
In formula, you could do something like: t1:=@GetField( “Field1″ ); t2:=@GetFIeld( “Field2″ ); start:=@Date(2000; 1; 1; 0; 0; 0); t3:=@Adjust(start; 0; 0; 0; 0; @ToNumber(@Left(t1;”:”))+@ToNumber(@Left(t2;”:”));@ToNumber(@Right(t1;”:”))+@ToNumber(@Right(t2;”:”))); @Text(@Hour(t3))+”:”+@Text(@Minute(t3))+”:”+@Text(@Second(t3)) In LotusScript, you could do something like: Dim t1 As String Dim t2 As String Dim baseline As New NotesDateTime( “1/1/00 12:00:00″ ) Dim ndt1 As New NotesDateTime( “1/1/00 [...]

View Answer   |  April 5, 2012  7:14 PM
Lotus Forms, Lotus Notes 8, Lotus Notes Fields
answered by:
2,700 pts.

Lotus notes email help
Sure, as long as the document has been saved. If it hasn’t been saved, you can’t include a doclink, because the doc doesn’t exist yet, except in memory. Try looking at the @MailSend function, or the .Send method.

View Answer   |  April 5, 2012  3:56 PM
Lotus Notes, Lotus Notes Domino Web Email
answered by:
2,700 pts.

LotusScript to determine Notes client running mode
Lotus Notes 8.x client is a single install, and it has two different configurations it can run in: Notes 8 (Standard Configuration) and Notes 8 (Basic Configuration). As of Notes 8.0.2 and Notes 8.5, there is a Notes.ini parameter that can be used to control launching of Basic and Standard. Adding UseBasicNotes=1 to a Notes [...]

View Answer   |  April 5, 2012  9:07 AM
LotusScript
answered by:
65 pts.

how can be date field modified in date format using lotusscript
Simplest option would be to add the @Today formula to the “Default value” of the field. Another option via lotusscript and a button could be to: Call uidoc.FieldSetText(“fieldname”,Today)

View Answer   |  April 5, 2012  8:21 AM
Lotus, Lotus Script
answered by:
65 pts.

Implmenting Custom Password rules on Domino using Security Settings document
The Domino help is the best place to look. <b>Creating a security policy settings document </b> http://ecoforo.cepymev.es/help/help8_admin.nsf/f4b82fbb75e942a6852566ac0037f284/ac0c9bd2ca5bf31a852572fa004e2fbc?OpenDocument

View Answer   |  April 3, 2012  9:41 AM
Domino 8.5.3, Lotus Domino security
answered by:
10,615 pts.

What else is required to get Lotus Notes meeting alarms to work?
Alarm will not work if $Alarm folder has conslict or corrupted. Delete the $Alarm folder from the designer and then replace the template of the mail file. Your Alarm will work after that.

View Answer   |  April 2, 2012  7:17 PM
Lotus Notes, Lotus Notes 8.5.2, Lotus Notes alerts, Lotus Notes Meeting
answered by:
15 pts.

Selection of Friday Date
Not really sure what you’re looking for here, but I’ll take a guess. If the user selects a date (using a calendar control), you want to automatically adjust the date to that week’s Friday. You can do that by setting the date to @Adjust( datefield; 0; 0; 6 – @Weekday( datefield ); 0; 0; 0 [...]

View Answer   |  March 30, 2012  3:23 PM
Lotus calendar, Lotus Designer
answered by:
2,700 pts.

how to put attachments into richtext fields from web attachments in lotus notes document
Servername/dbname/viewid/docuniqid/$file/attachement u have to follow this url.

View Answer   |  March 28, 2012  2:16 PM
Lotus Notes, Lotus Notes attachments
answered by:
15 pts.

Turn an Email URL into a Clickable Button
Your best bet would be to use URL Hotspot Check Help document = <b>Creating link hotspots </b> You can use the Hotspot button to do the same thing but be warned that this will no doubt require the ECL to allow you to run as a trusted source. If this is not set for you [...]

View Answer   |  March 21, 2012  10:58 AM
Lotus hotspot, Lotus Notes 8.5.2
answered by:
10,615 pts.

Problem with Initial BES/Notes Address Book Sync
Perhaps you used the Notes option Synchronize Address Book at some point in the past (this embeds your contacts in your actual mail file) and then never kept them up-to-date.

View Answer   |  March 15, 2012  1:17 PM
BES, Lotus Notes 8.5
answered by:
2,700 pts.

Lotus notes @mailsend as lotusscript
In your existing maid send command add one more parameter as [IncludeDoclink] and try.

View Answer   |  March 13, 2012  11:14 AM
Lotus Domino, Lotus Notes, LotusScript
answered by:
1,055 pts.

Lotus Domino Mail Journaling Stopped Working
Check you mail rules are in place set to All document…. This has to be inplace for all servers Journalling to this location. This is from help :- <b>Specifying messages to journal</b> After you enable journaling, set mail rules on the Configuration Settings document to specify which messages to journal. If you specify All documents [...]

View Answer   |  March 12, 2012  2:03 PM
Lotus Domino 8.5, Lotus Domino Journaling
answered by:
10,615 pts.

Is it possible to send mail and get out of office reply in lotus notes 8.5.3
There are two was to do this is 8.5.x <b>Out of Office service type Service</b> The Out of Office service processing occurs after the server mail rules and user mail rules are applied, after the “before mail delivery” agent processing completes, but prior to the “after mail delivery” agent processing. This allows the user to [...]

View Answer   |  March 12, 2012  1:51 PM
Lotus Notes 8.5, Lotus Script
answered by:
10,615 pts.