Como Cambiar las Cuentas de Servicio y Password en SharePoint Sever 2007 y SharePoint Services 3.0 "Cannot connect to the configuration database" (MOSS 2007)

Hola a todos, unos días atras me tope un inconveniente, cambiaron el password de la cuenta de servicio de la granja de SharePoint Server 2007, el busca de la solución me tope que los pasos que microsoft propone.

http://support.microsoft.com/kb/934838

Estos pasos me sirvieron mucho, pero es necesario aclarar detalles que al momento de ir ejecutando nos ayudarán por ejemplo cuando se ejecute el CMD para ejecutar el comnado "stsadmin"  es necesario hacerlo como el usuaro administrador local del equipo, para que no aparezca el mensaje de "Acceso Negado."

Si despues de ejecutar los pasos  que microsoft propone, te aparece "Error en la actualización de la cuenta de Servicio"  revisa los siguientes pasos.

1. Click Start > Goto Run > Type Services.msc and press Enter
2. Stop all those services which are running through SharePoint Administrator Account (e.g. xyzDomain\abcUser). You can check it from Log On As column in services.msc screen. Do it on all SharePoint Farm Servers. In my case i have stopped following services.

Services on SharePoint Front End Server
- Microsoft Single Sign-on Service
- Office Document Conversions Launcher Service
- Office Document Conversions Load Balancer Service
- Office SharePoint Server Search
- Windows SharePoint Services Search
- Windows SharePoint Services Timer

Services on SharePoint DB Server
- SQL Server (MSSQLSERVER)
- SQL Server Agent (MSSQLSERVER)
- SQL Server Analysis Services (MSSQLSERVER)
- SQL Server Browser
- SQL Server FullText Search (MSSQLSERVER)
- SQL Server Reporting Services (MSSQLSERVER)

3. Now right click each service and click Properties.
4. In Properties window click on Lon On tab
5. Now Enter username and password (e.g. Username: xyzDomain\abcUser, Password: **********) and start the service
6 Repeat steps from 3 - 5 for each stopped service due to step 2
7. Restart all SharePoint Farm Machines
8. Now run following stsadm commands to update the password

stsadm –o updatefarmcredentials –userlogin DOMAIN\username -password ********

La ejecución de las dos lineas de comando, si quieren la hacen sino ingresan a la administración central y revisan la cuenta de servicio de  la administracion de busqueda y la del SharePoint Services Provider.

stsadm –o osearch –farmserviceaccount DOMAIN\username -farmservicepassword ********

stsadm –o editssp –title SharedServices1 -ssplogin DOMAIN\username -ssppassword ********

Referencia

Me sirvieron de mucho revisar los pasos anteriores.

Tambíen encontre estos pasos :

1. Create an Domain account let's say SQLSvc and makit member of Administrators on SQL Server.
2. Creare another domain user on AD with name MOSSInstall and make it member of Administrators on MOSS WebApp and SQL Server.
3. If you want to use Kerberos auth run setspn on DC for these accounts.
4. Configure SQL Services to run under SQLSvc credentials
5. Install MOSS on WebApp and do not start configure wizard console.
6. Use psconfig to create database.
Example:
psconfig -cmd configdb -create -server YourSQLServerName -database YourDBName -user yourdomain\MOSSInstall -password mossinstallpassword -admincontentdatabase admindbname

Referencia 


Espero les sirva,a mi me sirvio muchisimo.

Slds.


Comentarios

Entradas más populares de este blog

Que es un Webpart o Elemento Web en SharePoint?

The type or namespace name ‘SharePoint’ does not exist in the namespace ‘Microsoft’ (are you missing an assembly reference?) – SharePoint 2013 Client Object Model dlls

Extender el periodo de Evalución hasta 240 días en SQL Server y SharePoint Server