Tengo un problema, necesito instalar el servidor WSUS 3.0 en un servidor standalone (fuera de dominio), la BD se debe crear en otro servidor con SQL 2005 Sp1 (servidor dentro del dominio) y deben atender a diversidad de clientes (dentro de dominio y fuera de dominio).
Cuando empiezo la instalacion del WSUS, en los pasos para Base de datos configuro la IP del servidor SQL, la autenticación la realiza correctamente, sin embargo en plena instalación lanza error y en los 2 archivos log muestra lo siguiente:
Property(S): WSUS_REPORTERS_FULL = SARANORTE\Informadores WSUS
Property(S): WUS_ADMINISTRATORS_FULL = SARANORTE\Administradores WSUS
Property(S): LANGUAGE_ID = 1033
Property(S): COMPLETE_SQLINSTANCE = 172.100.1.194
MSI (s) (F4:7C) [12:46:18:500]: Note: 1: 1708
MSI (s) (F4:7C) [12:46:18:500]: Producto: Microsoft Windows Server Update Services 3.0 SP1 -- Error en la instalación.
MSI (s) (F4:7C) [12:46:18:515]: Cleaning up uninstalled install packages, if any exist
MSI (s) (F4:7C) [12:46:18:515]: MainEngineThread is returning 1603
MSI (s) (F4:F4) [12:46:18:625]: Destroying RemoteAPI object.
MSI (s) (F4:08) [12:46:18:625]: Custom Action Manager thread ending.
=== Registro detenido: 07/08/2009 12:46:18 ===
MSI (c) (AC:08) [12:46:18:625]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (AC:08) [12:46:18:625]: MainEngineThread is returning 1603
=== Verbose logging stopped: 07/08/2009 12:46:18 ===
El segundo log muestra:
2009-08-07 12:45:39 Success MWUSSetup Validating pre-requisites...
2009-08-07 12:45:39 Error MWUSSetup Failed to determine if an higher version of WSUS is installed. Assuming it is not... (Error 0x80070002: El sistema no puede hallar el archivo especificado.)
2009-08-07 12:45:54 Success MWUSSetup Initializing installation details
2009-08-07 12:45:54 Success MWUSSetup Installing ASP.Net
2009-08-07 12:46:17 Success MWUSSetup ASP.Net is installed successfully
2009-08-07 12:46:17 Success MWUSSetup Installing WSUS...
2009-08-07 12:46:18 Success CustomActions.Dll Successfully set propery of WSUS admin groups' full names
2009-08-07 12:46:18 Error CustomActions.Dll SetSqlServerRelatedProperties: GetComputerObjectName failed to get the computer object name in SAM compatible format (Error 0x80070547: La información de configuración no se puede leer del controlador de dominio, porque el equipo no está disponible o porque se ha denegado el acceso.)
2009-08-07 12:46:18 Error CustomActions.Dll SetInstallProperties: Failed to set SQL instance related properties (Error 0x80070547: La información de configuración no se puede leer del controlador de dominio, porque el equipo no está disponible o porque se ha denegado el acceso.)
2009-08-07 12:46:18 Error MWUSSetup InstallWsus: MWUS Installation Failed (Error 0x80070643: Error grave durante la instalación.)
2009-08-07 12:46:18 Error MWUSSetup CInstallDriver::PerformSetup: WSUS installation failed (Error 0x80070643: Error grave durante la instalación.)
2009-08-07 12:46:18 Error MWUSSetup CSetupDriver::LaunchSetup: Setup failed (Error 0x80070643: Error grave durante la instalación.)
¿que puedo estar obviando?