meta data de esta página
  •  

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
virtualizacion:vdi:uds:problemas [2021/05/21 15:05] – creado lcvirtualizacion:vdi:uds:problemas [2024/01/28 17:47] (actual) lc
Línea 1: Línea 1:
 ===== Problemas con UDS ===== ===== Problemas con UDS =====
 +=== Ipad === 
 +para que funcione uds en el ipad he tenido que instalar la app microsoft rdp en el Ipad y habilitar el transporte html5 tunelizado en el UDS
  
 === Error al intentar conectar a una plantilla === === Error al intentar conectar a una plantilla ===
Línea 20: Línea 21:
 <note>ojo no borrar el atributo</note> <note>ojo no borrar el atributo</note>
   * Pulsar OK y cerrar el editor    * Pulsar OK y cerrar el editor 
 +===  **Error Code 8557 is ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED** ===
 +Por defecto una cuenta de usuario sólo puede unir al dominio 10 ordenadores. Para que una cuenta de usuario pueda unir más equipos al dominlo necesitamos la utilidad ** ADSI Edit**.
 +
 +Para poder usar esta herramienta, debemos o instalar en nuestro servidor de dominio las  **Support tools** o en nuestro equipo de trabajo las RSAT.
 +
 +Una vez que tengamos instalado el editor hacemos lo siguiente:
 +  * Pinchar inicio-> ejecutar y en la caja que aparece escribimos ‘adsiedit.msc’ y le damos al enter
 +  * Expand the Domain node right-click on the object that begins with “DC=” and contains the domain name of your domain -> Click Properties.
 +  * Find ms-DS-MachineAccountQuota on the Attribute Editor tab and click Edit.
 +  * Enter in the number of workstation you want users to be able to add. If you set it to 0 they cannot add workstations at all. If you don’t want a limit click ‘Clear’ DON’T JUST DELETE IT!!
 +  *  Click OK to close the Integer Attribute Editor dialog box and OK again to close the Properties box.
 +  *  Close ADSI Edit.
 +
 +
 +==== UDS y conexión con HTML5 =====
 +Para permitir el acceso por html5 en Windows 10 ., tenemos que cambiar el siguiente valor en el registro de  Windows: 
 +<sxh>
 +[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp]
 +“SecurityLayer”=dword:00000000</sxh>
 +
 +==== Modo Debug ====
 +Crear en la carpeta temporal del usuario (%temp%) C:\Users\usuario\AppData\Local\Temp un fichero sin extensión llamado “uds-debug-on”, probar la conexión al servicio, recrear el error y se creará un log en la carpeta temporal del usuario
  
 +<note>El uds-debug-on siempre se encontrará vacío, es el **udsclient.log** el que registrará toda la información necesaria.</note>
 +===== Referencias =====
 +  * https://www2.udsenterprise.com/es/wiki/