Hi, I resend this quesstion with a little better re-line, and hopefully some better explanation. I try to add a ZSQLmethod by means of a modified load_site.py from the utilities directory of the Zopedistribution. it has a upload_html procedure with the line: call(object.manage_addDTMLMethod, id=root, file=f) which uses the ZClient.py to call the URL: http://www.myhost.de/manage_addDTMLMethod and submit the parameters in the post. this one works. I created an upload_sql: with the corresponding call: call(object.manage_addZSQLMethod ,submit="Add" ,id = root ,template=template ,title="" ,connection_id=string.strip(dbcon) ,arguments=params) but thisone always fails with a "Not found error" for http://www.myhost.de/manage_addZSQLMethod So what is the correct path to the manage_addZSQLMethod ? I am quite sure, that the name is correct Mit freundlichen Grüßen Joachim Schmitz AixtraWare, Ing. Büro für Internetanwendungen Hüsgenstr. 33a, D-52457 Aldenhoven Telefon: +49-2464-8851, FAX: +49-2464-905163