HCL
Skip to main content  
 
   


SPRTechnote


Executing the LotusScript GetEntry method and the GetPosition property of the NotesViewNaviagator class can result in a Domino server crash

Technote Number: 1236569


Problem:
This issue has been reported to Quality Engineering as SPR# TTRT6KJTA4, and is
fixed in Domino 6.5.5 Fix Pack 1 (FP1) and 7.0.1 Fix Pack 1 (FP1).

Excerpt from the Lotus Domino Release 6.5.5 Fix Pack 1 and 7.0.1 Fix Pack 1 fix
lists (available at http://www.ibm.com/developerworks/lotus):

LotusScript
SPR# TTRT6KJTA4 - This fix prevents a server crash when using
ViewNavigator.GetEntry() under certain circumstances.

Refer to the Upgrade Central site for details on upgrading Notes/Domino.

Workaround:
Perform a check to make sure that the initial NotesViewEntry object returned by
the GetFirstDocument method (of the NotesViewNavigator class) is valid.

For example:

Set ventry=vnav.GetFirstDocument
If Not ventry Is Nothing Then
Set ventry2=vnav.GetEntry(ventry)
pos$=ventry2.getposition(".")
End If

Note: While the above code may seem redundant it is provided to demonstrate a
variant which may be similar to other variants in use.
or:

Set ventry=vnav.GetFirstDocument
If Not ventry Is Nothing Then
pos$=ventry.getposition(".")
End If
More >





  Document options
Print this document
Print view

  Search
Search Advanced Search


  Fix list views

 RSS feeds   RSS
Subscribe to the fix list

  Resources
Using this database
View notices

  HCL Support
HCL Support


    About HCL Privacy Contact