![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an ASP.NET application which connects to a remote SQL Server Analysis Services (2000) server. The application connects to Analysis Services just fine when run from my test machine (Win XP Pro sp2, ADOMD.NET 8.0.0, MSXML4, IIS5, .NET 1.1). However, the same application just won't connect to the same remote Analysis Services server from the production machine (Windows Server 2003, ADOMD.NET 8.0.0, MSXML4, IIS6, .NET 1.1). The connection string for the application is as follows: add key="sOLAPConnString" value="Data Source=DBServer;Initial Catalog=myOlapDB; Provider=MSOLAP.2; ConnectTo=8.0;"/ The error that I get is: Microsoft.AnalysisServices.AdomdClient.AdomdErrorR esponseException: Class not registered I've tried removing the Provider=MSOLAP.2 and changing it to MSOLAP. That doesn't work. However, if I remove the ConnectTo=8.0, I get the following error: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it. The XP machine is using the same IIS domain login for the application as the 2003 Server IIS application pool login. The 2003 Server is also able to connect just fine to the SQL Server relational database. Any suggestions? |
#3
| |||
| |||
|
|
I have an ASP.NET application which connects to a remote SQL Server Analysis Services (2000) server. The application connects to Analysis Services just fine when run from my test machine (Win XP Pro sp2, ADOMD.NET 8.0.0, MSXML4, IIS5, .NET 1.1). However, the same application just won't connect to the same remote Analysis Services server from the production machine (Windows Server 2003, ADOMD.NET 8.0.0, MSXML4, IIS6, .NET 1.1). The connection string for the application is as follows: add key="sOLAPConnString" value="Data Source=DBServer;Initial Catalog=myOlapDB; Provider=MSOLAP.2; ConnectTo=8.0;"/ The error that I get is: Microsoft.AnalysisServices.AdomdClient.AdomdErrorR esponseException: Class not registered I've tried removing the Provider=MSOLAP.2 and changing it to MSOLAP. That doesn't work. However, if I remove the ConnectTo=8.0, I get the following error: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it. The XP machine is using the same IIS domain login for the application as the 2003 Server IIS application pool login. The 2003 Server is also able to connect just fine to the SQL Server relational database. Any suggestions? |
#4
| |||
| |||
|
|
There is a dedicated newsgroup for XMLA and ADOMD.NET. I would repost to microsoft.public.data.xmlanalysis -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Mark G" <Mark (AT) no-spam (DOT) .com> wrote in message news:Olor7Lj3EHA.2788 (AT) TK2MSFTNGP15 (DOT) phx.gbl... I have an ASP.NET application which connects to a remote SQL Server Analysis Services (2000) server. The application connects to Analysis Services just fine when run from my test machine (Win XP Pro sp2, ADOMD.NET 8.0.0, MSXML4, IIS5, .NET 1.1). However, the same application just won't connect to the same remote Analysis Services server from the production machine (Windows Server 2003, ADOMD.NET 8.0.0, MSXML4, IIS6, .NET 1.1). The connection string for the application is as follows: add key="sOLAPConnString" value="Data Source=DBServer;Initial Catalog=myOlapDB; Provider=MSOLAP.2; ConnectTo=8.0;"/ The error that I get is: Microsoft.AnalysisServices.AdomdClient.AdomdErrorR esponseException: Class not registered I've tried removing the Provider=MSOLAP.2 and changing it to MSOLAP. That doesn't work. However, if I remove the ConnectTo=8.0, I get the following error: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it. The XP machine is using the same IIS domain login for the application as the 2003 Server IIS application pool login. The 2003 Server is also able to connect just fine to the SQL Server relational database. Any suggestions? |
#5
| |||
| |||
|
|
Thank you and JeJe for the responses. I found what I was looking for in the XMLA/ADOMD.NET newsgroup. I needed to install PTS to go along with MSXML4 and ADOMD.NET. "Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message news:u$Z%23mhp3EHA.3708 (AT) TK2MSFTNGP14 (DOT) phx.gbl... There is a dedicated newsgroup for XMLA and ADOMD.NET. I would repost to microsoft.public.data.xmlanalysis -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Mark G" <Mark (AT) no-spam (DOT) .com> wrote in message news:Olor7Lj3EHA.2788 (AT) TK2MSFTNGP15 (DOT) phx.gbl... I have an ASP.NET application which connects to a remote SQL Server Analysis Services (2000) server. The application connects to Analysis Services just fine when run from my test machine (Win XP Pro sp2, ADOMD.NET 8.0.0, MSXML4, IIS5, .NET 1.1). However, the same application just won't connect to the same remote Analysis Services server from the production machine (Windows Server 2003, ADOMD.NET 8.0.0, MSXML4, IIS6, .NET 1.1). The connection string for the application is as follows: add key="sOLAPConnString" value="Data Source=DBServer;Initial Catalog=myOlapDB; Provider=MSOLAP.2; ConnectTo=8.0;"/ The error that I get is: Microsoft.AnalysisServices.AdomdClient.AdomdErrorR esponseException: Class not registered I've tried removing the Provider=MSOLAP.2 and changing it to MSOLAP. That doesn't work. However, if I remove the ConnectTo=8.0, I get the following error: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it. The XP machine is using the same IIS domain login for the application as the 2003 Server IIS application pool login. The 2003 Server is also able to connect just fine to the SQL Server relational database. Any suggestions? |
#6
| |||
| |||
|
|
yep... sometimes we omit the base ;-) no driver... no access ;-) "Mark G" <Mark (AT) no-spam (DOT) .com> a écrit dans le message de news: uaG0Khu3EHA.2192 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Thank you and JeJe for the responses. I found what I was looking for in the XMLA/ADOMD.NET newsgroup. I needed to install PTS to go along with MSXML4 and ADOMD.NET. "Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message news:u$Z%23mhp3EHA.3708 (AT) TK2MSFTNGP14 (DOT) phx.gbl... There is a dedicated newsgroup for XMLA and ADOMD.NET. I would repost to microsoft.public.data.xmlanalysis -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Mark G" <Mark (AT) no-spam (DOT) .com> wrote in message news:Olor7Lj3EHA.2788 (AT) TK2MSFTNGP15 (DOT) phx.gbl... I have an ASP.NET application which connects to a remote SQL Server Analysis Services (2000) server. The application connects to Analysis Services just fine when run from my test machine (Win XP Pro sp2, ADOMD.NET 8.0.0, MSXML4, IIS5, .NET 1.1). However, the same application just won't connect to the same remote Analysis Services server from the production machine (Windows Server 2003, ADOMD.NET 8.0.0, MSXML4, IIS6, .NET 1.1). The connection string for the application is as follows: add key="sOLAPConnString" value="Data Source=DBServer;Initial Catalog=myOlapDB; Provider=MSOLAP.2; ConnectTo=8.0;"/ The error that I get is: Microsoft.AnalysisServices.AdomdClient.AdomdErrorR esponseException: Class not registered I've tried removing the Provider=MSOLAP.2 and changing it to MSOLAP. That doesn't work. However, if I remove the ConnectTo=8.0, I get the following error: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it. The XP machine is using the same IIS domain login for the application as the 2003 Server IIS application pool login. The 2003 Server is also able to connect just fine to the SQL Server relational database. Any suggestions? |
![]() |
| Thread Tools | |
| Display Modes | |
| |