(Lost Connections to Database)
m (1 révision importée)
Ligne 1 : Ligne 1 :
=Résolution des problèmes de GAX=  
+
=Troubleshooting GAX=  
 
__TOC__
 
__TOC__
  
{{#anc:Lost Connections to Database}}
+
==Lost Connections to Database==
==Connexions perdues à la base de données==
+
If the Configuration Server is connected directly to the Configuration Database ('''dbthread'''=<tt>true</tt> in the Configuration Server Application object), and the connection to the Database is lost for some reason, try using the Configuration Server Application runtime option '''force-offline''' to restore the connections.
Si Configuration Server est connecté directement à la Configuration Database ('''dbthread'''=<tt>true</tt> dans l’objet Application Configuration Server) et que la connexion à la base de données est perdue pour une raison quelconque, essayez d’utiliser l’option d’exécution de Configuration Server Application '''force-offline''' pour restaurer les connexions.
 
  
Cette option, définie dans la section Configuration Server de l’objet Application Configuration Server principal, arrête et démarre des connexions à la Configuration Database. Par défaut, cette option est définie sur <tt>false</tt>, étant donné que les connexions sont activées au démarrage et n’ont pas besoin d’être rétablies. Si les connexions ont été perdues, procédez comme suit :
+
This option, set in the Configuration Server section of the primary Configuration Server Application object, stops and starts connections to the Configuration Database. By default, it is set to <tt>false</tt>, since the connections are enabled at startup and do not need to be restored. If the connections have been lost, do the following:
# Définir '''force-offline'''.=<tt>true</tt>. Cela permet d’arrêter toutes les connexions à la Configuration Database et de configurer Configuration Server (et donc GAX) en mode lecture seule.
+
# Set '''force-offline'''=<tt>true</tt>. This stops all connections to the Configuration Database, and puts Configuration Server (and therefore GAX) in read-only mode.
# Définir '''force-offline'''=<tt>false</tt>. Cela permet de rétablir toutes les connexions à la Configuration Database et de rétablir Configuration Server (et donc GAX) en mode lecture-écriture.
+
# Set '''force-offline'''=<tt>false</tt>. This restores all connections to the Configuration Database, and restores Configuration Server (and therefore GAX) to read-write mode.
Cette action a pour effet de forcer le lancement des connexions.
+
This action, in effect, jump-starts the connections.
  
{{NoteFormat|Lorsque vous permutez le mode de fonctionnement de GAX (de lecture seule à lecture-écriture et inversement), ne modifiez pas l’objet Application Configuration Server d’une autre manière.|3}}
+
{{NoteFormat|When you are swapping GAX in and out of read-only mode, do not change the Configuration Server Application object in any other way.|3}}
  
{{#anc:Error Messages}}
+
==Error Messages==
==Messages d'erreur==
+
This section describes error messages that you might receive when using GAX, and provides recommended actions to resolve or mitigate the error. Error messages are displayed in a red banner at the top of the page in which they occur.
Cette section décrit les messages d’erreur que vous pouvez obtenir lorsque vous utilisez GAX. Elle conseille également les actions à mener pour résoudre l’erreur ou atténuer ses effets. Les messages d’erreur s’affichent dans une bannière rouge en haut de la page dans laquelle les erreurs se produisent.
 
  
{{#anc:Mirroring Errors}}
+
===Mirroring Errors===
===Erreurs de mise en miroir===
+
A mirroring error will read something like this:
Une erreur de mise en miroir se présente de la façon suivante :
 
  
 
<div style="line-height:normal;border:1px dashed #2f6fab;background-color: #F9F9F9;color:black;padding:1em;margin:1em 0;">
 
<div style="line-height:normal;border:1px dashed #2f6fab;background-color: #F9F9F9;color:black;padding:1em;margin:1em 0;">
Ligne 26 : Ligne 23 :
 
</source></div>
 
</source></div>
  
{{#anc:Description}}
 
 
====Description====
 
====Description====
Cette erreur est générée lorsque vous créez un agent dans une structure de dossiers spécifique et que vous spécifiez les DN et les noms de connexion de l’agent, mais que vous ne disposez pas des autorisations concernant tous les dossiers du chemin d’accès.
+
This error is generated when you are creating an agent in a specific folder structure and specifying the DNs and Agent Logins, but do not have the correct permissions to any folder in the path.
  
{{#anc:Recommended Actions}}
+
====Recommended Actions====
====Actions recommandées====
+
Ensure that the user creating the agent has correct permissions for the specified folder.
Assurez-vous que l’utilisateur qui crée l’agent dispose des autorisations appropriées pour le dossier spécifié.
 
  
 
[[Category:V:GA:DRAFT]]
 
[[Category:V:GA:DRAFT]]

Version du mai 10, 2019 à 17:10

Troubleshooting GAX

Lost Connections to Database

If the Configuration Server is connected directly to the Configuration Database (dbthread=true in the Configuration Server Application object), and the connection to the Database is lost for some reason, try using the Configuration Server Application runtime option force-offline to restore the connections.

This option, set in the Configuration Server section of the primary Configuration Server Application object, stops and starts connections to the Configuration Database. By default, it is set to false, since the connections are enabled at startup and do not need to be restored. If the connections have been lost, do the following:

  1. Set force-offline=true. This stops all connections to the Configuration Database, and puts Configuration Server (and therefore GAX) in read-only mode.
  2. Set force-offline=false. This restores all connections to the Configuration Database, and restores Configuration Server (and therefore GAX) to read-write mode.

This action, in effect, jump-starts the connections.

Avertissement
When you are swapping GAX in and out of read-only mode, do not change the Configuration Server Application object in any other way.

Error Messages

This section describes error messages that you might receive when using GAX, and provides recommended actions to resolve or mitigate the error. Error messages are displayed in a red banner at the top of the page in which they occur.

Mirroring Errors

A mirroring error will read something like this:

Cannot mirror folder path <path name> under <folder name> folder of switch <switch name> Please check GAX log for more detail.

Description

This error is generated when you are creating an agent in a specific folder structure and specifying the DNs and Agent Logins, but do not have the correct permissions to any folder in the path.

Recommended Actions

Ensure that the user creating the agent has correct permissions for the specified folder.

Comments or questions about this documentation? Contact us for support!