- 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
Log fields
A log entry contains several log fields, each holding a different information about the vent being logged.
-
Message (Message) - le message du journal des événements
-
Level - Defines the log level.
-
Timestamp - The exact date and time the logged action was happened.
-
Nom de fichier (FileName) - le nom du fichier
.xaml
en cours d'exécution. -
jobId (*) - The ID of the job running the process.
-
processName (*) - The name of the process that triggered the logging. Requires an active connection to Orchestrator.
-
processVersion (*) - The version number of the process. Requires an active connection to Orchestrator.
-
windowsIdentity - le nom de l'utilisateur qui a déclenché l'événement qui a été enregistré.
-
robotName (*) - The name of the Robot (as defined in Orchestrator).
-
machineName : le nom de la machine robot.
-
machineId (*) - The id of the robot machine.
-
IdUnitéOrganisation (OrganizationUnitId) * : l’ID de l’organisation Orchestrator.
To define custom fields, use the Add Log Fields activity. These fields appear in all subsequent logs. To remove these fields from further logs, use the Remove Log Fields activity.
Make sure to name your custom log fields different from the default log fields. Otherwise, duplicate names can corrupt the logging process and disrupt the execution of your workflow.
La présence de ces journaux varie en fonction du type de journal.
For the Execution End default log, the following fields are included:
- totalExecutionTimeInSeconds
- totalExecutionTime
For the Transaction Start default log, the following fields are included:
- QueueName
- transactionID
- transactionState
- InitiéPar (initiatedBy)
For the Transaction End default log, the following fields are included:
- QueueName
- transactionID
- transactionState
- transactionStatus
- Délai d'exécution de la transaction (Transaction Execution Time)
- Type d'exception de traitement (ProcessingException Type)
- processingExceptionReason
- queueItemReviewStatus
- queueItemPriority
For the Debugging Log default log, the following fields are included:
-
activityInfo, which is a JSON message with the following fields:
- DisplayName
- État (State) - Défaillant (Faulted), Fermé (Closed), En cours d'exécution (Executing)
- Activité
-
Arguments