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!!
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!!