跳至内容
菜单
此问题已终结
1 回复
9186 查看

I've followed the André's Schenkels tutorial:

And the Willow IT videos.

When i have OpenERP + Tomcat in the same machine.

Everything goes well

But when i try a VM for TOMCAT i got this error:

pastebin.com/raw.php?i=i1Cg85Lk

Are there any errors in the server settings that OpenERP is not accepting connections?

形象
丢弃

You are not providing sufficient details for it to be possible to see how to help. I tried to use Pentaho with V7, but it failed because the connector was for V6. A patch is available, though. Have you applied it?

编写者

I followed this tutorial:

http://www.schenkels.nl/2013/04/creating-a-pentaho-reporting-server-ubuntu-12-04-openerp/

Running in the same machine OpenERP + Pentaho Reports Engine ( On TOMCAT or ant launch ) works well.....

But when i try in diferent machines, and call the SAME report in openerp action menu. OpenERP can contact the TOMCAT, but i don't no why the returns crash... OpenERP Warning:

Error

Pentaho returned no data for the report 'res.partner.listreport'. Check report definition and parameters.

Ok, so you have a connectivity issue between Pentaho and OpenERP that only occurs when they are on different machines. The OpenERP machine refuses the connection. You do not mention investigating firewall issues. Could that be the cause? Both machines are Ubuntu 12.04 LTS? Could Ubuntu be blocking all but authorized IP addresses to connect to the XMLRPC port?

编写者 最佳答案

[SOLVED] Configure the ip address of the network interface in openero-server.conf:

xmlrpcs = True
xmlrpcs_interface = ip of openerp interface
xmlrpcs_port = 8071
xmlrpc_interface = ip of openerp interface
xmlrpc_port = 8069
xmlrpc = True
形象
丢弃

Well done!

相关帖文 回复 查看 活动
0
3月 15
4678
1
3月 15
6326
1
8月 25
533
1
4月 25
1566
1
9月 24
2253