Go to the link on the top and click
You will see a window like this
Go to the link on the top and click
You will see a window like this
This link show how to use the command ps on linux.
Sometimes you need to know the process id and then kill him 🙂
When Domino will have this feature?
I have 3 Domino Servers installed on top of Linux.
Eight months without logon as a root. After 15 days of vacation and then i forgot the password 🙂
This link show how to reset the root password
Today me and some colleagues saw the OGS using the internet.
Good image and sound
Some new features was addet to calendar profile. After convert some users from 7.0.4 to 8.5.2 some problems arrived.
I deleted the profile using the LotusScript and instruct the user to recreate the profile.
Just put the code bellow in a button and send to the user.
Sub Click(Source as Button)
Dim session As New NotesSession
Dim db As NotesDatabase
Dim doc As NotesDocument
Set db=session.CurrentDatabase
Set doc=db.GetProfileDocument(“CalendarProfile”)
Call doc.remove(True)
If doc Is Nothing Then
MsgBox “Profile Document Was Successfully Removed”
Else
MsgBox “Profile Document WAS NOT Removed”,48
End if
End Sub
From TN 1449358
tell daosmgr prune <#_of_days_since _last_full_backup>
In order to ensure you have all data saved in a disaster recovery situation you must not set your “defer object deletion” less than the largest number of days between full saves.
tell daosmgr prune <#_of_days_to_retain_nlo_files>
If you wish to recompile all the LotusScript you need Notes 8.5.2
| Title: | Recompile all LotusScript does not recompile all LotusScript in Domino Designer 8.5.1 |
| Product: | Lotus Domino > Lotus Domino Designer > Version 8.5.1 |
| Platform(s): | Windows |
| Date: | 10/01/2011 |
| Doc Number: | 1452121 |
| Problem |
The “Recompile All LotusScript” function does not work as expected in Domino Designer 8.5.1.
| Content |
| This issue is fixed in 8.5.2
Fix details: SPR# BHUY84SEG9 Refer to the Upgrade Central site for details on upgrading Notes/Domino. |
Mario Costa tweet about this
http://twitter.com/mariocosta/statuses/20978463695437824
It’s a problem for us outside of the US or UK
This TechNote solve the problem