dbTalk Databases Forums  

OLEDB Provider for ODBC

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


Discuss OLEDB Provider for ODBC in the microsoft.public.sqlserver.olap forum.



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

Default OLEDB Provider for ODBC - 03-22-2006 , 03:46 AM






Posted this before but I lost access for a few days and it has been lost in
the past -

Very simple problem. In SQL Server 2000, when I create a new data source for
an Analysis Services cube, one of the providers available is 'OLE DB Provider
for ODBC Drivers'. In SQL Server 2005 when I try to do the same thing, I no
longer have the ODBC provider available. I believe this is part of MDAC which
is loaded as part of the operating system (I believe that I have the actual
dll on the machine) - I am using Windows XP Professional.

I need to access an ODBC compliant data source from MSAS 2005 that does not
have a native OLE DB compliant driver available. Anyone help? For
information, the database to be accessed is a VLDB environment Whitecross.


Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: OLEDB Provider for ODBC - 03-24-2006 , 10:33 AM






The OLEDB Provider for ODBC that shipped with SQL2K was dropped in SQL2K5.
Your best option for getting ODBC data into Analysis Services is to use SSIS
to read the data into a pipeline and then load the data into Analysis
Services from there. In SSIS, use the managed .NET adapter for ODBC. You
still need a supported RDBMS to design and build the Analysis Services
objects, either SQL Server 2000 or 2005, Oracle, DB2, or Jet (using the
managed .NET adapter). I know that seems like a lot of work, but
unfortunately that is the only way to do it in Analsyis Services 2K5.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"JC" <JC (AT) discussions (DOT) microsoft.com> wrote

Quote:
Posted this before but I lost access for a few days and it has been lost
in
the past -

Very simple problem. In SQL Server 2000, when I create a new data source
for
an Analysis Services cube, one of the providers available is 'OLE DB
Provider
for ODBC Drivers'. In SQL Server 2005 when I try to do the same thing, I
no
longer have the ODBC provider available. I believe this is part of MDAC
which
is loaded as part of the operating system (I believe that I have the
actual
dll on the machine) - I am using Windows XP Professional.

I need to access an ODBC compliant data source from MSAS 2005 that does
not
have a native OLE DB compliant driver available. Anyone help? For
information, the database to be accessed is a VLDB environment Whitecross.




Reply With Quote
  #3  
Old   
JC
 
Posts: n/a

Default Re: OLEDB Provider for ODBC - 03-24-2006 , 11:52 AM



Oh dear! This is a VLDB environment with, potentially, tens of terabytes of
data! Not something I want to pull in at all.

Thanks for you help all the same.

"Dave Wickert [MSFT]" wrote:

Quote:
The OLEDB Provider for ODBC that shipped with SQL2K was dropped in SQL2K5.
Your best option for getting ODBC data into Analysis Services is to use SSIS
to read the data into a pipeline and then load the data into Analysis
Services from there. In SSIS, use the managed .NET adapter for ODBC. You
still need a supported RDBMS to design and build the Analysis Services
objects, either SQL Server 2000 or 2005, Oracle, DB2, or Jet (using the
managed .NET adapter). I know that seems like a lot of work, but
unfortunately that is the only way to do it in Analsyis Services 2K5.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"JC" <JC (AT) discussions (DOT) microsoft.com> wrote in message
news:CF421109-27DC-49ED-9DD4-12A74F64F3DC (AT) microsoft (DOT) com...
Posted this before but I lost access for a few days and it has been lost
in
the past -

Very simple problem. In SQL Server 2000, when I create a new data source
for
an Analysis Services cube, one of the providers available is 'OLE DB
Provider
for ODBC Drivers'. In SQL Server 2005 when I try to do the same thing, I
no
longer have the ODBC provider available. I believe this is part of MDAC
which
is loaded as part of the operating system (I believe that I have the
actual
dll on the machine) - I am using Windows XP Professional.

I need to access an ODBC compliant data source from MSAS 2005 that does
not
have a native OLE DB compliant driver available. Anyone help? For
information, the database to be accessed is a VLDB environment Whitecross.





Reply With Quote
  #4  
Old   
Darren Gosbell
 
Posts: n/a

Default Re: OLEDB Provider for ODBC - 03-28-2006 , 07:00 AM



SSIS has a "push" processing task that you can use to read data directly
from the source system and push directly into the MOLAP store. You do
not need to store a staged copy of the data as you would have had to
with AS2k.

--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell

In article <A10D8AD3-FE99-404A-B5B8-9D499ED15110 (AT) microsoft (DOT) com>,
JC (AT) discussions (DOT) microsoft.com says...
Quote:
Oh dear! This is a VLDB environment with, potentially, tens of terabytes of
data! Not something I want to pull in at all.

Thanks for you help all the same.

"Dave Wickert [MSFT]" wrote:

The OLEDB Provider for ODBC that shipped with SQL2K was dropped in SQL2K5.
Your best option for getting ODBC data into Analysis Services is to use SSIS
to read the data into a pipeline and then load the data into Analysis
Services from there. In SSIS, use the managed .NET adapter for ODBC. You
still need a supported RDBMS to design and build the Analysis Services
objects, either SQL Server 2000 or 2005, Oracle, DB2, or Jet (using the
managed .NET adapter). I know that seems like a lot of work, but
unfortunately that is the only way to do it in Analsyis Services 2K5.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"JC" <JC (AT) discussions (DOT) microsoft.com> wrote in message
news:CF421109-27DC-49ED-9DD4-12A74F64F3DC (AT) microsoft (DOT) com...
Posted this before but I lost access for a few days and it has been lost
in
the past -

Very simple problem. In SQL Server 2000, when I create a new data source
for
an Analysis Services cube, one of the providers available is 'OLE DB
Provider
for ODBC Drivers'. In SQL Server 2005 when I try to do the same thing, I
no
longer have the ODBC provider available. I believe this is part of MDAC
which
is loaded as part of the operating system (I believe that I have the
actual
dll on the machine) - I am using Windows XP Professional.

I need to access an ODBC compliant data source from MSAS 2005 that does
not
have a native OLE DB compliant driver available. Anyone help? For
information, the database to be accessed is a VLDB environment Whitecross.




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.