Problem adding Annotations to KPIs

I'm trying to add an annotation to a Kpi object in AMO. I'm starting with just the simplest thing:

kpi.Annotations.Add("AnnoName", "AnnoValue");

The KPI validates, and cube.Update doesn't report any errors. But when I try to read back the KPI later, the annotations collection is empty. I profiled the XML/A sent as part of the Update, and the KPI definition included the annotation there. But the annotation never seems to be saved.

Am I missing something really obvious here


Answer this question

Problem adding Annotations to KPIs

  • M_Laz

    hello Kevin,

    it seems you've hit a known issue which should be fixed in SP1.



  • LeonardLay

    Ouch, that's a big bummer for us. Are all annotations broken Or just KPIs

    Do you know if the fix is in the SP1 CTP that was recently released

    Also, is there an estimated RTM date for SP1

  • cookiekhanh

    I was only talking specifically about KPI annotation. and yes, i think that the SP1 CTP should have the fix.

  • Problem adding Annotations to KPIs