Release : 14.0
Component : WEB VIEWER
X2YY_AFP is set to ALL which means that all text files should be transformed to PDF.
Setting X2YY_AFP=ALL means that all text files should be transformed to PDF
The only reason why some of them are not getting transformed is because they exceed either the X2YY_PAGELIM or X2YY_LINELIM value. X2YY_PAGELIM=20000 and X2YY_LINELIM=100000. The ones not being transformed all exceed 100000 lines which exceeds the X2YY_LINELIM setting.
If you do not want all text files transformed you should consider a different setting for X2YY_AFP. What they should be set to depends on what type of AFP reports you want transformed.
Check the original type field for your AFP reports.
Web Viewer sets the original type to:
AFP ACIF for ACIF reports
AFP PAGE for PRMODE=PAGE reports
AFP LINE for FORMDEF/PAGEDEF reports.
For example, if all your AFP reports are AFP ACIF and AFP PAGE you can set X2YY_AFP=PAGE.
If you also have AFP LINE reports you want transformed then set X2YY_AFP=LINE.