tally intergration tally exiting

Bug #830694 reported by shravan tatinenicalcar
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP India
New
Undecided
Unassigned

Bug Description

tally is showing error in TDL
'part DB:body'
no parts or lines

and tally is closing away.
i tried getting voucher with normal httplib and tally connection. but the module is giving me this error in tally. can you suggest me what to be done

regards

Revision history for this message
shravan tatinenicalcar (t-shravan) wrote :

i run this code in python and was able to get the output
import httplib
conn = httplib.HTTPConnection("localhost:9000")
headers = {"Content-type": "text/xml", "Accept": "text/xml"}
params = """<ENVELOPE><HEADER><TALLYREQUEST>Export Data</TALLYREQUEST>
</HEADER><BODY><EXPORTDATA><REQUESTDESC><REPORTNAME>Voucher Register</REPORTNAME>
</REQUESTDESC></EXPORTDATA></BODY></ENVELOPE>"""
conn.request("POST", "/", params, headers)
r1 = conn.getresponse()
print r1.status, r1.reason, r1.read()

Revision history for this message
DJ Patel (OpenERP) (mdi-openerp) wrote :

Hello shravan tatinenicalcar

Run the following code in python.

import httplib
conn = httplib.HTTPConnection("localhost:9000")
headers = {"Content-type": "text/xml", "Accept": "text/xml"}
params = """<ENVELOPE><HEADER><TALLYREQUEST>Export Data</TALLYREQUEST>
</HEADER><BODY><EXPORTDATA><REQUESTDESC><REPORTNAME>Voucher Register</REPORTNAME>
</REQUESTDESC></EXPORTDATA></BODY></ENVELOPE>"""
conn.request("POST", "/", params, headers)
r1 = conn.getresponse()
print r1.status, r1.reason, r1.read()

I think, this will gives appropriate output.

Thanks.

Revision history for this message
Sachin (sachin-pathfocus) wrote :

Hi all

    I 'm runnung openerp6.x on windows7 with tally ERP9. To use Tally integration module I'm getting the same TDL error as

TDL Error:
Part: 'Acc Part Body'

No 'PARTS' or 'LINES'

And tally is exiting.

Any help will be appreciated very much.

Thanks in advance

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.