Solved

IFS Connect task in "Released" status

  • 15 March 2024
  • 4 replies
  • 32 views

Userlevel 5
Badge +11

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.

icon

Best answer by mwilson 20 March 2024, 18:24

View original

4 replies

Badge +1

HI, 

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

Thanks 

Reddy 

Userlevel 5
Badge +11

Hello,

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

Userlevel 3
Badge +10

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

 

 

Userlevel 5
Badge +11

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

Reply