- Démarrage
- Comprendre UiPath Robot
- Assistant UiPath
- Prérequis d’installation
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- Configuration de Windows Server pour des Robots haute densité
- Rediriger les Robots vers un serveur proxy
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- Configurer des Robots Linux
- Configuration de la vérification de la signature des paquets
- Configurer des dossiers de package et des chemins d’accès réseau
- Configurer des flux d’activité
- Setting up non-persistent VDIs - follow up with Sai
- Installing robots for attended automations
- Configuring robots for attended automations
- Intégrations
- Résolution des problèmes
- Résoudre les problèmes du service de robot UiPath
- Résoudre les problèmes d’exécution
- Résoudre les problèmes de mise en réseau
- Résolution des problèmes de connexion
- Licensing troubleshooting
- Package troubleshooting
- Résolution des problèmes .NET
- Dépannage de la journalisation
- Dépannage des problèmes de session
Guide de l’administrateur du Robot
Résoudre les problèmes d’exécution
Automations that process large volumes of data may fail due to the following error: "Message: Could not retrieve the result of the job execution. This might be because a message was too large to process. Exception Type: System.Exception".
maxMessageSizeInMegabytes
parameter in the uipath.config
file.
Configure the automation to save the output in a Storage Bucket in Orchestrator or in Data Service, rather than using an output argument.
When a program such as Server Manager, set to start up automatically, shows a Windows User Account Control (UAC) prompt, it prevents the Robot from interacting with the user interface.
The Robot fails to start the execution of an automation and displays the following error: "Executor start process failed, reason System.Runtime.InteropServices.COMException: A specified logon session does not exist. It may already have been terminated.".
The following tables summarizes several issues and their solutions.
Problème potentiel |
Solution |
---|---|
The Robot machine does not have enough resources (such as CPU, RAM, or Disk Space), so the Robot Executor is unable to start the automation. |
|
Vous ne pouvez pas créer de session de connexion pour le moment. Cela peut se produire dans les situations suivantes :
|
Dans ce cas, vous devez effectuer l'une des opérations suivantes :
|
Starting an automation from Orchestrator or Assistant displays the following error message: "Executor start process failed, reason System.UnauthorizedAccessException: Access is denied.".
The following table summarizes the potential issues and their solutions:
Problème potentiel |
Solution |
---|---|
The Robot account was created without a password. |
Edit the robot account in Orchestrator and provide the following values:
|
The Robot Service is inactive. |
|
La machine Robot ne dispose plus des privilèges d'administrateur. |
Log in to the Robot machine with the same set of credentials with which you created the Robot in Orchestrator. If a process fails to start from the Assistant, then you need to contact your network administrator to allow admin rights for that user account. |
When using a Data Table in a Wait For Task and Resume activity, it returns the following error: "Exception: Type 'System.Collections.IEnumerable' cannot be serialized."
The DataRow object of Data Table cannot be serialized, so it cannot be persisted, leading to potential issues or errors.
Execute the Create Form Task activity and build the output by looping through data rows, to create a list of task objects. Then, loop through the output list of task objects using the Parallel For Each or For Each activities. In these loops, execute the Wait for Task and Resume activity for each task object.
Your job execution fails and the following error message is logged in Orchestrator: "Job stopped with an unexpected exit code: 0x40010004".
Commonly, this error occurs when:
-
The user account, used by the Robot, is forcibly logged off during the execution of the process.
-
The machine on which the Robot is running is manually shut down or restarted during the process execution.
To avoid this error, make sure the Robot is installed correctly for the intended type of automation: attended or unattended. Having the Robot installed in User Mode cannot execute unattended automations.
Additionally, configure the Robot session to suit your environment and business needs.
- Message trop volumineux pour être traité
- Description
- Problème potentiel
- Solution
- Unattended automations using UIAutomation activities do not work
- Description
- Problème potentiel
- Solution
- Le Robot ne réussit pas à démarrer l'exécution
- Description
- Mot de passe non fourni
- Description
- System.Collections.IEnumerable ne peut pas être sérialisé
- Description
- Problème potentiel
- Solution
- Job stopped with an unexpected exit code
- Description
- Problème potentiel
- Solution