Skip to main content

Hello everyone,
For one of our customers, the tasks on the IFS Connect side remain blocked at "Released" status :

It's impossible to unblock the situation.
We've checked that the trigger is active.
That the queue (here "NOTIFICATIONS") is not stopped.
We've also restarted the middleware, but to no avail...
Any ideas?
Thanks in advance.

HI, 

usually Restarting the Integration server from the middleware console will resolve this issue. 

Thanks 

Reddy 


Hello,

Thank you for your reply.
The integration server has been restarted, but nothing has happened...


My suggestion would be to check the job_queue_processes to make sure it is greater than zero.

SELECT *
  FROM v$parameter
 WHERE NAME LIKE 'job%';

If not issue a command like this in the database as someone with dba privileges.

ALTER SYSTEM SET job_queue_processes = 10

 

 


Hello everyone,
Solution found: the "ifsapp-connect" pod was not in "Running" status.
Problem corrected!


Reply