![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We're trying to run an ASP application that accesses an OLAP cube, but we're running into some provider problems. Here's the example we used (Data Source and Initial Catalog were changed to match the cube's location and name). -------------------------------------------------------------------------- ---------------------------------------- Dim MyCellSet As New ADOMD.Cellset MyCellSet.ActiveConnection = "Provider=msolap; Data Source=LocalHost; Initial Catalog=FoodMart;" ... -------------------------------------------------------------------------- ---------------------------------------- However, when we run the app, we get an error on the ActiveConnection line: -------------------------------------------------------------------------- ---------------------------------------- ADOMD.Catalog error '800a0e7a' Provider cannot be found. It may not be properly installed. -------------------------------------------------------------------------- ---------------------------------------- We are running Windows 2000 with MDAC 2.7 installed. We do not have SQL Server installed on this machine. My assumption was MDAC 2.7 would contain |
|
Is there another install we need to run to get this to work? |
#3
| |||
| |||
|
|
We're trying to run an ASP application that accesses an OLAP cube, but we're running into some provider problems. Here's the example we used (Data Source and Initial Catalog were changed to match the cube's location and name). -------------------------------------------------------------------------- ---------------------------------------- Dim MyCellSet As New ADOMD.Cellset MyCellSet.ActiveConnection = "Provider=msolap; Data Source=LocalHost; Initial Catalog=FoodMart;" ... -------------------------------------------------------------------------- ---------------------------------------- However, when we run the app, we get an error on the ActiveConnection line: -------------------------------------------------------------------------- ---------------------------------------- ADOMD.Catalog error '800a0e7a' Provider cannot be found. It may not be properly installed. -------------------------------------------------------------------------- ---------------------------------------- We are running Windows 2000 with MDAC 2.7 installed. We do not have SQL Server installed on this machine. My assumption was MDAC 2.7 would contain |
|
Is there another install we need to run to get this to work? |
![]() |
| Thread Tools | |
| Display Modes | |
| |