Hi baitelhaj, Don't worry, we are committed to give you a hand until you succeed.
First some simple checks: 1) Make sure you are running Magento 1.0.19870 or 1.1.1 (better). 2) Make sure you are running OpenERP 4.2.2 (should be fine with next versions but not tested yet). 3) Is Magento working properly? Can you create products in the back office? Always good to make sure. 4) Make sure you use our latest release of the connector. Both the Magento extension and the OpenERP modules should be version 0.9.4. Indeed version 0.9.3 had a critical bug with Magento 1.1.1 at least. By the way, version 0.9.4 doesn't depend on Python 2.5 anymore (better if you can confirm). If you don't have this environment, please upgrade and drop an re-install both the Magento database and the OpenERP database to avoid bad hysteresis coupling. If you still have an issue, then let's active better logs to track what is going on. to do that, you'll need to hack temporarilly your xmlrpc.py file from your Python root installation (that's a Python file, not bundled with OpenERP nor our module, on my Ubuntu it's you can find it here: /usr/lib/python2.5/xmlrpclib.py ) Then make the change to that xmlrpc.py file explained here http://code.google.com/p/magento-openerp-smile-synchro/wiki/FAQ to log what's going on (section entitled 'OpenERP error log while synchronizing' ) I mean you should have: while 1: if sock: response = sock.recv(1024) else: response = file.read(1024) print response has explained in the wiki page. Finally, if you still get an error, then please paste your log here so we can help you. That's all right to deal with taxes later on and shouldn't be the cause of the bug you are getting. Please prove feedback anyway, we wil make our best to help the first users getting up and running with our connector. Raphaël Valyi NB: you could also chat with me on gmail at [EMAIL PROTECTED] (remove the '-' of course). ------------------------ http://www.smile.fr _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
