IBM Support

PM05567: )saveAll() (C++ API) does not have any effect.

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • )saveAll() (C++ API) does not have any effect.
    
    
    Description:
    -------------
    If you have a project list run this API on the project list.
    Property gets changed but the RPL does not get saved.
    
    public static void main(String[] args) {
      // TODO Auto-generated method stub IRPApplication app = Rhapso
    dyAppServer.getActiveRhapsodyApplication();
      IRPApplication app = RhapsodyAppServer.getActiveRhapsodyApplic
    ation();
            IRPCollection prjs = app.getProjects();
    
            Iterator ModelElemList = prjs.toList().iterator();
    
            while(ModelElemList.hasNext()){
                    Object tmpObj = ModelElemList.next();
                    IRPProject prj = (IRPProject) tmpObj;
    
                    System.out.println(prj.getName());
                    prj.setPropertyValue( 'General.Model.AutoSaveInt
    erval', '102' );
                    prj.save();
            }
            app.saveAll();
    
    PMR: 68837,SGC,724
    

Local fix

Problem summary

  • When using the Rhapsody API, IRPApplication's saveAll method
    has no effect.
    

Problem conclusion

  • Fixed in 7.5.2.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM05567

  • Reported component name

    TLOGIC RHAPSODY

  • Reported component ID

    5724V74RP

  • Reported release

    750

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2010-01-20

  • Closed date

    2010-06-11

  • Last modified date

    2010-06-11

  • 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 RHAPSODY

  • Fixed component ID

    5724V74RP

Applicable component levels

  • R750 PSN

       UP

[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS7P9W","label":"Rational Rhapsody"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.5","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
11 June 2010