Nota: Consulta el procedimiento de configuración de la guía de Automation Suite para ver los comandos posteriores a la instalación.
Espera a que la aplicación vuelva a tener Buen estado.
Conéctate al servidor de base de datos del entorno de Automation Suite: AutomationSuite_Platform > ai-events.Subscription.
Ejecuta los siguientes comandos en la tabla:
delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-helper%'delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-pkgmanager%'delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-deployer%'delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-trainer%'delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-appmanager%'delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-helper%'
delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-pkgmanager%'
delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-deployer%'
delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-trainer%'
delete from [ai-events].[Subscription] where WebhookUrl like '%http://ai-appmanager%'
Si compruebas los valores de la tabla ai-events.Subscription, no debe haber entradas que tengan WebhookUrl para ai-helper, ai-pkgmanager, ai-deployer, ai-trainery ai-appmanager.
Utiliza SSH al servidor principal y reinicia todas las implementaciones de servicios para que las suscripciones de la tabla ai-events.Subscription se creen con el nuevo ID de cliente. Utiliza el siguiente comando para reiniciar:
Si vas a ArgoCD y compruebas la aplicación AICenter, el estado de sincronización y los resultados deben estar Sincronizados y tener el estado de Sincronización correcta.