Some snippets for Lotus Notes. They are not sorted, "just arrival".
Some snippets for Lotus Notes. They are not sorted, "just arrival".
Select Replication Conflict View
FORMULA
La seguente select inserita in una view permette di selezionare soltanto i conflitti di replica
SELECT @IsAvailable($Conflict)
Move Cache.Dat
CACHE
Some useful entries for notes.ini regarding the cache.dsk. I moved the cache.dsk in the SSD drive to get performance. My installation was on D: . Standard quota is 30KB I changed to 128MB
// quota in kilobytes UserSetCacheQuota=1 UserCacheQuotaSize=128000 CACHE=c:\CACHE.NDK
Convert winmail.dat Automatically
WINMAIL.DAT
Lotus Domino Server can convert the winmail.dat received in your email automatically. A notes.ini parameter will fix it
TNEFEnableConversion=1
p>
To Be continued
To Be Continued...
Stay tuned, I will add more snippets soon...