Web service using OWC works in debug mode but not when i deploy it -
11-02-2006
, 10:23 AM
Hi,
I have created a web service using OWC to extract data from a cube and
displaying them from a cube. The webservice returns the XML necessary
for the pivot table to show the data from the cube. HAving developed
and tested this with a windows app I now wanted to move it onto a test
server. However, the web service fails with the command:
Et kald til en COM-komponent returnerede fejlen HRESULT E_FAIL.
ved Microsoft.Office.Interop.Owc11.PivotView.get_Field Sets()
when I try to get the the field sets and add a field set to the
columnaxis.
Hope someone can help.
regards,
Thomas
_view.ColumnAxis.InsertFieldSet(_view.FieldSets[columnaxis], 0, true); |