dbTalk Databases Forums  

Data source provider error

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


Discuss Data source provider error in the microsoft.public.sqlserver.olap forum.



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

Default Data source provider error - 12-09-2004 , 09:14 PM






I have a problem with Analysis Server:

When I try to Process Cube in Analisys Manager, ERROR:
Data source provider error: [Microsoft][ODBC Driver Manager] Data source
name not found and no default driver specified;IM002; Time:10/12/2004
01:04:42

Data source name exists and works fine.



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

Default Re: Data source provider error - 12-10-2004 , 03:11 AM






There are two security environments in Analysis Services. When you create
the data source, you are using the services available on the machine where
Analysis Manager is running. However, processing is done by the service
itself on the Analysis Server; not the interactive account. This is a common
problem when you are doing remote administration (administering AS from one
workstation against a different server). The DSN and the ODBC provider, etc.
must be available on both machines and available to both the interactive
account and the service account used by the MSSQLServerOLAPService service.

Could that be happening in your case?
--
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.

"Araujo" <araujo (AT) secrel (DOT) com.br> wrote

Quote:
I have a problem with Analysis Server:

When I try to Process Cube in Analisys Manager, ERROR:
Data source provider error: [Microsoft][ODBC Driver Manager] Data source
name not found and no default driver specified;IM002; Time:10/12/2004
01:04:42

Data source name exists and works fine.





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

Default Re: Data source provider error - 12-10-2004 , 07:28 AM



I am using only one Windows XP SP2 machine with SQL Server 2000 SP3

Araujo

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> escreveu na mensagem
news:OqJ$ygp3EHA.1188 (AT) tk2msftngp13 (DOT) phx.gbl...
Quote:
There are two security environments in Analysis Services. When you create
the data source, you are using the services available on the machine where
Analysis Manager is running. However, processing is done by the service
itself on the Analysis Server; not the interactive account. This is a
common
problem when you are doing remote administration (administering AS from
one
workstation against a different server). The DSN and the ODBC provider,
etc.
must be available on both machines and available to both the interactive
account and the service account used by the MSSQLServerOLAPService
service.

Could that be happening in your case?
--
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.

"Araujo" <araujo (AT) secrel (DOT) com.br> wrote in message
news:%232cJgZm3EHA.3452 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
I have a problem with Analysis Server:

When I try to Process Cube in Analisys Manager, ERROR:
Data source provider error: [Microsoft][ODBC Driver Manager] Data source
name not found and no default driver specified;IM002; Time:10/12/2004
01:04:42

Data source name exists and works fine.







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

Default Re: Data source provider error - 12-10-2004 , 11:14 AM



So you are running SQL Server 2000 Developer Edition Analysis Services on
your WindowsXP machine -- Everything on one machine. You create this data
source, create all of your dimensions (and you process them successfully),
and you create all of your cubes, but when you go to process the cubes you
get this error. Do I have it right?

A few additional questions:
1) What kind of ODBC provider are you using?
2) What type of DSN is it? System, File, Machine or what?
--
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.

"Araujo" <araujo (AT) secrel (DOT) com.br> wrote

Quote:
I am using only one Windows XP SP2 machine with SQL Server 2000 SP3

Araujo

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> escreveu na mensagem
news:OqJ$ygp3EHA.1188 (AT) tk2msftngp13 (DOT) phx.gbl...
There are two security environments in Analysis Services. When you
create
the data source, you are using the services available on the machine
where
Analysis Manager is running. However, processing is done by the service
itself on the Analysis Server; not the interactive account. This is a
common
problem when you are doing remote administration (administering AS from
one
workstation against a different server). The DSN and the ODBC provider,
etc.
must be available on both machines and available to both the interactive
account and the service account used by the MSSQLServerOLAPService
service.

Could that be happening in your case?
--
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.

"Araujo" <araujo (AT) secrel (DOT) com.br> wrote in message
news:%232cJgZm3EHA.3452 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
I have a problem with Analysis Server:

When I try to Process Cube in Analisys Manager, ERROR:
Data source provider error: [Microsoft][ODBC Driver Manager] Data
source
name not found and no default driver specified;IM002; Time:10/12/2004
01:04:42

Data source name exists and works fine.









Reply With Quote
  #5  
Old   
Araujo
 
Posts: n/a

Default Re: Data source provider error - 12-10-2004 , 11:14 AM



Following the Analysis Manager Tutorial, I create, edit, design storage the
cube Sales.
When I try to Process Cube in Analisys Manager... ERROR!

Provider: Microsoft OLE DB Provider for ODBC Drivers
Type of DSN: User



"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> escreveu na mensagem
news:edy7kut3EHA.2568 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Quote:
So you are running SQL Server 2000 Developer Edition Analysis Services on
your WindowsXP machine -- Everything on one machine. You create this data
source, create all of your dimensions (and you process them successfully),
and you create all of your cubes, but when you go to process the cubes you
get this error. Do I have it right?

A few additional questions:
1) What kind of ODBC provider are you using?
2) What type of DSN is it? System, File, Machine or what?
--
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.

"Araujo" <araujo (AT) secrel (DOT) com.br> wrote in message
news:u7JJCQs3EHA.3224 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
I am using only one Windows XP SP2 machine with SQL Server 2000 SP3

Araujo

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> escreveu na
mensagem
news:OqJ$ygp3EHA.1188 (AT) tk2msftngp13 (DOT) phx.gbl...
There are two security environments in Analysis Services. When you
create
the data source, you are using the services available on the machine
where
Analysis Manager is running. However, processing is done by the
service
itself on the Analysis Server; not the interactive account. This is a
common
problem when you are doing remote administration (administering AS
from
one
workstation against a different server). The DSN and the ODBC
provider,
etc.
must be available on both machines and available to both the
interactive
account and the service account used by the MSSQLServerOLAPService
service.

Could that be happening in your case?
--
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.

"Araujo" <araujo (AT) secrel (DOT) com.br> wrote in message
news:%232cJgZm3EHA.3452 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
I have a problem with Analysis Server:

When I try to Process Cube in Analisys Manager, ERROR:
Data source provider error: [Microsoft][ODBC Driver Manager] Data
source
name not found and no default driver specified;IM002;
Time:10/12/2004
01:04:42

Data source name exists and works fine.











Reply With Quote
  #6  
Old   
Araujo
 
Posts: n/a

Default Re: Data source provider error - 12-10-2004 , 12:45 PM



Dave,

Your second question was very important.
With System DSN I process the cube sucessfully.

Thank you.


"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> escreveu na mensagem
news:edy7kut3EHA.2568 (AT) TK2MSFTNGP11 (DOT) phx.gbl...
Quote:
So you are running SQL Server 2000 Developer Edition Analysis Services on
your WindowsXP machine -- Everything on one machine. You create this data
source, create all of your dimensions (and you process them successfully),
and you create all of your cubes, but when you go to process the cubes you
get this error. Do I have it right?

A few additional questions:
1) What kind of ODBC provider are you using?
2) What type of DSN is it? System, File, Machine or what?
--
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.

"Araujo" <araujo (AT) secrel (DOT) com.br> wrote in message
news:u7JJCQs3EHA.3224 (AT) TK2MSFTNGP10 (DOT) phx.gbl...
I am using only one Windows XP SP2 machine with SQL Server 2000 SP3

Araujo

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> escreveu na
mensagem
news:OqJ$ygp3EHA.1188 (AT) tk2msftngp13 (DOT) phx.gbl...
There are two security environments in Analysis Services. When you
create
the data source, you are using the services available on the machine
where
Analysis Manager is running. However, processing is done by the
service
itself on the Analysis Server; not the interactive account. This is a
common
problem when you are doing remote administration (administering AS
from
one
workstation against a different server). The DSN and the ODBC
provider,
etc.
must be available on both machines and available to both the
interactive
account and the service account used by the MSSQLServerOLAPService
service.

Could that be happening in your case?
--
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.

"Araujo" <araujo (AT) secrel (DOT) com.br> wrote in message
news:%232cJgZm3EHA.3452 (AT) TK2MSFTNGP14 (DOT) phx.gbl...
I have a problem with Analysis Server:

When I try to Process Cube in Analisys Manager, ERROR:
Data source provider error: [Microsoft][ODBC Driver Manager] Data
source
name not found and no default driver specified;IM002;
Time:10/12/2004
01:04:42

Data source name exists and works fine.











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.