Hi!<br>
<br>
Is there a possibility to cut&amp;paste from one mounted storage to another?<br>
I have a filestorage Data.fs mounted as / and another filestorage
Archive.fs mounted at /site/Archive. When I try to cut&amp;paste an
object from e.g. /site/foo/bar to /site/Archive/bar I get an
InvalidObjectReference Exception:<br>
<br>
&nbsp; File &quot;/opt/Zope-2.8.1/lib/python/ZODB/Connection.py&quot;, line 503, in _commit<br>
&nbsp;&nbsp;&nbsp; self._store_objects(ObjectWriter(obj), transaction)<br>
&nbsp; File &quot;/opt/Zope-2.8.1/lib/python/ZODB/Connection.py&quot;, line 525, in _store_objects<br>
&nbsp;&nbsp;&nbsp; p = writer.serialize(obj)&nbsp; # This calls __getstate__ of obj<br>
&nbsp; File &quot;/opt/Zope-2.8.1/lib/python/ZODB/serialize.py&quot;, line 330, in serialize<br>
&nbsp;&nbsp;&nbsp; return self._dump(meta, obj.__getstate__())<br>
&nbsp; File &quot;/opt/Zope-2.8.1/lib/python/ZODB/serialize.py&quot;, line 339, in _dump<br>
&nbsp;&nbsp;&nbsp; self._p.dump(state)<br>
&nbsp; File &quot;/opt/Zope-2.8.1/lib/python/ZODB/serialize.py&quot;, line 281, in persistent_id<br>
&nbsp;&nbsp;&nbsp; raise InvalidObjectReference(<br>
&nbsp;<br>
&nbsp;InvalidObjectReference: Attempt to store an object from a foreign database connection<br>
<br>
Am I doing something wrong or is this simply not possibly resp. is
there a workaround to do a cut&amp;paste between storage boundaries?<br>
<br>
Thanks.<br>
<br>
&nbsp;-- mkrainer<br>