- Introdução
- Requisitos de hardware e software
- Requisitos de Hardware
- Requisitos e pré-requisitos de software
- Instalação e atualização
Sistema Operacional do servidor
| Software | Versões compatíveis |
|---|---|
|
Windows Server |
|
Bancos de dados
| Software | Versões compatíveis |
|---|---|
|
SQL Server |
|
Navegadores
| Software | Versões compatíveis |
|---|---|
|
Google Chrome |
|
|
Firefox |
|
|
Microsoft Edge |
|
Servidores Web
| Software | Versões compatíveis |
|---|---|
|
Módulo de serviço de informações da internet do IIS: Ferramentas de gerenciamento Web > Compatibilidade de gerenciamento do IIS 6
Serviços da World Wide Web > Recursos de desenvolvimento de aplicativos:
Serviços da World Wide Web > Recursos de HTTP comuns:
Serviços da World Wide Web > Segurança:
| 8+ |
|
Módulos do IIS - Reescrita de URL |
2.1 + |
Frameworks de software
| Software | Versões compatíveis |
|---|---|
| .NET Core | 8.0.8 ou 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>';
Se o nível de compatibilidade for inferior a 140, execute a seguinte consulta:
ALTER DATABASE <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;
ALTER DATABASE <TestManagerDatabaseName>
SET COMPATIBILITY_LEVEL = 140;
Configurações Adicionais
| Component | Ação |
|---|---|
| Autenticação do Windows | Desabilitar a autenticação do Windows. |
| Autenticação anônima | Habilitar a autenticação anônima. |
| IIS Authentication with ASP.NET Impersonation) | Defina o valor de identity impersonate como false. |
| Certificado SSL | Consulte Como usar um certificado para o protocolo HTTPS. |
Dependências da UiPath
| Software | Versões compatíveis |
|---|---|
| Orchestrator | 2022.4.15 and higher Ensure that higher versions of Orchestrator require .NET8. |
| Studio | 2022.4 e superior |
| Task Capture (opcional) | 2020.10.x |