This settings can be used the notes.ini file and control how the Notes client interacts with Sametime.
IM_NO_SETUP=1
This setting stops the user from being prompted for Sametime details during client set-up.
IM_ENABLE_SSO=1
This setting passes the Notes credentials through to Sametime so the user doesn't need to enter a password.
0 Comments
July 16th, 2008
When launching nlnotes.exe you receive the following error:
IBM Lotus Domino does not have a production license. A Temporary evaluation license has been enrolled for you to use for 60 days.
This is a warning only, after clicking OK the client will still load after some more errors pop up. IBM has not recommended accessing the server (if ever) via this method since at least version 6 and it has been strongly advised against for years.
0 Comments
May 27th, 2008
I can't take any credit for this article it has come straight of Bruce Elgort's Blog,
www.bruceelgort.com Bruce has lots of great articles up on his Blog and is definitely worth a read.
I have put this article up here on my Blog for reference only.
Recently I needed to make "copies" of some Lotus Notes databases and didn't want to do it from my Notes client. This would have take hours considering the database was 5gb. I knew that there had to be a way to do this and thanks to the assistance of my friend
Thomas Gumz, I was able to issue a command line from the Domino server console and presto, the database was instantly copied. Yes, it's not documented nor supported, but has been around for a long time, at least since V4 according to Thomas.
So let's look at what you need to do to enable this feature:
The server console commands are turned off by default, you need to first enable them:
Set this server notes.ini variable, like so:
> set config CLUSTER_ADMIN_ON=1 (even if the server is not a in cluster, doesn't matter).
No need to restart the server, it becomes active immediately.
This enables this new command:
CL COPY sourcedb targetdb Examples for the CL COPY command:
> CL copy serverA!!db1.nsf serverB!!db2.nsf This would create a regular non-replica copy of db1.nsf on serverA as db2.nsf on ServerB
> CL copy serverA!!db1.nsf serverB!!db2.nsf REPLICA This would create a replica copy of db1.nsf on serverA as db2.nsf on ServerB
> CL copy serverA!!db1.nsf serverB!!db2.nsf TEMPLATE This would create a template copy (only design, no data) of db1.nsf on serverA as db2.nsf on ServerB
> CL copy db1.nsf db2.nsf This would create a regular non-replica copy of db1.nsf as db2.nsf on the same local server
0 Comments
May 26th, 2008
To enable ftp to the home directory on Cent OS 5 run the following command "setsebool -P ftp_home_dir=1"
0 Comments
January 12th, 2008
Domino Web Access (DWA) users do not have the option to set their phrase, but the Domino Administrator can set the default format for them.
To accomplish this:
1. Open the Domino Server's Configuration document in the Domino Directory.
2. Go to the MIME > Advanced tab > Advanced Outbound Message Options tab.
In the 'RFC822 Phrase Handling' field select:
Value - result
==============================================
Use DN as phrase - "Super iNotes/Royal" <super_iNotes@acme.com>
Use CN as phrase - "Super iNotes" <super_iNotes@acme.com>
0 Comments
October 4th, 2007