Skip to main content
Solved

IFS Connect task in "Released" status

  • March 15, 2024
  • 4 replies
  • 76 views

Forum|alt.badge.img+13
  • Hero (Partner)
  • 161 replies

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.

Best answer by mwilson

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

 

 

4 replies

Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • 3 replies
  • March 15, 2024

HI, 

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

Thanks 

Reddy 


Forum|alt.badge.img+13
  • Author
  • Hero (Partner)
  • 161 replies
  • March 18, 2024

Hello,

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


Forum|alt.badge.img+10
  • Hero (Customer)
  • 126 replies
  • Answer
  • March 20, 2024

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

 

 


Forum|alt.badge.img+13
  • Author
  • Hero (Partner)
  • 161 replies
  • March 20, 2024

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