dbTalk Databases Forums  

OleDbException... Connection to the server is lost.

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss OleDbException... Connection to the server is lost. in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
sheetal
 
Posts: n/a

Default OleDbException... Connection to the server is lost. - 01-04-2006 , 01:48 AM






All,

I have Win XP and using Analysis Services 2000 on it. I am stucked in a
strange problem. I can process cubes successfully. Also, I can fire
queries through MDX sample application successfully. But when I try to
fire the same query through my ASP.NET client, I get the the following
exception:

System.Data.OleDb.OleDbException
Message: Formula member name [Time].[Range] is not valid.
Connection to the server is lost
Source: Microsoft® OLE DB Provider for Analysis Services.

Same code when I run on a win 2000 machine, everything works fine.

I am using Anonymous Authentication method, giving the domain user name
and password. The same user is the member of the OLAP Administrators
group also.

Help is required urgently!

Thanks in advance!

Sheetal :-(


Reply With Quote
  #2  
Old   
Sukesh
 
Posts: n/a

Default Re: OleDbException... Connection to the server is lost. - 01-08-2006 , 02:32 AM






Have you tried setting process model identity to SYSTEM account? Find
the <processModel> tag in the machine.config file of the machine where
the ASP.Net application runs (IIS). Change the username value to
"SYSTEM" and password to "AutoGenerate". Save the file, restart
IIS and then see if it works.

Will this app be deployed on Win XP or Win 2003? If it would be
deployed on Win 2003 test this on Win 2003 and there you might need to
change the application pool properties so that the Identity is set to
LOCAL SYSTEM account.

Let me know if that doesn't work and we can see a few more things.

Thanks,

Sukesh.

sheetal wrote:
Quote:
All,

I have Win XP and using Analysis Services 2000 on it. I am stucked in a
strange problem. I can process cubes successfully. Also, I can fire
queries through MDX sample application successfully. But when I try to
fire the same query through my ASP.NET client, I get the the following
exception:

System.Data.OleDb.OleDbException
Message: Formula member name [Time].[Range] is not valid.
Connection to the server is lost
Source: Microsoft® OLE DB Provider for Analysis Services.

Same code when I run on a win 2000 machine, everything works fine.

I am using Anonymous Authentication method, giving the domain user name
and password. The same user is the member of the OLAP Administrators
group also.

Help is required urgently!

Thanks in advance!

Sheetal :-(


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.