IBM Support

LO38703: WEBMAIL:NON-ATTACHMENTS INDICATE ICON COULD NOT BE SHOWN ON DOMI NO 8.X.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as unreproducible.

Error description

  • Webmail:Non-Attachments indicate ICON could not be shown on
    Domino 8.x.
    
    Step to reproduce.
    1.Create a new mail database with Domino 8 mail template.
    2.Store some mails without any attachments.
    3.Open the database from Web browser with "ui=webmail".
    http://xxx.ibm.com/mail/testmail.nsf?opendatabase&ui=webmail
    
    Then, you can find the truncate icon at the documents that did
    not attached
    files.
    
    
    
    This problem caused by the incorrect formula in the $Inbox.
    The column of attachment icon is follows......
    The value for non-attachment documents is incorrect.
    
    ***************************
    REM {COLUMN FORMULA IS USED BY MANY VIEWS - IF YOU MODIFY  THIS
    FORMULA, BE
    SURE TO MAKE THE SAME CHANGE IN ALL OTHER VIEWS};
    
    
    @If(@TextToNumber(@Version) > 122;
    
        @If(@IsAvailable(_ViewIcon2); _ViewIcon2;
    
        @Contains(@LowerCase(@AttachmentNames) ; "smime.p7s")&
    @IsAvailable($NoteHasNativeMime) & $NoteHasNativeMime="1";
          12;
    
       @Contains(@LowerCase(@AttachmentNames); "smime.p7m")&
    @IsAvailable($NoteHasNativeMime) & $NoteHasNativeMime="1";
           61;
       @IsDocTruncated;
            30;
        @IsAvailable($ContentIcon);
            $ContentIcon;
        (@Contains(@LowerCase(From); " pager ") |
    @Contains(@LowerCase(SendTo); "
    pager "));
             46;
        @Attachments;
            @If(@Contains(@LowerCase(@AttachmentNames);
    "message.wav" :
    "vmsg_hdr.wav");
                44;
            @Contains(@LowerCase(@AttachmentNames); ".wav");
                15;
            @Contains(@LowerCase(@AttachmentNames); ".tif");
                47;
             5);
         9999);
    @IsAvailable($ContentIcon); $ContentIcon; @Attachments; 5;
    9999)
    
    ***************************
    It must be "999".
    

Local fix

  • Copy "vwicn999.gif " as "data\domino\icons\vwicn9999.gif".
    

Problem summary

Problem conclusion

Temporary fix

Comments

  • This APAR is associated with SPR# MKIA7Q8GM5.
    Fixed in 8.5.1
    

APAR Information

  • APAR number

    LO38703

  • Reported component name

    NOTES/DOMINO 7X

  • Reported component ID

    5724E6200

  • Reported release

    802

  • Status

    CLOSED UR5

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2009-03-17

  • Closed date

    2010-02-19

  • Last modified date

    2010-02-19

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

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

Modules/Macros

  • NA
    

Fix information

Applicable component levels

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

Document Information

Modified date:
19 February 2010