IBM Support

IO13374: A JavaScript error "Access Denied" dispalys when logging out of eClient while the PDF document in the viewer is still open

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as fixed if next.

Error description

  • When opening a PDF document in eClient and then logging off
    while the PDF document is still opening, a JavaScript error
    ?Access is denied? displays.
    
    
    .
    

Local fix

  • Find the following line in this file:
    "IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\myCell0
    1\eClient.ear\eclient.war\eclient81.js" :
       wn=window.open('javascript:closing =
    \"false\";window.open(\"\",\"_self\");window.close();',windownam
    e_array[caw]);
    
    and surround it with try - catch like the following to prevent
    showing the error window:
    
         try {
             wn=window.open('javascript:closing =
    \"false\";window.open(\"\",\"_self\");window.close();',windownam
    e_array[caw]);
         } catch (e) {}
    

Problem summary

  • The warning should not display.
    

Problem conclusion

Temporary fix

Comments

APAR Information

  • APAR number

    IO13374

  • Reported component name

    ECLIENT

  • Reported component ID

    5724B43Z1

  • Reported release

    842

  • Status

    CLOSED FIN

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2010-11-08

  • Closed date

    2011-11-18

  • Last modified date

    2011-11-18

  • 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

  • R843 PSY

       UP

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSCTVDL","label":"Db2 Information Integrator for Content"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"842","Edition":"","Line of Business":{"code":"","label":""}}]

Document Information

Modified date:
18 November 2011