all groups > sql server dts > november 2003 >
You're in the

sql server dts

group:

Server not configure for Data Access



Server not configure for Data Access Tim Allen
11/27/2003 4:12:22 AM
sql server dts: Hi there. I have a problem within DTS design.
Out IT dept changed our server name without us knowing..
Great! I have run Sp_dropserver and sp_addserver to rename
the server fine.
However when I go into DTS i establish the server
connection ok, but have problems when I try and build an
execute SQL task.
If I click on the bulid option the message generated is as
follows:
Source MS OLE DB provider for SQL server
Description Server 'Servername' is not configured for data
access.
Never come across this before? Any ideas. All other
functionality is present.
many thanks
Re: Server not configure for Data Access anonymous NO[at]SPAM discussions.microsoft.com
11/27/2003 5:13:55 AM
The server name was the old server
After run the two SP's add and drop, it then showed the
new server name as I had called it in sp_ addserver

However on hindsight thought it should be called local
so I ran sp_dropserver 'The sever name just renamed'

Then sp_add server 'local'
Is that right?

[quoted text, click to view]
Re: Server not configure for Data Access Allan Mitchell
11/27/2003 12:44:48 PM
when you do

SELECT @@servername

what is the result ?

You can also use sp_serveroption

Which version of SQL Server ?

What were the exact statements you ran to rename the server as far as SQL
Server was concerned?

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

[quoted text, click to view]

Re: Server not configure for Data Access Allan Mitchell
11/27/2003 1:35:58 PM
exec sp_dropserver 'old name'
exec sp_addserver 'New Name' 'local'


--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

[quoted text, click to view]

AddThis Social Bookmark Button