IBM Support

LO59637: TIMECONVERSION BY NOTESDATETIME CANNOT NECESSARILY CHANGE REPLICAID CORRECTLY

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • If time conversion is performed by NotesDateTime, that cannot
    necessarily change replicaid correctly.
    Replica ID cannot necessarily be correctly changed, if time
    conversions are performed by NotesDateTime.
    Please  run the following sample code.
    The TIME/DATE value taken out from ReplicaID is inputted into
    the
    NotesDateTime function.
    Therefore, you understand that no values are changed correctly.
    
    Dim ses As NotesSession
     Dim db As NotesDatabase
     Set ses = New NotesSession
     Set db = ses.currentDatabase
    
     Dim ntd As NotesDateTime
     Set ntd = New NotesDateTime("492578170016F218")
     Msgbox  ntd.Localtime
     Set ntd = New NotesDateTime("492578170016F219")
     Msgbox  ntd.Localtime
     Set ntd = New NotesDateTime("492578170016F21A")
     Msgbox  ntd.Localtime
     Set ntd = New NotesDateTime("492578170016F21B")
     Msgbox  ntd.Localtime
     Set ntd = New NotesDateTime("492578170016F21C")
     Msgbox  ntd.Localtime
    
     Set ntd = New NotesDateTime("492578170016F21A")
     Msgbox  ntd.Localtime
     Set ntd = New NotesDateTime("4925781A0016F21A")
     Msgbox  ntd.Localtime
     Set ntd = New NotesDateTime("492578170016F2A3")
     Msgbox  ntd.Localtime
     Set ntd = New NotesDateTime("492578B70016F2A3")
     Msgbox  ntd.Localtime
     Set ntd = New NotesDateTime("4925781700168D7B")
     Msgbox  ntd.Localtime
    
    
    Output of this script:
    
    2011/01/13 13:10:37 ZE9
    2011/01/13 13:10:37 ZE9
    21:00:00
    2011/01/13 13:10:37 ZE9
    2011/01/13 13:10:37 ZE9
    21:00:00
    2011/01/16 13:10:37 ZE9
    02:03:00
    2011/06/22 13:10:39 ZE9
    2011/01/13 13:06:20 ZE9
    

Local fix

Problem summary

  • A programming error was found and will be corrected in a future
     release.
    

Problem conclusion

  • A programming error was found and will be corrected in a future
     release.
    

Temporary fix

Comments

  • This APAR is associated with SPR# TITH8FFCFQ.
    

APAR Information

  • APAR number

    LO59637

  • Reported component name

    NOTES CLIENT

  • Reported component ID

    5724E6255

  • Reported release

    852

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2011-03-30

  • Closed date

    2011-06-02

  • Last modified date

    2011-06-02

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

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

Fix information

  • Fixed component name

    NOTES CLIENT

  • Fixed component ID

    5724E6255

Applicable component levels

  • R852 PSN

       UP

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

Document Information

Modified date:
02 June 2011