Thursday, May 06, 2010

Setup XDO


Got a page from developer that the "Send Separate Remittance Advices" has completed with error.
I started with the request log and saw the error:
+==================================================================+
Exit: iby.scheduler.SRAAndPayerNotif.extractAndFormat()
Finished extract and formatting.
Error: IBY_XDO_DELIVERY_CFG_FILE is not set
oracle.apps.iby.exception.PSException: Error: the IBY_XDO_DELIVERY_CFG_FILE profile option is not set or is invalid.
        at oracle.apps.iby.scheduler.SRAAndPayerNotif.doElectronicProcessing(SRAAndPayerNotif.java:669)
        at oracle.apps.iby.scheduler.SRAAndPayerNotif.runSRA(SRAAndPayerNotif.java:387)
        at oracle.apps.iby.scheduler.SRAAndPayerNotif.runProgram(SRAAndPayerNotif.java:191)
        at oracle.apps.iby.scheduler.FDSeparateRemittanceAdvice.runProgram(FDSeparateRemittanceAdvice.java:48)
        at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
 
Error: the IBY_XDO_DELIVERY_CFG_FILE profile option is not set or is invalid.
An error occurred. Roll back any changes.
Done roll back changes.
Request completed in error.
+==================================================================+

To solve the above, we need to follow the below steps:

1. Follow "Configuration File Support" of 
  • Oracle® XML Publisher Administration and Developer's Guide
           Release 12 Part No. B31412-01
  • Oracle® XML Publisher User’s Guide
           Release 11i Part No. B13817-06



 2. Login to Applications as SYSADMIN and update the profile option "IBY: XML Publisher Delivery Manager Configuration File" to the actual location of the above file at the OS level and save.

For more guidance, take a look at Metalink Note 401619.1.



No comments:

Post a Comment