November 17, 2012 at 11:06 am
Hello, When I tried to stop a sql server service on a server, it also pops up a message saying it will also stop sql agent service and arcGIS service (sde), so it seems there is a dependency there,how to add or remove a dependency to sql server service?
was it be added when install the application?
thanks
November 17, 2012 at 11:49 am
To remove a depenancy you need to go to the following registry entry: HKLM\SYSTEM\CurrentControlSet\services\<service>.
There you find a REG_MULTI_SZ key named DependOnService where you can remove any services your service depends on
November 17, 2012 at 11:51 am
Thanks, will give it a try
November 17, 2012 at 12:03 pm
While you can, I don't recommend that you should. If the service has been set as dependant on SQL Server, there's probably a good reason. Removing that dependency may cause unexpected behaviour. At least speak to the vendor before you go and change the configuration of their app's services.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 17, 2012 at 12:09 pm
Thanks, I will not, I just want to know how those dependency are added in case if we migrate the databases from one server to a new server, do we need to do the same thing?
So in order to add dependency, we have to go to registry to add that, or when install application it will automatically add that?
Thanks
November 17, 2012 at 12:16 pm
Well, did you go through the registry to create the dependency on the current server? I highly doubt it.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
November 17, 2012 at 12:28 pm
No, I don't know. The server was setup years ago by people who has left.
Thanks,
November 17, 2012 at 12:31 pm
I just found out on a testing server we tried to install the application and sql server, the dependency are there too. So it was done through the application installation.
Thanks,
November 18, 2012 at 1:21 pm
ARCGIS or ARCSDE may use either an oracle or sql server RDBMS, it wouldn't be my preference to install the GIS system on the database server as these systems can be extremely intensive. A multi tiered approach is much better to guarantee performance.
Check with ESRI the vendor if the depedency is something they set, from my experience it's not but better to check anyway.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply