Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Saturday, November 18, 2017

FNDFS and FNDSM

application listener support two services FNDFS and FNDSM.

Apps Listener usually run on All Oracle Applications 11i Nodes with listener alias as APPS_$SID is mainly used for listening requests for services like FNDFS & FNDSM.

FNDFS or the Report Review Agent (RRA) is the default text viewer within Oracle Applications, which allows users to view report output and log files. Report Review Agent is also referred to by the executable FNDFS.

FNDSM is the Service manager. FNDSM is executable & core component in GSM ( Generic Service Management Framework ). You start FNDSM services via APPS listener on all Nodes in Application Tier.

Scenario  where we can't see the output of Concurrent Requests:
check the fndwrr.exe size in production and compare it with  Test Instance.
fndwrr.exe is present in  $FND_TOP/bin
If there is any difference then relink the FNDFS executable.
adrelink.sh force=y "fnd FNDFS" 

https://oraclehub.wordpress.com/2013/05/08/not-able-to-view-concurrent-request-output/

No comments:

Post a Comment