14.0 Web Viewer - Size limit, files over 4 million lines not viewing
book
Article ID: 139002
calendar_today
Updated On:
Products
Output Management Web Viewer
Issue/Introduction
Cross report indexes of large reports (over 4MB) show only as AFP and it wants to download and save it as an .AFP file. Looking at the report list, most of these are PDF. The ones that are not are all just over 4 million lines. The ones with 3.8 million lines work. Looks like a size limit issue?
Environment
Release : 14.0
Component : CA OUTPUT MANAGEMENT WEB VIEWER FOR ALL PLATFORMS
Resolution
AFP to PDF conversion is controlled by the X2YY parameters in the STDENVX DD. These include X2YY_PAGELIM= and X2YY_LINELIM= - if the number of pages exceeds the value specified for X2YY_PAGELIM or the number of lines exceeds the value specified for X2YY_LINELIM then the report will NOT be transformed. Confirned increasing the values for these parameters allowed them to view the reports.