Hi, We've had an error on one of our client sites regarding bad keys on a given file and on the file exceeding its limit. The errors I'm seeing in udt.errlog are
Fri Aug 05 10:36:46 cwd=<account path> 1: new block's offset is over the limit error in U_get_dest_block for file 'DEP.CHNG.Y', key '', number=1624 Fri Aug 05 10:36:46 cwd=<account path> 2: new block's offset is over the limit error in write_record for file 'DEP.CHNG.Y', key '', number=1624 Fri Aug 05 10:36:46 cwd=<account path> 1: new block's offset is over the limit error in U_add_record for file 'DEP.CHNG.Y', key '<key><data>', number=1664000 There was previously a problem in the software which would frequently attempt to write to an empty key, so the file was rather stuffed up (no addressable records, total file size of ~2GB). The problem causing that write has now been rectified, however I'm not sure if there's a second write also causing a problem. The apparent second write is listed in the third error line as '<key><data>', by which I mean that the key it's reporting is actually composed of the expected key to the record, concatenated with the expected data content, e.g. for Key = "abcd" Data="some dummy data" The error line is reporting Key='abcdsome dummy data' Initially, I thought that the blank key write and the '<key><data>' write (3rd error line) were separate errors, but now I'm not so sure. Given that all three error lines are at the same time, and that there's only a single write in the software at that point, could the apparent large write actually be a continued recording of the initial problem, or is it genuinely a separate error which I would need to track down? Thanks in advance, Adam This electronic message contains information from CACI International Inc or subsidiary companies, which may be confidential, proprietary, privileged or otherwise protected from disclosure. The information is intended to be used solely by the recipient(s) named above. If you are not an intended recipient, be aware that any review, disclosure, copying, distribution or use of this transmission or its contents is prohibited. If you have received this transmission in error, please notify us immediately at [email protected] Viruses: Although we have taken steps to ensure that this e-mail and attachments are free from any virus, we advise that in keeping with good computing practice the recipient should ensure they are actually virus free. CACI Limited. Registered in England & Wales. Registration No. 1649776. CACI House, Avonmore Road, London, W14 8TS. _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
