Hi,
Im trying to install Domino on Linux Rad hat and have this problem:
All the file installation is without problems. When I want to run domino server setup with this command "/usr/local/lotus/bin/http httpsetup", this error appears:
./java -ss512k -Xoss5M -cp...
Thanks for answer, but...
I think, the only task that is needed for this is Event monitor. It is running on the server and in the log file is no error message from this task written.
Since the error occured, I have restarted the server at least 10 times to solve other situations.
Any other...
Hi,
I have a problem with event reporting into database statrep.nsf (running Notes R5.12 on Linux RedHat). First everything was working fine but suddenly no events were added to statrep.nsf. I tried to recreate statrep.nsf but it didn't help. I also didn't see any errors in log.nsf.
Can you...
Hi,
I have a problem with domino server (R5.11) on Read Hat Linux 7.1. The problem is, that domino runs too many processes. If I start the server, there are 61 domino proccesses running, after several days this number grows to more than 100 proccesses!! I don´t think all the proccesses are...
Hi,
I have problem with replication one user`s mail database. If I try to make full replica using user`s ID, everithing is fine.
If I add access to read calendar (using calendar profile) to someone else, he is unable to create replica. Error called Special database object not found (in...
Hi,
I would like to know, if it is possible to backup domino databases and necessary files while domino is running.
I have read, that if you do not use transaction logging then a transaction is marked as committed when the data are stored to the disk. So it looks that there is no need to...
Hi,
1. Sequentional numbers are a bit difficult to create in Lotus Notes. However, there are serveral solutions.
If you can disable replication of the database so all the users will create new documents on the server, you can use a special view, from which you get the last number every time...
I do exporting documents in MS Excel. I wrote an agent that fuzzy scans the database and found documents field export into txt file. Each field is determined by semilicon. Than using default MS Excel converter I open the txt file in excel.
(If you need this I can send you some source codes)
If...
Hi,
I think there is no way how to do this with zero skills. But the solve of this problem could be so:
1. You can modify your Mail database design and add a new Notes Agent in.
2. You have to write a code in Lotus Script or Java that scans your mail and make detach action.
3. Schedule your...
This message means, that in some source code (lotsu script) is an mistake with setting objects.
check some database which is loaded as homepage if is it ok.
Try to login as diferent user if the mistake appears.
I have a database with 70 access roles. Sometimes happens, that when I add a role to user and then I remove the same role user has the role still enabled. He can access all the function using this role but in access control list is this role not enabled to the user.
I have asked a certified...
Aah so,
build an agent and write this script into it:
dim s as new NotesSession
Dim AllDocs as NotesDocumentCollection
Dim Doc as NotesDocument
REM I suppose all the docs in the database are companies
set AllDocs = s.CurrentDatabase.AllDocuments
for i=1 to Docs.Count
set Doc =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.