XDO Loader Downloading The File With 0 (Zero) Size
(Doc ID 3037988.1)
Last updated on JULY 31, 2024
Applies to:
BI Publisher (formerly XML Publisher) - Version 12.1.3 to 12.2 [Release 12.1 to 12.2]Information in this document applies to any platform.
Symptoms
when trying to download the Excel template file with xdoloader utility, file is downloaded but size of the file is 0 (Zero)
java oracle.apps.xdo.oa.util.XDOLoader \
DOWNLOAD \
-DB_USERNAME apps \
-DB_PASSWORD ****** \
-JDBC_CONNECTION hostname:port:sid \
-LOB_TYPE TEMPLATE \
-APPS_SHORT_NAME XXAP \
-LOB_CODE XXAP_PMT_INV_RPT \
-LANGUAGE en \
-TERRITORY US \
-LOG_FILE download.log \
-DEBUG TRUE
Error:
====
Downloading a file from repository: TEMPLATE_XXXX_RPT_en_US.xls
Done downloading a file: TEMPLATE_XXXX_RPT_en_US.xls
Adding OA Headers to the downloaded file: TEMPLATE_XXAP_RPT_en_US.xls
java.lang.NullPointerException
at java.io.FilterOutputStream.write(FilterOutputStream.java:97)
at oracle.apps.xdo.oa.util.XDOLoader.saveDownloadFiles(XDOLoader.java:1706)
at oracle.apps.xdo.oa.util.XDOLoader.processDownload(XDOLoader.java:1586)
at oracle.apps.xdo.oa.util.XDOLoader.process(XDOLoader.java:1020)
at oracle.apps.xdo.oa.util.XDOLoader.main(XDOLoader.java:2344)
Changes
No Changes
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 |
Changes |
Cause |
Solution |
References |