I'm trying to print (using batch print utility) around 2000 DGN toTIF(raster) files but after 200 files are made all remaining TIF files are blank.
In Batch print log file I get error codes but there are no explanations what they mean?
---- Processing File: C:\Deniss\Statistika\Apstradatie_dgn\v8\3332-21.dgn ----
---- Processing Model: Default ---- Executed print papername 10k_lapa Executed pentable LOAD C:\Deniss\Statistika\10k_pen.tbl Executed print rasterized on Executed plot paper rotate off Executed print boundary fence Executed plot paper rotate bestfitrot Executed print autocenter on Executed print units in Executed print maximize Executed print maximize Executed print execute C:\Deniss\Statistika\Apstradatie_dgn\TIFF_v8\3332-21.tif (failed, error=253)
---- Processing File: C:\Deniss\Statistika\Apstradatie_dgn\v8\3332-22.dgn ----
---- Processing Model: Default ---- Executed print papername 10k_lapa Executed pentable LOAD C:\Deniss\Statistika\10k_pen.tbl Executed print rasterized on Executed plot paper rotate off Executed print boundary fence Executed plot paper rotate bestfitrot Executed print autocenter on Executed print units in Executed print maximize Executed print maximize Executed print execute C:\Deniss\Statistika\Apstradatie_dgn\TIFF_v8\3332-22.tif (failed, error=248)
BatchPrint: files:1379, prints:219, failures:1160
Looks like I resolved the issue.It seems it was because of lack ofmemory.
1. Pagefile was with fixed size from 2GB to 4G. Now switched to system managed size.
2. Added /3g switch in boot.ini as system has 2GB of memory.
Now after 2 days half of rasters are printed and still going :)