Page 1 of 1

Max line length exceeded

PostPosted: 22 Jun 2016 07:39
by zsleo
IW 14.0.55 CDG 2.9.0.284

Help please.

I have a number of Carousels each with a Scheduler.

When I execute a "Scheduler.JQSchedulerOptions.GotoDate(IWCGJQDatePicker1.Date);" the following error is generated:

Re: Max line length exceeded

PostPosted: 22 Jun 2016 09:29
by Alexander Bulei
Hi zsleo,

You get this error in SA or library?

Best Regards.

Re: Max line length exceeded

PostPosted: 22 Jun 2016 21:55
by zsleo
I don't understand your question.

Please explain more

Re: Max line length exceeded

PostPosted: 23 Jun 2016 09:15
by Alexander Bulei
Hi,

This happens in standalone application or in ISAPI/ASPX?

Best Regards.

Re: Max line length exceeded

PostPosted: 23 Jun 2016 20:28
by zsleo
Happening both in development and on server 2008 R2 as an SA service

Re: Max line length exceeded

PostPosted: 24 Jun 2016 10:00
by Jorge Sousa
Hello

This is an Indy exception, it's Atozed's call, i've seen the answer a few months ago in EMBT forums.

Re: Max line length exceeded

PostPosted: 24 Jun 2016 10:17
by Jorge Sousa
Hello

set

global var

IdMaxLineLengthDefault: Integer = 32 * 1024;

declared in unit InIOHandler

to an higher value

in ServerController.OnConfig

It's strange why you have this error, what is the event that causes it?

Re: Max line length exceeded

PostPosted: 24 Jun 2016 20:14
by zsleo
Happens when calling GotoDate