Report Bursting PDF's to File;
Bi Pub 12.1 on linux x64_86
The business requirements are that we produce a pdf (written to file) for ~250K bills. The data model is a single, non-joined, sql statement; no bind parameters and ordered by account number. The bursting definition keys off the account number which is a unique value in the table. When I submit the job, the following is seen in the bipublisher.log.
[200716_02520026][DATA PROCESSOR ID:286485396][SCH JOB INFO:JobId:3201[ESS RequestId:null]]oracle.xdo.memoryguard.XDODataSizeLimitException: Report data size (60001298 bytes) exceed
s the maximum limit (60000000 bytes). Stopped processing.
When I add "and rownum < 10" to the predicate, the job completes and I see 9 pdf's on the file system. I tried bumping up the memory in the Administration area, but that did not help as the ceiling in the exception only raised above that limit.