- Primeros pasos
- Requisitos de hardware y software
- Requisitos de hardware
- Requisitos de software y requisitos previos
- Instalación y actualización
SO de servidor
| Software | Versiones compatibles |
|---|---|
|
Windows Server |
|
Bases de datos
| Software | Versiones compatibles |
|---|---|
|
Servidor SQL |
|
Navegadores
| Software | Versiones compatibles |
|---|---|
|
Google Chrome |
|
|
Firefox |
|
|
Microsoft Edge |
|
Servidores Web
| Software | Versiones compatibles |
|---|---|
|
Módulo de Internet Information Service IIS: Herramientas de administración web > Compatibilidad de administración de IIS 6
Servicios World Wide Web > Características de desarrollo de aplicaciones:
Servicios World Wide Web > Características HTTP comunes:
Servicios World Wide Web > Seguridad:
| 8+ |
|
Módulos IIS: URL Rewrite |
2.1 + |
Marcos de software
| Software | Versiones compatibles |
|---|---|
| .NET Core | 8.0.8 o posterior |
When upgrading from an earlier Test Manager version running on .NET 6 to a Test Manager version running on .NET 8, make sure that the compatibility level of the SQL Server is equal to or higher than 140. To check the compatibility level of your SQL Server, run this query:
SELECT compatibility_level FROM sys.databases WHERE name = '<TestManagerDatabaseName>';
SELECT compatibility_level FROM sys.databases WHERE name = '<TestManagerDatabaseName>';
Si el nivel de compatibilidad es inferior a 140, ejecuta la siguiente consulta:
ALTER DATABASE <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;
ALTER DATABASE <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;
Ajustes adicionales
| Componente | Acción |
|---|---|
| Autenticación de Windows | Deshabilitar la autenticación de Windows. |
| Autenticación anónima | Habilitar la autenticación anónima. |
| IIS Authentication with ASP.NET Impersonation) | Establece el identity impersonatevalor en false. |
| Certificado SSL | Consulta Uso de un certificado para el protocolo HTTPS. |
Dependencias de UiPath
| Software | Versiones compatibles |
|---|---|
| Orchestrator | 2022.4.15 and higher Ensure that higher versions of Orchestrator require .NET8. |
| Studio | 2022.4 y posteriores |
| Task Capture (opcional) | 2020.10.x |