IBM Support

LO85840: MAIL FILE OWNER NAME IS NOT SHOWING IN THE CALENDAR VIEW

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • --Mail file owner  name is not showing in the calendars view
    but he is  able to create and receive and view calendar
    invitations with out any  issue.
    
    -- Initially User calendar profile name was updated with
    "Domino Administrator ID" name instead of end user name. So
    customer  is not aware of how this user name got updated in the
    mail file owner field . To remove the administrator name from
    calendar profile they have created an agent below
       with the bellow mentioned code.
    "Dim session As New NotesSession
    Dim db As NotesDatabase
    Dim profile As NotesDocument
    Set db = session.CurrentDatabase
    Set profile=db.GetProfileDocument("Calendarprofile")
    Call profile.remove(True)"
    
    -- After running the agent they have restarted the lotus notes
    client and found the calendar profile Administrator name has
    been removed but mail file owner name does not appear. Calendar
    profile name showing blank. After
    that we have changed the design template but result is same.
    
    -- Re-created calendar profile then replace the mail template
    using theIBM standard mail85 template on the mail server and
    then provided below script to add the owner name to calendar
    view
    
    Sub Initialize
    
    Dim s As New notessession
    Dim doc As NotesDocument
    Dim db As notesdatabase
    Dim item As notesitem
    
    Set db = s.currentdatabase
    Set doc = db.GetProfileDocument("CalendarProfile")
    If Not (doc Is Nothing) Then
    Set item = doc.ReplaceItemValue("Owner",
    "CN=FirstLastName/OU=North
    East/O=IBM")
    Call doc.Save(False, False)
    MsgBox "Profile name added successfully"
    End If
    
    End Sub
    
    NOTE:Set item = doc.ReplaceItemValue("Owner",
    "CN=FirstLastName/OU=North East/O=IBM")
    Change the affected user name in the above field.
    
    -- After the above script is given to customer, mail file owner
    name is showing correctly in the preferences but if he access
    the calendar view still the issue occurs that still the mail
    file owner name is not showing in the calendar view.
    

Local fix

Problem summary

  • This APAR is closed as FIN. We have deferred the fix to a
     future release.
    

Problem conclusion

Temporary fix

Comments

  • This APAR is associated with SPR# AKGI9YVK2N.
    This APAR is closed as FIN. We have deferred the fix to a
     future release.
    

APAR Information

  • APAR number

    LO85840

  • Reported component name

    DOMINO SERVER

  • Reported component ID

    5724E6200

  • Reported release

    853

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2015-07-29

  • Closed date

    2017-06-09

  • Last modified date

    2017-06-09

  • 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

  • R853 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.3","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
09 June 2017