IBM Support

LO55781: CAN'T DELETE PRIVATE FOLDER BY QUERYCLOSE OF DATABASESCRIPT

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • User want to delete a Private Folder(Shared, private on first
    use) when user
    close the DB.
    Therefore user implement LotusScript is to delete Private Folder
    on Queryclose
    event of DatabaseScript.
    
    If this DB property is checked "Don't maintain unread marks",
    after user open
    and close this DB repeatedly, user can never open the Private
    Folder.
    Open this DB via Designer client, you can see ghost Private
    Folder(Folder is
    displayed, but there is no data) still exists.
    
    If DB property is checked "Don't maintain unread marks", user
    can't delete
    Private Folder(Shared, private on first use) by Queryclose of
    Database Script.
    
    Steps to reproduce:
    1. Set the following LotusScript on Queryclose event of
    DatabaseScript to
    delete Private Folder
    ---------------
    Sub Queryclose(Source As Notesuidatabase, Continue As Variant)
      Dim session As New NotesSession
      Dim db As NotesDatabase
      Dim folder As NotesView
    
      Set db = session.CurrentDatabase
      Set folder = db.GetView("Test")
      If Not(Isempty(folder.Readers)) Then
        Call folder.Remove
      End If
    End Sub
    ---------------
    2. Create a Folder and seletct [Shared, private on first use]
    3. Open this DB and open the Private Folder
    4. Close this DB (Private Folder should be deleted)
    5. Repeat Step3 and Step4 some times
    6. Open this DB and try to open the Private Folder
    
    You can see user can't open the Private Folder.
    And open this DB via Designer client, you can see ghost Private
    Folder(Folder
    is displayed, but there is no data) still exists.
    
    If deleting the Private Folder by Action with the same
    LotusScript, this issue
    never occurs.
    

Local fix

Problem summary

  • Low priority closures
    

Problem conclusion

Temporary fix

Comments

  • This APAR is associated with SPR# MNAA8AGFRH.
    This was closed as part of a batch closure of sprs with minimal
     customer impact. Low weight, Sev 3 or lower, and a defect
     creation date of 12/31/2012 or earlier. If this issue persists
     in 9.0.1 or above by additional customers, it may be re-raised
     for triage.
    

APAR Information

  • APAR number

    LO55781

  • Reported component name

    DOMINO SERVER

  • Reported component ID

    5724E6200

  • Reported release

    851

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2010-10-22

  • Closed date

    2014-03-04

  • Last modified date

    2014-03-04

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

  • R851 PSN

       UP

[{"Business Unit":{"code":"BU055","label":"Cognitive Applications"},"Product":{"code":"SSKTMJ","label":"Lotus Domino"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
04 March 2014