OWC10 - Unspecified Error

W

waimunh

Hi,

I have installed the example in the following link
http://msdn.microsoft.com/msdnmag/issues/03/10/OLAP/default.aspx

The "Set Connection" button works ok. But when I clicked on "Load
Custom Report", it gives the error: Interop.OWC10 - Unspecified Error.

I tried stepping through the code, it breaks at the line:
objPTView.ColumnAxis.InsertFieldSet(objPTView.FieldSets("Time"))
objPTView.ColumnAxis.FieldSets("Time").Fields("Year").Expanded =
True

The code just gives an error whenever it try accessing the FieldSet.

I have tried the following, but all fails:
1) Add ASPNET into OLAP Administrator
2) Repair and Reinstall OWC10

Connection String:
provider=MSOLAP.2;Data Source=http://localhost/OLAPReport;Initial
Catalog=FoodMart 2000;Integrated Security=SSPI;Persist Security
Info=True;Client Cache Size=25;Auto Synch Period=10000;
Server: Windows 2003

Can someone give me help me on this?

Thanks alot in advance!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top