Sorry for spamming, but I think one thing is not working correctly or I dont understand something
Following the instructions in bibupload admin guide, I wanted to remove a bibdocfile: <collection xmlns="http://www.loc.gov/MARC21/slim"><record> <controlfield tag="001">1182112</controlfield> <datafield tag ="FFT" ind1=" " ind2=" "> <subfield code="n">Data</subfield> <subfield code="f">.txt</subfield> <subfield code="t">DELETE-FILE</subfield> </datafield> </record> </collection> after running bibupload on this file, (--correct mode) the file is still referenced form MARC XML btu when I try to retrieve it, there is 500 error produced by the seerver. I was trying to save the situation by uploading following file (it should synchronise MARC XML from the internal data structures) : <collection xmlns="http://www.loc.gov/MARC21/slim"><record> <controlfield tag="001">1182112</controlfield> <datafield tag ="FFT" ind1=" " ind2=" "> <subfield code="t">FIX-MARC</subfield> </datafield> </record> </collection> but there was no effect cheers Piotr

