Steven Spadt wrote: > Our site is very large (the number of files parsed is > 16,492), so my question is, is it possible that there is some limit > in the number of pages plucked that would be causing this error?
The max. number of records in a Palm database is 65536. If your site contains many long pages that have to be split into 32K segments, then you might run out of available records. (Each segment takes up 1 record.) IIRC, if you install the PDB in POSE it will tell you if there are too many records in the database. Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

