settingsLogin | Registersettings
Es tu primera visita? Te invitamos a visitar nuestra sección de preguntas frecuentes FAQ!
x
Show Menu

Problemas al iniciar conexion en WSUS

0 votos

Buenas,

He creado un servidor virtual con windows server 2088 std R2, he realizado todos los pasos para la instalacon del wsus, luego abro la consola de wsus, busco en opciones el asistente para configurar el servidor wsus, luego cuando llego al paso de "inicie conexion" me sale una ventana de error de sincronizacion, les muestro la imagen:

Atento a sus comentarios.

por (3 puntos)  

1 Respuesta

0 votos
Hola,

          Te recomiendo ejecutar estas lineas :

net stop bits
net stop wuauserv
rmdir /S /Q "%windir%\SoftwareDistribution"
REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AutoUpdate" /va /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\AutoUpdate" /v LastWaitTimeout /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\AutoUpdate" /v DetectionStartTime /f
REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\WindowsUpdate\AutoUpdate" /v NextDetectionTime /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AutoUpdate" /v AUOptions /t REG_DWORD /d 4 /f
REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\AutoUpdate" /v AUState /t REG_DWORD /d 2 /f
regsvr32 /s wuapi.dll
regsvr32 /s wuaueng.dll
regsvr32 /s wuaueng1.dll
regsvr32 /s wucltui.dll
regsvr32 /s wups.dll
regsvr32 /s wuweb.dll
regsvr32 /s jscript.dll
regsvr32 /s alt.dll
regsvr32 /s msxml3.dll
regsvr32 /s softpub.dll
regsvr32 /s wups2.dll
regsvr32 /s Initpki.dll
regsvr32 /s Mssip32.dll
net start bits
net start wuauserv
wuauclt /resetauthorization /detectnow
wuauclt /resetauthorization /detectnow
wuauclt /downloadnow
por (5 puntos)  
Buenas Quantum, agradecido por tu ayuda, realice lo propuesto y me arrojo lo siguiente:

C:\Users\rzemeckis> net stop wuauserv
Error de sistema 5.

Acceso denegado.


C:\Users\rzemeckis> rmdir /S /Q "%windir%\SoftwareDistribution"
C:\Windows\SoftwareDistribution\AuthCabs - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\DataStore.edb - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edb.chk - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edb.log - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edb0005C.log - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edb0005D.log - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edb0005E.log - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edb0005F.log - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edb00060.log - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edb00061.log - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edb00062.log - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs\edbres00001.jrs - Acceso denegado.

C:\Windows\SoftwareDistribution\DATAST~1\Logs\edbres00002.jrs - Acceso denegado.

C:\Windows\SoftwareDistribution\DATAST~1\Logs\tmp.edb - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1\Logs - Acceso denegado.
C:\Windows\SoftwareDistribution\DATAST~1 - Acceso denegado.
C:\Windows\SoftwareDistribution\Download\1fb165f79840aeef7b62fd1df1d872762ed04da
d - Acceso denegado.
C:\Windows\SoftwareDistribution\Download - Acceso denegado.
C:\Windows\SoftwareDistribution\ReportingEvents.log - Acceso denegado.
C:\Windows\SoftwareDistribution\SELFUP~1\Handler - Acceso denegado.
C:\Windows\SoftwareDistribution\SELFUP~1\wsus3setup.cab - Acceso denegado.
C:\Windows\SoftwareDistribution\SELFUP~1\WUClient-SelfUpdate-ActiveX~31bf3856ad3
64e35~amd64~~7.6.7600.256.mum - Acceso denegado.
C:\Windows\SoftwareDistribution\SELFUP~1\WUClient-SelfUpdate-Aux-TopLevel~31bf38
56ad364e35~amd64~~7.6.7600.256.mum - Acceso denegado.
C:\Windows\SoftwareDistribution\SELFUP~1\WUClient-SelfUpdate-Core-TopLevel~31bf3
856ad364e35~amd64~~7.6.7600.256.mum - Acceso denegado.
C:\Windows\SoftwareDistribution\SELFUP~1\wuident.cab - Acceso denegado.
C:\Windows\SoftwareDistribution\SELFUP~1\wuident.txt - Acceso denegado.
C:\Windows\SoftwareDistribution\SELFUP~1\WuPackages.xml - Acceso denegado.
C:\Windows\SoftwareDistribution\SELFUP~1 - Acceso denegado.
C:\Windows\SoftwareDistribution\WuRedir\9482F4~1\muv4wuredir.cab - Acceso denega
do.
C:\Windows\SoftwareDistribution\WuRedir\9482F4~1\wuredir.cab - Acceso denegado.
C:\Windows\SoftwareDistribution\WuRedir\9482F4~1 - Acceso denegado.
C:\Windows\SoftwareDistribution\WuRedir - Acceso denegado.
Acceso denegado.

C:\Users\rzemeckis> REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\W
indowsUpdate\AutoUpdate" /va /f
ERROR: Acceso denegado.

C:\Users\rzemeckis> REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\W
indowsUpdate\AutoUpdate" /v LastWaitTimeout /f
ERROR: Acceso denegado.

C:\Users\rzemeckis> REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\W
indowsUpdate\AutoUpdate" /v DetectionStartTime /f
ERROR: Acceso denegado.

C:\Users\rzemeckis> REG DELETE "HKLM\Software\Microsoft\Windows\CurrentVersion\W
indowsUpdate\AutoUpdate" /v NextDetectionTime /f
ERROR: Acceso denegado.

C:\Users\rzemeckis> REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Wind
owsUpdate\AutoUpdate" /v AUOptions /t REG_DWORD /d 4 /f
ERROR: Acceso denegado.

C:\Users\rzemeckis> REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Wind
owsUpdate\AutoUpdate" /v AUState /t REG_DWORD /d 2 /f
ERROR: Acceso denegado.

C:\Users\rzemeckis> regsvr32 /s wuapi.dll

C:\Users\rzemeckis> regsvr32 /s wuaueng.dll

C:\Users\rzemeckis> regsvr32 /s wuaueng1.dll

C:\Users\rzemeckis> regsvr32 /s wucltui.dll

C:\Users\rzemeckis> regsvr32 /s wups.dll

C:\Users\rzemeckis> regsvr32 /s wuweb.dll

C:\Users\rzemeckis> regsvr32 /s jscript.dll

C:\Users\rzemeckis> regsvr32 /s alt.dll

C:\Users\rzemeckis> regsvr32 /s msxml3.dll

C:\Users\rzemeckis> regsvr32 /s softpub.dll

C:\Users\rzemeckis> regsvr32 /s wups2.dll

C:\Users\rzemeckis> regsvr32 /s Initpki.dll

C:\Users\rzemeckis> regsvr32 /s Mssip32.dll

C:\Users\rzemeckis> net start bits
Error de sistema 5.

Acceso denegado.


C:\Users\rzemeckis> net start wuauserv
El servicio solicitado ya ha sido iniciado.

Puede obtener más ayuda con el comando NET HELPMSG 2182.


C:\Users\rzemeckis> wuauclt /resetauthorization /detectnow

C:\Users\rzemeckis> wuauclt /resetauthorization /detectnow

C:\Users\rzemeckis> wuauclt /downloadnow

C:\Users\rzemeckis>

Atento a tus comentarios, saludos.
La accion anterior la ejecute desde un perfil de un usuario con privilegios de administrador del dominio, ahora lo realice con la cuenta de administrador del dominio, arrojandome lo siguiente:


C:\Users\administrador.ANMAGA> net stop wuauserv
El servicio de Windows Update está deteniéndose.
El servicio de Windows Update se detuvo correctamente.


C:\Users\administrador.ANMAGA> rmdir /S /Q "%windir%\SoftwareDistribution"

C:\Users\administrador.ANMAGA> REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\Curre
ntVersion\WindowsUpdate\AutoUpdate" /va /f
La operación se completó correctamente.

C:\Users\administrador.ANMAGA> REG DELETE "HKLM\Software\Microsoft\Windows\Curre
ntVersion\WindowsUpdate\AutoUpdate" /v LastWaitTimeout /f
ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
especificados.

C:\Users\administrador.ANMAGA> REG DELETE "HKLM\Software\Microsoft\Windows\Curre
ntVersion\WindowsUpdate\AutoUpdate" /v DetectionStartTime /f
ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
especificados.

C:\Users\administrador.ANMAGA> REG DELETE "HKLM\Software\Microsoft\Windows\Curre
ntVersion\WindowsUpdate\AutoUpdate" /v NextDetectionTime /f
ERROR: El sistema no ha podido encontrar la clave o el valor del Registro
especificados.

C:\Users\administrador.ANMAGA> REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentV
ersion\WindowsUpdate\AutoUpdate" /v AUOptions /t REG_DWORD /d 4 /f
La operación se completó correctamente.

C:\Users\administrador.ANMAGA> REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentV
ersion\WindowsUpdate\AutoUpdate" /v AUState /t REG_DWORD /d 2 /f
La operación se completó correctamente.

C:\Users\administrador.ANMAGA> regsvr32 /s wuapi.dll

C:\Users\administrador.ANMAGA> regsvr32 /s wuaueng.dll

C:\Users\administrador.ANMAGA> regsvr32 /s wuaueng1.dll

C:\Users\administrador.ANMAGA> regsvr32 /s wucltui.dll

C:\Users\administrador.ANMAGA> regsvr32 /s wups.dll

C:\Users\administrador.ANMAGA> regsvr32 /s wuweb.dll

C:\Users\administrador.ANMAGA> regsvr32 /s jscript.dll

C:\Users\administrador.ANMAGA> regsvr32 /s alt.dll

C:\Users\administrador.ANMAGA> regsvr32 /s msxml3.dll

C:\Users\administrador.ANMAGA> regsvr32 /s softpub.dll

C:\Users\administrador.ANMAGA> regsvr32 /s wups2.dll

C:\Users\administrador.ANMAGA> regsvr32 /s Initpki.dll

C:\Users\administrador.ANMAGA> regsvr32 /s Mssip32.dll

C:\Users\administrador.ANMAGA> net start bits
El servicio de Servicio de transferencia inteligente en segundo plano (BITS) est
á iniciándose.
El servicio de Servicio de transferencia inteligente en segundo plano (BITS) se
ha iniciado correctamente.


C:\Users\administrador.ANMAGA> net start wuauserv
El servicio de Windows Update está iniciándose.
El servicio de Windows Update se ha iniciado correctamente.


C:\Users\administrador.ANMAGA> wuauclt /resetauthorization /detectnow

C:\Users\administrador.ANMAGA> wuauclt /resetauthorization /detectnow

C:\Users\administrador.ANMAGA> wuauclt /downloadnow

C:\Users\administrador.ANMAGA>

Atento a tus comentarios, saludos.
...