Welcome to dbFreaks.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

ERROR with OPENDUERY

 
   Database Help (Home) -> Datamining RSS
Next:  Looking for one place to get your data mining inf..  
Author Message
koteswararao

External


Since: Mar 13, 2008
Posts: 1



(Msg. 1) Posted: Thu Mar 13, 2008 1:17 pm
Post subject: ERROR with OPENDUERY
Archived from groups: microsoft>public>sqlserver>datamining (more info?)

I have given the fallwoing Query
INSERT INTO DATA
(EmployeeKey,[Title])


OPENQUERY([Adventure Works DW],'Select ([EmployeeKey],[Title]
FROM DimEmployee')

I got the error like this:

Either the 'BOSE\subhash' user does not have permission to access the
'Adventure Works DW' object, or the object does not exist.
Execution complete

How to solve this problem.

Thank in advance

url:http://www.ureader.com/gp/1144-1.aspx

 >> Stay informed about: ERROR with OPENDUERY 
Back to top
Login to vote
Russell Fields

External


Since: Jan 10, 2008
Posts: 518



(Msg. 2) Posted: Thu Mar 13, 2008 1:28 pm
Post subject: Re: ERROR with OPENDUERY [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Your error message gives you two possible choices for what is wrong:

1. 'BOSE\subhash' user has no permissions to 'Adventure Works DW'

Check the security settings for the linked server. It might be restricted to
only allowing a fixed set of logins to use the linked server. Use the
following commands to check.

sp_serveroption
sp_helplinkedsrvlogin
Also read: http://msdn2.microsoft.com/en-us/library/ms175537.aspx


2. 'Adventure Works DW' does not exist.

Double check the spelling, etc. to make sure you are using a valid linked
server name.

RLF




"koteswararao" <kvaramu2005.TakeThisOut@gmail.com> wrote in message
news:99556434045b4191a97861aee02eb8bd@newspe.com...
>I have given the fallwoing Query
> INSERT INTO DATA
> (EmployeeKey,[Title])
>
>
> OPENQUERY([Adventure Works DW],'Select ([EmployeeKey],[Title]
> FROM DimEmployee')
>
> I got the error like this:
>
> Either the 'BOSE\subhash' user does not have permission to access the
> 'Adventure Works DW' object, or the object does not exist.
> Execution complete
>
> How to solve this problem.
>
> Thank in advance
>
> url:http://www.ureader.com/gp/1144-1.aspx

 >> Stay informed about: ERROR with OPENDUERY 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Microsoft.AnalysisServices.Viewers ... Overflow Error - I'm using Microsoft.AnalysisServices.Viewers to display the content of a Microsoft_Linear_Regression model. The viewer blows up with the following error. The error does not appear when I browse it from the Excel 2007 addin, or Visual Studio. Is there a...

Collation Problem any help - Hello all : My problem is like the following I have an online databse with a latin collation, this database is using ntext and nvarchar values that was with our previous admin ok the problem is in the data is stored should use another collation (the...

Reprocessing a mining model - I'm currently developing a user registration prototype. The aim is to classify certain types of users. However, after the registration I query a decision tree model in Analysis Services with DMX and I want to send the user data into the warehouse to....

Trying to cut down query times - I have a query that is based on two other queries that are based on tables in a database. All of the queries that are used for this final query use grouping and totals. In the application I am making, I need to choose a date range to select the subset....

Update serial number in database - Hi, I want to update specific fields in a existing table in SQL database as below example: L240100001-LG L240100002-LG *serial number is difficult to update one by one L240100003-LG L240100004-LG L240100005-LG change to L240100001-L L240100002-L..
   Database Help (Home) -> Datamining All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]