ranjan1101 / magento-openerp-smile-synchro

Automatically exported from code.google.com/p/magento-openerp-smile-synchro
0 stars 0 forks source link

Large import problem #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to start with thanking the people who helped to develop this
nice connector! My question /remark is probably not common to a lot of
users, but maybe there is a solution 

I frequently would have to make a large import/synchronisation to magento.
But due to the way OpenERP works and the way Magento works a poblem rises.
With the connector synchronisting, it immediedly makes changes to the
magento database. While the OpenERP database makes a create/write-action at
the end of his complete run. So, with a large sychronisation (+16.000
products) those changes are made after 2 days. During that run PHP, MySQL,
phyton, PostgreSQL and the TCP-IP layer (differrent server) must be stable.
... well, one hopes. Otherwise, OpenERP has no knowlage of an export, while
magento has products. And with a new synchronisation there is trouble,
duplicate products.... 

Would there be a possibility to make a 'safe mode'. If there is this kind
of error, OpenERP checks if the product (SKU-productcode) exits in Magento
and then writes down the Magento-id for that product.

I hope I am not the only one with this problem (as a comlete newby, my
scripting would be terrible)

With kind regards,

Peter

Original issue reported on code.google.com by PeterDap...@gmail.com on 16 Mar 2009 at 3:17