concurrent requests

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

concurrent requests

Roshan
Hi,

do you have an idea how I can kill all the orphaned requests in the picture attached. These have been running for more than 2 hours.

Thanks and Regards
Roshan
Reply | Threaded
Open this post in threaded view
|

Re: concurrent requests

ErmanArslansOracleBlog
Administrator

Yes . update from the database. Check fnd_concurrent_requests table. Check status code and phase code columns. Read the related docs about these and you' ll do it.

15 Şub 2016 19:36 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
Hi,

do you have an idea how I can kill all the orphaned requests in the picture attached. These have been running for more than 2 hours.

Thanks and Regards
Roshan


If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/concurrent-requests-tp569.html
To start a new topic under EBS 12.2, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML
Reply | Threaded
Open this post in threaded view
|

Re: concurrent requests

Roshan
Thanks. For each requests I did

update applsys.fnd_concurrent_requests set phase_code = 'C',status_code = 'X' where request_id =' 1232721 ';

and it worked.

Do you know how these orphaned requests get produced? I know the clients were launching too many requests
Reply | Threaded
Open this post in threaded view
|

Re: concurrent requests

ErmanArslansOracleBlog
Administrator

Check the log and out files of the conc request , check the codes of them. these issues are specific to the environment

15 Şub 2016 20:18 tarihinde "Roshan [via Erman Arslan's Oracle Forum]" <[hidden email]> yazdı:
Thanks. For each requests I did

update applsys.fnd_concurrent_requests set phase_code = 'C',status_code = 'X' where request_id =' 1232721 ';

and it worked.

Do you know how these orphaned requests get produced? I know the clients were launching too many requests


If you reply to this email, your message will be added to the discussion below:
http://erman-arslan-s-oracle-forum.2340467.n4.nabble.com/concurrent-requests-tp569p571.html
To start a new topic under EBS 12.2, email [hidden email]
To unsubscribe from Erman Arslan's Oracle Forum, click here.
NAML