PDF report overlays not working after upgrading View/Deliver/Spool to R14.0
search cancel

PDF report overlays not working after upgrading View/Deliver/Spool to R14.0

book

Article ID: 205056

calendar_today

Updated On:

Products

Output Management Web Viewer Spool View

Issue/Introduction

View/Deliver/DRAS/Spool/Java Transformer were all upgraded to R14.0 with OM WebViewer on R12.1

Reports being transformed to PDF are not displaying properly. The overlays are not working. 

Environment

Release : 12.1

Component : CA OUTPUT MANAGEMENT WEB VIEWER FOR ALL PLATFORMS

CA Spool 14.0

CA View 14.0

Cause

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.

Resolution

CA 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>