AdomdDataReader.GetValue - Connection to the server is lost -
10-27-2005
, 09:04 AM
Hi guys,
I have the following problem:
I execute a MDX query successfuly through ADOMD
and i get a AdomdDataReader for it. everything seems fine
till AdomdDataReader.GetValue(0) - it crashes with
"Connection to the server is lost - The operation requested failed due
to network problems."
The same query executes and returns the result in the query analyser
through linked server and OPENQUERY
Any ideas? |