![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have an application that uses DSO to build and process cubes on Analysis Services 2000. I am trying to upgrade it to work with Analysis Services 2005. I know we need to eventually switch to AMO, but for now I want to quickly get it working using our existing DSO code. Although the doc states DSO is backward compatible, when I install SQL Server 2005 Analysis Services 9.0 OLE DB Provider and SQL Server 2005 Backward Compatibility Components (which includes a 2005-compatible version of DSO), my code no longer compiles due to some missing properties on the DSO.DataSource class. Furthermore, when I late bind to get around the previous problem and try to run the code, it fails at the DSO.Server.Connect method with "ActiveX component can't create object at DSO.ServerClass.Connect(String ServerName)". Does anyone know what I need to do to get my DSO application working against 2005? Any help would be appreciated. Thanks, Chris |
#3
| |||
| |||
|
|
Hi, I have an application that uses DSO to build and process cubes on Analysis Services 2000. I am trying to upgrade it to work with Analysis Services 2005. I know we need to eventually switch to AMO, but for now I want to quickly get it working using our existing DSO code. Although the doc states DSO is backward compatible, when I install SQL Server 2005 Analysis Services 9.0 OLE DB Provider and SQL Server 2005 Backward Compatibility Components (which includes a 2005-compatible version of DSO), my code no longer compiles due to some missing properties on the DSO.DataSource class. Furthermore, when I late bind to get around the previous problem and try to run the code, it fails at the DSO.Server.Connect method with "ActiveX component can't create object at DSO.ServerClass.Connect(String ServerName)". Does anyone know what I need to do to get my DSO application working against 2005? Any help would be appreciated. Thanks, Chris |
![]() |
| Thread Tools | |
| Display Modes | |
| |