View/Deliver/DRAS/Spool/Java Transformer were all upgraded to R14.0 with OM Web Viewer currently at 12.1.
Reports being transformed to PDF are not displaying properly. The overlays are not working.
The PDF_Type3_sample.d2emfct parameter was made the default in the latest release.
This change in the default has not been realized in the A2PD.d2eproj file after upgrading.
Spool™ A2PD.d2eproj file must be changed, as highlighted in the TO: below:
From:
<mfct>
<filedeflist name="FdMfct">
<filedef directives=""
location="{d2eAppPath}A2yy.d2emfct"
ioHandlerFactoryInstance="null"
cache="job"/>
</filedeflist>
</mfct>
To:
<mfct>
<filedeflist name="FdMfct">
<filedef directives=""
location="{d2eAppPath}PDF_Type3_sample.d2emfct"
ioHandlerFactoryInstance="null"
cache="job"/>
</filedeflist>
</mfct>