Monday, October 23, 2017

XML Publisher Report Complets with Warning with "No Such File or Directory" Message in Oracle Apps

Warning Message:
oracle.apps.fnd.cp.opp.PostProcessorException: oracle.apps.fnd.cp.opp.PostProcessorException: oracle.apps.xdo.XDOException: /apps/XX_DIR/common_top/temp/xdo2P5CrPOInc051617_0544216204.fo (No such file or directory)

Reason:

The value assigned to the 'Temporary directory' under General Properties in the XML Publisher Administrator->Administration->Configuration tab was not correct for the concurrent processing node.

Solution

1. Navigate to "XML Publisher Administrator" responsibility.
2. Select Home->Administration on the Personal Home Page.
3. Under the Configuration tab select Properties and then General.
4. From there the Temporary Directory will be displayed.
5. Verify that the assigned location is valid for the concurrent processing node and applmgr user has read/write permissions for this directory.

No comments:

Post a Comment

Query to get the list of contexts for each formula type in Oracle Fusion HCM

select t.base_formula_type_name ,      ttl.formula_type_name ,      ttl.description ,      c.base_context_name from   ff_formula_types_b t ,...