Attempting to upload data from a WebADI template results in the following error:
ERROR
org.apache.poi.openxml4j.exceptions.InvalidFormatException: Package should contain a content type part [M1.13]
The specified directory C:\Users\XXXX1234\AppData\Local\Temp\bneradXXXX\bne\docProps is empty, so Compressed (zipped) Folders cannot add it to the archive.
OR, in BNE log,
BneUploader.processUpload(), BneException during xml gen: oracle.apps.bne.exception.BneIOException:
org.apache.poi.openxml4j.exceptions.InvalidFormatException: Package should contain a content type part [M1.13]
at oracle.apps.bne.integrator.document.ooxml.upload.BneUploadXMLGenerator.<init> BneUploadXMLGenerator.java:168)
at oracle.apps.bne.integrator.upload.BneUploader.processUpload(BneUploader.java:242)
at oracle.apps.bne.integrator.upload.BneAbstractUploader.processUpload(BneAbstractUploader.java:114)
at oracle.apps.bne.integrator.upload.async.BneAsyncUploadThread.run(BneAsyncUploadThread.java:152)
STEPS TO REPRODUCE
The issue can be reproduced at will with the following steps:
1. WebAdi Responsibility > Create Document > Create the desired WebADI template.
2. Enter data and select Upload
3. When submitted, pop-up message appears with the error. Data is not uploaded.
4. BNE log shows error too, as indicated above