Category: <span>Uncategorized</span>

This TN explain how to install the Lotus Notes Preloader

Uncategorized

This is the summary for one server :

     Total DB’s analyzed:                            2021
     Total DB’s skipped due to errors:                  3
     Total Size of NSF’s Examined:                  239.8 GB                  
     Total Attachments found:                      569187                      
     Total Duplicate Attachments found:            230394                      
     Estimated Size of DAOSified NSF’s:             101.6 GB                  
     Estimate Size of DAOS dir:                      80.9 GB                  
     Total Disk Savings:                             57.3 GB                  
     Compression Statistics:                                                  
       None:                                       368196                      
       Huffman:                                    181030                      
       LZ1:                                         19961                      

We have 3 more servers and we hope to save 240GB only using DAOS.

Uncategorized

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

Image:How to print mail with Page number

Image:How to print mail with Page number

This information is from TN 1448509

Uncategorized

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

Uncategorized

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

Uncategorized

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

 
Thank’s to Austin IBM SUPPORT

Uncategorized

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:

  • The user ID of the user who has performed the action which triggered the audit event
  • Additional information about the event itself.

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.

Uncategorized

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

Uncategorized

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.

Uncategorized

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:

Image:Errors occur if Domino Designer is launched before Notes

Additionally, attempts to create a new application could cause Domino Designer to hang.  

This information is from TN 1450357

Uncategorized