Timeout when print a report

Asked by hbto [Vauxoo] http://www.vauxoo.com

Hello,

I am trying to get a report printed, this report is expected to have many pages so it is reasonable that takes too long to be rendered but every time I try get It after about six minutes I get a Timeout error.

Which parameter should I modify in server and/or webclient/gtk-client to get the reports done?

Thank you very much in advance.

Hbto (Netquatro)

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Vinay Rana (OpenERP)
Solved:
Last query:
Last reply:
Revision history for this message
Best Vinay Rana (OpenERP) (vra-openerp) said :
#1

Hello,

You need to simply search 'timeout' from client side code and change the related default time.

The timeout option is available in following path :
client/bin/options.py
'client.timeout': 300 ( line no: 105 approximately.)

Hope this will help you.
Thanks.

Revision history for this message
hbto [Vauxoo] http://www.vauxoo.com (humbertoarocha) said :
#2

Thanks at lot,

2010/5/10 vra (openerp) <email address hidden>

> Your question #109998 on OpenObject Addons changed:
> https://answers.launchpad.net/openobject-addons/+question/109998
>
> Status: Open => Answered
>
> vra (openerp) proposed the following answer:
> Hello,
>
> You need to simply search 'timeout' from client side code and change the
> related default time.
>
> The timeout option is available in following path :
> client/bin/options.py
> 'client.timeout': 300 ( line no: 105 approximately.)
>
> Hope this will help you.
> Thanks.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/openobject-addons/+question/109998/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/openobject-addons/+question/109998
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
hbto [Vauxoo] http://www.vauxoo.com (humbertoarocha) said :
#3

Thanks vra (openerp), that solved my question.