Can't implement IObjectSafety interface for Analysis Services UDF used in Excel -
10-25-2005
, 08:31 AM
I have calculated members of an Analysis Services 2000 cube that use
..dll's I made in VB 6. When I use them in Excel 2002 pivot tables, they
display #VALUE!. All my other measures display properly. I have tried
implementing the IObjectSafety interface as given in Q182598, and I
have also done it by leaving the member bodies empty as given in
<http://beta.blogs.msdn.com/bi_systems/articles/162844.aspx>. But I
still see #VALUE! in Excel, even after reregistering the .dll on both
the client and the server. Can someone give some tips or examples on
what I need to do to get my calculated members to work in Excel? |