dbTalk Databases Forums  

"Server 'mysrv' is not configured for DATA ACCESS"

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss "Server 'mysrv' is not configured for DATA ACCESS" in the microsoft.public.sqlserver.dts forum.



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

Default "Server 'mysrv' is not configured for DATA ACCESS" - 10-21-2004 , 10:11 AM






When I create an SQL task, then try to go into query builder, I get the above
message.

Can any of you kind people offer any suggestions?

Reply With Quote
  #2  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: "Server 'mysrv' is not configured for DATA ACCESS" - 10-21-2004 , 10:30 AM






Try executing the following:

EXEC master..sp_serveroption 'mysrv', 'data access',' true'

-Sue

On Thu, 21 Oct 2004 08:11:03 -0700, "GaryC"
<GaryC (AT) discussions (DOT) microsoft.com> wrote:

Quote:
When I create an SQL task, then try to go into query builder, I get the above
message.

Can any of you kind people offer any suggestions?


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

Default Re: "Server 'mysrv' is not configured for DATA ACCESS" - 10-21-2004 , 11:53 AM



Thanks Sue, unfortunately it did not work.
The message that gets returned is "Server does not exist" I used
sp_helpserver and it lists a server that I am not fimilar with. The server
registers fine and I can access the tables. It's just when I use DTS
connections with the OLE SQL driver I get the subject message.

"Sue Hoegemeier" wrote:

Quote:
Try executing the following:

EXEC master..sp_serveroption 'mysrv', 'data access',' true'

-Sue

On Thu, 21 Oct 2004 08:11:03 -0700, "GaryC"
GaryC (AT) discussions (DOT) microsoft.com> wrote:

When I create an SQL task, then try to go into query builder, I get the above
message.

Can any of you kind people offer any suggestions?



Reply With Quote
  #4  
Old   
Sue Hoegemeier
 
Posts: n/a

Default Re: "Server 'mysrv' is not configured for DATA ACCESS" - 10-21-2004 , 12:12 PM



What server is mysrv? Is that the local server? Are you trying to
access an external server?
I am not following what server you are having problems with - if you
run sp_helpserver and it lists a server you aren't familar with - is
that the server you are trying to access? If so, how would you access
a server you aren't familiar with?
Do you have the local server configured for data access?

-Sue

On Thu, 21 Oct 2004 09:53:05 -0700, "GaryC"
<GaryC (AT) discussions (DOT) microsoft.com> wrote:

Quote:
Thanks Sue, unfortunately it did not work.
The message that gets returned is "Server does not exist" I used
sp_helpserver and it lists a server that I am not fimilar with. The server
registers fine and I can access the tables. It's just when I use DTS
connections with the OLE SQL driver I get the subject message.

"Sue Hoegemeier" wrote:

Try executing the following:

EXEC master..sp_serveroption 'mysrv', 'data access',' true'

-Sue

On Thu, 21 Oct 2004 08:11:03 -0700, "GaryC"
GaryC (AT) discussions (DOT) microsoft.com> wrote:

When I create an SQL task, then try to go into query builder, I get the above
message.

Can any of you kind people offer any suggestions?




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.