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

Problem adding Annotations to KPIs
alienseiya
hello Kevin,
it seems you've hit a known issue which should be fixed in SP1.
IgorM
Do you know if the fix is in the SP1 CTP that was recently released
Also, is there an estimated RTM date for SP1
Alan Sydney