WSIM: no se puede generar el catálogo (aún después de la corrección)

WSIM: no se puede generar el catálogo (aún después de la corrección)

He estado leyendo muchas publicaciones que decían que hubo problemas al crear el archivo .clg cuando se usaba WSIM en 1903, pero debería solucionarse después de que Microsoft haya publicado la solución. Aunque todavía tengo problemas. Hice una nueva instalación de ADK instalado en Windows 10 Pro, la solución y, en general, simplemente seguí la increíble guía deceos3c. Cuando intento crear un archivo de catálogo al final de la parte 7, obtengo esto del registro:

15:46 : This application requires version 10.0.18362.1 of the Windows ADK.
Install this version to correct the problem
15:46 : 
15:46 : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in the Windows ADK User's Guide.
15:46 : 
15:46 : System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xc1420127)

Server stack trace: 
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PreCreateCatalog()
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.CatalogCreatorImpl.CreateCatalog(OfflineImageInfo offlineImageInfo)
   ved System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   ved System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]: 
   ved System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   ved System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.ICatalogCreator.CreateCatalog(OfflineImageInfo offlineImageInfo)
   ved Microsoft.ComponentStudio.CatalogGenerator.CreateCat(ProgressDialog pd, Object o)
15:46 : 
15:46 : Windows SIM was unable to generate a catalog. For troubleshooting assistance, see the topic: 'Windows System Image Manager Technical Reference' in the Windows ADK User's Guide.
15:46 : 
15:46 : System.ComponentModel.Win32Exception (0x80004005): Unknown error (0xc1420127)

Server stack trace: 
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.WimImageInfo.PreCreateCatalog()
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.OfflineImageInfo.CreateCatalog()
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.CatalogCreatorImpl.CreateCatalog(OfflineImageInfo offlineImageInfo)
   ved System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
   ved System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]: 
   ved System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   ved System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   ved Microsoft.ComponentStudio.ComponentPlatformInterface.ICatalogCreator.CreateCatalog(OfflineImageInfo offlineImageInfo)
   ved Microsoft.ComponentStudio.CatalogGenerator.CreateCat(ProgressDialog pd, Object o)

Estaba leyendoeste hiloen TechNet de Microsoft, lo que sugiere que no soy el único, pero también que la solución funcionó para la mayoría de las personas. yo también puedo veresta pregunta, que no tiene respuesta.

¿Alguna idea de lo que podría estar haciendo mal?

Respuesta1

  1. Asegúrate de estar usando install.wim (no install.esd)
  2. La creación de .clg DENTRO de MDT (al abrir unattend.xml desde la interfaz de usuario de MDT) todavía no funciona. Tienes que abrir tus archivos desatendidos desde WSIM
  3. ¿Es esta la solución que has seguido? Porque esto es lo que siempre me soluciona:

Descargarhttps://go.microsoft.com/fwlink/?linkid=2095334, extraiga los archivos, no ejecute el script .bat, copie los dos archivos .exe y sobrescriba los ejecutables WSIM originales con ellos.

información relacionada