IBM Support

IV71969: THE PERSON.CALTYPE FOR DOMAIN CALTYPE LINK IS MISSING IN MAXDOMAINLINK

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • The PERSON.CALTYPE for domain CALTYPE link is missing in
    maxdomainlink.
    
    A domain can be associated with either maxdomainlink or
    maxdynamicdomlink, these tables only have persistent attributes
    and no views so they need to be filtered out as well.
    
    We only handle ALN and Synonymdomains in these two tables so we
    need to filter on these as well.
    
    SQL:
    
    SELECT objectname, attributename, domainid FROM MAXATTRIBUTE
    WHERE
    DOMAINID IS NOT NULL AND (OBJECTNAME, ATTRIBUTENAME) NOT IN
    (SELECT OBJECTNAME,ATTRIBUTENAME FROM MAXDOMAINLINK)
    and domainid in (select domainid from maxdomain where
    domaintype in (select value from synonymdomain where maxvalue
    in ('SYNONYM', 'ALN') and domainid = 'DOMTYPE')) and
    persistent = 1 and objectname in (select objectname from
    maxobject where isview = 0 and persistent = 1) and
    (objectname, attributename) not in (select objectname,
    attributename from maxdynamicdomlink);
    

Local fix

  • N/A
    

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    * All non-English base language users.                         *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    * THE PERSON.CALTYPE FOR DOMAIN CALTYPE LINK IS MISSING IN     *
    * MAXDOMAINLINK                                                *
    ****************************************************************
    * RECOMMENDATION:                                              *
    * Apply fixpack Release 7.5.0.9 of Base Services or request an *
    * interim fix                                                  *
    ****************************************************************
    

Problem conclusion

  • Fix has been made to issue above.
    

Temporary fix

Comments

APAR Information

  • APAR number

    IV71969

  • Reported component name

    ADMIN & SECURIT

  • Reported component ID

    TIVOADMIN

  • Reported release

    750

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2015-04-08

  • Closed date

    2015-04-10

  • Last modified date

    2024-10-29

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

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

Modules/Macros

  • MAXIMO
    

Fix information

  • Fixed component name

    ADMIN & SECURIT

  • Fixed component ID

    TIVOADMIN

Applicable component levels

[{"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSLKT6","label":"Maximo Asset Management"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"750","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
31 October 2024