R12: AP/IBY: Separate Remittance Advice Email Errors With Required Property Missing
(Doc ID 1093974.1)
Last updated on DECEMBER 10, 2024
Applies to:
Oracle Payables - Version 12.0.0 and laterOracle Payments - Version 12.0.0 and later
Information in this document applies to any platform.
FDSeparateRemittanceAdvice.java
Symptoms
When creating Separate Remittance Advice emails, the following error occurs
at oracle.apps.xdo.delivery.AbstractDeliveryRequest.validateProperties(AbstractDeliveryRequest.java:1367)
at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(AbstractDeliveryRequest.java:1174)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.doElectronicProcessing(SRAAndPayerNotif.java:761)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.runSRA(SRAAndPayerNotif.java:347)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.runProgram(SRAAndPayerNotif.java:171)
at oracle.apps.iby.scheduler.FDSeparateRemittanceAdvice.runProgram(FDSeparateRemittanceAdvice.java:45)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
oracle.apps.iby.exception.PSException: Error: an error occurred while calling XML Publisher delivery API.
at oracle.apps.iby.scheduler.SRAAndPayerNotif.doElectronicProcessing(SRAAndPayerNotif.java:768)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.runSRA(SRAAndPayerNotif.java:347)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.runProgram(SRAAndPayerNotif.java:171)
at oracle.apps.iby.scheduler.FDSeparateRemittanceAdvice.runProgram(FDSeparateRemittanceAdvice.java:45)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
Error: an error occurred while calling XML Publisher delivery API.
An error occurred. Roll back any changes.
Done roll back changes.
Request completed in error.
Or
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:610)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.runSRA(SRAAndPayerNotif.java:346)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.runProgram(SRAAndPayerNotif.java:170)
at oracle.apps.iby.scheduler.FDSeparateRemittanceAdvice.runProgram(FDSeparateRemittanceAdvice.java:45)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
Or
File <server path>/xdodelivery.cfg exists and is readable with size 1902
...
before calling XDO req.submit()
oracle.apps.xdo.delivery.MissingRequiredPropertyException: Required property missing. Property name :[HOST]
at oracle.apps.xdo.delivery.AbstractDeliveryRequest.validateProperties(AbstractDeliveryRequest.java:1367)
at oracle.apps.xdo.delivery.AbstractDeliveryRequest.submit(AbstractDeliveryRequest.java:1174)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.doElectronicProcessing(SRAAndPayerNotif.java:872)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.runSRA(SRAAndPayerNotif.java:408)
at oracle.apps.iby.scheduler.SRAAndPayerNotif.runProgram(SRAAndPayerNotif.java:208)
at oracle.apps.iby.scheduler.FDSeparateRemittanceAdvice.runProgram(FDSeparateRemittanceAdvice.java:48)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |