lotus notes send/receive
This is done in your Location document, in your personal address book. The Replication tab is where you set that up.

View Answer   |  September 25, 2008  2:41 PM
Lotus Notes, Lotus Notes 6.5, Lotus Notes 6.x, Send/Receive
answered by:
335 pts.

How to upgrade for Domino 7.0.2 to 8.0
Before upgrading from Domino 7.x to Domino 8.x, it is recommended that you do the following: 1. Ensure that database clean-up is completed by doing the following on the Domino 7.x server to help avoid database and/or view corruption. It is recommended to run the commands with the server down. * Run Fixup (consistency checks) [...]

View Answer   |  September 25, 2008  12:45 PM
Domino 7.0.2, Domino 7.x, Domino 8, Domino upgrades
answered by:
9,815 pts.

Domino 6.5.3 CPU 100%
Have you recently installed or enabled in your BES some feature or component you didn’t have in the past ? I think it would be useful reviewing the change history on both servers, comparing it to the time the high cpu usage starded. If you have some tool to monitor BES events/logs (like SysLog), maybe [...]

View Answer   |  September 25, 2008  1:18 AM
BES, BlackBerry Enterprise Server, Domino 6.5, Lotus Domino
answered by:
63,535 pts.

Carlosdl – Please help!
[I see Bucktop39 (in Discussion section, below) has already directed you to the alternate solution I alluded to. That is probably better, but I leave this information here for posterity.] One easy solution would be to create subforms, one for each division, then insert the subform based on a formula. I would recommend having one [...]

View Answer   |  September 24, 2008  2:42 PM
Lotus Forms, Lotus Notes, Lotus Notes 7.x
answered by:
3,845 pts.

Restrict users from accessing Sametime server
In the Server document you have restricted access to the server to a limited number of users by setting the following fields: Security tab -> Who can Access Server Security tab -> Who can NOT Access Server This works as expected for most Sametime functions in that it refuses access to any users not named [...]

View Answer   |  September 24, 2008  12:18 PM
Lotus Administration, Lotus Sametime, Lotus user settings, User restrictions
answered by:
9,815 pts.

Lotus Notes archive database has become corrupted
You might be completely out of luck, but there are a few things to try. First, copy the database up to a server, if you can. Copy it outside of the Domino data directory, somewhere like c:temp. From a DOS prompt, you need to navigate to your Domino program directory (C:Domino, usually). From there, run [...]

View Answer   |  September 23, 2008  2:05 PM
Lotus archiving, Lotus Notes Database
answered by:
3,845 pts.

Read Document Count
Another way to handle this would be to create HTML pages on your comapny intranet, each page having one of the documents that you wish to track. Add “hit counters” to the individual web pages. <a href=”http://www.euronet.nl/users/w_solarz/count.htm”>Here </a>is a page that has the code for several such HTML hit counters. Good Luck! ************************************************************************ Take a [...]

View Answer   |  September 22, 2008  4:38 PM
Lotus Domino Document Counter
answered by:
63,535 pts.

Attempting to select all Lotus Notes messages and save attachments in spearate folder
You would have to write a lotusscript agent to do this. This site has a start. As it says, it does not have error handling. One of the basic problems that could occur would be to find invalid characters in the file name for your operating system. If you are not a developer, this solution [...]

View Answer   |  September 22, 2008  2:28 PM
Lotus Notes, Lotus Notes attachments
answered by:
3,845 pts.

Easy but not for me?!
To see the form name, create a computed field. Make its formula; Form If the user or code switches to a different form and that form can be saved, the form name will change. Form is an automatic field on a form, but does not appear unless you create a field and put it on [...]

View Answer   |  September 18, 2008  2:02 PM
Formula Language, Lotus development, Lotus Notes
answered by:
3,845 pts.

Active IBM Lotus Sametime users shown as offline
maybe you’re blocked from seeing their online status (can be changed in the Sametime/Privacy preferences)

View Answer   |  September 18, 2008  11:36 AM
Lotus Notes, Lotus Sametime, Lotus Sametime 7.x
answered by:
95 pts.

$File Filename
hi, try this one: @If(@Attachments>0;@AttachmentNames(1);”") this checks for attachments in a document and returns the operating system file names of any files attached to it. regards tobo

View Answer   |  September 18, 2008  7:41 AM
Lotus Notes, Lotus Notes attachments
answered by:
95 pts.

Blocking other users from seeing you on IBM Lotus Sametime
Hi, go to sametime preferences > privacy there you have the option to either block users from seeing you or just allow specific ones to see you. regards

View Answer   |  September 18, 2008  7:32 AM
Lotus Sametime
answered by:
95 pts.

Time Check.
hi, try this formula: REM “checks the actual weekday and returns the number; 1 = Sunday”; weekday:=@Weekday(@TextToTime(“today”)); REM “checks if the time is between 5 and 10; 1 = True”; time:=@If(@TextToTime(“today”)>@Time(10;0;0);0;@If(@TextToTime(“today”)<@Time(5;0;0);0;1)); REM “checks if both statements are true; if the weekday and time are true it stops execution.”; REM “replace the ‘do something’ string in [...]

View Answer   |  September 18, 2008  7:28 AM
LotusScript
answered by:
95 pts.

Lotus Notes error message when opening database
I would guess that the problem has to do with the location profile. Depending on your version you can go to File > Locations > Manage Locations and check if you have the right settings in your Dial Up profile.

View Answer   |  September 18, 2008  7:00 AM
Lotus error messages, Lotus Notes, Names.nsf
answered by:
95 pts.

Lotus Error message :” Error transferring to mx1.XXX.CO.JP; Note item not found “
Did you get an answer to this problem? It would be nice if you contact me, because we’ve got the same problem. 1 person sends an email to two recipients (our domain) – 1 mail arrives and the sender receives your posted error-code. Need help, to. :-/ Thanks a lot, Tobi

View Answer   |  September 17, 2008  6:26 AM
Lotus Domino, Lotus error messages
answered by:
15 pts.

Can links in Notes newsletters work in Outlook?
Yes and no. Standard/typical Notes links (e.g., doc links, view links, database links, etc.) will get stripped off and lost when e-mail messages get sent to Outlook/Exchange e-mail accounts; however, Notes “text links” can be used instead. NOTE: Don’t get this confused with “web links”. Web links open Notes docs/views/databases in a web browser. Notes [...]

View Answer   |  September 16, 2008  4:10 PM
Lotus Notes, Outlook
answered by:
180 pts.

Can I rebuild a view index using a LotusScript agent?
What I do with a similarly sized database is run a program document to update the view indexes. This program document is scheduled to run after the agent runs and manipulates the records. Program documents are created and managed in the Directory Configuration > Servers > Programs. Program name: Updall Command line: folderdatabase.nsf -V Server [...]

View Answer   |  September 16, 2008  3:56 PM
Lotus Agents, Lotus Notes View, LotusScript
answered by:
130 pts.

Lotus Notes 8 Webmail Multiple attachments with same name
Hello, I have the same problem. Do you know the solution? Please, contact me. Sorry for my bad english. Thanks

View Answer   |  September 15, 2008  5:26 PM
Lotus Domino, Lotus Domino 8.x, Lotus email, Lotus Notes 8.x
answered by:
15 pts.

iNotes on Windows Mobile 6
Sounds to me like Windows Mobile browser simply doesn’t support the page. It’s a common thing with mobile browsers. <a href=”http://www-10.lotus.com/ldd/nd8forum.nsf/GeneralCategory/b78f3e0c5d42e2e9852574510056db5b?OpenDocument”>It’s been a problem for others as well.</a> Hope this helps! -Schmidtw

View Answer   |  September 15, 2008  4:46 PM
Domino Web Access (iNotes), iNotes, Mobile access, Windows Mobile
answered by:
11,205 pts.

Transfer of Domino Server 6.5 into another Server
Hi, Please copy and paste the Lotus folder (from D: drive) to the new server. Before that you need to transfer the SSL certificate from old server to the new server. Once lotus folder is copied, then rename the folder to somethign else and install Lotus Domino. Do not go for configuration.. you can see [...]

View Answer   |  September 15, 2008  7:47 AM
Lotus Domino 6.5, Lotus Domino 6.x, Lotus migration, Windows 2000 Server
answered by:
15 pts.