<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dieter Maurer schrieb:
<blockquote cite="mid:18107.23967.321968.663750@gargle.gargle.HOWL"
 type="cite">
  <pre wrap="">Christian Schaffer wrote at 2007-8-6 14:55 +0200:
  </pre>
  <blockquote type="cite">
    <pre wrap="">...
Unfortunately, the only content of the file was one line:
ZEXP&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;&yuml;
The file itself is only 20k of size.

Is there something I missed?
Is there probably a command line tool to do exports?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
All you can do via the ZMI, you can do in an interactive Python
interpreter session -- however, it is unlikely that the result
will be different.

"Export" uses essentially the same mechanism which is used
by the ZODB itself (persistent references are expanded, though, rather
than stored as references). Especially, the export of an object
should contain all objects referenced (directly or indirectly) by this 
initial object.

If this does not work in your case, then it may be necessary to
debug the export process (to find out why it does not work).

  </pre>
</blockquote>
<tt>Hi Dieter,<br>
<br>
thanks for the reply.<br>
I set the log levels to debug and got the following results in
event.log:<br>
2007-08-10T15:05:06 DEBUG txn.4 new transaction<br>
------<br>
2007-08-10T15:05:06 DEBUG ZODB.ExportImport broken reference for oid
'\x00\x00\x00\x00\x00\x00\x00\x06'<br>
Traceback (most recent call last):<br>
&nbsp; File "/ra1/roteliste_2007-08/lib/python/ZODB/ExportImport.py", line
45, in exportFile<br>
&nbsp;&nbsp;&nbsp; p, serial = load(oid, self._version)<br>
&nbsp; File
"C:\Programme\RoteListeIN\Products\RoteListeIN\CdromStorage\CdromStorage.py",
line 673, in load<br>
TypeError: exceptions must be classes, instances, or strings
(deprecated), not NoneType<br>
------<br>
2007-08-10T15:05:07 DEBUG txn.4 commit<br>
<br>
Unfortunately, </tt><tt>from the logs </tt><tt>I really cannot see
what to do. Does anyone know? Any help is appreciated.<br>
Thanks in advance.<br>
Best regards,<br>
Chris<br>
<br>
</tt>
</body>
</html>