IN ORACLE MILIEU …

Beyond Knowledge

Daily Archives: May 16, 2007

Error while opening log files from CM form

Some times when we make a concurrent request and try to view the log file after complition of request (may be completed normal or some error) from the concurrent manager form we get following type of error An error occurred while attempting to establish an Applications File Server connection with the node FNDFS_(Your env_name)_(Your_Server_name). There [...]

concurrent manager is not responding

If the concurrent manager is not responding and there are lot of pending request from long time then those request can be killed from the backend using the following query. UPDATE fnd_concurrent_requests SET phase_code = ‘C’, status_code = ‘D’ WHERE status_code =’Q’ OR phase_code = ‘P’ AND REQUEST_ID = ; You can kill all the [...]

Follow

Get every new post delivered to your Inbox.

Join 130 other followers