Re: .net 2 and ADOMD
- From: "Akshai Mirchandani [MS]" <akshaim@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 22 May 2006 12:27:50 -0700
Can you run a trace on the HTTP messages? There are several tools there that
let you do this...
Also, can you verify which version of ADOMD.NET you are using? There are two
of them -- the original web release and the new one that became available
with AS 2005 (and is also available as a web download).
Thanks,
Akshai
--
Try out the MSDN Forums for Analysis Services at:
http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=83&SiteID=1
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.
"Graham Lloyd" <gilly1409@xxxxxxxxxxx> wrote in message
news:%23Z4diMUfGHA.3652@xxxxxxxxxxxxxxxxxxxxxxx
Hi Jeje
I now get the same problem when I try to retieve catalogs from a remote
machine using the following line
dsCatlogs = mcnADOMD.GetSchemaDataSet(AdomdSchemaGuid.Catalogs, oRest);
the stack trace is as follows
StackTrace " at
Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.AdomdConnection.IXmlaClientProviderEx.Discover(String
requestType, IDictionary restrictions, InlineErrorHandlingType
inlineErrorHandling, Boolean sendNamespaceCompatibility)\r\n at
Microsoft.AnalysisServices.AdomdClient.AdomdConnection.RetrieveSchemaRowsets(Boolean
createSession)\r\n at
Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(Guid
schema, Object[] restrictions, Boolean throwOnInlineErrors)\r\n at
Microsoft.AnalysisServices.AdomdClient.AdomdConnection.GetSchemaDataSet(Guid
schema, Object[] restrictions)\r\n at spfData.Web.getCatalogs(String
sDataSrc) in D:\\Development\\Calumo
Projects\\CalumoWeb\\calDAL\\msOlap.cs:line 1250" string
when I connect to the box remotely using xmla. It all works fine if I use
TCP but rmote TCP connection takes roughly 20 seconds. It is only that
box, so something is not installed or not runing correctly. It also
appears the same issue occurs when trying to connect on the local box
using TCP or using localhost rather than the machine name
I've tried
reinstall XMLA, SOAP, .NET v2, ADOMD9
any other ideas?
cheers
"Graham Lloyd" <gilly1409@xxxxxxxxxxx> wrote in message
news:OrHLQg7eGHA.4304@xxxxxxxxxxxxxxxxxxxxxxx
thanks Jeje
I will alter our code to be configuarable to use TCP or HTTP. I had used
only HTTP as the performance of remote TCP connections was really bad (20
odd seconds to open a connection on a remote MSAS server)
thanks for the info
Any ideas on the Ordinal issue I posted earlier?
Cheers
"Jeje" <willgart@xxxxxxxxxxx> wrote in message
news:OMJV0G7eGHA.3572@xxxxxxxxxxxxxxxxxxxxxxx
sometimes a local HTTP access doesn't works if the URL is not localhost
but http://<server>
I have this type of issue.
A loopback network card could help you
but you can also use http://localhost
or use a direct connection (not HTTP) to your server. The performance is
better.
"Graham Lloyd" <gilly1409@xxxxxxxxxxx> wrote in message
news:%23jtWVs6eGHA.2032@xxxxxxxxxxxxxxxxxxxxxxx
Hi
We've recently upgraded our dev environments to .net V2 and am getting
a constant error from XMLA when I try to connect.
"The Namespace XA:Session could not be found"
This only happens when we try to connect to a local MSAS2000 server, it
can connect to remote MSAS2000 server or remote 2005 servers.
Am I missing a pre-requisite install? I have run adomd v9, xmla sdk and
soap sdk in my attempts to access the server and also configured xmla
on IIS.
Connection string is
sConStr = "Data Source=http://" + sDataSrc + "/xmla/msxisapi.dll;";
where sDataSrc is the name of the local server
TIA
.
- Follow-Ups:
- Re: .net 2 and ADOMD
- From: Graham Lloyd
- Re: .net 2 and ADOMD
- References:
- .net 2 and ADOMD
- From: Graham Lloyd
- Re: .net 2 and ADOMD
- From: Jeje
- Re: .net 2 and ADOMD
- From: Graham Lloyd
- Re: .net 2 and ADOMD
- From: Graham Lloyd
- .net 2 and ADOMD
- Prev by Date: Re: SSAS 2K5 : How to get a oleDB CellSet refreshed in VB6 ?
- Next by Date: How to get PostiveABSolute and otsum
- Previous by thread: Re: .net 2 and ADOMD
- Next by thread: Re: .net 2 and ADOMD
- Index(es):
Relevant Pages
|