I used MySQL v4.1.22 for windows and MySQL-python v1.2.2 for python 2.4. I tested successfull the connection with Z MySQL Database Connection. While creating ERP5 site, Zope created 2 tables (message, message_queue) in db. But Zope could not drop 2 tables. I dont understand...<br><br><b><i>Rafael Monnerat &lt;rafael@nexedi.com&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> I don't know window at all, but...<br><br>Do you have MySQL installed? is it running?<br><br>Which python mysql connector are you using? You installed a windows version?<br><br>Rafael<br><br>bao duc wrote:<br>&gt; I used Zope 2.8.1 and this patch <br>&gt; <http: svn.erp5.org="" spec="" windows="" patches="" zope-2.8.1-aq_dynamic.patch?revision="16817&amp;view=markup"> <br>&gt; for installing ERP5 on windowxp. After installed Zope and all required <br>&gt; packages, I created an ERP5 site. It gave below error:<br>&gt;
 <br>&gt; <br>&gt;     Site Error<br>&gt; <br>&gt; An error was encountered while publishing this resource.<br>&gt; *Error Type: BadRequest*<br>&gt; *Error Value: The id <br>&gt; "portal_workflow\delivery_causality_interaction_workflow" contains <br>&gt; characters illegal in URLs.*<br>&gt; ------------------------------------------------------------------------<br>&gt; Troubleshooting Suggestions<br>&gt; <br>&gt;     * The URL may be incorrect.<br>&gt;     * The parameters passed to this resource may be incorrect.<br>&gt;     * A resource that this resource relies on may be encountering an error.<br>&gt; <br>&gt; For more detailed information about the error, please refer to the error <br>&gt; log.<br>&gt; If the error persists please contact the site maintainer. Thank you for <br>&gt; your patience.<br>&gt; In log flie:<br>&gt; ------<br>&gt; 2008-03-18T11:04:53 INFO Skinnable Monkeypatch __getattr__ Initial skin <br>&gt; cache fill. This should not happen often. Current
 thread id:127C<br>&gt; ------<br>&gt; 2008-03-18T11:04:53 WARNING ERP5Form.PreferenceTool Preference type <br>&gt; information is not installed.<br>&gt; ------<br>&gt; 2008-03-18T11:04:56 INFO Script (Python) Some of your Scripts have stale <br>&gt; code cached.  Since Zope cannot use this code, startup will be slightly <br>&gt; slower until these Scripts are edited. You can automatically recompile <br>&gt; all Scripts that have this problem by visiting <br>&gt; /manage_addProduct/PythonScripts/recompile of your server in a browser.<br>&gt; ------<br>&gt; 2008-03-18T11:05:24 INFO Business Template Updating Activity Tool<br>&gt; ------<br>&gt; 2008-03-18T11:05:24 ERROR ZMySQLDA query failed: DROP TABLE message <br>&gt; (False,None,8192)<br>&gt; ------<br>&gt; 2008-03-18T11:05:24 ERROR DA call raise DB = <br>&gt; <Products.ZMySQLDA.db.ThreadedDB instance="" at="" 0x0453f300="">, c = <br>&gt; cmf_activity_sql_connection, query = DROP TABLE message<br>&gt; <br>&gt;
 ------<br>&gt; 2008-03-18T11:05:24 WARNING CMFActivity could not drop the message table<br>&gt; Traceback (most recent call last):<br>&gt;   File "C:\Python24\newtest\Products\CMFActivity\ActivityTool.py", line <br>&gt; 993, in manageClearActivities<br>&gt;     folder.SQLDict_dropMessageTable()<br>&gt;   File "C:\Python24\newtest\Products\ERP5Type\patches\DA.py", line 219, <br>&gt; in DA__call__<br>&gt;     result=DB__.query(query, self.max_rows_)<br>&gt;   File "C:\Python24\newtest\Products\ZMySQLDA\db.py", line 289, in query<br>&gt;     return self._access_db(method_id='query', args=args, kw=kw)<br>&gt;   File "C:\Python24\newtest\Products\ZMySQLDA\db.py", line 280, in <br>&gt; _access_db<br>&gt;     return getattr(db, method_id)(*args, **kw)<br>&gt;   File "C:\Python24\newtest\Products\ZMySQLDA\db.py", line 413, in query<br>&gt;     c = self._query(qs)<br>&gt;   File "C:\Python24\newtest\Products\ZMySQLDA\db.py", line 387, in _query<br>&gt;    
 self.db.query(query)<br>&gt; OperationalError: (1051, "Unknown table 'message'")<br>&gt; ------<br>&gt; 2008-03-18T11:05:24 ERROR ZMySQLDA query failed: DROP TABLE <br>&gt; message_queue (False,None,8192)<br>&gt; ------<br>&gt; 2008-03-18T11:05:24 ERROR DA call raise DB = <br>&gt; <Products.ZMySQLDA.db.ThreadedDB instance="" at="" 0x0453f300="">, c = <br>&gt; cmf_activity_sql_connection, query = DROP TABLE message_queue<br>&gt; <br>&gt; ------<br>&gt; 2008-03-18T11:05:24 WARNING CMFActivity could not drop the message queue <br>&gt; table<br>&gt; Traceback (most recent call last):<br>&gt;   File "C:\Python24\newtest\Products\CMFActivity\ActivityTool.py", line <br>&gt; 1004, in manageClearActivities<br>&gt;     folder.SQLQueue_dropMessageTable()<br>&gt;   File "C:\Python24\newtest\Products\ERP5Type\patches\DA.py", line 219, <br>&gt; in DA__call__<br>&gt;     result=DB__.query(query, self.max_rows_)<br>&gt;   File "C:\Python24\newtest\Products\ZMySQLDA\db.py", line 289, in
 query<br>&gt;     return self._access_db(method_id='query', args=args, kw=kw)<br>&gt;   File "C:\Python24\newtest\Products\ZMySQLDA\db.py", line 280, in <br>&gt; _access_db<br>&gt;     return getattr(db, method_id)(*args, **kw)<br>&gt;   File "C:\Python24\newtest\Products\ZMySQLDA\db.py", line 413, in query<br>&gt;     c = self._query(qs)<br>&gt;   File "C:\Python24\newtest\Products\ZMySQLDA\db.py", line 387, in _query<br>&gt;     self.db.query(query)<br>&gt; OperationalError: (1051, "Unknown table 'message_queue'")<br>&gt; <br>&gt; I need help...<br>&gt; <br>&gt; Thanks,<br>&gt; Best regards<br>&gt; <br>&gt; ------------------------------------------------------------------------<br>&gt; Looking for last minute shopping deals? Find them fast with Yahoo! <br>&gt; Search. <br>&gt; <http: us.rd.yahoo.com="" evt="51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping"> <br>&gt; <br>&gt; <br>&gt; <br>&gt;
 ------------------------------------------------------------------------<br>&gt; <br>&gt; _______________________________________________<br>&gt; Erp5-users mailing list<br>&gt; Erp5-users@erp5.org<br>&gt; http://mail.nexedi.com/mailman/listinfo/erp5-users<br><br>_______________________________________________<br>Erp5-users mailing list<br>Erp5-users@erp5.org<br>http://mail.nexedi.com/mailman/listinfo/erp5-users<br></http:></Products.ZMySQLDA.db.ThreadedDB></Products.ZMySQLDA.db.ThreadedDB></http:></blockquote><br><p>&#32;
      <hr size=1>Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile. <a href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ "> Try it now.</a>