IBM Support

PK99265: DOORS CRASHES WHEN RUNNING THE SCRIPT BELOW ON A MODULE: STRING FUNC1(ATTR__ ATTRREF)

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • logged as a defect with CR TLOG#54296
    

Local fix

  • As a workaround I would suggest passing the Object and attribute
    names as separate paramaters e.g.
    ================
    string func1(Object o, string attr)
    {
       string s = richTextWithOle(o.attr);
    
       return s;
    }
    
    bool func2(Object o, string attr)
    {
    
       string s1 = func1(o, attr);
       string s2 = func1(o, attr);
    
       return (s1 == s2);
    }
    
    Object o = current();
    string attr = "Object Text"
    
    print func2(o, attr);
    ===============
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    DXL documentation updated to give better examples of
    attribute usage
    

Problem conclusion

  • DXL documentation update required
    

Temporary fix

Comments

APAR Information

  • APAR number

    PK99265

  • Reported component name

    TLOGIC DOORS

  • Reported component ID

    5724V61DR

  • Reported release

    920

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2009-10-22

  • Closed date

    2011-06-29

  • Last modified date

    2011-06-29

  • 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

    TLOGIC DOORS

  • Fixed component ID

    5724V61DR

Applicable component levels

  • R920 PSN

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSYQBZ","label":"Rational DOORS"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"9.2","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
24 October 2021