IBM Support

LO57765: XSD_BASE64BINARY CLASS IS FAILING TO HOLD FILE DATA

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • For certain files, data is lost when they are stored in an
    XSD_BASE64BINARY object.
    
    Steps to reproduce the issue:
    1. Grab the file test.doc from the attachments database and
    place it in
    the root of your c: drive.
    2. Create an agent with the following code:
    
    %Include "lsxsd.lss"
    Sub Initialize
    Dim s As New NotesSession
    Dim Startstream As NotesStream
    Dim Endstream As NotesStream
    Dim xsdFileBinary As New Xsd_base64binary
    Set Startstream = s.Createstream()
    Call Startstream.Open("c:\test.doc", "binary")
    Print CStr(Startstream.Bytes)
    Call xsdFileBinary.SetValueFromNotesStream(Startstream)
    Set Endstream = xsdFileBinary.getValueAsNotesStream()
    Print CStr(Endstream.Bytes)
    End Sub
    
    3. Run the agent and note that the two printed numbers differ.
    4. The intial stream is 3206656 bytes (the size of the file).
    5. The stream pulled from the Xsd_base64binary object is only
    863329 bytes.
    

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# JSHN8D7VB6.
    
    This APAR is closed as FIN. We have deferred the fix to a
     future release.
    

APAR Information

  • APAR number

    LO57765

  • Reported component name

    NOTES CLIENT

  • Reported component ID

    5724E6255

  • Reported release

    851

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2011-01-17

  • Closed date

    2011-04-25

  • Last modified date

    2011-07-07

  • 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":"SSKTWP","label":"Lotus Notes"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.5.1","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
07 July 2011