4 de enero de 2019

Internal Concurrent Manager status could not be determined.

Un error muy facil de solucionar.

Varios opciones donde podemos visualizarlo
adop phase=cutover

en el fndsvcrg.log:
Internal Concurrent Manager status could not be determined.

O en el output
Waiting for Internal Concurrent Manager to go down. [UNEXPECTED]Error trying to find the status of ICM [UNEXPECTED]Error occurred waiting for ICM to go down [UNEXPECTED]Cutover phase has failed.

or validando el estado de los concurrentes
$FND_TOP/bin/FNDSVCRG STATUS

Internal Concurrent Manager status could not be determined.

Para que estén al tanto este proceso utiliza el usuario APPLSYSPUB para conectarse y validar el estado.
Si por algún error tenemos este usuario en la DB bloqueado o con la password a punto de expirar o expirado, falla.

solo debemos desbloquear el user de DB.

Solución:
alter user applsyspub identified by pub;
ALTER USER applsyspub ACCOUNT UNLOCK;


Saludos


No hay comentarios.:

Publicar un comentario