SDE user password.

5261
5
03-13-2012 06:11 AM
QuinnMcCarthy
New Contributor
We have an application that needs the sde password to run. I have 2 writen down for the 2 services but not sure if they are right. Is there a way to check those sde login's?

If they are not correct is there a way to change the sde password without knowing the old one?

Thanks

Quinn
0 Kudos
5 Replies
VinceAngelo
Esri Esteemed Contributor
There are several issues here, but they all depend on your environment --
+ Which operating system are you using?
+ Which database are you using?

In general, the DBA (or SysAdmin) can change a lost password, but you need
to make sure the service start-up utility (as appropriate to the OS) has the
new password, or there will be trouble down the line.

- V
0 Kudos
QuinnMcCarthy
New Contributor
Vince,

We are on windows server 2008 SP2 and SQLserver 2008 sp2

How do you get to the service startup utility?

Thanks

Quinn
0 Kudos
VinceAngelo
Esri Esteemed Contributor
See the documentation for the 'sdeservice' command (Windows only).

- V
0 Kudos
EoinRyan
New Contributor
Vince,

We are on windows server 2008 SP2 and SQLserver 2008 sp2

How do you get to the service startup utility?

Thanks

Quinn


Hi Quinn,

The easiest way to check the SDE login would be to open SQL Management Studio or Arccatalog and try to log into your database using the SDE credentials you have.
If neither work, log into the SQL Management Studio as a sysadmin user and reset the SDE password.

If you're still using application connect (e.g. a Windows ArcSDE service), delete it, and recreate with the new SDE password.
You can use the ArcSDE postinstall (choose custom) to create the new service.
0 Kudos
QuinnMcCarthy
New Contributor
Thanks eryan.

I will give that a try.
0 Kudos