Skip to main content
Solved

IFS Connect task in "Released" status


Forum|alt.badge.img+13
  • Hero (Partner)
  • 150 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

 

 

View original
Did this topic help you find an answer to your question?

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)
  • 150 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)
  • 150 replies
  • March 20, 2024

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


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings