Kyle,
I've basically abandoned OpenERP 5 and am now working with RC1 of 6.0 ready to 
deploy once 6.0 is released. 
I have yet to try magento sync, I'll report back once I have. 

Regards

Peter Glock
+44 7966 861599

On 2 Nov 2010, at 14:54, Kyle Waid <[email protected]> wrote:

> We have 5,000 products. I am aware of timeout issues but as previously
> stated that is not the issue here. He have a few magento extensions. We
> are using litespeed webserver. This particular instance is on centos and
> the erp box is on ubuntu using the synaptic manager for install. The
> magento connector end was downloaded from magento connect. If you have
> any ideas on how we could fix it I am willing to try. We did do a test
> with the magento test data only and it worked.
> 
> -- 
> Product Import fails
> https://bugs.launchpad.net/bugs/617905
> You received this bug notification because you are a direct subscriber
> of the bug.
> 
> Status in Magento Open ERP Connector: Incomplete
> 
> Bug description:
> I'm using current stable (5.0.12) on an Amazon EC2 ubuntu 10.4 instance. I 
> have installed and configured the openerpconnect module ok and the 
> corresponding magento module.
> 
> In OpenERP, clicking on the referential actions in turn (1 - Import Customer 
> Groups through to 5 - Import Product Attributes) works fine but when I click 
> on 6 - Import products I get the following error. We have approx 2000 
> products, is this a timeout problem, or something else?
> 
> Traceback (most recent call last):
>  File "/usr/local/lib/python2.6/dist-packages/openerp-server/netsvc.py", line 
> 247, in dispatch
>    result = LocalService(service_name)(method, *params)
>  File "/usr/local/lib/python2.6/dist-packages/openerp-server/netsvc.py", line 
> 76, in __call__
>    return getattr(self, method)(*params)
>  File 
> "/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py",
>  line 577, in execute
>    res = service.execute(db, uid, object, method, *args)
>  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", 
> line 58, in wrapper
>    return f(self, dbname, *args, **kwargs)
>  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", 
> line 119, in execute
>    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
>  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", 
> line 111, in execute_cr
>    return getattr(object, method)(cr, uid, *args, **kw)
>  File 
> "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/magentoerpconnect/magerp_core.py",
>  line 137, in sync_products
>    list_prods = attr_conn.call('catalog_product.list')
>  File 
> "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/magentoerpconnect/magerp_osv.py",
>  line 53, in call
>    res = self.ser.call(self.session, method, arguments)
>  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
>    return self.__send(self.__name, args)
>  File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
>    verbose=self.__verbose
>  File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request
>    return self._parse_response(h.getfile(), sock)
>  File "/usr/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response
>    return u.close()
>  File "/usr/lib/python2.6/xmlrpclib.py", line 836, in close
>    raise ResponseError()
> ResponseError: ResponseError()
> 
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/magentoerpconnect/+bug/617905/+subscribe

-- 
Product Import fails
https://bugs.launchpad.net/bugs/617905
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in Magento Open ERP Connector: Incomplete

Bug description:
I'm using current stable (5.0.12) on an Amazon EC2 ubuntu 10.4 instance. I have 
installed and configured the openerpconnect module ok and the corresponding 
magento module.

In OpenERP, clicking on the referential actions in turn (1 - Import Customer 
Groups through to 5 - Import Product Attributes) works fine but when I click on 
6 - Import products I get the following error. We have approx 2000 products, is 
this a timeout problem, or something else?

Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/netsvc.py", line 
247, in dispatch
    result = LocalService(service_name)(method, *params)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/netsvc.py", line 
76, in __call__
    return getattr(self, method)(*params)
  File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py",
 line 577, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 
58, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 
119, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 
111, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/addons/magentoerpconnect/magerp_core.py",
 line 137, in sync_products
    list_prods = attr_conn.call('catalog_product.list')
  File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/addons/magentoerpconnect/magerp_osv.py",
 line 53, in call
    res = self.ser.call(self.session, method, arguments)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.6/xmlrpclib.py", line 1253, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1392, in _parse_response
    return u.close()
  File "/usr/lib/python2.6/xmlrpclib.py", line 836, in close
    raise ResponseError()
ResponseError: ResponseError()



_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help   : https://help.launchpad.net/ListHelp

Reply via email to