There are issues at multiple levels actually.I will be writing about thme below

1. First of all there is no Profile for OScommerce in either 4.2.3 or 5.0
I had to install the esale_osc module separately

2. The site mentions about the URL being 
http://your_website_host/catalog/admin/tiny_connectors

There is no tiny_connectors
 under the admin folder on the OScommerce implementation

In order to solve this issue I copied and pasted connector folder under the 
admin folder and gave path to tinyerp-synco.php The following of my URL ion the 
esale_osc Web shop page General Information

http://osc.pragmatictek.com/osc/catalog/tinyerp-syncro.php

3. I tried to Add products and then run export product from the side menu. I am 
getting the following error

Traceback (most recent call last):
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/netsvc.py", line 421, in run
    result_from_method = method(*msg[2:])
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/service/web_services.py", line 
483, in execute
    return self._execute(db, uid, wiz_id, datas, action, context)
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/service/web_services.py", line 
463, in _execute
    return wiz.execute(db, uid, self.wiz_datas[wiz_id], action, context)
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/wizard/__init__.py", line 177, 
in execute
    res = self.execute_cr(cr, uid, data, state, context)
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/wizard/__init__.py", line 73, 
in execute_cr
    action_res = action(self, cr, uid, data, context)
  File 
"/home/sohel/openerp-server-5.0.0_rc3/bin/addons/esale_osc.zip/esale_osc/wizard/wizard_esale_osc_export_products.py",
 line 96, in _do_export
    osc_id=server.set_product(webproduct)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.5/xmlrpclib.py", line 1201, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1335, in _parse_response
    p.feed(response)
  File "/usr/lib/python2.5/xmlrpclib.py", line 547, in feed
    self._parser.Parse(data, 0)
ExpatError: junk after document element: line 2, column 0


4. In the Taxes mapping tab I clicked on Import Taxes but I am getting the 
following error

Traceback (most recent call last):
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/netsvc.py", line 421, in run
    result_from_method = method(*msg[2:])
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/service/web_services.py", line 
427, in execute
    res = service.execute(db, uid, object, method, *args)
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/osv/osv.py", line 59, in 
wrapper
    return f(self, dbname, *args, **kwargs)
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/osv/osv.py", line 120, in 
execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/home/sohel/openerp-server-5.0.0_rc3/bin/osv/osv.py", line 112, in 
execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File 
"/home/sohel/openerp-server-5.0.0_rc3/bin/addons/esale_osc.zip/esale_osc/esale_osc.py",
 line 64, in tax_import
    taxes = server.get_taxes()
  File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.5/xmlrpclib.py", line 1201, in request
    return self._parse_response(h.getfile(), sock)
  File "/usr/lib/python2.5/xmlrpclib.py", line 1335, in _parse_response
    p.feed(response)
  File "/usr/lib/python2.5/xmlrpclib.py", line 547, in feed
    self._parser.Parse(data, 0)
ExpatError: junk after document element: line 2, column 0




-------------------- m2f --------------------

--
http://www.openerp.com/forum/viewtopic.php?p=29387#29387

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman/listinfo/tinyerp-users

Reply via email to