LotusScript LSI_INFO potentially harmful on (64Bit) Domino
There is a handy, but undocumented LotusScript function LSI_INFO that can lead to crashes of the Domino server, especially on 64Bit systems. Since the function never had been documented, a fix for that can't be expected any time soon (or at all). Unfortunately that function is used in OpenLog an incredibly useful logging application written by Julian Robichaux. Here is how to fix this:
- Make sure you use the latest release (you also can use the code contained in TaskJam, it is extended to be able to log XPages)
- Edit the OpenLogFunctions script library and add into the initialize statement:
NoLSIStackTrace = True
- Make sure all applications that use OpenLog get the updates library (if you copied it with intact inheritance a "load design" will do)
Posted by Stephan H Wissel on 24 April 2012 | Comments (7) | categories: Show-N-Tell Thursday