thanks for the info. I went and actually read the help text on the import/export screen where it states:<br>
<br>
==========<br>
<p class="form-help">
You may import Zope objects which have been previously
exported to a file, by placing the file in the &quot;import&quot;
directory of your Zope installation on the server. You should create 
the &quot;import&quot; directory in the root of your Zope installation 
if it does not yet exist.
</p>


<p class="form-help">
Note that by default, you will become the owner of the objects 
that you are importing. If you wish the imported objects to retain 
their existing ownership information, select &quot;retain existing 
ownership information&quot;.
</p>
===========<br>
<br>
does this mean I create a directory named 'import' at the instance home? (what is the 'root' of my zope installation?)<br><br><div><span class="gmail_quote">On 1/11/06, <b class="gmail_sendername">SER.RI-TIC-Alexis Roda</b>
 &lt;<a href="mailto:alexis.roda@urv.net">alexis.roda@urv.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">David Bear wrote:
<br>&gt; Will attempting to import a zexp file (and exported plone site) I get<br>&gt; the following error:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; result=apply(object,args) # Type s&lt;cr&gt; to step into published object.<br>&gt;&nbsp;&nbsp; File &quot;/home/webenv/zope/lib/python/OFS/ObjectManager.py&quot;, line 532, in
<br>&gt; manage_importObject<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; raise BadRequest, 'Invalid file name %s' % escape(file)<br>&gt; BadRequest: Invalid file name InfoTechnical.zexp<br><br>Acording to ObjectManager source this exception is raised because you're
<br>suplying a path with a directory component (some/dir/InfoTechnical.zexp)<br><br>&nbsp;&nbsp;&nbsp;&nbsp; def manage_importObject(self, file, REQUEST=None, set_owner=1):<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;&quot;&quot;Import an object from a file&quot;&quot;&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dirname, file=os.path.split(file)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if dirname:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; raise BadRequestException, 'Invalid file name %s' %<br>escape(file)<br><br><br>HTH<br>--<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;////<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
(@ @)<br>----------------------------oOO----(_)----OOo--------------------------<br>&lt;&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Ojo por ojo y el mundo acabara ciego<br>/\ Alexis Roda - Universitat Rovira i Virgili - Reus, Tarragona (Spain)<br>-----------------------------------------------------------------------<br><br>_______________________________________________
<br>Zope maillist&nbsp;&nbsp;-&nbsp;&nbsp;<a href="mailto:Zope@zope.org">Zope@zope.org</a><br><a href="http://mail.zope.org/mailman/listinfo/zope">http://mail.zope.org/mailman/listinfo/zope</a><br>**&nbsp;&nbsp; No cross posts or HTML encoding!&nbsp;&nbsp;**<br>
(Related lists -<br> <a href="http://mail.zope.org/mailman/listinfo/zope-announce">http://mail.zope.org/mailman/listinfo/zope-announce</a><br> <a href="http://mail.zope.org/mailman/listinfo/zope-dev">http://mail.zope.org/mailman/listinfo/zope-dev
</a> )<br></blockquote></div><br><br clear="all"><br>-- <br>David Bear<br>What's the difference between private knowledge and public knowledge?<br>