November 21, 2006 at 1:12 am
Hi,
We have a server that occasionaly cannot resolve the local name (local) i.e in DTS or in an import/export wizard & even QueryAnalyzer, although the EM seems to be ok as we can still connect & expand the tabs below the (LOCAL) registration name. Applications still can connect, you can query the Db from a client if you use the full server network name, but when this problem occurs we cannot even open DTS on the server.
This problem is resolved when we reboot the server, but re-occurs sporadically.
Anyone have any idea what is going on?
Thks in advance for any insight into this.
jim
November 21, 2006 at 1:39 am
regarding DTS, do you use your client's EM to edit the package ? (and have no local default instance of sqlserver at your client)
or do you use remote desktop to the server and then edit the package ?
Wich version of sqlserver are you using ( and SP?)
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
November 21, 2006 at 2:16 am
Hi alzdba,
We edit the packages direct on our (Dev) server(s) with connection (local), this way we can src control them, then once tested successfully, we port them to other servers i,e test, uat, prod without having embedded Servernames in them.
Our clients are only clients with no instances of Sql on the client pc's.
We are using Win2003 Server SE + Sql 2000 SP3a.
Thks
j
November 21, 2006 at 5:23 am
- Can you find anything related in Win-eventlog and/or sqlserver-logfiles ?
- Haven't encountered this issue yet, although I also RDC the server to manipulate packages.
- Are you using windows or sql-authentication for the connection(s) ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
November 21, 2006 at 9:56 am
Hi,
Nothing in the event log & any errors reported in the Sql log come from our DTS packages failing because they can't connect ( resolve ) to 'local'.
Server is using NT & sql authentication, but when we are on the server we login using Sql authentication.
Other than that i'm stumped as there's no apparent error messages being logged, so we know the result of the problem, but cannot track down in the slightest the cause !
jim
November 22, 2006 at 8:41 pm
Could you try using localhost rather than (local)?
November 23, 2006 at 8:39 am
can you run the following and send the results back
select @@servername
select serverproperty('machinename')
maybe the machine has been renamed since sql was installed? if so then the 2 vlaues will be different
possibly barking up the wrong tree here
MVDBA
November 27, 2006 at 9:48 am
Shoot in a dark: It can be your sysservers table in messed up?!
Also by placing select @@servername in a job and running it, say, every 5 minutes ( detecting when select @@servername returns Null, so it sends you notification) you can be earlier notified of the issue, before actually running the DTS.
December 4, 2006 at 6:46 am
Hi,
Ok, this issue is an intermittent one, so unfortunately until the next time it occurs all options such as 'localhost', sysservers, serverproperty & servername are all ok, however at least i have a range of options to try the next time it occurs.
Thanks for all your input & should our issue happen again soon, I will post the results of your suggestions.
Regards.
j
December 4, 2006 at 6:51 am
Hi barsuk,
Forgot to say your suggestion is something that we will implement to try & give us some warning of when the issue is going to happen.
Thanks.
j
December 5, 2006 at 12:52 am
haiii.. I have similar issue like when I tried to start my SQL Server Agent it is getting stopped with the below error message in event log
"
SQLServerAgent could not be started (reason: Unable to connect to server '(local)'; SQLServerAgent cannot start).
"
Can anybody please help me in this regard
Thank You
Shekhar..
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply