1) Open user mail database.
2) Go to File->Application->Properties.
3) Click on 3rdTab , Printing
4) Under Header/Footer Text ,First Click on Insert Tab and Then Insert Page as shown below
This information is from TN 1448509
1) Open user mail database.
2) Go to File->Application->Properties.
3) Click on 3rdTab , Printing
4) Under Header/Footer Text ,First Click on Insert Tab and Then Insert Page as shown below
This information is from TN 1448509
IBM Lotus Sametime interoperability with the Yahoo! Messenger service is currently scheduled to be discontinued in 2011. This change affects you if you use the Lotus Sametime Gateway and have previously or currently registered your IBM Lotus Sametime Gateway for interoperability with the Yahoo! Messenger service.
Today, your Lotus Sametime Gateway integrates directly with the Yahoo! Messenger servers through single sign-on capability, letting your employees use their corporate Sametime identity to exchange presence information and text chats with Yahoo! Messenger users. Yahoo has notified IBM that it intends to discontinue this method of interoperability in the near future.
http://www-01.ibm.com/support/docview.wss?uid=swg21449088
It is not recommended to use Domino FAST RESTART on any platform with any version of Domino. This feature was originally written for 32-bit Domino for AIX and Solaris only, and was not supported on any other platform. The feature is planned to be removed in future versions of Domino and it is not recommended to be used at all.
Disabling FAST RESTART
Remove the following .ini parameters:
SERVER_FAST_RESTART=1
DEBUG_DISABLEOSFILELOCKS=1
SERVER_FAST_RESTART_INSTANCE=n
This information is from TN 1450877
Last Saturday was a busy day. I made an upgrade from Domino 7.0 to Domino 8.5.1. Everything works fine until yesterday.
The design team told us that the ?Searchview with arguments doesn’t work anymore.
So we start to search for a solution and found this APAR. The solution was simple “Dont use ?Searchview” but i not agree with that.
I opened a PMR and the support team send the solution.
Put this line INOTES_WA_DISABLE_WEBSTYLE_SEARCH=1 on the notes.ini and the ?Searchview will work again
|
The auditing service allows you to log a set of events into a separate audit log file. All events are organized in groups. For example, the logging events User created and User deleted are grouped together and can therefore only be switched on or off together.
The log file contains one audit log message per line. All log messages start with a timestamp, followed by the optional transaction ID, the message code and the event message. Each event message contains the following:
Events for actions that run in a transaction are written to the log file when the transaction s committed. If the transaction is rolled back, no event messages are written to the log file.
Events for actions that do not run in a transaction are written to the log immediately. In such cases it is not guaranteed that the related action was completed successfully.
Today I passed the exam Lot-955 with 98%
Given mission is a mission accomplished!
Next certification -> Test LOT-956: IBM Lotus Notes Domino 8.5 System Administration Update
Hoje passei no exame Lot-955 with 98%
Missão dada é missão cumprida!
Próxima certificação -> Test LOT-956: IBM Lotus Notes Domino 8.5 System Administration Update
After further investigation, it was determined that the existence of the “ArchiveDatabase” field, stored in the “Archive Database Profile” was the cause of the issue. By default, the “ArchiveDatabase” field does not exist in a mail file’s “Archive Database Profile”, but it does exist in an Archive database.
Once this field was removed, the mail file no longer appeared as an archive. The following LotusScript button code can be used to delete this field:
Sub Click(Source As Button)
Dim s As New NotesSession
Dim db As Notesdatabase
Dim doc As NotesDocument
Set db = s.CurrentDatabase
Set doc = db.GetProfileDocument("archive database profile")
If Not Doc.IsNewNote Then
Print "Found Profile"
Print "Set field"
Call doc.RemoveItem("ArchiveDatabase")
Call doc.Save( False, True )
End If
The Notes client must be restarted to see the changes.
After installing 8.5.1 Fix Pack 5 for Windows, Domino Designer will not function properly unless Notes is launched first.
Specifically, when you launch Domino Designer and then attempt to open an application from the Open Application dialog, a java.lang.UnsatisfiedLinkError will appear:
Additionally, attempts to create a new application could cause Domino Designer to hang.
This information is from TN 1450357
Often occurs with the removal of a user and her name stay in groups.
I created a simple agent to list groups with this kind of member.
The abent above is simple and can be improved.
Sub Initialize
Dim db As NotesDatabase
Dim doc As NotesDocument
Dim docUser As NotesDocument
Dim viewGroup As NotesView
Dim viewPeople As Notesview
Dim ses As New NotesSession
Dim members As NotesItem
Dim UserName As NotesName
Dim fileNum As Integer
Dim fileName As String
Set db = ses.currentdatabase
Set viewGroup = db.getview(“$VIMGroups”)
Set viewPeople = db.getview(“$VIMPeople”)
Set doc = viewGroup.getfirstdocument
fileNum% = FreeFile()
fileName$ = “c:group.txt”
Open fileName$ For Output As fileNum%
While Not doc Is Nothing
If doc.members(0)<>“” then
Set members = doc.getfirstitem(“members”)
ForAll v In members.Values
Set UserName = New NotesName( v)
Set docuser = viewpeople.getdocumentbykey(username.abbreviated,True)
if docuser Is Nothing then
Print #fileNum%,UserName.Abbreviated & “,” & doc.ListName(0)
End if
End ForAll
End if
Set doc = viewGroup.getnextdocument(doc)
Wend
Close fileNum%
End Sub
Searching for detais about an adminp process api documentation, i found an article on DeveloperWorks about a more improved tool to manage groups. I don’t have time to test or learn the functions but the article is here. The code of this article was on the dead SandBox, but you can search and download using this link
From the TN 1415556
Completed / Choice? | Task | Reference |
Avoid known issues by upgrading to 8.5.1 FP3, 8.5.2 or later. | 8.5.1 FP3 | |
Disable shared mail / verify shared mail is not enabled on any database. To verify that none of the files in the mail subdirectory have shared mail enabled run the command: load object info -full | How to disable shared mail in Lotus Domino | |
Run DAOS estimator to determine the approximate disk space savings and the number of .nlo files that will be generated for various sizes.
Note: The DAOS estimator results are not cumulative thus the actual number of .nlo files generated and space saved will vary. | Download the Domino Attachment and Object Service Estimator Tool version 1.5 | |
Review DAOS estimator output to determine the best minimum size for your environment. Please keep in mind the following:
In general, a 1GB file will save much faster than 1,000 files totaling 1GB in size. The actual save and restore time difference will depend on your tape hardware and save strategies. | Using the Lotus Domino Attachment and Object Service Estimator tool | |
Do you want to have your .nlo files encrypted?
By default .nlo files are encrypted with the server.id. This means that .nlo files can only be restored to the server that created them. If this is an issue in your environment you need to set DAOS_ENCRYPT_NLO=0 prior to implementing DAOS. | DAOS_ENCRYPT_NLO | |
Transaction logging is required by DAOS. You can use Circular, Linear or Archival type transaction logging.
Note: Archival logging should only be used in conjunction with a backup utility that will save and clean up the archived logs. Note: A separate drive is not required for the IBM i or i5/OS operating system. Note: The recommended log file size will vary based on the number of users and the amount of activity and data on your servers. A general rule of thumb is to use Linear logging with a max log size or 2GB x the average # of days the server is up without a restart for most servers up to 1,500 users. For servers with more users, a larger size would be recommended. | Transaction Logging for Domino Servers | |
Review backups to determine if changes are needed to save DAOS .nlo files. Some backup utilities have a different set of requirements between 8.5.0 and 8.5.1. Refer to the documentation for your backup software to determine if any changes to your save/restore procedures. | DAOS Backup and Recovery
Summary of Backup and Recovery Recommendations when using DAOS on IBM i | |
ODS Version 51 required for DAOS. If your databases are not currently ODS 51 you should compact the databases to update the ODS level. | Create_R85_Databases enables ODS 51 | |
Enabling LZ1 compression on all of your databases is a good choice. This ensures that the compression used between all databases on your server is the same and will eliminate the case where the same attachment would be stored in 2 .nlo files: one for the huffman compression and one for LZ1. To avoid a performance issue with compact you should enable LZ1 before you enable DAOS. | Upgrading existing attachments from Huffman to LZ1 compression | |
Determine proper path for the DAOS directory, It is not recommended to place the DAOS directory within the data directory. | How can I move the location of the DAOS subdirectory |