Page 1 of 1

Server routine maximum arguments size

Posted: Sun Mar 15, 2020 12:53 pm
by Alethesnake
Hi All,

is there any limitation in length of Args for server routines?

I am parsing a text field and if I do it inside a transformer I have no problem. Being the parse a bit complicated I wrote a server routine and everything works fine except that Arg1 is truncated at 1063 characters.

I did an easy test with only:

Code: Select all

Ans=Len(Arg1)
And the result is 1063 (against an input string of more than 3,000 chars). I have the same issue writing the input string inside the test pane. Once I close and reopen in the text get splitted on multiple test rows.

Any suggestion?

Thanks in advance,

Alessandro.

Re: Server routine maximum arguments size

Posted: Mon Mar 16, 2020 4:05 am
by Alethesnake
I checked the situation again and the issue seems to be present only using the test option, at runtime it works fine.

I mark the post as resolved, sorry for the mistake.

Posted: Mon Mar 16, 2020 9:03 am
by chulett
No worries, thanks for posting your issue and resolution, these kind of things are helpful to have here when someone else has the same question.